_ Partial Class Form1 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() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.CheckBoxWhy = New System.Windows.Forms.CheckBox() Me.CheckBoxLink = New System.Windows.Forms.CheckBox() Me.CheckBoxSounds = New System.Windows.Forms.CheckBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.CheckBoxYoutube = New System.Windows.Forms.CheckBox() Me.CheckBoxHueh = New System.Windows.Forms.CheckBox() Me.CheckBoxLimit = New System.Windows.Forms.CheckBox() Me.CheckBoxMech = New System.Windows.Forms.CheckBox() Me.Button4 = New System.Windows.Forms.Button() Me.CheckBoxTTS = New System.Windows.Forms.CheckBox() Me.CheckBoxReply = New System.Windows.Forms.CheckBox() Me.CheckBoxError = New System.Windows.Forms.CheckBox() Me.CheckBoxWeather = New System.Windows.Forms.CheckBox() Me.CheckBoxNews = New System.Windows.Forms.CheckBox() Me.ButtonLoadBrain = New System.Windows.Forms.Button() Me.ButtonSaveBrain = New System.Windows.Forms.Button() Me.CheckBoxVoice = New System.Windows.Forms.CheckBox() Me.CheckBoxMath = New System.Windows.Forms.CheckBox() Me.twitchtimer = New System.Windows.Forms.Timer(Me.components) Me.CheckBoxTwitch = New System.Windows.Forms.CheckBox() Me.CheckBoxSwf = New System.Windows.Forms.CheckBox() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(200, 88) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Status" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(6, 55) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(43, 13) Me.Label5.TabIndex = 1 Me.Label5.Text = "Status: " ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(6, 68) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(52, 13) Me.Label4.TabIndex = 1 Me.Label4.Text = "Protocol: " ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(6, 42) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(75, 13) Me.Label3.TabIndex = 1 Me.Label3.Text = "Screen Name:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(6, 29) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Version: " ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Skype: " ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(218, 18) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 1 Me.Button1.Text = "Start" Me.Button1.UseVisualStyleBackColor = True ' 'CheckBoxWhy ' Me.CheckBoxWhy.AutoSize = True Me.CheckBoxWhy.Checked = True Me.CheckBoxWhy.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxWhy.Location = New System.Drawing.Point(218, 47) Me.CheckBoxWhy.Name = "CheckBoxWhy" Me.CheckBoxWhy.Size = New System.Drawing.Size(63, 17) Me.CheckBoxWhy.TabIndex = 3 Me.CheckBoxWhy.Text = "Whybot" Me.CheckBoxWhy.UseVisualStyleBackColor = True ' 'CheckBoxLink ' Me.CheckBoxLink.AutoSize = True Me.CheckBoxLink.Checked = True Me.CheckBoxLink.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxLink.Location = New System.Drawing.Point(218, 63) Me.CheckBoxLink.Name = "CheckBoxLink" Me.CheckBoxLink.Size = New System.Drawing.Size(62, 17) Me.CheckBoxLink.TabIndex = 5 Me.CheckBoxLink.Text = "LinkBot" Me.CheckBoxLink.UseVisualStyleBackColor = True ' 'CheckBoxSounds ' Me.CheckBoxSounds.AutoSize = True Me.CheckBoxSounds.Checked = True Me.CheckBoxSounds.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxSounds.Location = New System.Drawing.Point(286, 47) Me.CheckBoxSounds.Name = "CheckBoxSounds" Me.CheckBoxSounds.Size = New System.Drawing.Size(80, 17) Me.CheckBoxSounds.TabIndex = 6 Me.CheckBoxSounds.Text = "SaySounds" Me.CheckBoxSounds.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(12, 151) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.TextBox1.Size = New System.Drawing.Size(544, 188) Me.TextBox1.TabIndex = 8 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(218, 123) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(62, 22) Me.Button3.TabIndex = 9 Me.Button3.Text = "Clear" Me.Button3.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.Button3.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(287, 123) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(269, 20) Me.TextBox2.TabIndex = 10 ' 'CheckBoxYoutube ' Me.CheckBoxYoutube.AutoSize = True Me.CheckBoxYoutube.Checked = True Me.CheckBoxYoutube.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxYoutube.Location = New System.Drawing.Point(373, 63) Me.CheckBoxYoutube.Name = "CheckBoxYoutube" Me.CheckBoxYoutube.Size = New System.Drawing.Size(85, 17) Me.CheckBoxYoutube.TabIndex = 11 Me.CheckBoxYoutube.Text = "Youtube Bot" Me.CheckBoxYoutube.UseVisualStyleBackColor = True ' 'CheckBoxHueh ' Me.CheckBoxHueh.AutoSize = True Me.CheckBoxHueh.Checked = True Me.CheckBoxHueh.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxHueh.Location = New System.Drawing.Point(286, 63) Me.CheckBoxHueh.Name = "CheckBoxHueh" Me.CheckBoxHueh.Size = New System.Drawing.Size(68, 17) Me.CheckBoxHueh.TabIndex = 12 Me.CheckBoxHueh.Text = "HuehBot" Me.CheckBoxHueh.UseVisualStyleBackColor = True ' 'CheckBoxLimit ' Me.CheckBoxLimit.AutoSize = True Me.CheckBoxLimit.Location = New System.Drawing.Point(373, 47) Me.CheckBoxLimit.Name = "CheckBoxLimit" Me.CheckBoxLimit.Size = New System.Drawing.Size(56, 17) Me.CheckBoxLimit.TabIndex = 13 Me.CheckBoxLimit.Text = "Limiter" Me.CheckBoxLimit.UseVisualStyleBackColor = True ' 'CheckBoxMech ' Me.CheckBoxMech.AutoSize = True Me.CheckBoxMech.Checked = True Me.CheckBoxMech.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxMech.Location = New System.Drawing.Point(464, 63) Me.CheckBoxMech.Name = "CheckBoxMech" Me.CheckBoxMech.Size = New System.Drawing.Size(69, 17) Me.CheckBoxMech.TabIndex = 14 Me.CheckBoxMech.Text = "MechBot" Me.CheckBoxMech.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(481, 12) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 23) Me.Button4.TabIndex = 16 Me.Button4.Text = "Mute" Me.Button4.UseVisualStyleBackColor = True ' 'CheckBoxTTS ' Me.CheckBoxTTS.AutoSize = True Me.CheckBoxTTS.Checked = True Me.CheckBoxTTS.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxTTS.Location = New System.Drawing.Point(464, 47) Me.CheckBoxTTS.Name = "CheckBoxTTS" Me.CheckBoxTTS.Size = New System.Drawing.Size(47, 17) Me.CheckBoxTTS.TabIndex = 17 Me.CheckBoxTTS.Text = "TTS" Me.CheckBoxTTS.UseVisualStyleBackColor = True ' 'CheckBoxReply ' Me.CheckBoxReply.AutoSize = True Me.CheckBoxReply.Checked = True Me.CheckBoxReply.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxReply.Location = New System.Drawing.Point(218, 80) Me.CheckBoxReply.Name = "CheckBoxReply" Me.CheckBoxReply.Size = New System.Drawing.Size(53, 17) Me.CheckBoxReply.TabIndex = 18 Me.CheckBoxReply.Text = "Reply" Me.CheckBoxReply.UseVisualStyleBackColor = True ' 'CheckBoxError ' Me.CheckBoxError.AutoSize = True Me.CheckBoxError.Checked = True Me.CheckBoxError.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxError.Location = New System.Drawing.Point(286, 79) Me.CheckBoxError.Name = "CheckBoxError" Me.CheckBoxError.Size = New System.Drawing.Size(83, 17) Me.CheckBoxError.TabIndex = 19 Me.CheckBoxError.Text = "Error Report" Me.CheckBoxError.UseVisualStyleBackColor = True ' 'CheckBoxWeather ' Me.CheckBoxWeather.AutoSize = True Me.CheckBoxWeather.Checked = True Me.CheckBoxWeather.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxWeather.Location = New System.Drawing.Point(373, 79) Me.CheckBoxWeather.Name = "CheckBoxWeather" Me.CheckBoxWeather.Size = New System.Drawing.Size(67, 17) Me.CheckBoxWeather.TabIndex = 20 Me.CheckBoxWeather.Text = "Weather" Me.CheckBoxWeather.UseVisualStyleBackColor = True ' 'CheckBoxNews ' Me.CheckBoxNews.AutoSize = True Me.CheckBoxNews.Checked = True Me.CheckBoxNews.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxNews.Location = New System.Drawing.Point(464, 79) Me.CheckBoxNews.Name = "CheckBoxNews" Me.CheckBoxNews.Size = New System.Drawing.Size(53, 17) Me.CheckBoxNews.TabIndex = 21 Me.CheckBoxNews.Text = "News" Me.CheckBoxNews.UseVisualStyleBackColor = True ' 'ButtonLoadBrain ' Me.ButtonLoadBrain.Location = New System.Drawing.Point(299, 18) Me.ButtonLoadBrain.Name = "ButtonLoadBrain" Me.ButtonLoadBrain.Size = New System.Drawing.Size(42, 23) Me.ButtonLoadBrain.TabIndex = 22 Me.ButtonLoadBrain.Text = "Load" Me.ButtonLoadBrain.UseVisualStyleBackColor = True ' 'ButtonSaveBrain ' Me.ButtonSaveBrain.Location = New System.Drawing.Point(347, 18) Me.ButtonSaveBrain.Name = "ButtonSaveBrain" Me.ButtonSaveBrain.Size = New System.Drawing.Size(42, 23) Me.ButtonSaveBrain.TabIndex = 23 Me.ButtonSaveBrain.Text = "Save" Me.ButtonSaveBrain.UseVisualStyleBackColor = True ' 'CheckBoxVoice ' Me.CheckBoxVoice.AutoSize = True Me.CheckBoxVoice.Checked = True Me.CheckBoxVoice.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxVoice.Location = New System.Drawing.Point(218, 96) Me.CheckBoxVoice.Name = "CheckBoxVoice" Me.CheckBoxVoice.Size = New System.Drawing.Size(68, 17) Me.CheckBoxVoice.TabIndex = 24 Me.CheckBoxVoice.Text = "Voicebot" Me.CheckBoxVoice.UseVisualStyleBackColor = True ' 'CheckBoxMath ' Me.CheckBoxMath.AutoSize = True Me.CheckBoxMath.Checked = True Me.CheckBoxMath.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxMath.Location = New System.Drawing.Point(286, 96) Me.CheckBoxMath.Name = "CheckBoxMath" Me.CheckBoxMath.Size = New System.Drawing.Size(50, 17) Me.CheckBoxMath.TabIndex = 25 Me.CheckBoxMath.Text = "Math" Me.CheckBoxMath.UseVisualStyleBackColor = True ' 'twitchtimer ' Me.twitchtimer.Interval = 30000 ' 'CheckBoxTwitch ' Me.CheckBoxTwitch.AutoSize = True Me.CheckBoxTwitch.Checked = True Me.CheckBoxTwitch.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxTwitch.Location = New System.Drawing.Point(373, 96) Me.CheckBoxTwitch.Name = "CheckBoxTwitch" Me.CheckBoxTwitch.Size = New System.Drawing.Size(58, 17) Me.CheckBoxTwitch.TabIndex = 26 Me.CheckBoxTwitch.Text = "Twitch" Me.CheckBoxTwitch.UseVisualStyleBackColor = True ' 'CheckBoxSwf ' Me.CheckBoxSwf.AutoSize = True Me.CheckBoxSwf.Checked = True Me.CheckBoxSwf.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBoxSwf.Location = New System.Drawing.Point(464, 96) Me.CheckBoxSwf.Name = "CheckBoxSwf" Me.CheckBoxSwf.Size = New System.Drawing.Size(50, 17) Me.CheckBoxSwf.TabIndex = 27 Me.CheckBoxSwf.Text = "SWF" Me.CheckBoxSwf.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(568, 351) Me.Controls.Add(Me.CheckBoxSwf) Me.Controls.Add(Me.CheckBoxTwitch) Me.Controls.Add(Me.CheckBoxMath) Me.Controls.Add(Me.CheckBoxVoice) Me.Controls.Add(Me.ButtonSaveBrain) Me.Controls.Add(Me.ButtonLoadBrain) Me.Controls.Add(Me.CheckBoxNews) Me.Controls.Add(Me.CheckBoxWeather) Me.Controls.Add(Me.CheckBoxError) Me.Controls.Add(Me.CheckBoxReply) Me.Controls.Add(Me.CheckBoxTTS) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.CheckBoxMech) Me.Controls.Add(Me.CheckBoxLimit) Me.Controls.Add(Me.CheckBoxHueh) Me.Controls.Add(Me.CheckBoxYoutube) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.CheckBoxSounds) Me.Controls.Add(Me.CheckBoxLink) Me.Controls.Add(Me.CheckBoxWhy) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.GroupBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Form1" Me.Text = "SKYPE BOT ONE" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents CheckBoxWhy As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxLink As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxSounds As System.Windows.Forms.CheckBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents CheckBoxYoutube As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxHueh As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxLimit As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxMech As System.Windows.Forms.CheckBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents CheckBoxTTS As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxReply As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxError As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxWeather As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxNews As System.Windows.Forms.CheckBox Friend WithEvents ButtonLoadBrain As System.Windows.Forms.Button Friend WithEvents ButtonSaveBrain As System.Windows.Forms.Button Friend WithEvents CheckBoxVoice As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxMath As System.Windows.Forms.CheckBox Friend WithEvents twitchtimer As System.Windows.Forms.Timer Friend WithEvents CheckBoxTwitch As System.Windows.Forms.CheckBox Friend WithEvents CheckBoxSwf As System.Windows.Forms.CheckBox End Class