_ Partial Class SkypeMachine Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SkypeMachine)) Me.Label1 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.AxSkype1 = New AxSKYPE4COMLib.AxSkype() Me.btnCall = New System.Windows.Forms.Button() Me.btnMessage = New System.Windows.Forms.Button() Me.btnSpam = New System.Windows.Forms.Button() Me.BtnMsgAll = New System.Windows.Forms.Button() Me.btnEndCall = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.btnStop = New System.Windows.Forms.Button() Me.chkAutoClean = New System.Windows.Forms.CheckBox() Me.btnStatusOnline = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnStatusStop = New System.Windows.Forms.Button() Me.btnStatusSpam = New System.Windows.Forms.Button() Me.btnStatusInvisible = New System.Windows.Forms.Button() Me.btnStatusDoNotDsrb = New System.Windows.Forms.Button() Me.btnStatusAway = New System.Windows.Forms.Button() Me.Timer2 = New System.Windows.Forms.Timer(Me.components) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem() Me.mnuHelpDeveloper = New System.Windows.Forms.ToolStripMenuItem() CType(Me.AxSkype1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.MenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Label1.Location = New System.Drawing.Point(50, 34) Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Username" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(110, 27) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(280, 23) Me.ComboBox1.TabIndex = 2 ' 'AxSkype1 ' Me.AxSkype1.Enabled = True Me.AxSkype1.Location = New System.Drawing.Point(-170, 234) Me.AxSkype1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.AxSkype1.Name = "AxSkype1" Me.AxSkype1.OcxState = CType(resources.GetObject("AxSkype1.OcxState"), System.Windows.Forms.AxHost.State) Me.AxSkype1.Size = New System.Drawing.Size(192, 192) Me.AxSkype1.TabIndex = 3 Me.AxSkype1.Visible = False ' 'btnCall ' Me.btnCall.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCall.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!) Me.btnCall.Location = New System.Drawing.Point(323, 208) Me.btnCall.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.btnCall.Name = "btnCall" Me.btnCall.Size = New System.Drawing.Size(67, 27) Me.btnCall.TabIndex = 4 Me.btnCall.Text = "Call" Me.btnCall.UseVisualStyleBackColor = True ' 'btnMessage ' Me.btnMessage.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnMessage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!) Me.btnMessage.Location = New System.Drawing.Point(252, 208) Me.btnMessage.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.btnMessage.Name = "btnMessage" Me.btnMessage.Size = New System.Drawing.Size(67, 27) Me.btnMessage.TabIndex = 5 Me.btnMessage.Text = "Message" Me.btnMessage.UseVisualStyleBackColor = True ' 'btnSpam ' Me.btnSpam.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!) Me.btnSpam.Location = New System.Drawing.Point(181, 208) Me.btnSpam.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.btnSpam.Name = "btnSpam" Me.btnSpam.Size = New System.Drawing.Size(67, 27) Me.btnSpam.TabIndex = 6 Me.btnSpam.Text = "Spam" Me.btnSpam.UseVisualStyleBackColor = True ' 'BtnMsgAll ' Me.BtnMsgAll.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!) Me.BtnMsgAll.Location = New System.Drawing.Point(110, 208) Me.BtnMsgAll.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.BtnMsgAll.Name = "BtnMsgAll" Me.BtnMsgAll.Size = New System.Drawing.Size(67, 27) Me.BtnMsgAll.TabIndex = 7 Me.BtnMsgAll.Text = "Msg All" Me.BtnMsgAll.UseVisualStyleBackColor = True ' 'btnEndCall ' Me.btnEndCall.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!) Me.btnEndCall.Location = New System.Drawing.Point(323, 208) Me.btnEndCall.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.btnEndCall.Name = "btnEndCall" Me.btnEndCall.Size = New System.Drawing.Size(67, 27) Me.btnEndCall.TabIndex = 8 Me.btnEndCall.Text = "End Call" Me.btnEndCall.UseVisualStyleBackColor = True Me.btnEndCall.Visible = False ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.TextBox1.Location = New System.Drawing.Point(110, 56) Me.TextBox1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.TextBox1.MaxLength = 255 Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.TextBox1.Size = New System.Drawing.Size(280, 129) Me.TextBox1.TabIndex = 9 ' 'Timer1 ' Me.Timer1.Interval = 250 ' 'btnStop ' Me.btnStop.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!) Me.btnStop.Location = New System.Drawing.Point(181, 208) Me.btnStop.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.btnStop.Name = "btnStop" Me.btnStop.Size = New System.Drawing.Size(67, 27) Me.btnStop.TabIndex = 10 Me.btnStop.Text = "Stop" Me.btnStop.UseVisualStyleBackColor = True Me.btnStop.Visible = False ' 'chkAutoClean ' Me.chkAutoClean.AutoSize = True Me.chkAutoClean.Checked = True Me.chkAutoClean.CheckState = System.Windows.Forms.CheckState.Checked Me.chkAutoClean.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.chkAutoClean.Location = New System.Drawing.Point(277, 188) Me.chkAutoClean.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.chkAutoClean.Name = "chkAutoClean" Me.chkAutoClean.Size = New System.Drawing.Size(117, 17) Me.chkAutoClean.TabIndex = 11 Me.chkAutoClean.Text = "Automatically Clean" Me.chkAutoClean.UseVisualStyleBackColor = True ' 'btnStatusOnline ' Me.btnStatusOnline.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.btnStatusOnline.Location = New System.Drawing.Point(6, 19) Me.btnStatusOnline.Name = "btnStatusOnline" Me.btnStatusOnline.Size = New System.Drawing.Size(79, 22) Me.btnStatusOnline.TabIndex = 12 Me.btnStatusOnline.Text = "Online" Me.btnStatusOnline.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Label2.Location = New System.Drawing.Point(55, 56) Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Message" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnStatusStop) Me.GroupBox1.Controls.Add(Me.btnStatusSpam) Me.GroupBox1.Controls.Add(Me.btnStatusInvisible) Me.GroupBox1.Controls.Add(Me.btnStatusDoNotDsrb) Me.GroupBox1.Controls.Add(Me.btnStatusAway) Me.GroupBox1.Controls.Add(Me.btnStatusOnline) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.GroupBox1.Location = New System.Drawing.Point(14, 75) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(91, 160) Me.GroupBox1.TabIndex = 13 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Status" ' 'btnStatusStop ' Me.btnStatusStop.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.btnStatusStop.Location = New System.Drawing.Point(6, 131) Me.btnStatusStop.Name = "btnStatusStop" Me.btnStatusStop.Size = New System.Drawing.Size(79, 22) Me.btnStatusStop.TabIndex = 14 Me.btnStatusStop.Text = "Stop" Me.btnStatusStop.UseVisualStyleBackColor = True Me.btnStatusStop.Visible = False ' 'btnStatusSpam ' Me.btnStatusSpam.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.btnStatusSpam.Location = New System.Drawing.Point(6, 131) Me.btnStatusSpam.Name = "btnStatusSpam" Me.btnStatusSpam.Size = New System.Drawing.Size(79, 22) Me.btnStatusSpam.TabIndex = 13 Me.btnStatusSpam.Text = "Status Spam" Me.btnStatusSpam.UseVisualStyleBackColor = True ' 'btnStatusInvisible ' Me.btnStatusInvisible.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.btnStatusInvisible.Location = New System.Drawing.Point(6, 103) Me.btnStatusInvisible.Name = "btnStatusInvisible" Me.btnStatusInvisible.Size = New System.Drawing.Size(79, 22) Me.btnStatusInvisible.TabIndex = 13 Me.btnStatusInvisible.Text = "Invisible" Me.btnStatusInvisible.UseVisualStyleBackColor = True ' 'btnStatusDoNotDsrb ' Me.btnStatusDoNotDsrb.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.btnStatusDoNotDsrb.Location = New System.Drawing.Point(6, 75) Me.btnStatusDoNotDsrb.Name = "btnStatusDoNotDsrb" Me.btnStatusDoNotDsrb.Size = New System.Drawing.Size(79, 22) Me.btnStatusDoNotDsrb.TabIndex = 13 Me.btnStatusDoNotDsrb.Text = "Do Not Dsrb" Me.btnStatusDoNotDsrb.UseVisualStyleBackColor = True ' 'btnStatusAway ' Me.btnStatusAway.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.btnStatusAway.Location = New System.Drawing.Point(6, 47) Me.btnStatusAway.Name = "btnStatusAway" Me.btnStatusAway.Size = New System.Drawing.Size(79, 22) Me.btnStatusAway.TabIndex = 13 Me.btnStatusAway.Text = "Away" Me.btnStatusAway.UseVisualStyleBackColor = True ' 'Timer2 ' Me.Timer2.Interval = 1500 ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelp}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(401, 24) Me.MenuStrip1.TabIndex = 14 Me.MenuStrip1.Text = "MenuStrip1" ' 'mnuHelp ' Me.mnuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelpDeveloper}) Me.mnuHelp.Name = "mnuHelp" Me.mnuHelp.Size = New System.Drawing.Size(44, 20) Me.mnuHelp.Text = "Help" ' 'mnuHelpDeveloper ' Me.mnuHelpDeveloper.Name = "mnuHelpDeveloper" Me.mnuHelpDeveloper.Size = New System.Drawing.Size(127, 22) Me.mnuHelpDeveloper.Text = "Developer" ' 'SkypeMachine ' Me.AcceptButton = Me.btnMessage Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(401, 242) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.chkAutoClean) Me.Controls.Add(Me.btnStop) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.btnEndCall) Me.Controls.Add(Me.BtnMsgAll) Me.Controls.Add(Me.btnSpam) Me.Controls.Add(Me.btnMessage) Me.Controls.Add(Me.btnCall) Me.Controls.Add(Me.AxSkype1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.MenuStrip1) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.5!) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MainMenuStrip = Me.MenuStrip1 Me.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.MaximizeBox = False Me.Name = "SkypeMachine" Me.Text = "Skype Machine" CType(Me.AxSkype1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents AxSkype1 As AxSKYPE4COMLib.AxSkype Friend WithEvents btnCall As System.Windows.Forms.Button Friend WithEvents btnMessage As System.Windows.Forms.Button Friend WithEvents btnSpam As System.Windows.Forms.Button Friend WithEvents BtnMsgAll As System.Windows.Forms.Button Friend WithEvents btnEndCall As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents btnStop As System.Windows.Forms.Button Friend WithEvents chkAutoClean As System.Windows.Forms.CheckBox Friend WithEvents btnStatusOnline As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnStatusSpam As System.Windows.Forms.Button Friend WithEvents btnStatusInvisible As System.Windows.Forms.Button Friend WithEvents btnStatusDoNotDsrb As System.Windows.Forms.Button Friend WithEvents btnStatusAway As System.Windows.Forms.Button Friend WithEvents Timer2 As System.Windows.Forms.Timer Friend WithEvents btnStatusStop As System.Windows.Forms.Button Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents mnuHelp As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuHelpDeveloper As System.Windows.Forms.ToolStripMenuItem End Class