_ Partial Class frmMain Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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(frmMain)) Me.pnlBasic = New System.Windows.Forms.Panel Me.pnlViewManual = New System.Windows.Forms.Panel Me.pnlViewShellConfig = New System.Windows.Forms.Panel Me.Label1 = New System.Windows.Forms.Label Me.Button2 = New System.Windows.Forms.Button Me.butEditMOTD = New System.Windows.Forms.Button Me.butEditConfig = New System.Windows.Forms.Button Me.chkSeparateUserfiles = New System.Windows.Forms.CheckBox Me.chkBroadcast = New System.Windows.Forms.CheckBox Me.chkWarnComicChat = New System.Windows.Forms.CheckBox Me.chkWarnDeop = New System.Windows.Forms.CheckBox Me.chkWarnOnKick = New System.Windows.Forms.CheckBox Me.txtHomeChannel = New System.Windows.Forms.TextBox Me.lblHomeChannel = New System.Windows.Forms.Label Me.txtBotAltNick = New System.Windows.Forms.TextBox Me.lblBotAltNick = New System.Windows.Forms.Label Me.txtBotNick = New System.Windows.Forms.TextBox Me.lblBotNick = New System.Windows.Forms.Label Me.butChangeServer = New System.Windows.Forms.Button Me.butRemoveIRCServer = New System.Windows.Forms.Button Me.butAddIRCServer = New System.Windows.Forms.Button Me.lblIRCServers = New System.Windows.Forms.Label Me.lstIRCServers = New System.Windows.Forms.ListBox Me.lblOrg = New System.Windows.Forms.Label Me.txtOrg = New System.Windows.Forms.TextBox Me.txtEasyBotnet = New System.Windows.Forms.TextBox Me.lblEasyBotnet = New System.Windows.Forms.Label Me.txtEasyKey = New System.Windows.Forms.TextBox Me.lblEasyKey = New System.Windows.Forms.Label Me.txtEncryptionKey = New System.Windows.Forms.TextBox Me.lblEncryptionKey = New System.Windows.Forms.Label Me.txtAdminEmail = New System.Windows.Forms.TextBox Me.lblAdminEmail = New System.Windows.Forms.Label Me.txtAdminNick = New System.Windows.Forms.TextBox Me.lblAdminNick = New System.Windows.Forms.Label Me.pnlBotSelector = New System.Windows.Forms.Panel Me.lblCurrentlyEditing = New System.Windows.Forms.Label Me.butDeleteBot = New System.Windows.Forms.Button Me.butNewBot = New System.Windows.Forms.Button Me.cboBots = New System.Windows.Forms.ComboBox Me.pnlHeader = New System.Windows.Forms.Panel Me.lblCurrentPanel = New System.Windows.Forms.Label Me.lblCurrentlyConfiguring = New System.Windows.Forms.Label Me.pnlLeft = New System.Windows.Forms.Panel Me.lblViewRunOnShell = New System.Windows.Forms.LinkLabel Me.llblViewRunOnThisComputer = New System.Windows.Forms.LinkLabel Me.llblViewBasicSettings = New System.Windows.Forms.LinkLabel Me.pnlViewAdvanced = New System.Windows.Forms.Panel Me.llblViewTCLScripts = New System.Windows.Forms.LinkLabel Me.llblViewManualEdit = New System.Windows.Forms.LinkLabel Me.llblViewImportExport = New System.Windows.Forms.LinkLabel Me.lblViewAdvanced = New System.Windows.Forms.Label Me.llblViewConnectionOptions = New System.Windows.Forms.LinkLabel Me.picGraphicsCredits = New System.Windows.Forms.PictureBox Me.pnlLeftTop = New System.Windows.Forms.Panel Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.pnlTCL = New System.Windows.Forms.Panel Me.TCLSplitContainer = New System.Windows.Forms.SplitContainer Me.butImportTCLScript = New System.Windows.Forms.Button Me.chkTCLScripts = New System.Windows.Forms.CheckedListBox Me.lblTCLScriptName = New System.Windows.Forms.Label Me.butEditTCL = New System.Windows.Forms.Button Me.txtTCLDesc = New System.Windows.Forms.TextBox Me.pnlViewConnection = New System.Windows.Forms.Panel Me.tbsNAT = New System.Windows.Forms.TabControl Me.tabDontUseNat = New System.Windows.Forms.TabPage Me.lblDontUseNat = New System.Windows.Forms.Label Me.tabUseNat = New System.Windows.Forms.TabPage Me.MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox Me.lblRealIP = New System.Windows.Forms.Label Me.lblNATWarning = New System.Windows.Forms.Label Me.mtxtTelnetPort = New System.Windows.Forms.MaskedTextBox Me.lblTelnetPort = New System.Windows.Forms.Label Me.tbsFirewallType = New System.Windows.Forms.TabControl Me.tabDontUseFirewall = New System.Windows.Forms.TabPage Me.lblNotUsingFirewall = New System.Windows.Forms.Label Me.tabUseSocksFirewall = New System.Windows.Forms.TabPage Me.mtxtSocksPort = New System.Windows.Forms.MaskedTextBox Me.lblSocksPort = New System.Windows.Forms.Label Me.txtSocksHost = New System.Windows.Forms.TextBox Me.lblSocksHost = New System.Windows.Forms.Label Me.tabUseSunFirewall = New System.Windows.Forms.TabPage Me.lblSunFirewall = New System.Windows.Forms.Label Me.pnlViewImportExport = New System.Windows.Forms.Panel Me.Button1 = New System.Windows.Forms.Button Me.butExportNotes = New System.Windows.Forms.Button Me.butExportUser = New System.Windows.Forms.Button Me.butExportChan = New System.Windows.Forms.Button Me.butImportNotes = New System.Windows.Forms.Button Me.butImportUser = New System.Windows.Forms.Button Me.butImportChan = New System.Windows.Forms.Button Me.lblCompatibility = New System.Windows.Forms.Label Me.pnlBasic.SuspendLayout() Me.pnlViewManual.SuspendLayout() Me.pnlViewShellConfig.SuspendLayout() Me.pnlBotSelector.SuspendLayout() Me.pnlHeader.SuspendLayout() Me.pnlLeft.SuspendLayout() Me.pnlViewAdvanced.SuspendLayout() CType(Me.picGraphicsCredits, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlTCL.SuspendLayout() Me.TCLSplitContainer.Panel1.SuspendLayout() Me.TCLSplitContainer.Panel2.SuspendLayout() Me.TCLSplitContainer.SuspendLayout() Me.pnlViewConnection.SuspendLayout() Me.tbsNAT.SuspendLayout() Me.tabDontUseNat.SuspendLayout() Me.tabUseNat.SuspendLayout() Me.tbsFirewallType.SuspendLayout() Me.tabDontUseFirewall.SuspendLayout() Me.tabUseSocksFirewall.SuspendLayout() Me.tabUseSunFirewall.SuspendLayout() Me.pnlViewImportExport.SuspendLayout() Me.SuspendLayout() ' 'pnlBasic ' Me.pnlBasic.Controls.Add(Me.pnlViewManual) Me.pnlBasic.Controls.Add(Me.chkSeparateUserfiles) Me.pnlBasic.Controls.Add(Me.chkBroadcast) Me.pnlBasic.Controls.Add(Me.chkWarnComicChat) Me.pnlBasic.Controls.Add(Me.chkWarnDeop) Me.pnlBasic.Controls.Add(Me.chkWarnOnKick) Me.pnlBasic.Controls.Add(Me.txtHomeChannel) Me.pnlBasic.Controls.Add(Me.lblHomeChannel) Me.pnlBasic.Controls.Add(Me.txtBotAltNick) Me.pnlBasic.Controls.Add(Me.lblBotAltNick) Me.pnlBasic.Controls.Add(Me.txtBotNick) Me.pnlBasic.Controls.Add(Me.lblBotNick) Me.pnlBasic.Controls.Add(Me.butChangeServer) Me.pnlBasic.Controls.Add(Me.butRemoveIRCServer) Me.pnlBasic.Controls.Add(Me.butAddIRCServer) Me.pnlBasic.Controls.Add(Me.lblIRCServers) Me.pnlBasic.Controls.Add(Me.lstIRCServers) Me.pnlBasic.Controls.Add(Me.lblOrg) Me.pnlBasic.Controls.Add(Me.txtOrg) Me.pnlBasic.Controls.Add(Me.txtEasyBotnet) Me.pnlBasic.Controls.Add(Me.lblEasyBotnet) Me.pnlBasic.Controls.Add(Me.txtEasyKey) Me.pnlBasic.Controls.Add(Me.lblEasyKey) Me.pnlBasic.Controls.Add(Me.txtEncryptionKey) Me.pnlBasic.Controls.Add(Me.lblEncryptionKey) Me.pnlBasic.Controls.Add(Me.txtAdminEmail) Me.pnlBasic.Controls.Add(Me.lblAdminEmail) Me.pnlBasic.Controls.Add(Me.txtAdminNick) Me.pnlBasic.Controls.Add(Me.lblAdminNick) Me.pnlBasic.Location = New System.Drawing.Point(100, 165) Me.pnlBasic.Name = "pnlBasic" Me.pnlBasic.Size = New System.Drawing.Size(483, 320) Me.pnlBasic.TabIndex = 5 Me.pnlBasic.Tag = "Basic Settings" Me.pnlBasic.Visible = False ' 'pnlViewManual ' Me.pnlViewManual.Controls.Add(Me.Button2) Me.pnlViewManual.Controls.Add(Me.butEditMOTD) Me.pnlViewManual.Controls.Add(Me.butEditConfig) Me.pnlViewManual.Controls.Add(Me.pnlViewShellConfig) Me.pnlViewManual.Location = New System.Drawing.Point(142, 213) Me.pnlViewManual.Name = "pnlViewManual" Me.pnlViewManual.Size = New System.Drawing.Size(478, 322) Me.pnlViewManual.TabIndex = 24 Me.pnlViewManual.Tag = "Manually" Me.pnlViewManual.Visible = False ' 'pnlViewShellConfig ' Me.pnlViewShellConfig.Controls.Add(Me.Label1) Me.pnlViewShellConfig.Location = New System.Drawing.Point(55, 114) Me.pnlViewShellConfig.Name = "pnlViewShellConfig" Me.pnlViewShellConfig.Size = New System.Drawing.Size(478, 328) Me.pnlViewShellConfig.TabIndex = 24 Me.pnlViewShellConfig.Tag = "Shell Access" Me.pnlViewShellConfig.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(169, 125) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(112, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Shell stuff goes here..." ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(248, 132) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(209, 37) Me.Button2.TabIndex = 2 Me.Button2.Text = "Restore Default Message of the Day (MOTD)" Me.Button2.UseVisualStyleBackColor = True ' 'butEditMOTD ' Me.butEditMOTD.Location = New System.Drawing.Point(14, 132) Me.butEditMOTD.Name = "butEditMOTD" Me.butEditMOTD.Size = New System.Drawing.Size(209, 37) Me.butEditMOTD.TabIndex = 1 Me.butEditMOTD.Text = "Edit Message of the Day (MOTD)" Me.butEditMOTD.UseVisualStyleBackColor = True ' 'butEditConfig ' Me.butEditConfig.Location = New System.Drawing.Point(108, 29) Me.butEditConfig.Name = "butEditConfig" Me.butEditConfig.Size = New System.Drawing.Size(270, 27) Me.butEditConfig.TabIndex = 0 Me.butEditConfig.Text = "Edit Eggdrop.conf - X-Bot core configuration" Me.butEditConfig.UseVisualStyleBackColor = True ' 'chkSeparateUserfiles ' Me.chkSeparateUserfiles.Location = New System.Drawing.Point(16, 202) Me.chkSeparateUserfiles.Name = "chkSeparateUserfiles" Me.chkSeparateUserfiles.Size = New System.Drawing.Size(458, 22) Me.chkSeparateUserfiles.TabIndex = 28 Me.chkSeparateUserfiles.Text = "This bot is to use its own userfiles rather than botnet userfiles" Me.chkSeparateUserfiles.UseVisualStyleBackColor = True ' 'chkBroadcast ' Me.chkBroadcast.Location = New System.Drawing.Point(16, 183) Me.chkBroadcast.Name = "chkBroadcast" Me.chkBroadcast.Size = New System.Drawing.Size(458, 24) Me.chkBroadcast.TabIndex = 25 Me.chkBroadcast.Text = "Broadcast information about the bot's usage to the home channel" Me.chkBroadcast.UseVisualStyleBackColor = True ' 'chkWarnComicChat ' Me.chkWarnComicChat.Location = New System.Drawing.Point(16, 164) Me.chkWarnComicChat.Name = "chkWarnComicChat" Me.chkWarnComicChat.Size = New System.Drawing.Size(458, 24) Me.chkWarnComicChat.TabIndex = 26 Me.chkWarnComicChat.Text = "Warn users upon using Comic mode in Comic Chat" Me.chkWarnComicChat.UseVisualStyleBackColor = True ' 'chkWarnDeop ' Me.chkWarnDeop.Location = New System.Drawing.Point(16, 145) Me.chkWarnDeop.Name = "chkWarnDeop" Me.chkWarnDeop.Size = New System.Drawing.Size(458, 24) Me.chkWarnDeop.TabIndex = 27 Me.chkWarnDeop.Text = "Warn users about deOpping this bot" Me.chkWarnDeop.UseVisualStyleBackColor = True ' 'chkWarnOnKick ' Me.chkWarnOnKick.Location = New System.Drawing.Point(16, 130) Me.chkWarnOnKick.Name = "chkWarnOnKick" Me.chkWarnOnKick.Size = New System.Drawing.Size(367, 17) Me.chkWarnOnKick.TabIndex = 24 Me.chkWarnOnKick.Text = "Warn users about kicking the bot" Me.chkWarnOnKick.UseVisualStyleBackColor = True ' 'txtHomeChannel ' Me.txtHomeChannel.Location = New System.Drawing.Point(142, 88) Me.txtHomeChannel.MaxLength = 255 Me.txtHomeChannel.Name = "txtHomeChannel" Me.txtHomeChannel.Size = New System.Drawing.Size(97, 20) Me.txtHomeChannel.TabIndex = 23 ' 'lblHomeChannel ' Me.lblHomeChannel.AutoSize = True Me.lblHomeChannel.Location = New System.Drawing.Point(13, 88) Me.lblHomeChannel.Name = "lblHomeChannel" Me.lblHomeChannel.Size = New System.Drawing.Size(80, 13) Me.lblHomeChannel.TabIndex = 22 Me.lblHomeChannel.Text = "Home Channel:" ' 'txtBotAltNick ' Me.txtBotAltNick.Location = New System.Drawing.Point(389, 114) Me.txtBotAltNick.MaxLength = 50 Me.txtBotAltNick.Name = "txtBotAltNick" Me.txtBotAltNick.Size = New System.Drawing.Size(87, 20) Me.txtBotAltNick.TabIndex = 21 ' 'lblBotAltNick ' Me.lblBotAltNick.AutoSize = True Me.lblBotAltNick.Location = New System.Drawing.Point(250, 114) Me.lblBotAltNick.Name = "lblBotAltNick" Me.lblBotAltNick.Size = New System.Drawing.Size(129, 13) Me.lblBotAltNick.TabIndex = 20 Me.lblBotAltNick.Text = "Bot's Alternate Nickname:" ' 'txtBotNick ' Me.txtBotNick.Location = New System.Drawing.Point(389, 88) Me.txtBotNick.MaxLength = 50 Me.txtBotNick.Name = "txtBotNick" Me.txtBotNick.Size = New System.Drawing.Size(87, 20) Me.txtBotNick.TabIndex = 19 ' 'lblBotNick ' Me.lblBotNick.AutoSize = True Me.lblBotNick.Location = New System.Drawing.Point(295, 88) Me.lblBotNick.Name = "lblBotNick" Me.lblBotNick.Size = New System.Drawing.Size(84, 13) Me.lblBotNick.TabIndex = 18 Me.lblBotNick.Text = "Bot's Nickname:" ' 'butChangeServer ' Me.butChangeServer.BackColor = System.Drawing.Color.Yellow Me.butChangeServer.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butChangeServer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butChangeServer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butChangeServer.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.butChangeServer.ForeColor = System.Drawing.Color.Purple Me.butChangeServer.Location = New System.Drawing.Point(147, 292) Me.butChangeServer.Name = "butChangeServer" Me.butChangeServer.Size = New System.Drawing.Size(119, 23) Me.butChangeServer.TabIndex = 17 Me.butChangeServer.Text = "Change IRC Server" Me.butChangeServer.UseVisualStyleBackColor = False ' 'butRemoveIRCServer ' Me.butRemoveIRCServer.BackColor = System.Drawing.Color.Red Me.butRemoveIRCServer.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butRemoveIRCServer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.butRemoveIRCServer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butRemoveIRCServer.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.butRemoveIRCServer.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butRemoveIRCServer.Location = New System.Drawing.Point(16, 292) Me.butRemoveIRCServer.Name = "butRemoveIRCServer" Me.butRemoveIRCServer.Size = New System.Drawing.Size(125, 23) Me.butRemoveIRCServer.TabIndex = 16 Me.butRemoveIRCServer.Text = "Remove IRC Server" Me.butRemoveIRCServer.UseVisualStyleBackColor = False ' 'butAddIRCServer ' Me.butAddIRCServer.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butAddIRCServer.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butAddIRCServer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.butAddIRCServer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Green Me.butAddIRCServer.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.butAddIRCServer.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butAddIRCServer.Location = New System.Drawing.Point(334, 292) Me.butAddIRCServer.Name = "butAddIRCServer" Me.butAddIRCServer.Size = New System.Drawing.Size(142, 23) Me.butAddIRCServer.TabIndex = 15 Me.butAddIRCServer.Text = "Add New IRC Server" Me.butAddIRCServer.UseVisualStyleBackColor = False ' 'lblIRCServers ' Me.lblIRCServers.AutoSize = True Me.lblIRCServers.Location = New System.Drawing.Point(15, 227) Me.lblIRCServers.Name = "lblIRCServers" Me.lblIRCServers.Size = New System.Drawing.Size(150, 13) Me.lblIRCServers.TabIndex = 14 Me.lblIRCServers.Text = "IRC server(s) this bot is to use:" ' 'lstIRCServers ' Me.lstIRCServers.ColumnWidth = 150 Me.lstIRCServers.FormattingEnabled = True Me.lstIRCServers.Location = New System.Drawing.Point(16, 243) Me.lstIRCServers.MultiColumn = True Me.lstIRCServers.Name = "lstIRCServers" Me.lstIRCServers.Size = New System.Drawing.Size(460, 43) Me.lstIRCServers.TabIndex = 13 ' 'lblOrg ' Me.lblOrg.AutoSize = True Me.lblOrg.Location = New System.Drawing.Point(13, 62) Me.lblOrg.Name = "lblOrg" Me.lblOrg.Size = New System.Drawing.Size(69, 13) Me.lblOrg.TabIndex = 11 Me.lblOrg.Text = "Organization:" ' 'txtOrg ' Me.txtOrg.Location = New System.Drawing.Point(142, 62) Me.txtOrg.MaxLength = 255 Me.txtOrg.Name = "txtOrg" Me.txtOrg.Size = New System.Drawing.Size(147, 20) Me.txtOrg.TabIndex = 10 ' 'txtEasyBotnet ' Me.txtEasyBotnet.Location = New System.Drawing.Point(389, 36) Me.txtEasyBotnet.MaxLength = 2 Me.txtEasyBotnet.Name = "txtEasyBotnet" Me.txtEasyBotnet.Size = New System.Drawing.Size(26, 20) Me.txtEasyBotnet.TabIndex = 9 ' 'lblEasyBotnet ' Me.lblEasyBotnet.AutoSize = True Me.lblEasyBotnet.BackColor = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer)) Me.lblEasyBotnet.Location = New System.Drawing.Point(295, 36) Me.lblEasyBotnet.Name = "lblEasyBotnet" Me.lblEasyBotnet.Size = New System.Drawing.Size(67, 13) Me.lblEasyBotnet.TabIndex = 8 Me.lblEasyBotnet.Text = "Easy Botnet:" ' 'txtEasyKey ' Me.txtEasyKey.Location = New System.Drawing.Point(389, 10) Me.txtEasyKey.MaxLength = 2 Me.txtEasyKey.Name = "txtEasyKey" Me.txtEasyKey.Size = New System.Drawing.Size(26, 20) Me.txtEasyKey.TabIndex = 7 ' 'lblEasyKey ' Me.lblEasyKey.AutoSize = True Me.lblEasyKey.Location = New System.Drawing.Point(295, 11) Me.lblEasyKey.Name = "lblEasyKey" Me.lblEasyKey.Size = New System.Drawing.Size(54, 13) Me.lblEasyKey.TabIndex = 6 Me.lblEasyKey.Text = "Easy Key:" ' 'txtEncryptionKey ' Me.txtEncryptionKey.Location = New System.Drawing.Point(389, 62) Me.txtEncryptionKey.MaxLength = 255 Me.txtEncryptionKey.Name = "txtEncryptionKey" Me.txtEncryptionKey.Size = New System.Drawing.Size(87, 20) Me.txtEncryptionKey.TabIndex = 5 ' 'lblEncryptionKey ' Me.lblEncryptionKey.AutoSize = True Me.lblEncryptionKey.Location = New System.Drawing.Point(295, 62) Me.lblEncryptionKey.Name = "lblEncryptionKey" Me.lblEncryptionKey.Size = New System.Drawing.Size(81, 13) Me.lblEncryptionKey.TabIndex = 4 Me.lblEncryptionKey.Text = "Encryption Key:" ' 'txtAdminEmail ' Me.txtAdminEmail.Location = New System.Drawing.Point(142, 36) Me.txtAdminEmail.MaxLength = 255 Me.txtAdminEmail.Name = "txtAdminEmail" Me.txtAdminEmail.Size = New System.Drawing.Size(147, 20) Me.txtAdminEmail.TabIndex = 3 ' 'lblAdminEmail ' Me.lblAdminEmail.AutoSize = True Me.lblAdminEmail.BackColor = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer)) Me.lblAdminEmail.Location = New System.Drawing.Point(13, 36) Me.lblAdminEmail.Name = "lblAdminEmail" Me.lblAdminEmail.Size = New System.Drawing.Size(109, 13) Me.lblAdminEmail.TabIndex = 2 Me.lblAdminEmail.Text = "Administrator's E-Mail:" ' 'txtAdminNick ' Me.txtAdminNick.Location = New System.Drawing.Point(142, 7) Me.txtAdminNick.MaxLength = 50 Me.txtAdminNick.Name = "txtAdminNick" Me.txtAdminNick.Size = New System.Drawing.Size(147, 20) Me.txtAdminNick.TabIndex = 1 Me.ToolTip1.SetToolTip(Me.txtAdminNick, "Who is the bot's administrator? This information will be displayed when a person" & _ " uses the admin command.") ' 'lblAdminNick ' Me.lblAdminNick.AutoSize = True Me.lblAdminNick.Location = New System.Drawing.Point(13, 11) Me.lblAdminNick.Name = "lblAdminNick" Me.lblAdminNick.Size = New System.Drawing.Size(128, 13) Me.lblAdminNick.TabIndex = 0 Me.lblAdminNick.Text = "Administrator's Nickname:" ' 'pnlBotSelector ' Me.pnlBotSelector.BackgroundImage = CType(resources.GetObject("pnlBotSelector.BackgroundImage"), System.Drawing.Image) Me.pnlBotSelector.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.pnlBotSelector.Controls.Add(Me.lblCurrentlyEditing) Me.pnlBotSelector.Controls.Add(Me.butDeleteBot) Me.pnlBotSelector.Controls.Add(Me.butNewBot) Me.pnlBotSelector.Controls.Add(Me.cboBots) Me.pnlBotSelector.Location = New System.Drawing.Point(-3, 86) Me.pnlBotSelector.Name = "pnlBotSelector" Me.pnlBotSelector.Size = New System.Drawing.Size(777, 56) Me.pnlBotSelector.TabIndex = 13 ' 'lblCurrentlyEditing ' Me.lblCurrentlyEditing.BackColor = System.Drawing.Color.Transparent Me.lblCurrentlyEditing.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.lblCurrentlyEditing.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCurrentlyEditing.ForeColor = System.Drawing.Color.White Me.lblCurrentlyEditing.Location = New System.Drawing.Point(216, 14) Me.lblCurrentlyEditing.Name = "lblCurrentlyEditing" Me.lblCurrentlyEditing.Size = New System.Drawing.Size(137, 21) Me.lblCurrentlyEditing.TabIndex = 15 Me.lblCurrentlyEditing.Text = "Currently Editing Bot:" Me.lblCurrentlyEditing.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'butDeleteBot ' Me.butDeleteBot.BackColor = System.Drawing.Color.Red Me.butDeleteBot.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butDeleteBot.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.butDeleteBot.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butDeleteBot.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.butDeleteBot.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.butDeleteBot.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butDeleteBot.Location = New System.Drawing.Point(591, 13) Me.butDeleteBot.Margin = New System.Windows.Forms.Padding(0) Me.butDeleteBot.Name = "butDeleteBot" Me.butDeleteBot.Size = New System.Drawing.Size(57, 21) Me.butDeleteBot.TabIndex = 14 Me.butDeleteBot.Text = "Delete" Me.butDeleteBot.UseVisualStyleBackColor = False ' 'butNewBot ' Me.butNewBot.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butNewBot.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butNewBot.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.butNewBot.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Green Me.butNewBot.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.butNewBot.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.butNewBot.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butNewBot.Location = New System.Drawing.Point(545, 13) Me.butNewBot.Margin = New System.Windows.Forms.Padding(0) Me.butNewBot.Name = "butNewBot" Me.butNewBot.Size = New System.Drawing.Size(42, 21) Me.butNewBot.TabIndex = 13 Me.butNewBot.Text = "New" Me.butNewBot.UseVisualStyleBackColor = False ' 'cboBots ' Me.cboBots.BackColor = System.Drawing.Color.RoyalBlue Me.cboBots.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboBots.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cboBots.ForeColor = System.Drawing.Color.White Me.cboBots.FormattingEnabled = True Me.cboBots.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.cboBots.Location = New System.Drawing.Point(359, 13) Me.cboBots.Name = "cboBots" Me.cboBots.Size = New System.Drawing.Size(175, 21) Me.cboBots.Sorted = True Me.cboBots.TabIndex = 12 ' 'pnlHeader ' Me.pnlHeader.BackgroundImage = CType(resources.GetObject("pnlHeader.BackgroundImage"), System.Drawing.Image) Me.pnlHeader.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.pnlHeader.Controls.Add(Me.lblCurrentPanel) Me.pnlHeader.Controls.Add(Me.lblCurrentlyConfiguring) Me.pnlHeader.Location = New System.Drawing.Point(-3, -30) Me.pnlHeader.Name = "pnlHeader" Me.pnlHeader.Size = New System.Drawing.Size(777, 121) Me.pnlHeader.TabIndex = 14 ' 'lblCurrentPanel ' Me.lblCurrentPanel.AutoSize = True Me.lblCurrentPanel.BackColor = System.Drawing.Color.Transparent Me.lblCurrentPanel.Font = New System.Drawing.Font("Arial Black", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCurrentPanel.Location = New System.Drawing.Point(310, 49) Me.lblCurrentPanel.Name = "lblCurrentPanel" Me.lblCurrentPanel.Size = New System.Drawing.Size(59, 52) Me.lblCurrentPanel.TabIndex = 1 Me.lblCurrentPanel.Text = "..." ' 'lblCurrentlyConfiguring ' Me.lblCurrentlyConfiguring.AutoSize = True Me.lblCurrentlyConfiguring.BackColor = System.Drawing.Color.Transparent Me.lblCurrentlyConfiguring.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCurrentlyConfiguring.ForeColor = System.Drawing.Color.White Me.lblCurrentlyConfiguring.Location = New System.Drawing.Point(297, 32) Me.lblCurrentlyConfiguring.Name = "lblCurrentlyConfiguring" Me.lblCurrentlyConfiguring.Size = New System.Drawing.Size(211, 17) Me.lblCurrentlyConfiguring.TabIndex = 0 Me.lblCurrentlyConfiguring.Text = "You are Currently Configuring..." ' 'pnlLeft ' Me.pnlLeft.BackgroundImage = CType(resources.GetObject("pnlLeft.BackgroundImage"), System.Drawing.Image) Me.pnlLeft.Controls.Add(Me.lblViewRunOnShell) Me.pnlLeft.Controls.Add(Me.llblViewRunOnThisComputer) Me.pnlLeft.Controls.Add(Me.llblViewBasicSettings) Me.pnlLeft.Controls.Add(Me.pnlViewAdvanced) Me.pnlLeft.Controls.Add(Me.picGraphicsCredits) Me.pnlLeft.Location = New System.Drawing.Point(-3, 172) Me.pnlLeft.Name = "pnlLeft" Me.pnlLeft.Size = New System.Drawing.Size(179, 405) Me.pnlLeft.TabIndex = 15 ' 'lblViewRunOnShell ' Me.lblViewRunOnShell.AutoSize = True Me.lblViewRunOnShell.BackColor = System.Drawing.Color.Transparent Me.lblViewRunOnShell.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblViewRunOnShell.Location = New System.Drawing.Point(3, 215) Me.lblViewRunOnShell.Name = "lblViewRunOnShell" Me.lblViewRunOnShell.Size = New System.Drawing.Size(151, 13) Me.lblViewRunOnShell.TabIndex = 9 Me.lblViewRunOnShell.TabStop = True Me.lblViewRunOnShell.Text = "Run bot on shell server..." ' 'llblViewRunOnThisComputer ' Me.llblViewRunOnThisComputer.AutoSize = True Me.llblViewRunOnThisComputer.BackColor = System.Drawing.Color.Transparent Me.llblViewRunOnThisComputer.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.llblViewRunOnThisComputer.Location = New System.Drawing.Point(3, 192) Me.llblViewRunOnThisComputer.Name = "llblViewRunOnThisComputer" Me.llblViewRunOnThisComputer.Size = New System.Drawing.Size(162, 13) Me.llblViewRunOnThisComputer.TabIndex = 8 Me.llblViewRunOnThisComputer.TabStop = True Me.llblViewRunOnThisComputer.Text = "Run bot on this computer..." ' 'llblViewBasicSettings ' Me.llblViewBasicSettings.AutoSize = True Me.llblViewBasicSettings.BackColor = System.Drawing.Color.Transparent Me.llblViewBasicSettings.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.llblViewBasicSettings.Location = New System.Drawing.Point(8, 5) Me.llblViewBasicSettings.Name = "llblViewBasicSettings" Me.llblViewBasicSettings.Size = New System.Drawing.Size(151, 25) Me.llblViewBasicSettings.TabIndex = 7 Me.llblViewBasicSettings.TabStop = True Me.llblViewBasicSettings.Text = "Basic Settings..." ' 'pnlViewAdvanced ' Me.pnlViewAdvanced.BackgroundImage = CType(resources.GetObject("pnlViewAdvanced.BackgroundImage"), System.Drawing.Image) Me.pnlViewAdvanced.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlViewAdvanced.Controls.Add(Me.llblViewTCLScripts) Me.pnlViewAdvanced.Controls.Add(Me.llblViewManualEdit) Me.pnlViewAdvanced.Controls.Add(Me.llblViewImportExport) Me.pnlViewAdvanced.Controls.Add(Me.lblViewAdvanced) Me.pnlViewAdvanced.Controls.Add(Me.llblViewConnectionOptions) Me.pnlViewAdvanced.ForeColor = System.Drawing.SystemColors.ActiveCaption Me.pnlViewAdvanced.Location = New System.Drawing.Point(13, 50) Me.pnlViewAdvanced.Name = "pnlViewAdvanced" Me.pnlViewAdvanced.Size = New System.Drawing.Size(142, 123) Me.pnlViewAdvanced.TabIndex = 6 ' 'llblViewTCLScripts ' Me.llblViewTCLScripts.AutoSize = True Me.llblViewTCLScripts.BackColor = System.Drawing.Color.Transparent Me.llblViewTCLScripts.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.llblViewTCLScripts.Location = New System.Drawing.Point(0, 95) Me.llblViewTCLScripts.Name = "llblViewTCLScripts" Me.llblViewTCLScripts.Size = New System.Drawing.Size(92, 15) Me.llblViewTCLScripts.TabIndex = 5 Me.llblViewTCLScripts.TabStop = True Me.llblViewTCLScripts.Text = "TCL Scripts..." ' 'llblViewManualEdit ' Me.llblViewManualEdit.AutoSize = True Me.llblViewManualEdit.BackColor = System.Drawing.Color.Transparent Me.llblViewManualEdit.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.llblViewManualEdit.Location = New System.Drawing.Point(0, 45) Me.llblViewManualEdit.Name = "llblViewManualEdit" Me.llblViewManualEdit.Size = New System.Drawing.Size(96, 15) Me.llblViewManualEdit.TabIndex = 4 Me.llblViewManualEdit.TabStop = True Me.llblViewManualEdit.Text = "Manual Edit..." ' 'llblViewImportExport ' Me.llblViewImportExport.AutoSize = True Me.llblViewImportExport.BackColor = System.Drawing.Color.Transparent Me.llblViewImportExport.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.llblViewImportExport.Location = New System.Drawing.Point(0, 20) Me.llblViewImportExport.Name = "llblViewImportExport" Me.llblViewImportExport.Size = New System.Drawing.Size(113, 15) Me.llblViewImportExport.TabIndex = 3 Me.llblViewImportExport.TabStop = True Me.llblViewImportExport.Text = "Import / Export..." ' 'lblViewAdvanced ' Me.lblViewAdvanced.BackColor = System.Drawing.Color.Black Me.lblViewAdvanced.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblViewAdvanced.ForeColor = System.Drawing.Color.White Me.lblViewAdvanced.Location = New System.Drawing.Point(-4, 0) Me.lblViewAdvanced.Name = "lblViewAdvanced" Me.lblViewAdvanced.Padding = New System.Windows.Forms.Padding(3, 0, 0, 0) Me.lblViewAdvanced.Size = New System.Drawing.Size(145, 19) Me.lblViewAdvanced.TabIndex = 2 Me.lblViewAdvanced.Text = "Advanced Settings:" ' 'llblViewConnectionOptions ' Me.llblViewConnectionOptions.AutoSize = True Me.llblViewConnectionOptions.BackColor = System.Drawing.Color.Transparent Me.llblViewConnectionOptions.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.llblViewConnectionOptions.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline Me.llblViewConnectionOptions.Location = New System.Drawing.Point(0, 70) Me.llblViewConnectionOptions.Name = "llblViewConnectionOptions" Me.llblViewConnectionOptions.Size = New System.Drawing.Size(144, 15) Me.llblViewConnectionOptions.TabIndex = 1 Me.llblViewConnectionOptions.TabStop = True Me.llblViewConnectionOptions.Text = "Connection Options..." ' 'picGraphicsCredits ' Me.picGraphicsCredits.BackgroundImage = CType(resources.GetObject("picGraphicsCredits.BackgroundImage"), System.Drawing.Image) Me.picGraphicsCredits.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.picGraphicsCredits.Location = New System.Drawing.Point(24, 254) Me.picGraphicsCredits.Name = "picGraphicsCredits" Me.picGraphicsCredits.Size = New System.Drawing.Size(105, 20) Me.picGraphicsCredits.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.picGraphicsCredits.TabIndex = 4 Me.picGraphicsCredits.TabStop = False ' 'pnlLeftTop ' Me.pnlLeftTop.BackgroundImage = CType(resources.GetObject("pnlLeftTop.BackgroundImage"), System.Drawing.Image) Me.pnlLeftTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.pnlLeftTop.Location = New System.Drawing.Point(-3, 136) Me.pnlLeftTop.Name = "pnlLeftTop" Me.pnlLeftTop.Size = New System.Drawing.Size(179, 45) Me.pnlLeftTop.TabIndex = 16 ' 'pnlTCL ' Me.pnlTCL.Controls.Add(Me.TCLSplitContainer) Me.pnlTCL.Location = New System.Drawing.Point(172, 153) Me.pnlTCL.Name = "pnlTCL" Me.pnlTCL.Size = New System.Drawing.Size(480, 320) Me.pnlTCL.TabIndex = 17 Me.pnlTCL.Tag = "TCL Scripts" Me.pnlTCL.Visible = False ' 'TCLSplitContainer ' Me.TCLSplitContainer.Location = New System.Drawing.Point(0, 0) Me.TCLSplitContainer.Name = "TCLSplitContainer" ' 'TCLSplitContainer.Panel1 ' Me.TCLSplitContainer.Panel1.Controls.Add(Me.pnlBasic) Me.TCLSplitContainer.Panel1.Controls.Add(Me.butImportTCLScript) Me.TCLSplitContainer.Panel1.Controls.Add(Me.chkTCLScripts) ' 'TCLSplitContainer.Panel2 ' Me.TCLSplitContainer.Panel2.Controls.Add(Me.lblTCLScriptName) Me.TCLSplitContainer.Panel2.Controls.Add(Me.butEditTCL) Me.TCLSplitContainer.Panel2.Controls.Add(Me.txtTCLDesc) Me.TCLSplitContainer.Size = New System.Drawing.Size(477, 317) Me.TCLSplitContainer.SplitterDistance = 157 Me.TCLSplitContainer.TabIndex = 4 ' 'butImportTCLScript ' Me.butImportTCLScript.Location = New System.Drawing.Point(0, 293) Me.butImportTCLScript.Name = "butImportTCLScript" Me.butImportTCLScript.Size = New System.Drawing.Size(156, 23) Me.butImportTCLScript.TabIndex = 2 Me.butImportTCLScript.Text = "Import TCL Script" Me.butImportTCLScript.UseVisualStyleBackColor = True ' 'chkTCLScripts ' Me.chkTCLScripts.FormattingEnabled = True Me.chkTCLScripts.Location = New System.Drawing.Point(0, 0) Me.chkTCLScripts.Name = "chkTCLScripts" Me.chkTCLScripts.Size = New System.Drawing.Size(155, 289) Me.chkTCLScripts.TabIndex = 1 ' 'lblTCLScriptName ' Me.lblTCLScriptName.AutoSize = True Me.lblTCLScriptName.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTCLScriptName.Location = New System.Drawing.Point(3, 0) Me.lblTCLScriptName.Name = "lblTCLScriptName" Me.lblTCLScriptName.Size = New System.Drawing.Size(166, 16) Me.lblTCLScriptName.TabIndex = 8 Me.lblTCLScriptName.Text = "No TCL File Yet Selected" ' 'butEditTCL ' Me.butEditTCL.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.butEditTCL.FlatAppearance.BorderColor = System.Drawing.Color.Yellow Me.butEditTCL.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.butEditTCL.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butEditTCL.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.butEditTCL.Font = New System.Drawing.Font("Arial", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.butEditTCL.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.butEditTCL.Location = New System.Drawing.Point(1, 294) Me.butEditTCL.Name = "butEditTCL" Me.butEditTCL.Size = New System.Drawing.Size(305, 21) Me.butEditTCL.TabIndex = 7 Me.butEditTCL.Text = "You must click here to configure this script before you use it..." Me.butEditTCL.UseVisualStyleBackColor = False ' 'txtTCLDesc ' Me.txtTCLDesc.BorderStyle = System.Windows.Forms.BorderStyle.None Me.txtTCLDesc.Cursor = System.Windows.Forms.Cursors.Arrow Me.txtTCLDesc.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtTCLDesc.Location = New System.Drawing.Point(1, 19) Me.txtTCLDesc.Multiline = True Me.txtTCLDesc.Name = "txtTCLDesc" Me.txtTCLDesc.ReadOnly = True Me.txtTCLDesc.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtTCLDesc.Size = New System.Drawing.Size(309, 269) Me.txtTCLDesc.TabIndex = 6 Me.txtTCLDesc.WordWrap = False ' 'pnlViewConnection ' Me.pnlViewConnection.Controls.Add(Me.tbsNAT) Me.pnlViewConnection.Controls.Add(Me.mtxtTelnetPort) Me.pnlViewConnection.Controls.Add(Me.lblTelnetPort) Me.pnlViewConnection.Controls.Add(Me.tbsFirewallType) Me.pnlViewConnection.Location = New System.Drawing.Point(175, 133) Me.pnlViewConnection.Name = "pnlViewConnection" Me.pnlViewConnection.Size = New System.Drawing.Size(474, 320) Me.pnlViewConnection.TabIndex = 18 Me.pnlViewConnection.Tag = "Connection" Me.pnlViewConnection.Visible = False ' 'tbsNAT ' Me.tbsNAT.Appearance = System.Windows.Forms.TabAppearance.Buttons Me.tbsNAT.Controls.Add(Me.tabDontUseNat) Me.tbsNAT.Controls.Add(Me.tabUseNat) Me.tbsNAT.HotTrack = True Me.tbsNAT.Location = New System.Drawing.Point(7, 177) Me.tbsNAT.Name = "tbsNAT" Me.tbsNAT.SelectedIndex = 0 Me.tbsNAT.Size = New System.Drawing.Size(457, 109) Me.tbsNAT.TabIndex = 6 ' 'tabDontUseNat ' Me.tabDontUseNat.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.tabDontUseNat.Controls.Add(Me.lblDontUseNat) Me.tabDontUseNat.Location = New System.Drawing.Point(4, 25) Me.tabDontUseNat.Name = "tabDontUseNat" Me.tabDontUseNat.Padding = New System.Windows.Forms.Padding(3) Me.tabDontUseNat.Size = New System.Drawing.Size(449, 80) Me.tabDontUseNat.TabIndex = 0 Me.tabDontUseNat.Text = "Rely on Default NAT" Me.tabDontUseNat.UseVisualStyleBackColor = True ' 'lblDontUseNat ' Me.lblDontUseNat.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDontUseNat.Location = New System.Drawing.Point(6, 27) Me.lblDontUseNat.Name = "lblDontUseNat" Me.lblDontUseNat.Size = New System.Drawing.Size(437, 38) Me.lblDontUseNat.TabIndex = 0 Me.lblDontUseNat.Text = "Your bot will inherit the NAT (Network Address Translation) settings of the machi" & _ "ne on which it is hosted. This is the default and is highly recommended." ' 'tabUseNat ' Me.tabUseNat.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.tabUseNat.Controls.Add(Me.MaskedTextBox1) Me.tabUseNat.Controls.Add(Me.lblRealIP) Me.tabUseNat.Controls.Add(Me.lblNATWarning) Me.tabUseNat.Location = New System.Drawing.Point(4, 25) Me.tabUseNat.Name = "tabUseNat" Me.tabUseNat.Padding = New System.Windows.Forms.Padding(3) Me.tabUseNat.Size = New System.Drawing.Size(449, 80) Me.tabUseNat.TabIndex = 1 Me.tabUseNat.Text = "Explicitly Define IP Address of Bot (for NAT)" Me.tabUseNat.UseVisualStyleBackColor = True ' 'MaskedTextBox1 ' Me.MaskedTextBox1.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBox1.Location = New System.Drawing.Point(198, 38) Me.MaskedTextBox1.Mask = "000.000.000" Me.MaskedTextBox1.Name = "MaskedTextBox1" Me.MaskedTextBox1.Size = New System.Drawing.Size(89, 20) Me.MaskedTextBox1.TabIndex = 2 ' 'lblRealIP ' Me.lblRealIP.AutoSize = True Me.lblRealIP.Location = New System.Drawing.Point(6, 38) Me.lblRealIP.Name = "lblRealIP" Me.lblRealIP.Size = New System.Drawing.Size(184, 13) Me.lblRealIP.TabIndex = 1 Me.lblRealIP.Text = "Specify the real IP address of the bot:" ' 'lblNATWarning ' Me.lblNATWarning.AutoSize = True Me.lblNATWarning.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNATWarning.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.lblNATWarning.Location = New System.Drawing.Point(6, 8) Me.lblNATWarning.Name = "lblNATWarning" Me.lblNATWarning.Size = New System.Drawing.Size(307, 13) Me.lblNATWarning.TabIndex = 0 Me.lblNATWarning.Text = "Warning: Configure only if your bot is malfunctioning!" ' 'mtxtTelnetPort ' Me.mtxtTelnetPort.Location = New System.Drawing.Point(304, 11) Me.mtxtTelnetPort.Mask = "000000" Me.mtxtTelnetPort.Name = "mtxtTelnetPort" Me.mtxtTelnetPort.PromptChar = Global.Microsoft.VisualBasic.ChrW(45) Me.mtxtTelnetPort.Size = New System.Drawing.Size(61, 20) Me.mtxtTelnetPort.TabIndex = 5 ' 'lblTelnetPort ' Me.lblTelnetPort.AutoSize = True Me.lblTelnetPort.Location = New System.Drawing.Point(5, 13) Me.lblTelnetPort.Name = "lblTelnetPort" Me.lblTelnetPort.Size = New System.Drawing.Size(293, 13) Me.lblTelnetPort.TabIndex = 1 Me.lblTelnetPort.Text = "Telnet port that others can use to telnet directly into your bot:" ' 'tbsFirewallType ' Me.tbsFirewallType.Appearance = System.Windows.Forms.TabAppearance.Buttons Me.tbsFirewallType.Controls.Add(Me.tabDontUseFirewall) Me.tbsFirewallType.Controls.Add(Me.tabUseSocksFirewall) Me.tbsFirewallType.Controls.Add(Me.tabUseSunFirewall) Me.tbsFirewallType.HotTrack = True Me.tbsFirewallType.Location = New System.Drawing.Point(3, 49) Me.tbsFirewallType.Name = "tbsFirewallType" Me.tbsFirewallType.SelectedIndex = 0 Me.tbsFirewallType.Size = New System.Drawing.Size(465, 90) Me.tbsFirewallType.TabIndex = 0 ' 'tabDontUseFirewall ' Me.tabDontUseFirewall.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.tabDontUseFirewall.Controls.Add(Me.lblNotUsingFirewall) Me.tabDontUseFirewall.Location = New System.Drawing.Point(4, 25) Me.tabDontUseFirewall.Name = "tabDontUseFirewall" Me.tabDontUseFirewall.Padding = New System.Windows.Forms.Padding(3) Me.tabDontUseFirewall.Size = New System.Drawing.Size(457, 61) Me.tabDontUseFirewall.TabIndex = 0 Me.tabDontUseFirewall.Text = "Don't Use a Firewall" ' 'lblNotUsingFirewall ' Me.lblNotUsingFirewall.AutoSize = True Me.lblNotUsingFirewall.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNotUsingFirewall.Location = New System.Drawing.Point(2, 22) Me.lblNotUsingFirewall.Name = "lblNotUsingFirewall" Me.lblNotUsingFirewall.Size = New System.Drawing.Size(314, 14) Me.lblNotUsingFirewall.TabIndex = 0 Me.lblNotUsingFirewall.Text = "Your X-Bot is currently not set to use a firewall (default setting)" ' 'tabUseSocksFirewall ' Me.tabUseSocksFirewall.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.tabUseSocksFirewall.Controls.Add(Me.mtxtSocksPort) Me.tabUseSocksFirewall.Controls.Add(Me.lblSocksPort) Me.tabUseSocksFirewall.Controls.Add(Me.txtSocksHost) Me.tabUseSocksFirewall.Controls.Add(Me.lblSocksHost) Me.tabUseSocksFirewall.Location = New System.Drawing.Point(4, 25) Me.tabUseSocksFirewall.Name = "tabUseSocksFirewall" Me.tabUseSocksFirewall.Padding = New System.Windows.Forms.Padding(3) Me.tabUseSocksFirewall.Size = New System.Drawing.Size(457, 61) Me.tabUseSocksFirewall.TabIndex = 1 Me.tabUseSocksFirewall.Text = "Use SOCKS Firewall" ' 'mtxtSocksPort ' Me.mtxtSocksPort.Location = New System.Drawing.Point(111, 33) Me.mtxtSocksPort.Mask = "000000" Me.mtxtSocksPort.Name = "mtxtSocksPort" Me.mtxtSocksPort.PromptChar = Global.Microsoft.VisualBasic.ChrW(45) Me.mtxtSocksPort.Size = New System.Drawing.Size(61, 20) Me.mtxtSocksPort.TabIndex = 4 ' 'lblSocksPort ' Me.lblSocksPort.AutoSize = True Me.lblSocksPort.Location = New System.Drawing.Point(0, 33) Me.lblSocksPort.Name = "lblSocksPort" Me.lblSocksPort.Size = New System.Drawing.Size(79, 13) Me.lblSocksPort.TabIndex = 2 Me.lblSocksPort.Text = "Port of Firewall:" ' 'txtSocksHost ' Me.txtSocksHost.Location = New System.Drawing.Point(111, 8) Me.txtSocksHost.Name = "txtSocksHost" Me.txtSocksHost.Size = New System.Drawing.Size(291, 20) Me.txtSocksHost.TabIndex = 1 ' 'lblSocksHost ' Me.lblSocksHost.AutoSize = True Me.lblSocksHost.Location = New System.Drawing.Point(0, 8) Me.lblSocksHost.Name = "lblSocksHost" Me.lblSocksHost.Size = New System.Drawing.Size(108, 13) Me.lblSocksHost.TabIndex = 0 Me.lblSocksHost.Text = "Hostname of Firewall:" ' 'tabUseSunFirewall ' Me.tabUseSunFirewall.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.tabUseSunFirewall.Controls.Add(Me.lblSunFirewall) Me.tabUseSunFirewall.Location = New System.Drawing.Point(4, 25) Me.tabUseSunFirewall.Name = "tabUseSunFirewall" Me.tabUseSunFirewall.Size = New System.Drawing.Size(457, 61) Me.tabUseSunFirewall.TabIndex = 2 Me.tabUseSunFirewall.Text = "Use Sun Telnet Passthru Firewall" ' 'lblSunFirewall ' Me.lblSunFirewall.AutoSize = True Me.lblSunFirewall.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSunFirewall.Location = New System.Drawing.Point(4, 24) Me.lblSunFirewall.Name = "lblSunFirewall" Me.lblSunFirewall.Size = New System.Drawing.Size(358, 14) Me.lblSunFirewall.TabIndex = 0 Me.lblSunFirewall.Text = "No further configuration is necessary for a Sun Telnet Passthru Firewall." ' 'pnlViewImportExport ' Me.pnlViewImportExport.Controls.Add(Me.Button1) Me.pnlViewImportExport.Controls.Add(Me.butExportNotes) Me.pnlViewImportExport.Controls.Add(Me.butExportUser) Me.pnlViewImportExport.Controls.Add(Me.butExportChan) Me.pnlViewImportExport.Controls.Add(Me.butImportNotes) Me.pnlViewImportExport.Controls.Add(Me.butImportUser) Me.pnlViewImportExport.Controls.Add(Me.butImportChan) Me.pnlViewImportExport.Controls.Add(Me.lblCompatibility) Me.pnlViewImportExport.Location = New System.Drawing.Point(91, 82) Me.pnlViewImportExport.Name = "pnlViewImportExport" Me.pnlViewImportExport.Size = New System.Drawing.Size(474, 320) Me.pnlViewImportExport.TabIndex = 21 Me.pnlViewImportExport.Tag = "Import/Export" Me.pnlViewImportExport.Visible = False ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(248, 179) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(165, 23) Me.Button1.TabIndex = 7 Me.Button1.Text = "Export Eggdrop.CONF File" Me.Button1.UseVisualStyleBackColor = True ' 'butExportNotes ' Me.butExportNotes.Location = New System.Drawing.Point(248, 150) Me.butExportNotes.Name = "butExportNotes" Me.butExportNotes.Size = New System.Drawing.Size(165, 23) Me.butExportNotes.TabIndex = 6 Me.butExportNotes.Text = "Export .NOTES File" Me.butExportNotes.UseVisualStyleBackColor = True ' 'butExportUser ' Me.butExportUser.Location = New System.Drawing.Point(248, 119) Me.butExportUser.Name = "butExportUser" Me.butExportUser.Size = New System.Drawing.Size(165, 23) Me.butExportUser.TabIndex = 5 Me.butExportUser.Text = "Export .USER File" Me.butExportUser.UseVisualStyleBackColor = True ' 'butExportChan ' Me.butExportChan.Location = New System.Drawing.Point(248, 88) Me.butExportChan.Name = "butExportChan" Me.butExportChan.Size = New System.Drawing.Size(165, 23) Me.butExportChan.TabIndex = 4 Me.butExportChan.Text = "Export .CHAN File" Me.butExportChan.UseVisualStyleBackColor = True ' 'butImportNotes ' Me.butImportNotes.Location = New System.Drawing.Point(53, 150) Me.butImportNotes.Name = "butImportNotes" Me.butImportNotes.Size = New System.Drawing.Size(165, 23) Me.butImportNotes.TabIndex = 3 Me.butImportNotes.Text = "Import .NOTES File" Me.butImportNotes.UseVisualStyleBackColor = True ' 'butImportUser ' Me.butImportUser.Location = New System.Drawing.Point(51, 119) Me.butImportUser.Name = "butImportUser" Me.butImportUser.Size = New System.Drawing.Size(167, 23) Me.butImportUser.TabIndex = 2 Me.butImportUser.Text = "Import .USER File" Me.butImportUser.UseVisualStyleBackColor = True ' 'butImportChan ' Me.butImportChan.Location = New System.Drawing.Point(51, 90) Me.butImportChan.Name = "butImportChan" Me.butImportChan.Size = New System.Drawing.Size(167, 23) Me.butImportChan.TabIndex = 1 Me.butImportChan.Text = "Import .CHAN File" Me.butImportChan.UseVisualStyleBackColor = True ' 'lblCompatibility ' Me.lblCompatibility.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCompatibility.Location = New System.Drawing.Point(11, 10) Me.lblCompatibility.Name = "lblCompatibility" Me.lblCompatibility.Size = New System.Drawing.Size(457, 61) Me.lblCompatibility.TabIndex = 0 Me.lblCompatibility.Text = resources.GetString("lblCompatibility.Text") ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(653, 476) Me.Controls.Add(Me.pnlTCL) Me.Controls.Add(Me.pnlLeftTop) Me.Controls.Add(Me.pnlLeft) Me.Controls.Add(Me.pnlBotSelector) Me.Controls.Add(Me.pnlHeader) Me.Controls.Add(Me.pnlViewImportExport) Me.Controls.Add(Me.pnlViewConnection) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "frmMain" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "X-Bot .NET" Me.TransparencyKey = System.Drawing.Color.LightPink Me.pnlBasic.ResumeLayout(False) Me.pnlBasic.PerformLayout() Me.pnlViewManual.ResumeLayout(False) Me.pnlViewShellConfig.ResumeLayout(False) Me.pnlViewShellConfig.PerformLayout() Me.pnlBotSelector.ResumeLayout(False) Me.pnlHeader.ResumeLayout(False) Me.pnlHeader.PerformLayout() Me.pnlLeft.ResumeLayout(False) Me.pnlLeft.PerformLayout() Me.pnlViewAdvanced.ResumeLayout(False) Me.pnlViewAdvanced.PerformLayout() CType(Me.picGraphicsCredits, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlTCL.ResumeLayout(False) Me.TCLSplitContainer.Panel1.ResumeLayout(False) Me.TCLSplitContainer.Panel2.ResumeLayout(False) Me.TCLSplitContainer.Panel2.PerformLayout() Me.TCLSplitContainer.ResumeLayout(False) Me.pnlViewConnection.ResumeLayout(False) Me.pnlViewConnection.PerformLayout() Me.tbsNAT.ResumeLayout(False) Me.tabDontUseNat.ResumeLayout(False) Me.tabUseNat.ResumeLayout(False) Me.tabUseNat.PerformLayout() Me.tbsFirewallType.ResumeLayout(False) Me.tabDontUseFirewall.ResumeLayout(False) Me.tabDontUseFirewall.PerformLayout() Me.tabUseSocksFirewall.ResumeLayout(False) Me.tabUseSocksFirewall.PerformLayout() Me.tabUseSunFirewall.ResumeLayout(False) Me.tabUseSunFirewall.PerformLayout() Me.pnlViewImportExport.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnlBasic As System.Windows.Forms.Panel Friend WithEvents txtAdminNick As System.Windows.Forms.TextBox Friend WithEvents lblAdminNick As System.Windows.Forms.Label Friend WithEvents txtAdminEmail As System.Windows.Forms.TextBox Friend WithEvents lblAdminEmail As System.Windows.Forms.Label Friend WithEvents lblEncryptionKey As System.Windows.Forms.Label Friend WithEvents txtEasyBotnet As System.Windows.Forms.TextBox Friend WithEvents lblEasyBotnet As System.Windows.Forms.Label Friend WithEvents txtEasyKey As System.Windows.Forms.TextBox Friend WithEvents lblEasyKey As System.Windows.Forms.Label Friend WithEvents txtEncryptionKey As System.Windows.Forms.TextBox Friend WithEvents lblOrg As System.Windows.Forms.Label Friend WithEvents txtOrg As System.Windows.Forms.TextBox Friend WithEvents pnlBotSelector As System.Windows.Forms.Panel Friend WithEvents lblCurrentlyEditing As System.Windows.Forms.Label Friend WithEvents butDeleteBot As System.Windows.Forms.Button Friend WithEvents butNewBot As System.Windows.Forms.Button Friend WithEvents cboBots As System.Windows.Forms.ComboBox Friend WithEvents pnlHeader As System.Windows.Forms.Panel Friend WithEvents pnlLeft As System.Windows.Forms.Panel Friend WithEvents picGraphicsCredits As System.Windows.Forms.PictureBox Friend WithEvents pnlLeftTop As System.Windows.Forms.Panel Friend WithEvents lblCurrentPanel As System.Windows.Forms.Label Friend WithEvents lblCurrentlyConfiguring As System.Windows.Forms.Label Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents lstIRCServers As System.Windows.Forms.ListBox Friend WithEvents butRemoveIRCServer As System.Windows.Forms.Button Friend WithEvents butAddIRCServer As System.Windows.Forms.Button Friend WithEvents lblIRCServers As System.Windows.Forms.Label Friend WithEvents butChangeServer As System.Windows.Forms.Button Friend WithEvents lblBotAltNick As System.Windows.Forms.Label Friend WithEvents txtBotNick As System.Windows.Forms.TextBox Friend WithEvents lblBotNick As System.Windows.Forms.Label Friend WithEvents txtBotAltNick As System.Windows.Forms.TextBox Friend WithEvents chkBroadcast As System.Windows.Forms.CheckBox Friend WithEvents chkWarnOnKick As System.Windows.Forms.CheckBox Friend WithEvents txtHomeChannel As System.Windows.Forms.TextBox Friend WithEvents lblHomeChannel As System.Windows.Forms.Label Friend WithEvents chkWarnDeop As System.Windows.Forms.CheckBox Friend WithEvents chkWarnComicChat As System.Windows.Forms.CheckBox Friend WithEvents chkSeparateUserfiles As System.Windows.Forms.CheckBox Friend WithEvents pnlViewAdvanced As System.Windows.Forms.Panel Friend WithEvents llblViewConnectionOptions As System.Windows.Forms.LinkLabel Friend WithEvents llblViewBasicSettings As System.Windows.Forms.LinkLabel Friend WithEvents lblViewAdvanced As System.Windows.Forms.Label Friend WithEvents llblViewTCLScripts As System.Windows.Forms.LinkLabel Friend WithEvents llblViewManualEdit As System.Windows.Forms.LinkLabel Friend WithEvents llblViewImportExport As System.Windows.Forms.LinkLabel Friend WithEvents lblViewRunOnShell As System.Windows.Forms.LinkLabel Friend WithEvents llblViewRunOnThisComputer As System.Windows.Forms.LinkLabel Friend WithEvents pnlTCL As System.Windows.Forms.Panel Friend WithEvents TCLSplitContainer As System.Windows.Forms.SplitContainer Friend WithEvents chkTCLScripts As System.Windows.Forms.CheckedListBox Friend WithEvents txtTCLDesc As System.Windows.Forms.TextBox Friend WithEvents butEditTCL As System.Windows.Forms.Button Friend WithEvents butImportTCLScript As System.Windows.Forms.Button Friend WithEvents lblTCLScriptName As System.Windows.Forms.Label Friend WithEvents pnlViewConnection As System.Windows.Forms.Panel Friend WithEvents tbsFirewallType As System.Windows.Forms.TabControl Friend WithEvents tabDontUseFirewall As System.Windows.Forms.TabPage Friend WithEvents tabUseSocksFirewall As System.Windows.Forms.TabPage Friend WithEvents tabUseSunFirewall As System.Windows.Forms.TabPage Friend WithEvents lblSocksHost As System.Windows.Forms.Label Friend WithEvents mtxtSocksPort As System.Windows.Forms.MaskedTextBox Friend WithEvents lblSocksPort As System.Windows.Forms.Label Friend WithEvents txtSocksHost As System.Windows.Forms.TextBox Friend WithEvents lblNotUsingFirewall As System.Windows.Forms.Label Friend WithEvents lblSunFirewall As System.Windows.Forms.Label Friend WithEvents mtxtTelnetPort As System.Windows.Forms.MaskedTextBox Friend WithEvents lblTelnetPort As System.Windows.Forms.Label Friend WithEvents tbsNAT As System.Windows.Forms.TabControl Friend WithEvents tabDontUseNat As System.Windows.Forms.TabPage Friend WithEvents tabUseNat As System.Windows.Forms.TabPage Friend WithEvents lblNATWarning As System.Windows.Forms.Label Friend WithEvents lblDontUseNat As System.Windows.Forms.Label Friend WithEvents MaskedTextBox1 As System.Windows.Forms.MaskedTextBox Friend WithEvents lblRealIP As System.Windows.Forms.Label Friend WithEvents pnlViewImportExport As System.Windows.Forms.Panel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents butExportNotes As System.Windows.Forms.Button Friend WithEvents butExportUser As System.Windows.Forms.Button Friend WithEvents butExportChan As System.Windows.Forms.Button Friend WithEvents butImportNotes As System.Windows.Forms.Button Friend WithEvents butImportUser As System.Windows.Forms.Button Friend WithEvents butImportChan As System.Windows.Forms.Button Friend WithEvents lblCompatibility As System.Windows.Forms.Label Friend WithEvents pnlViewManual As System.Windows.Forms.Panel Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents butEditMOTD As System.Windows.Forms.Button Friend WithEvents butEditConfig As System.Windows.Forms.Button Friend WithEvents pnlViewShellConfig As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label End Class