From 5c993ade86ad859a25e41461fee0b0043d458e6a Mon Sep 17 00:00:00 2001 From: Mahmut YILDIRIM Date: Sat, 6 May 2023 19:16:55 +0300 Subject: [PATCH] v2.9 --- Application/RSBot/RSBot.csproj | 2 +- Plugins/RSBot.Chat/Views/Main.Designer.cs | 753 ++--- Plugins/RSBot.Chat/Views/Main.cs | 4 +- Plugins/RSBot.Chat/Views/Main.resx | 62 +- .../EmoticonActionElement.Designer.cs | 95 +- .../Views/Main.Designer.cs | 265 +- .../Views/AccountsWindow.Designer.cs | 473 +-- Plugins/RSBot.General/Views/Main.Designer.cs | 1190 ++++---- Plugins/RSBot.General/Views/Main.cs | 2 +- .../Views/PendingWindow.Designer.cs | 241 +- Plugins/RSBot.General/Views/PendingWindow.cs | 34 +- .../RSBot.Inventory/Views/Main.Designer.cs | 619 ++-- Plugins/RSBot.Items/Views/Main.Designer.cs | 16 +- Plugins/RSBot.Log/Views/Main.Designer.cs | 193 +- Plugins/RSBot.Log/Views/Main.cs | 12 +- Plugins/RSBot.Log/Views/Main.resx | 62 +- Plugins/RSBot.Map/Views/Main.Designer.cs | 344 ++- Plugins/RSBot.Map/Views/Main.cs | 6 +- .../Views/AutoFormParty.designer.cs | 587 ++-- Plugins/RSBot.Party/Views/Main.Designer.cs | 2591 ++++++++--------- .../RSBot.Protection/Views/Main.Designer.cs | 1647 +++++------ Plugins/RSBot.Protection/Views/Main.cs | 6 +- Plugins/RSBot.Skills/Views/Main.Designer.cs | 8 +- .../RSBot.Statistics/Views/Main.Designer.cs | 262 +- Plugins/RSBot.Statistics/Views/Main.cs | 14 +- 25 files changed, 4598 insertions(+), 4890 deletions(-) diff --git a/Application/RSBot/RSBot.csproj b/Application/RSBot/RSBot.csproj index 9f3e0a80..7c957415 100644 --- a/Application/RSBot/RSBot.csproj +++ b/Application/RSBot/RSBot.csproj @@ -13,7 +13,7 @@ https://github.com/SDClowen/RSBot WinExe Assets\shark.ico - 2.8 + 2.9 app.manifest x86 False diff --git a/Plugins/RSBot.Chat/Views/Main.Designer.cs b/Plugins/RSBot.Chat/Views/Main.Designer.cs index e85298c5..6b152ebb 100644 --- a/Plugins/RSBot.Chat/Views/Main.Designer.cs +++ b/Plugins/RSBot.Chat/Views/Main.Designer.cs @@ -28,466 +28,473 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.tabMain = new SDUI.Controls.TabControl(); - this.tabAll = new System.Windows.Forms.TabPage(); - this.separator6 = new SDUI.Controls.Separator(); - this.txtSendAll = new SDUI.Controls.TextBox(); - this.txtAll = new System.Windows.Forms.RichTextBox(); - this.tabPrivate = new System.Windows.Forms.TabPage(); - this.separator5 = new SDUI.Controls.Separator(); - this.txtPrivate = new System.Windows.Forms.RichTextBox(); - this.textBoxPrivateMsg = new SDUI.Controls.TextBox(); - this.txtRecievePrivate = new SDUI.Controls.TextBox(); - this.tabParty = new System.Windows.Forms.TabPage(); - this.separator4 = new SDUI.Controls.Separator(); - this.txtSendParty = new SDUI.Controls.TextBox(); - this.txtParty = new System.Windows.Forms.RichTextBox(); - this.tabGuild = new System.Windows.Forms.TabPage(); - this.separator3 = new SDUI.Controls.Separator(); - this.txtSendGuild = new SDUI.Controls.TextBox(); - this.txtGuild = new System.Windows.Forms.RichTextBox(); - this.tabUnion = new System.Windows.Forms.TabPage(); - this.separator2 = new SDUI.Controls.Separator(); - this.txtSendUnion = new SDUI.Controls.TextBox(); - this.txtUnion = new System.Windows.Forms.RichTextBox(); - this.tabAcademy = new System.Windows.Forms.TabPage(); - this.separator1 = new SDUI.Controls.Separator(); - this.txtSendAcademy = new SDUI.Controls.TextBox(); - this.txtAcademy = new System.Windows.Forms.RichTextBox(); - this.tabGlobal = new System.Windows.Forms.TabPage(); - this.txtGlobal = new System.Windows.Forms.RichTextBox(); - this.tabStall = new System.Windows.Forms.TabPage(); - this.txtStall = new System.Windows.Forms.RichTextBox(); - this.tabUnique = new System.Windows.Forms.TabPage(); - this.UniqueText = new System.Windows.Forms.RichTextBox(); - this.panel1 = new System.Windows.Forms.Panel(); - this.tabMain.SuspendLayout(); - this.tabAll.SuspendLayout(); - this.tabPrivate.SuspendLayout(); - this.tabParty.SuspendLayout(); - this.tabGuild.SuspendLayout(); - this.tabUnion.SuspendLayout(); - this.tabAcademy.SuspendLayout(); - this.tabGlobal.SuspendLayout(); - this.tabStall.SuspendLayout(); - this.tabUnique.SuspendLayout(); - this.panel1.SuspendLayout(); - this.SuspendLayout(); + tabMain = new SDUI.Controls.TabControl(); + tabAll = new System.Windows.Forms.TabPage(); + txtAll = new System.Windows.Forms.RichTextBox(); + separator6 = new SDUI.Controls.Separator(); + txtSendAll = new SDUI.Controls.TextBox(); + tabPrivate = new System.Windows.Forms.TabPage(); + txtPrivate = new System.Windows.Forms.RichTextBox(); + separator5 = new SDUI.Controls.Separator(); + panel1 = new System.Windows.Forms.Panel(); + textBoxPrivateMsg = new SDUI.Controls.TextBox(); + txtRecievePrivate = new SDUI.Controls.TextBox(); + tabParty = new System.Windows.Forms.TabPage(); + txtParty = new System.Windows.Forms.RichTextBox(); + separator4 = new SDUI.Controls.Separator(); + txtSendParty = new SDUI.Controls.TextBox(); + tabGuild = new System.Windows.Forms.TabPage(); + txtGuild = new System.Windows.Forms.RichTextBox(); + separator3 = new SDUI.Controls.Separator(); + txtSendGuild = new SDUI.Controls.TextBox(); + tabUnion = new System.Windows.Forms.TabPage(); + txtUnion = new System.Windows.Forms.RichTextBox(); + separator2 = new SDUI.Controls.Separator(); + txtSendUnion = new SDUI.Controls.TextBox(); + tabAcademy = new System.Windows.Forms.TabPage(); + txtAcademy = new System.Windows.Forms.RichTextBox(); + separator1 = new SDUI.Controls.Separator(); + txtSendAcademy = new SDUI.Controls.TextBox(); + tabGlobal = new System.Windows.Forms.TabPage(); + txtGlobal = new System.Windows.Forms.RichTextBox(); + tabStall = new System.Windows.Forms.TabPage(); + txtStall = new System.Windows.Forms.RichTextBox(); + tabUnique = new System.Windows.Forms.TabPage(); + UniqueText = new System.Windows.Forms.RichTextBox(); + tabMain.SuspendLayout(); + tabAll.SuspendLayout(); + tabPrivate.SuspendLayout(); + panel1.SuspendLayout(); + tabParty.SuspendLayout(); + tabGuild.SuspendLayout(); + tabUnion.SuspendLayout(); + tabAcademy.SuspendLayout(); + tabGlobal.SuspendLayout(); + tabStall.SuspendLayout(); + tabUnique.SuspendLayout(); + SuspendLayout(); // // tabMain // - this.tabMain.Border = new System.Windows.Forms.Padding(1); - this.tabMain.Controls.Add(this.tabAll); - this.tabMain.Controls.Add(this.tabPrivate); - this.tabMain.Controls.Add(this.tabParty); - this.tabMain.Controls.Add(this.tabGuild); - this.tabMain.Controls.Add(this.tabUnion); - this.tabMain.Controls.Add(this.tabAcademy); - this.tabMain.Controls.Add(this.tabGlobal); - this.tabMain.Controls.Add(this.tabStall); - this.tabMain.Controls.Add(this.tabUnique); - this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabMain.Location = new System.Drawing.Point(0, 0); - this.tabMain.Name = "tabMain"; - this.tabMain.SelectedIndex = 0; - this.tabMain.Size = new System.Drawing.Size(754, 477); - this.tabMain.TabIndex = 0; + tabMain.Border = new System.Windows.Forms.Padding(1); + tabMain.Controls.Add(tabAll); + tabMain.Controls.Add(tabPrivate); + tabMain.Controls.Add(tabParty); + tabMain.Controls.Add(tabGuild); + tabMain.Controls.Add(tabUnion); + tabMain.Controls.Add(tabAcademy); + tabMain.Controls.Add(tabGlobal); + tabMain.Controls.Add(tabStall); + tabMain.Controls.Add(tabUnique); + tabMain.Dock = System.Windows.Forms.DockStyle.Fill; + tabMain.HideTabArea = false; + tabMain.Location = new System.Drawing.Point(0, 0); + tabMain.Name = "tabMain"; + tabMain.SelectedIndex = 0; + tabMain.Size = new System.Drawing.Size(754, 477); + tabMain.TabIndex = 0; // // tabAll // - this.tabAll.BackColor = System.Drawing.Color.White; - this.tabAll.Controls.Add(this.txtAll); - this.tabAll.Controls.Add(this.separator6); - this.tabAll.Controls.Add(this.txtSendAll); - this.tabAll.Location = new System.Drawing.Point(4, 25); - this.tabAll.Name = "tabAll"; - this.tabAll.Padding = new System.Windows.Forms.Padding(3); - this.tabAll.Size = new System.Drawing.Size(746, 448); - this.tabAll.TabIndex = 0; - this.tabAll.Text = "All"; + tabAll.BackColor = System.Drawing.Color.White; + tabAll.Controls.Add(txtAll); + tabAll.Controls.Add(separator6); + tabAll.Controls.Add(txtSendAll); + tabAll.Location = new System.Drawing.Point(4, 24); + tabAll.Name = "tabAll"; + tabAll.Padding = new System.Windows.Forms.Padding(3); + tabAll.Size = new System.Drawing.Size(746, 449); + tabAll.TabIndex = 0; + tabAll.Text = "All"; + // + // txtAll + // + txtAll.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtAll.Dock = System.Windows.Forms.DockStyle.Fill; + txtAll.Location = new System.Drawing.Point(3, 3); + txtAll.Name = "txtAll"; + txtAll.ReadOnly = true; + txtAll.Size = new System.Drawing.Size(740, 412); + txtAll.TabIndex = 2; + txtAll.Text = ""; // // separator6 // - this.separator6.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator6.IsVertical = false; - this.separator6.Location = new System.Drawing.Point(3, 414); - this.separator6.Name = "separator6"; - this.separator6.Size = new System.Drawing.Size(740, 10); - this.separator6.TabIndex = 4; - this.separator6.Text = "separator6"; + separator6.Dock = System.Windows.Forms.DockStyle.Bottom; + separator6.IsVertical = false; + separator6.Location = new System.Drawing.Point(3, 415); + separator6.Name = "separator6"; + separator6.Size = new System.Drawing.Size(740, 10); + separator6.TabIndex = 4; + separator6.Text = "separator6"; // // txtSendAll // - this.txtSendAll.Dock = System.Windows.Forms.DockStyle.Bottom; - this.txtSendAll.Location = new System.Drawing.Point(3, 424); - this.txtSendAll.MaxLength = 32767; - this.txtSendAll.MultiLine = false; - this.txtSendAll.Name = "txtSendAll"; - this.txtSendAll.Size = new System.Drawing.Size(740, 21); - this.txtSendAll.TabIndex = 3; - this.txtSendAll.Tag = "1"; - this.txtSendAll.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtSendAll.UseSystemPasswordChar = false; - this.txtSendAll.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MessagePreviewKeyDown); + txtSendAll.Dock = System.Windows.Forms.DockStyle.Bottom; + txtSendAll.Location = new System.Drawing.Point(3, 425); + txtSendAll.MaxLength = 32767; + txtSendAll.MultiLine = false; + txtSendAll.Name = "txtSendAll"; + txtSendAll.Radius = 2; + txtSendAll.Size = new System.Drawing.Size(740, 21); + txtSendAll.TabIndex = 3; + txtSendAll.Tag = "1"; + txtSendAll.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtSendAll.UseSystemPasswordChar = false; + txtSendAll.PreviewKeyDown += MessagePreviewKeyDown; // - // txtAll + // tabPrivate // - this.txtAll.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtAll.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtAll.Location = new System.Drawing.Point(3, 3); - this.txtAll.Name = "txtAll"; - this.txtAll.ReadOnly = true; - this.txtAll.Size = new System.Drawing.Size(740, 411); - this.txtAll.TabIndex = 2; - this.txtAll.Text = ""; + tabPrivate.BackColor = System.Drawing.Color.White; + tabPrivate.Controls.Add(txtPrivate); + tabPrivate.Controls.Add(separator5); + tabPrivate.Controls.Add(panel1); + tabPrivate.Location = new System.Drawing.Point(4, 24); + tabPrivate.Name = "tabPrivate"; + tabPrivate.Padding = new System.Windows.Forms.Padding(3); + tabPrivate.Size = new System.Drawing.Size(746, 449); + tabPrivate.TabIndex = 1; + tabPrivate.Text = "Private"; // - // tabPrivate + // txtPrivate // - this.tabPrivate.BackColor = System.Drawing.Color.White; - this.tabPrivate.Controls.Add(this.txtPrivate); - this.tabPrivate.Controls.Add(this.separator5); - this.tabPrivate.Controls.Add(this.panel1); - this.tabPrivate.Location = new System.Drawing.Point(4, 25); - this.tabPrivate.Name = "tabPrivate"; - this.tabPrivate.Padding = new System.Windows.Forms.Padding(3); - this.tabPrivate.Size = new System.Drawing.Size(746, 448); - this.tabPrivate.TabIndex = 1; - this.tabPrivate.Text = "Private"; + txtPrivate.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtPrivate.Dock = System.Windows.Forms.DockStyle.Fill; + txtPrivate.Location = new System.Drawing.Point(3, 3); + txtPrivate.Name = "txtPrivate"; + txtPrivate.Size = new System.Drawing.Size(740, 403); + txtPrivate.TabIndex = 7; + txtPrivate.Text = ""; // // separator5 // - this.separator5.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator5.IsVertical = false; - this.separator5.Location = new System.Drawing.Point(3, 405); - this.separator5.Name = "separator5"; - this.separator5.Size = new System.Drawing.Size(740, 10); - this.separator5.TabIndex = 6; - this.separator5.Text = "separator5"; + separator5.Dock = System.Windows.Forms.DockStyle.Bottom; + separator5.IsVertical = false; + separator5.Location = new System.Drawing.Point(3, 406); + separator5.Name = "separator5"; + separator5.Size = new System.Drawing.Size(740, 10); + separator5.TabIndex = 6; + separator5.Text = "separator5"; // - // txtPrivate + // panel1 // - this.txtPrivate.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtPrivate.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtPrivate.Location = new System.Drawing.Point(3, 3); - this.txtPrivate.Name = "txtPrivate"; - this.txtPrivate.Size = new System.Drawing.Size(740, 402); - this.txtPrivate.TabIndex = 7; - this.txtPrivate.Text = ""; + panel1.BackColor = System.Drawing.Color.Transparent; + panel1.Controls.Add(textBoxPrivateMsg); + panel1.Controls.Add(txtRecievePrivate); + panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + panel1.Location = new System.Drawing.Point(3, 416); + panel1.Name = "panel1"; + panel1.Size = new System.Drawing.Size(740, 30); + panel1.TabIndex = 8; // // textBoxPrivateMsg // - this.textBoxPrivateMsg.Location = new System.Drawing.Point(164, 3); - this.textBoxPrivateMsg.MaxLength = 32767; - this.textBoxPrivateMsg.MultiLine = false; - this.textBoxPrivateMsg.Name = "textBoxPrivateMsg"; - this.textBoxPrivateMsg.Size = new System.Drawing.Size(573, 21); - this.textBoxPrivateMsg.TabIndex = 4; - this.textBoxPrivateMsg.Tag = "2"; - this.textBoxPrivateMsg.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.textBoxPrivateMsg.UseSystemPasswordChar = false; - this.textBoxPrivateMsg.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MessagePreviewKeyDown); + textBoxPrivateMsg.Location = new System.Drawing.Point(164, 3); + textBoxPrivateMsg.MaxLength = 32767; + textBoxPrivateMsg.MultiLine = false; + textBoxPrivateMsg.Name = "textBoxPrivateMsg"; + textBoxPrivateMsg.Radius = 2; + textBoxPrivateMsg.Size = new System.Drawing.Size(573, 21); + textBoxPrivateMsg.TabIndex = 4; + textBoxPrivateMsg.Tag = "2"; + textBoxPrivateMsg.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + textBoxPrivateMsg.UseSystemPasswordChar = false; + textBoxPrivateMsg.PreviewKeyDown += MessagePreviewKeyDown; // // txtRecievePrivate // - this.txtRecievePrivate.Location = new System.Drawing.Point(3, 3); - this.txtRecievePrivate.MaxLength = 32767; - this.txtRecievePrivate.MultiLine = false; - this.txtRecievePrivate.Name = "txtRecievePrivate"; - this.txtRecievePrivate.Size = new System.Drawing.Size(155, 21); - this.txtRecievePrivate.TabIndex = 4; - this.txtRecievePrivate.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtRecievePrivate.UseSystemPasswordChar = false; + txtRecievePrivate.Location = new System.Drawing.Point(3, 3); + txtRecievePrivate.MaxLength = 32767; + txtRecievePrivate.MultiLine = false; + txtRecievePrivate.Name = "txtRecievePrivate"; + txtRecievePrivate.Radius = 2; + txtRecievePrivate.Size = new System.Drawing.Size(155, 21); + txtRecievePrivate.TabIndex = 4; + txtRecievePrivate.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtRecievePrivate.UseSystemPasswordChar = false; // // tabParty // - this.tabParty.BackColor = System.Drawing.Color.White; - this.tabParty.Controls.Add(this.txtParty); - this.tabParty.Controls.Add(this.separator4); - this.tabParty.Controls.Add(this.txtSendParty); - this.tabParty.Location = new System.Drawing.Point(4, 25); - this.tabParty.Name = "tabParty"; - this.tabParty.Padding = new System.Windows.Forms.Padding(3); - this.tabParty.Size = new System.Drawing.Size(746, 448); - this.tabParty.TabIndex = 2; - this.tabParty.Text = "Party"; + tabParty.BackColor = System.Drawing.Color.White; + tabParty.Controls.Add(txtParty); + tabParty.Controls.Add(separator4); + tabParty.Controls.Add(txtSendParty); + tabParty.Location = new System.Drawing.Point(4, 24); + tabParty.Name = "tabParty"; + tabParty.Padding = new System.Windows.Forms.Padding(3); + tabParty.Size = new System.Drawing.Size(746, 449); + tabParty.TabIndex = 2; + tabParty.Text = "Party"; + // + // txtParty + // + txtParty.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtParty.Dock = System.Windows.Forms.DockStyle.Fill; + txtParty.Location = new System.Drawing.Point(3, 3); + txtParty.Name = "txtParty"; + txtParty.ReadOnly = true; + txtParty.Size = new System.Drawing.Size(740, 412); + txtParty.TabIndex = 2; + txtParty.Text = ""; // // separator4 // - this.separator4.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator4.IsVertical = false; - this.separator4.Location = new System.Drawing.Point(3, 414); - this.separator4.Name = "separator4"; - this.separator4.Size = new System.Drawing.Size(740, 10); - this.separator4.TabIndex = 4; - this.separator4.Text = "separator4"; + separator4.Dock = System.Windows.Forms.DockStyle.Bottom; + separator4.IsVertical = false; + separator4.Location = new System.Drawing.Point(3, 415); + separator4.Name = "separator4"; + separator4.Size = new System.Drawing.Size(740, 10); + separator4.TabIndex = 4; + separator4.Text = "separator4"; // // txtSendParty // - this.txtSendParty.Dock = System.Windows.Forms.DockStyle.Bottom; - this.txtSendParty.Location = new System.Drawing.Point(3, 424); - this.txtSendParty.MaxLength = 32767; - this.txtSendParty.MultiLine = false; - this.txtSendParty.Name = "txtSendParty"; - this.txtSendParty.Size = new System.Drawing.Size(740, 21); - this.txtSendParty.TabIndex = 3; - this.txtSendParty.Tag = "4"; - this.txtSendParty.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtSendParty.UseSystemPasswordChar = false; - this.txtSendParty.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MessagePreviewKeyDown); + txtSendParty.Dock = System.Windows.Forms.DockStyle.Bottom; + txtSendParty.Location = new System.Drawing.Point(3, 425); + txtSendParty.MaxLength = 32767; + txtSendParty.MultiLine = false; + txtSendParty.Name = "txtSendParty"; + txtSendParty.Radius = 2; + txtSendParty.Size = new System.Drawing.Size(740, 21); + txtSendParty.TabIndex = 3; + txtSendParty.Tag = "4"; + txtSendParty.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtSendParty.UseSystemPasswordChar = false; + txtSendParty.PreviewKeyDown += MessagePreviewKeyDown; // - // txtParty + // tabGuild // - this.txtParty.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtParty.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtParty.Location = new System.Drawing.Point(3, 3); - this.txtParty.Name = "txtParty"; - this.txtParty.ReadOnly = true; - this.txtParty.Size = new System.Drawing.Size(740, 411); - this.txtParty.TabIndex = 2; - this.txtParty.Text = ""; + tabGuild.BackColor = System.Drawing.Color.White; + tabGuild.Controls.Add(txtGuild); + tabGuild.Controls.Add(separator3); + tabGuild.Controls.Add(txtSendGuild); + tabGuild.Location = new System.Drawing.Point(4, 24); + tabGuild.Name = "tabGuild"; + tabGuild.Padding = new System.Windows.Forms.Padding(3); + tabGuild.Size = new System.Drawing.Size(746, 449); + tabGuild.TabIndex = 3; + tabGuild.Text = "Guild"; // - // tabGuild + // txtGuild // - this.tabGuild.BackColor = System.Drawing.Color.White; - this.tabGuild.Controls.Add(this.txtGuild); - this.tabGuild.Controls.Add(this.separator3); - this.tabGuild.Controls.Add(this.txtSendGuild); - this.tabGuild.Location = new System.Drawing.Point(4, 25); - this.tabGuild.Name = "tabGuild"; - this.tabGuild.Padding = new System.Windows.Forms.Padding(3); - this.tabGuild.Size = new System.Drawing.Size(746, 448); - this.tabGuild.TabIndex = 3; - this.tabGuild.Text = "Guild"; + txtGuild.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtGuild.Dock = System.Windows.Forms.DockStyle.Fill; + txtGuild.Location = new System.Drawing.Point(3, 3); + txtGuild.Name = "txtGuild"; + txtGuild.ReadOnly = true; + txtGuild.Size = new System.Drawing.Size(740, 412); + txtGuild.TabIndex = 2; + txtGuild.Text = ""; // // separator3 // - this.separator3.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator3.IsVertical = false; - this.separator3.Location = new System.Drawing.Point(3, 414); - this.separator3.Name = "separator3"; - this.separator3.Size = new System.Drawing.Size(740, 10); - this.separator3.TabIndex = 4; - this.separator3.Text = "separator3"; + separator3.Dock = System.Windows.Forms.DockStyle.Bottom; + separator3.IsVertical = false; + separator3.Location = new System.Drawing.Point(3, 415); + separator3.Name = "separator3"; + separator3.Size = new System.Drawing.Size(740, 10); + separator3.TabIndex = 4; + separator3.Text = "separator3"; // // txtSendGuild // - this.txtSendGuild.Dock = System.Windows.Forms.DockStyle.Bottom; - this.txtSendGuild.Location = new System.Drawing.Point(3, 424); - this.txtSendGuild.MaxLength = 32767; - this.txtSendGuild.MultiLine = false; - this.txtSendGuild.Name = "txtSendGuild"; - this.txtSendGuild.Size = new System.Drawing.Size(740, 21); - this.txtSendGuild.TabIndex = 3; - this.txtSendGuild.Tag = "5"; - this.txtSendGuild.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtSendGuild.UseSystemPasswordChar = false; - this.txtSendGuild.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MessagePreviewKeyDown); + txtSendGuild.Dock = System.Windows.Forms.DockStyle.Bottom; + txtSendGuild.Location = new System.Drawing.Point(3, 425); + txtSendGuild.MaxLength = 32767; + txtSendGuild.MultiLine = false; + txtSendGuild.Name = "txtSendGuild"; + txtSendGuild.Radius = 2; + txtSendGuild.Size = new System.Drawing.Size(740, 21); + txtSendGuild.TabIndex = 3; + txtSendGuild.Tag = "5"; + txtSendGuild.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtSendGuild.UseSystemPasswordChar = false; + txtSendGuild.PreviewKeyDown += MessagePreviewKeyDown; // - // txtGuild + // tabUnion // - this.txtGuild.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtGuild.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtGuild.Location = new System.Drawing.Point(3, 3); - this.txtGuild.Name = "txtGuild"; - this.txtGuild.ReadOnly = true; - this.txtGuild.Size = new System.Drawing.Size(740, 411); - this.txtGuild.TabIndex = 2; - this.txtGuild.Text = ""; + tabUnion.BackColor = System.Drawing.Color.White; + tabUnion.Controls.Add(txtUnion); + tabUnion.Controls.Add(separator2); + tabUnion.Controls.Add(txtSendUnion); + tabUnion.Location = new System.Drawing.Point(4, 24); + tabUnion.Name = "tabUnion"; + tabUnion.Padding = new System.Windows.Forms.Padding(3); + tabUnion.Size = new System.Drawing.Size(746, 449); + tabUnion.TabIndex = 6; + tabUnion.Text = "Union"; // - // tabUnion + // txtUnion // - this.tabUnion.BackColor = System.Drawing.Color.White; - this.tabUnion.Controls.Add(this.txtUnion); - this.tabUnion.Controls.Add(this.separator2); - this.tabUnion.Controls.Add(this.txtSendUnion); - this.tabUnion.Location = new System.Drawing.Point(4, 25); - this.tabUnion.Name = "tabUnion"; - this.tabUnion.Padding = new System.Windows.Forms.Padding(3); - this.tabUnion.Size = new System.Drawing.Size(746, 448); - this.tabUnion.TabIndex = 6; - this.tabUnion.Text = "Union"; + txtUnion.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtUnion.Dock = System.Windows.Forms.DockStyle.Fill; + txtUnion.Location = new System.Drawing.Point(3, 3); + txtUnion.Name = "txtUnion"; + txtUnion.ReadOnly = true; + txtUnion.Size = new System.Drawing.Size(740, 412); + txtUnion.TabIndex = 4; + txtUnion.Text = ""; // // separator2 // - this.separator2.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator2.IsVertical = false; - this.separator2.Location = new System.Drawing.Point(3, 414); - this.separator2.Name = "separator2"; - this.separator2.Size = new System.Drawing.Size(740, 10); - this.separator2.TabIndex = 6; - this.separator2.Text = "separator2"; + separator2.Dock = System.Windows.Forms.DockStyle.Bottom; + separator2.IsVertical = false; + separator2.Location = new System.Drawing.Point(3, 415); + separator2.Name = "separator2"; + separator2.Size = new System.Drawing.Size(740, 10); + separator2.TabIndex = 6; + separator2.Text = "separator2"; // // txtSendUnion // - this.txtSendUnion.Dock = System.Windows.Forms.DockStyle.Bottom; - this.txtSendUnion.Location = new System.Drawing.Point(3, 424); - this.txtSendUnion.MaxLength = 32767; - this.txtSendUnion.MultiLine = false; - this.txtSendUnion.Name = "txtSendUnion"; - this.txtSendUnion.Size = new System.Drawing.Size(740, 21); - this.txtSendUnion.TabIndex = 5; - this.txtSendUnion.Tag = "11"; - this.txtSendUnion.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtSendUnion.UseSystemPasswordChar = false; - this.txtSendUnion.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MessagePreviewKeyDown); + txtSendUnion.Dock = System.Windows.Forms.DockStyle.Bottom; + txtSendUnion.Location = new System.Drawing.Point(3, 425); + txtSendUnion.MaxLength = 32767; + txtSendUnion.MultiLine = false; + txtSendUnion.Name = "txtSendUnion"; + txtSendUnion.Radius = 2; + txtSendUnion.Size = new System.Drawing.Size(740, 21); + txtSendUnion.TabIndex = 5; + txtSendUnion.Tag = "11"; + txtSendUnion.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtSendUnion.UseSystemPasswordChar = false; + txtSendUnion.PreviewKeyDown += MessagePreviewKeyDown; // - // txtUnion + // tabAcademy // - this.txtUnion.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtUnion.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtUnion.Location = new System.Drawing.Point(3, 3); - this.txtUnion.Name = "txtUnion"; - this.txtUnion.ReadOnly = true; - this.txtUnion.Size = new System.Drawing.Size(740, 411); - this.txtUnion.TabIndex = 4; - this.txtUnion.Text = ""; + tabAcademy.BackColor = System.Drawing.Color.White; + tabAcademy.Controls.Add(txtAcademy); + tabAcademy.Controls.Add(separator1); + tabAcademy.Controls.Add(txtSendAcademy); + tabAcademy.Location = new System.Drawing.Point(4, 25); + tabAcademy.Name = "tabAcademy"; + tabAcademy.Padding = new System.Windows.Forms.Padding(3); + tabAcademy.Size = new System.Drawing.Size(746, 448); + tabAcademy.TabIndex = 4; + tabAcademy.Text = "Academy"; // - // tabAcademy + // txtAcademy // - this.tabAcademy.BackColor = System.Drawing.Color.White; - this.tabAcademy.Controls.Add(this.txtAcademy); - this.tabAcademy.Controls.Add(this.separator1); - this.tabAcademy.Controls.Add(this.txtSendAcademy); - this.tabAcademy.Location = new System.Drawing.Point(4, 25); - this.tabAcademy.Name = "tabAcademy"; - this.tabAcademy.Padding = new System.Windows.Forms.Padding(3); - this.tabAcademy.Size = new System.Drawing.Size(746, 448); - this.tabAcademy.TabIndex = 4; - this.tabAcademy.Text = "Academy"; + txtAcademy.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtAcademy.Dock = System.Windows.Forms.DockStyle.Fill; + txtAcademy.Location = new System.Drawing.Point(3, 3); + txtAcademy.Name = "txtAcademy"; + txtAcademy.ReadOnly = true; + txtAcademy.Size = new System.Drawing.Size(740, 411); + txtAcademy.TabIndex = 2; + txtAcademy.Text = ""; // // separator1 // - this.separator1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator1.IsVertical = false; - this.separator1.Location = new System.Drawing.Point(3, 414); - this.separator1.Name = "separator1"; - this.separator1.Size = new System.Drawing.Size(740, 10); - this.separator1.TabIndex = 4; - this.separator1.Text = "separator1"; + separator1.Dock = System.Windows.Forms.DockStyle.Bottom; + separator1.IsVertical = false; + separator1.Location = new System.Drawing.Point(3, 414); + separator1.Name = "separator1"; + separator1.Size = new System.Drawing.Size(740, 10); + separator1.TabIndex = 4; + separator1.Text = "separator1"; // // txtSendAcademy // - this.txtSendAcademy.Dock = System.Windows.Forms.DockStyle.Bottom; - this.txtSendAcademy.Location = new System.Drawing.Point(3, 424); - this.txtSendAcademy.MaxLength = 32767; - this.txtSendAcademy.MultiLine = false; - this.txtSendAcademy.Name = "txtSendAcademy"; - this.txtSendAcademy.Size = new System.Drawing.Size(740, 21); - this.txtSendAcademy.TabIndex = 3; - this.txtSendAcademy.Tag = "16"; - this.txtSendAcademy.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtSendAcademy.UseSystemPasswordChar = false; - this.txtSendAcademy.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MessagePreviewKeyDown); - // - // txtAcademy - // - this.txtAcademy.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtAcademy.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtAcademy.Location = new System.Drawing.Point(3, 3); - this.txtAcademy.Name = "txtAcademy"; - this.txtAcademy.ReadOnly = true; - this.txtAcademy.Size = new System.Drawing.Size(740, 411); - this.txtAcademy.TabIndex = 2; - this.txtAcademy.Text = ""; + txtSendAcademy.Dock = System.Windows.Forms.DockStyle.Bottom; + txtSendAcademy.Location = new System.Drawing.Point(3, 424); + txtSendAcademy.MaxLength = 32767; + txtSendAcademy.MultiLine = false; + txtSendAcademy.Name = "txtSendAcademy"; + txtSendAcademy.Radius = 2; + txtSendAcademy.Size = new System.Drawing.Size(740, 21); + txtSendAcademy.TabIndex = 3; + txtSendAcademy.Tag = "16"; + txtSendAcademy.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtSendAcademy.UseSystemPasswordChar = false; + txtSendAcademy.PreviewKeyDown += MessagePreviewKeyDown; // // tabGlobal // - this.tabGlobal.BackColor = System.Drawing.Color.White; - this.tabGlobal.Controls.Add(this.txtGlobal); - this.tabGlobal.Location = new System.Drawing.Point(4, 25); - this.tabGlobal.Name = "tabGlobal"; - this.tabGlobal.Padding = new System.Windows.Forms.Padding(3); - this.tabGlobal.Size = new System.Drawing.Size(746, 448); - this.tabGlobal.TabIndex = 5; - this.tabGlobal.Text = "Global / Notice"; + tabGlobal.BackColor = System.Drawing.Color.White; + tabGlobal.Controls.Add(txtGlobal); + tabGlobal.Location = new System.Drawing.Point(4, 25); + tabGlobal.Name = "tabGlobal"; + tabGlobal.Padding = new System.Windows.Forms.Padding(3); + tabGlobal.Size = new System.Drawing.Size(746, 448); + tabGlobal.TabIndex = 5; + tabGlobal.Text = "Global / Notice"; // // txtGlobal // - this.txtGlobal.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtGlobal.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtGlobal.Location = new System.Drawing.Point(3, 3); - this.txtGlobal.Name = "txtGlobal"; - this.txtGlobal.ReadOnly = true; - this.txtGlobal.Size = new System.Drawing.Size(740, 442); - this.txtGlobal.TabIndex = 2; - this.txtGlobal.Text = ""; + txtGlobal.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtGlobal.Dock = System.Windows.Forms.DockStyle.Fill; + txtGlobal.Location = new System.Drawing.Point(3, 3); + txtGlobal.Name = "txtGlobal"; + txtGlobal.ReadOnly = true; + txtGlobal.Size = new System.Drawing.Size(740, 442); + txtGlobal.TabIndex = 2; + txtGlobal.Text = ""; // // tabStall // - this.tabStall.BackColor = System.Drawing.Color.White; - this.tabStall.Controls.Add(this.txtStall); - this.tabStall.Location = new System.Drawing.Point(4, 25); - this.tabStall.Name = "tabStall"; - this.tabStall.Padding = new System.Windows.Forms.Padding(3); - this.tabStall.Size = new System.Drawing.Size(746, 448); - this.tabStall.TabIndex = 5; - this.tabStall.Text = "Stall"; + tabStall.BackColor = System.Drawing.Color.White; + tabStall.Controls.Add(txtStall); + tabStall.Location = new System.Drawing.Point(4, 24); + tabStall.Name = "tabStall"; + tabStall.Padding = new System.Windows.Forms.Padding(3); + tabStall.Size = new System.Drawing.Size(746, 449); + tabStall.TabIndex = 5; + tabStall.Text = "Stall"; // // txtStall // - this.txtStall.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtStall.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtStall.Location = new System.Drawing.Point(3, 3); - this.txtStall.Name = "txtStall"; - this.txtStall.ReadOnly = true; - this.txtStall.Size = new System.Drawing.Size(740, 442); - this.txtStall.TabIndex = 2; - this.txtStall.Text = ""; + txtStall.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtStall.Dock = System.Windows.Forms.DockStyle.Fill; + txtStall.Location = new System.Drawing.Point(3, 3); + txtStall.Name = "txtStall"; + txtStall.ReadOnly = true; + txtStall.Size = new System.Drawing.Size(740, 443); + txtStall.TabIndex = 2; + txtStall.Text = ""; // // tabUnique // - this.tabUnique.BackColor = System.Drawing.Color.White; - this.tabUnique.Controls.Add(this.UniqueText); - this.tabUnique.Location = new System.Drawing.Point(4, 25); - this.tabUnique.Name = "tabUnique"; - this.tabUnique.Padding = new System.Windows.Forms.Padding(3); - this.tabUnique.Size = new System.Drawing.Size(746, 448); - this.tabUnique.TabIndex = 7; - this.tabUnique.Text = "Unique"; + tabUnique.BackColor = System.Drawing.Color.White; + tabUnique.Controls.Add(UniqueText); + tabUnique.Location = new System.Drawing.Point(4, 24); + tabUnique.Name = "tabUnique"; + tabUnique.Padding = new System.Windows.Forms.Padding(3); + tabUnique.Size = new System.Drawing.Size(746, 449); + tabUnique.TabIndex = 7; + tabUnique.Text = "Unique"; // // UniqueText // - this.UniqueText.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.UniqueText.Dock = System.Windows.Forms.DockStyle.Fill; - this.UniqueText.Location = new System.Drawing.Point(3, 3); - this.UniqueText.Name = "UniqueText"; - this.UniqueText.ReadOnly = true; - this.UniqueText.Size = new System.Drawing.Size(740, 442); - this.UniqueText.TabIndex = 3; - this.UniqueText.Text = ""; - // - // panel1 - // - this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.textBoxPrivateMsg); - this.panel1.Controls.Add(this.txtRecievePrivate); - this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel1.Location = new System.Drawing.Point(3, 415); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(740, 30); - this.panel1.TabIndex = 8; + UniqueText.BorderStyle = System.Windows.Forms.BorderStyle.None; + UniqueText.Dock = System.Windows.Forms.DockStyle.Fill; + UniqueText.Location = new System.Drawing.Point(3, 3); + UniqueText.Name = "UniqueText"; + UniqueText.ReadOnly = true; + UniqueText.Size = new System.Drawing.Size(740, 443); + UniqueText.TabIndex = 3; + UniqueText.Text = ""; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.tabMain); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Name = "Main"; - this.Size = new System.Drawing.Size(754, 477); - this.tabMain.ResumeLayout(false); - this.tabAll.ResumeLayout(false); - this.tabPrivate.ResumeLayout(false); - this.tabParty.ResumeLayout(false); - this.tabGuild.ResumeLayout(false); - this.tabUnion.ResumeLayout(false); - this.tabAcademy.ResumeLayout(false); - this.tabGlobal.ResumeLayout(false); - this.tabStall.ResumeLayout(false); - this.tabUnique.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.ResumeLayout(false); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(tabMain); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(754, 477); + tabMain.ResumeLayout(false); + tabAll.ResumeLayout(false); + tabPrivate.ResumeLayout(false); + panel1.ResumeLayout(false); + tabParty.ResumeLayout(false); + tabGuild.ResumeLayout(false); + tabUnion.ResumeLayout(false); + tabAcademy.ResumeLayout(false); + tabGlobal.ResumeLayout(false); + tabStall.ResumeLayout(false); + tabUnique.ResumeLayout(false); + ResumeLayout(false); } #endregion diff --git a/Plugins/RSBot.Chat/Views/Main.cs b/Plugins/RSBot.Chat/Views/Main.cs index b30ad397..575e0772 100644 --- a/Plugins/RSBot.Chat/Views/Main.cs +++ b/Plugins/RSBot.Chat/Views/Main.cs @@ -35,8 +35,8 @@ private void SendChatMessage(Control sender) return; Bundle.Chat.SendChatPacket(chatType, sender.Text, txtRecievePrivate.Text); - - if(chatType == ChatType.Private) + + if (chatType == ChatType.Private) PlayerConfig.Set("RSBot.Chat.LastWhisper", txtRecievePrivate.Text); } diff --git a/Plugins/RSBot.Chat/Views/Main.resx b/Plugins/RSBot.Chat/Views/Main.resx index 1af7de15..f298a7be 100644 --- a/Plugins/RSBot.Chat/Views/Main.resx +++ b/Plugins/RSBot.Chat/Views/Main.resx @@ -1,64 +1,4 @@ - - - + diff --git a/Plugins/RSBot.CommandCenter/Views/Controls/EmoticonActionElement.Designer.cs b/Plugins/RSBot.CommandCenter/Views/Controls/EmoticonActionElement.Designer.cs index bd34c81a..0fedda3c 100644 --- a/Plugins/RSBot.CommandCenter/Views/Controls/EmoticonActionElement.Designer.cs +++ b/Plugins/RSBot.CommandCenter/Views/Controls/EmoticonActionElement.Designer.cs @@ -28,68 +28,67 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.picIcon = new System.Windows.Forms.PictureBox(); - this.comboAction = new SDUI.Controls.ComboBox(); - this.lblName = new SDUI.Controls.Label(); - this.separator1 = new SDUI.Controls.Separator(); - ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit(); - this.SuspendLayout(); + picIcon = new System.Windows.Forms.PictureBox(); + comboAction = new SDUI.Controls.ComboBox(); + lblName = new SDUI.Controls.Label(); + separator1 = new SDUI.Controls.Separator(); + ((System.ComponentModel.ISupportInitialize)picIcon).BeginInit(); + SuspendLayout(); // // picIcon // - this.picIcon.Location = new System.Drawing.Point(11, 9); - this.picIcon.Name = "picIcon"; - this.picIcon.Size = new System.Drawing.Size(32, 32); - this.picIcon.TabIndex = 0; - this.picIcon.TabStop = false; + picIcon.Location = new System.Drawing.Point(11, 9); + picIcon.Name = "picIcon"; + picIcon.Size = new System.Drawing.Size(32, 32); + picIcon.TabIndex = 0; + picIcon.TabStop = false; // // comboAction // - this.comboAction.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboAction.FormattingEnabled = true; - this.comboAction.Location = new System.Drawing.Point(58, 19); - this.comboAction.Name = "comboAction"; - this.comboAction.Radius = 5; - this.comboAction.ShadowDepth = 4F; - this.comboAction.Size = new System.Drawing.Size(188, 24); - this.comboAction.TabIndex = 1; - this.comboAction.SelectedIndexChanged += new System.EventHandler(this.comboAction_SelectedIndexChanged); + comboAction.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboAction.FormattingEnabled = true; + comboAction.Location = new System.Drawing.Point(58, 19); + comboAction.Name = "comboAction"; + comboAction.Radius = 5; + comboAction.ShadowDepth = 4F; + comboAction.Size = new System.Drawing.Size(188, 24); + comboAction.TabIndex = 1; + comboAction.SelectedIndexChanged += comboAction_SelectedIndexChanged; // // lblName // - this.lblName.AutoSize = true; - this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblName.Location = new System.Drawing.Point(58, 3); - this.lblName.Name = "lblName"; - this.lblName.Size = new System.Drawing.Size(53, 15); - this.lblName.TabIndex = 2; - this.lblName.Text = ""; + lblName.AutoSize = true; + lblName.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblName.Location = new System.Drawing.Point(58, 3); + lblName.Name = "lblName"; + lblName.Size = new System.Drawing.Size(53, 15); + lblName.TabIndex = 2; + lblName.Text = ""; // // separator1 // - this.separator1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.separator1.IsVertical = false; - this.separator1.Location = new System.Drawing.Point(0, 43); - this.separator1.Name = "separator1"; - this.separator1.Size = new System.Drawing.Size(277, 10); - this.separator1.TabIndex = 3; - this.separator1.Text = "separator1"; + separator1.Dock = System.Windows.Forms.DockStyle.Bottom; + separator1.IsVertical = false; + separator1.Location = new System.Drawing.Point(0, 43); + separator1.Name = "separator1"; + separator1.Size = new System.Drawing.Size(277, 10); + separator1.TabIndex = 3; + separator1.Text = "separator1"; // - // ActionEmoticonElement + // EmoticonActionElement // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.separator1); - this.Controls.Add(this.lblName); - this.Controls.Add(this.comboAction); - this.Controls.Add(this.picIcon); - this.Name = "ActionEmoticonElement"; - this.Size = new System.Drawing.Size(277, 53); - ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + Controls.Add(separator1); + Controls.Add(lblName); + Controls.Add(comboAction); + Controls.Add(picIcon); + Name = "EmoticonActionElement"; + Size = new System.Drawing.Size(277, 53); + ((System.ComponentModel.ISupportInitialize)picIcon).EndInit(); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.CommandCenter/Views/Main.Designer.cs b/Plugins/RSBot.CommandCenter/Views/Main.Designer.cs index 34044d7c..444b9268 100644 --- a/Plugins/RSBot.CommandCenter/Views/Main.Designer.cs +++ b/Plugins/RSBot.CommandCenter/Views/Main.Designer.cs @@ -28,175 +28,174 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.checkEnable = new SDUI.Controls.CheckBox(); - this.btnResetToDefaults = new SDUI.Controls.Button(); - this.tabControl1 = new SDUI.Controls.TabControl(); - this.tabPage1 = new System.Windows.Forms.TabPage(); - this.panelActions = new SDUI.Controls.Panel(); - this.tabPage2 = new System.Windows.Forms.TabPage(); - this.lblChatCommandDescriptions = new System.Windows.Forms.TextBox(); - this.label1 = new SDUI.Controls.Label(); - this.tabPage3 = new System.Windows.Forms.TabPage(); - this.label2 = new SDUI.Controls.Label(); - this.btnSave = new SDUI.Controls.Button(); - this.tabControl1.SuspendLayout(); - this.tabPage1.SuspendLayout(); - this.tabPage2.SuspendLayout(); - this.tabPage3.SuspendLayout(); - this.SuspendLayout(); + checkEnable = new SDUI.Controls.CheckBox(); + btnResetToDefaults = new SDUI.Controls.Button(); + tabControl1 = new SDUI.Controls.TabControl(); + tabPage1 = new System.Windows.Forms.TabPage(); + panelActions = new SDUI.Controls.Panel(); + tabPage2 = new System.Windows.Forms.TabPage(); + lblChatCommandDescriptions = new System.Windows.Forms.TextBox(); + label1 = new SDUI.Controls.Label(); + tabPage3 = new System.Windows.Forms.TabPage(); + label2 = new SDUI.Controls.Label(); + btnSave = new SDUI.Controls.Button(); + tabControl1.SuspendLayout(); + tabPage1.SuspendLayout(); + tabPage2.SuspendLayout(); + tabPage3.SuspendLayout(); + SuspendLayout(); // // checkEnable // - this.checkEnable.AutoSize = true; - this.checkEnable.BackColor = System.Drawing.Color.Transparent; - this.checkEnable.Location = new System.Drawing.Point(132, 374); - this.checkEnable.Name = "checkEnable"; - this.checkEnable.ShadowDepth = 1; - this.checkEnable.Size = new System.Drawing.Size(152, 15); - this.checkEnable.TabIndex = 0; - this.checkEnable.Text = "Enable command center"; - this.checkEnable.UseVisualStyleBackColor = false; - this.checkEnable.CheckedChanged += new System.EventHandler(this.checkEnable_CheckedChanged); + checkEnable.AutoSize = true; + checkEnable.BackColor = System.Drawing.Color.Transparent; + checkEnable.Location = new System.Drawing.Point(132, 374); + checkEnable.Name = "checkEnable"; + checkEnable.ShadowDepth = 1; + checkEnable.Size = new System.Drawing.Size(152, 15); + checkEnable.TabIndex = 0; + checkEnable.Text = "Enable command center"; + checkEnable.UseVisualStyleBackColor = false; + checkEnable.CheckedChanged += checkEnable_CheckedChanged; // // btnResetToDefaults // - this.btnResetToDefaults.Color = System.Drawing.Color.Transparent; - this.btnResetToDefaults.Location = new System.Drawing.Point(8, 369); - this.btnResetToDefaults.Name = "btnResetToDefaults"; - this.btnResetToDefaults.Radius = 6; - this.btnResetToDefaults.ShadowDepth = 4F; - this.btnResetToDefaults.Size = new System.Drawing.Size(118, 23); - this.btnResetToDefaults.TabIndex = 3; - this.btnResetToDefaults.Text = "Reset to defaults"; - this.btnResetToDefaults.UseVisualStyleBackColor = true; - this.btnResetToDefaults.Click += new System.EventHandler(this.btnResetToDefaults_Click); + btnResetToDefaults.Color = System.Drawing.Color.Transparent; + btnResetToDefaults.Location = new System.Drawing.Point(8, 369); + btnResetToDefaults.Name = "btnResetToDefaults"; + btnResetToDefaults.Radius = 6; + btnResetToDefaults.ShadowDepth = 4F; + btnResetToDefaults.Size = new System.Drawing.Size(118, 23); + btnResetToDefaults.TabIndex = 3; + btnResetToDefaults.Text = "Reset to defaults"; + btnResetToDefaults.UseVisualStyleBackColor = true; + btnResetToDefaults.Click += btnResetToDefaults_Click; // // tabControl1 // - this.tabControl1.Border = new System.Windows.Forms.Padding(1); - this.tabControl1.Controls.Add(this.tabPage1); - this.tabControl1.Controls.Add(this.tabPage2); - this.tabControl1.Controls.Add(this.tabPage3); - this.tabControl1.HideTabArea = false; - this.tabControl1.Location = new System.Drawing.Point(8, 4); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(385, 359); - this.tabControl1.TabIndex = 1; + tabControl1.Border = new System.Windows.Forms.Padding(1); + tabControl1.Controls.Add(tabPage1); + tabControl1.Controls.Add(tabPage2); + tabControl1.Controls.Add(tabPage3); + tabControl1.HideTabArea = false; + tabControl1.Location = new System.Drawing.Point(8, 4); + tabControl1.Name = "tabControl1"; + tabControl1.SelectedIndex = 0; + tabControl1.Size = new System.Drawing.Size(385, 359); + tabControl1.TabIndex = 1; // // tabPage1 // - this.tabPage1.BackColor = System.Drawing.Color.White; - this.tabPage1.Controls.Add(this.panelActions); - this.tabPage1.Location = new System.Drawing.Point(4, 25); - this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(377, 330); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "Emote commands"; + tabPage1.BackColor = System.Drawing.Color.White; + tabPage1.Controls.Add(panelActions); + tabPage1.Location = new System.Drawing.Point(4, 25); + tabPage1.Name = "tabPage1"; + tabPage1.Padding = new System.Windows.Forms.Padding(3); + tabPage1.Size = new System.Drawing.Size(377, 330); + tabPage1.TabIndex = 0; + tabPage1.Text = "Emote commands"; // // panelActions // - this.panelActions.AutoScroll = true; - this.panelActions.AutoScrollMargin = new System.Drawing.Size(4, 4); - this.panelActions.BackColor = System.Drawing.Color.Transparent; - this.panelActions.Border = new System.Windows.Forms.Padding(0, 0, 0, 0); - this.panelActions.BorderColor = System.Drawing.Color.Transparent; - this.panelActions.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelActions.Location = new System.Drawing.Point(3, 3); - this.panelActions.Name = "panelActions"; - this.panelActions.Radius = 10; - this.panelActions.ShadowDepth = 4F; - this.panelActions.Size = new System.Drawing.Size(371, 324); - this.panelActions.TabIndex = 1; + panelActions.AutoScroll = true; + panelActions.AutoScrollMargin = new System.Drawing.Size(4, 4); + panelActions.BackColor = System.Drawing.Color.Transparent; + panelActions.Border = new System.Windows.Forms.Padding(0, 0, 0, 0); + panelActions.BorderColor = System.Drawing.Color.Transparent; + panelActions.Dock = System.Windows.Forms.DockStyle.Fill; + panelActions.Location = new System.Drawing.Point(3, 3); + panelActions.Name = "panelActions"; + panelActions.Radius = 10; + panelActions.ShadowDepth = 4F; + panelActions.Size = new System.Drawing.Size(371, 324); + panelActions.TabIndex = 1; // // tabPage2 // - this.tabPage2.BackColor = System.Drawing.Color.White; - this.tabPage2.Controls.Add(this.lblChatCommandDescriptions); - this.tabPage2.Controls.Add(this.label1); - this.tabPage2.Location = new System.Drawing.Point(4, 25); - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(377, 330); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "Chat commands"; + tabPage2.BackColor = System.Drawing.Color.White; + tabPage2.Controls.Add(lblChatCommandDescriptions); + tabPage2.Controls.Add(label1); + tabPage2.Location = new System.Drawing.Point(4, 25); + tabPage2.Name = "tabPage2"; + tabPage2.Padding = new System.Windows.Forms.Padding(3); + tabPage2.Size = new System.Drawing.Size(377, 330); + tabPage2.TabIndex = 1; + tabPage2.Text = "Chat commands"; // // lblChatCommandDescriptions // - this.lblChatCommandDescriptions.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.lblChatCommandDescriptions.Location = new System.Drawing.Point(21, 47); - this.lblChatCommandDescriptions.Multiline = true; - this.lblChatCommandDescriptions.Name = "lblChatCommandDescriptions"; - this.lblChatCommandDescriptions.ReadOnly = true; - this.lblChatCommandDescriptions.Size = new System.Drawing.Size(335, 277); - this.lblChatCommandDescriptions.TabIndex = 1; + lblChatCommandDescriptions.BorderStyle = System.Windows.Forms.BorderStyle.None; + lblChatCommandDescriptions.Location = new System.Drawing.Point(21, 47); + lblChatCommandDescriptions.Multiline = true; + lblChatCommandDescriptions.Name = "lblChatCommandDescriptions"; + lblChatCommandDescriptions.ReadOnly = true; + lblChatCommandDescriptions.Size = new System.Drawing.Size(335, 277); + lblChatCommandDescriptions.TabIndex = 1; // // label1 // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(16, 15); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(281, 15); - this.label1.TabIndex = 0; - this.label1.Text = "Type the following commands into the game chat"; + label1.AutoSize = true; + label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(16, 15); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(281, 15); + label1.TabIndex = 0; + label1.Text = "Type the following commands into the game chat"; // // tabPage3 // - this.tabPage3.BackColor = System.Drawing.Color.White; - this.tabPage3.Controls.Add(this.label2); - this.tabPage3.Location = new System.Drawing.Point(4, 25); - this.tabPage3.Name = "tabPage3"; - this.tabPage3.Padding = new System.Windows.Forms.Padding(3); - this.tabPage3.Size = new System.Drawing.Size(377, 330); - this.tabPage3.TabIndex = 2; - this.tabPage3.Text = "Notifications"; + tabPage3.BackColor = System.Drawing.Color.White; + tabPage3.Controls.Add(label2); + tabPage3.Location = new System.Drawing.Point(4, 25); + tabPage3.Name = "tabPage3"; + tabPage3.Padding = new System.Windows.Forms.Padding(3); + tabPage3.Size = new System.Drawing.Size(377, 330); + tabPage3.TabIndex = 2; + tabPage3.Text = "Notifications"; // // label2 // - this.label2.AutoSize = true; - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(134, 157); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(93, 15); - this.label2.TabIndex = 0; - this.label2.Text = ""; + label2.AutoSize = true; + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(134, 157); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(93, 15); + label2.TabIndex = 0; + label2.Text = ""; // // btnSave // - this.btnSave.Color = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(155)))), ((int)(((byte)(90))))); - this.btnSave.ForeColor = System.Drawing.Color.White; - this.btnSave.Location = new System.Drawing.Point(318, 369); - this.btnSave.Name = "btnSave"; - this.btnSave.Radius = 6; - this.btnSave.ShadowDepth = 4F; - this.btnSave.Size = new System.Drawing.Size(75, 23); - this.btnSave.TabIndex = 4; - this.btnSave.Text = "Save"; - this.btnSave.UseVisualStyleBackColor = true; - this.btnSave.Click += new System.EventHandler(this.btnSave_Click); + btnSave.Color = System.Drawing.Color.FromArgb(56, 155, 90); + btnSave.ForeColor = System.Drawing.Color.White; + btnSave.Location = new System.Drawing.Point(311, 369); + btnSave.Name = "btnSave"; + btnSave.Radius = 6; + btnSave.ShadowDepth = 4F; + btnSave.Size = new System.Drawing.Size(75, 23); + btnSave.TabIndex = 4; + btnSave.Text = "Save"; + btnSave.UseVisualStyleBackColor = true; + btnSave.Click += btnSave_Click; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.btnSave); - this.Controls.Add(this.tabControl1); - this.Controls.Add(this.btnResetToDefaults); - this.Controls.Add(this.checkEnable); - this.Name = "Main"; - this.Size = new System.Drawing.Size(400, 405); - this.tabControl1.ResumeLayout(false); - this.tabPage1.ResumeLayout(false); - this.tabPage2.ResumeLayout(false); - this.tabPage2.PerformLayout(); - this.tabPage3.ResumeLayout(false); - this.tabPage3.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(btnSave); + Controls.Add(tabControl1); + Controls.Add(btnResetToDefaults); + Controls.Add(checkEnable); + Name = "Main"; + Size = new System.Drawing.Size(400, 405); + tabControl1.ResumeLayout(false); + tabPage1.ResumeLayout(false); + tabPage2.ResumeLayout(false); + tabPage2.PerformLayout(); + tabPage3.ResumeLayout(false); + tabPage3.PerformLayout(); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.General/Views/AccountsWindow.Designer.cs b/Plugins/RSBot.General/Views/AccountsWindow.Designer.cs index 7215edfb..84844261 100644 --- a/Plugins/RSBot.General/Views/AccountsWindow.Designer.cs +++ b/Plugins/RSBot.General/Views/AccountsWindow.Designer.cs @@ -28,295 +28,304 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.textBoxSecondaryPassword = new SDUI.Controls.TextBox(); - this.comboBoxChannel = new SDUI.Controls.ComboBox(); - this.buttonRemove = new SDUI.Controls.Button(); - this.listAccounts = new System.Windows.Forms.ListBox(); - this.label2 = new SDUI.Controls.Label(); - this.txtUsername = new SDUI.Controls.TextBox(); - this.label3 = new SDUI.Controls.Label(); - this.txtPassword = new SDUI.Controls.TextBox(); - this.label5 = new SDUI.Controls.Label(); - this.label4 = new SDUI.Controls.Label(); - this.txtServername = new SDUI.Controls.TextBox(); - this.btnSave = new SDUI.Controls.Button(); - this.btnAdd = new SDUI.Controls.Button(); - this.linkLabelPwShowHide = new System.Windows.Forms.LinkLabel(); - this.linkLabelSecondaryPassword = new System.Windows.Forms.LinkLabel(); - this.label1 = new SDUI.Controls.Label(); - this.btnOK = new SDUI.Controls.Button(); - this.btnCancel = new SDUI.Controls.Button(); - this.panel1 = new SDUI.Controls.Panel(); - this.panel1.SuspendLayout(); - this.SuspendLayout(); + textBoxSecondaryPassword = new SDUI.Controls.TextBox(); + comboBoxChannel = new SDUI.Controls.ComboBox(); + buttonRemove = new SDUI.Controls.Button(); + listAccounts = new System.Windows.Forms.ListBox(); + label2 = new SDUI.Controls.Label(); + txtUsername = new SDUI.Controls.TextBox(); + label3 = new SDUI.Controls.Label(); + txtPassword = new SDUI.Controls.TextBox(); + label5 = new SDUI.Controls.Label(); + label4 = new SDUI.Controls.Label(); + txtServername = new SDUI.Controls.TextBox(); + btnSave = new SDUI.Controls.Button(); + btnAdd = new SDUI.Controls.Button(); + linkLabelPwShowHide = new System.Windows.Forms.LinkLabel(); + linkLabelSecondaryPassword = new System.Windows.Forms.LinkLabel(); + label1 = new SDUI.Controls.Label(); + btnOK = new SDUI.Controls.Button(); + btnCancel = new SDUI.Controls.Button(); + panel1 = new SDUI.Controls.Panel(); + panel1.SuspendLayout(); + SuspendLayout(); // // textBoxSecondaryPassword // - this.textBoxSecondaryPassword.Location = new System.Drawing.Point(197, 126); - this.textBoxSecondaryPassword.MaxLength = 32767; - this.textBoxSecondaryPassword.MultiLine = false; - this.textBoxSecondaryPassword.Name = "textBoxSecondaryPassword"; - this.textBoxSecondaryPassword.Size = new System.Drawing.Size(119, 21); - this.textBoxSecondaryPassword.TabIndex = 2; - this.textBoxSecondaryPassword.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.textBoxSecondaryPassword.UseSystemPasswordChar = true; + textBoxSecondaryPassword.Location = new System.Drawing.Point(197, 126); + textBoxSecondaryPassword.MaxLength = 32767; + textBoxSecondaryPassword.MultiLine = false; + textBoxSecondaryPassword.Name = "textBoxSecondaryPassword"; + textBoxSecondaryPassword.Radius = 2; + textBoxSecondaryPassword.Size = new System.Drawing.Size(119, 21); + textBoxSecondaryPassword.TabIndex = 2; + textBoxSecondaryPassword.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + textBoxSecondaryPassword.UseSystemPasswordChar = true; // // comboBoxChannel // - this.comboBoxChannel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboBoxChannel.DropDownHeight = 100; - this.comboBoxChannel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboBoxChannel.FormattingEnabled = true; - this.comboBoxChannel.IntegralHeight = false; - this.comboBoxChannel.ItemHeight = 17; - this.comboBoxChannel.Items.AddRange(new object[] { - "Joymax", - "JCPlanet"}); - this.comboBoxChannel.Location = new System.Drawing.Point(320, 126); - this.comboBoxChannel.Name = "comboBoxChannel"; - this.comboBoxChannel.Size = new System.Drawing.Size(74, 23); - this.comboBoxChannel.TabIndex = 11; + comboBoxChannel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboBoxChannel.DropDownHeight = 100; + comboBoxChannel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBoxChannel.FormattingEnabled = true; + comboBoxChannel.IntegralHeight = false; + comboBoxChannel.ItemHeight = 17; + comboBoxChannel.Items.AddRange(new object[] { "Joymax", "JCPlanet" }); + comboBoxChannel.Location = new System.Drawing.Point(320, 126); + comboBoxChannel.Name = "comboBoxChannel"; + comboBoxChannel.Radius = 5; + comboBoxChannel.ShadowDepth = 4F; + comboBoxChannel.Size = new System.Drawing.Size(74, 23); + comboBoxChannel.TabIndex = 11; // // buttonRemove // - this.buttonRemove.Color = System.Drawing.Color.DarkRed; - this.buttonRemove.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.buttonRemove.ForeColor = System.Drawing.Color.White; - this.buttonRemove.Location = new System.Drawing.Point(195, 207); - this.buttonRemove.Name = "buttonRemove"; - this.buttonRemove.Radius = 2; - this.buttonRemove.Size = new System.Drawing.Size(72, 21); - this.buttonRemove.TabIndex = 10; - this.buttonRemove.Text = "Remove"; - this.buttonRemove.UseVisualStyleBackColor = true; - this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click); + buttonRemove.Color = System.Drawing.Color.DarkRed; + buttonRemove.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + buttonRemove.ForeColor = System.Drawing.Color.White; + buttonRemove.Location = new System.Drawing.Point(195, 207); + buttonRemove.Name = "buttonRemove"; + buttonRemove.Radius = 6; + buttonRemove.ShadowDepth = 4F; + buttonRemove.Size = new System.Drawing.Size(72, 21); + buttonRemove.TabIndex = 10; + buttonRemove.Text = "Remove"; + buttonRemove.UseVisualStyleBackColor = true; + buttonRemove.Click += buttonRemove_Click; // // listAccounts // - this.listAccounts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.listAccounts.ItemHeight = 15; - this.listAccounts.Location = new System.Drawing.Point(8, 12); - this.listAccounts.Name = "listAccounts"; - this.listAccounts.Size = new System.Drawing.Size(178, 212); - this.listAccounts.TabIndex = 18; - this.listAccounts.SelectedIndexChanged += new System.EventHandler(this.listAccounts_SelectedIndexChanged); + listAccounts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + listAccounts.ItemHeight = 15; + listAccounts.Location = new System.Drawing.Point(8, 12); + listAccounts.Name = "listAccounts"; + listAccounts.Size = new System.Drawing.Size(178, 212); + listAccounts.TabIndex = 18; + listAccounts.SelectedIndexChanged += listAccounts_SelectedIndexChanged; // // label2 // - this.label2.AutoSize = true; - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(194, 12); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(63, 15); - this.label2.TabIndex = 7; - this.label2.Text = "Username:"; + label2.AutoSize = true; + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(194, 12); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(63, 15); + label2.TabIndex = 7; + label2.Text = "Username:"; // // txtUsername // - this.txtUsername.Location = new System.Drawing.Point(197, 29); - this.txtUsername.MaxLength = 32767; - this.txtUsername.MultiLine = false; - this.txtUsername.Name = "txtUsername"; - this.txtUsername.Size = new System.Drawing.Size(197, 21); - this.txtUsername.TabIndex = 0; - this.txtUsername.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtUsername.UseSystemPasswordChar = false; + txtUsername.Location = new System.Drawing.Point(197, 29); + txtUsername.MaxLength = 32767; + txtUsername.MultiLine = false; + txtUsername.Name = "txtUsername"; + txtUsername.Radius = 2; + txtUsername.Size = new System.Drawing.Size(197, 21); + txtUsername.TabIndex = 0; + txtUsername.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtUsername.UseSystemPasswordChar = false; // // label3 // - this.label3.AutoSize = true; - this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label3.Location = new System.Drawing.Point(194, 60); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(60, 15); - this.label3.TabIndex = 6; - this.label3.Text = "Password:"; + label3.AutoSize = true; + label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label3.Location = new System.Drawing.Point(194, 60); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(60, 15); + label3.TabIndex = 6; + label3.Text = "Password:"; // // txtPassword // - this.txtPassword.Location = new System.Drawing.Point(197, 77); - this.txtPassword.MaxLength = 32767; - this.txtPassword.MultiLine = false; - this.txtPassword.Name = "txtPassword"; - this.txtPassword.Size = new System.Drawing.Size(197, 21); - this.txtPassword.TabIndex = 1; - this.txtPassword.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtPassword.UseSystemPasswordChar = true; + txtPassword.Location = new System.Drawing.Point(197, 77); + txtPassword.MaxLength = 32767; + txtPassword.MultiLine = false; + txtPassword.Name = "txtPassword"; + txtPassword.Radius = 2; + txtPassword.Size = new System.Drawing.Size(197, 21); + txtPassword.TabIndex = 1; + txtPassword.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtPassword.UseSystemPasswordChar = true; // // label5 // - this.label5.AutoSize = true; - this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label5.Location = new System.Drawing.Point(192, 109); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(163, 15); - this.label5.TabIndex = 6; - this.label5.Text = "Secondary Password: (Global)"; + label5.AutoSize = true; + label5.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label5.Location = new System.Drawing.Point(192, 109); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(163, 15); + label5.TabIndex = 6; + label5.Text = "Secondary Password: (Global)"; // // label4 // - this.label4.AutoSize = true; - this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label4.Location = new System.Drawing.Point(192, 161); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(75, 15); - this.label4.TabIndex = 5; - this.label4.Text = "Server name:"; + label4.AutoSize = true; + label4.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label4.Location = new System.Drawing.Point(192, 161); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(75, 15); + label4.TabIndex = 5; + label4.Text = "Server name:"; // // txtServername // - this.txtServername.Location = new System.Drawing.Point(195, 178); - this.txtServername.MaxLength = 32767; - this.txtServername.MultiLine = false; - this.txtServername.Name = "txtServername"; - this.txtServername.Size = new System.Drawing.Size(199, 21); - this.txtServername.TabIndex = 3; - this.txtServername.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtServername.UseSystemPasswordChar = false; + txtServername.Location = new System.Drawing.Point(195, 178); + txtServername.MaxLength = 32767; + txtServername.MultiLine = false; + txtServername.Name = "txtServername"; + txtServername.Radius = 2; + txtServername.Size = new System.Drawing.Size(199, 21); + txtServername.TabIndex = 3; + txtServername.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtServername.UseSystemPasswordChar = false; // // btnSave // - this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.btnSave.Color = System.Drawing.Color.Transparent; - this.btnSave.Enabled = false; - this.btnSave.Location = new System.Drawing.Point(322, 207); - this.btnSave.Name = "btnSave"; - this.btnSave.Radius = 2; - this.btnSave.Size = new System.Drawing.Size(72, 21); - this.btnSave.TabIndex = 5; - this.btnSave.Text = "Save"; - this.btnSave.UseVisualStyleBackColor = true; - this.btnSave.Click += new System.EventHandler(this.btnSave_Click); + btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + btnSave.Color = System.Drawing.Color.Transparent; + btnSave.Enabled = false; + btnSave.Location = new System.Drawing.Point(322, 207); + btnSave.Name = "btnSave"; + btnSave.Radius = 6; + btnSave.ShadowDepth = 4F; + btnSave.Size = new System.Drawing.Size(72, 21); + btnSave.TabIndex = 5; + btnSave.Text = "Save"; + btnSave.UseVisualStyleBackColor = true; + btnSave.Click += btnSave_Click; // // btnAdd // - this.btnAdd.Color = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(150)))), ((int)(((byte)(243))))); - this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.btnAdd.ForeColor = System.Drawing.Color.White; - this.btnAdd.Location = new System.Drawing.Point(195, 207); - this.btnAdd.Name = "btnAdd"; - this.btnAdd.Radius = 2; - this.btnAdd.Size = new System.Drawing.Size(72, 21); - this.btnAdd.TabIndex = 4; - this.btnAdd.Text = "Add"; - this.btnAdd.UseVisualStyleBackColor = true; - this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); + btnAdd.Color = System.Drawing.Color.FromArgb(33, 150, 243); + btnAdd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + btnAdd.ForeColor = System.Drawing.Color.White; + btnAdd.Location = new System.Drawing.Point(195, 207); + btnAdd.Name = "btnAdd"; + btnAdd.Radius = 6; + btnAdd.ShadowDepth = 4F; + btnAdd.Size = new System.Drawing.Size(72, 21); + btnAdd.TabIndex = 4; + btnAdd.Text = "Add"; + btnAdd.UseVisualStyleBackColor = true; + btnAdd.Click += btnAdd_Click; // // linkLabelPwShowHide // - this.linkLabelPwShowHide.AutoSize = true; - this.linkLabelPwShowHide.BackColor = System.Drawing.Color.DimGray; - this.linkLabelPwShowHide.ForeColor = System.Drawing.Color.White; - this.linkLabelPwShowHide.LinkColor = System.Drawing.Color.White; - this.linkLabelPwShowHide.Location = new System.Drawing.Point(354, 80); - this.linkLabelPwShowHide.Name = "linkLabelPwShowHide"; - this.linkLabelPwShowHide.Size = new System.Drawing.Size(36, 15); - this.linkLabelPwShowHide.TabIndex = 9; - this.linkLabelPwShowHide.TabStop = true; - this.linkLabelPwShowHide.Text = "Show"; - this.linkLabelPwShowHide.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelPwShowHide_LinkClicked); + linkLabelPwShowHide.AutoSize = true; + linkLabelPwShowHide.BackColor = System.Drawing.Color.DimGray; + linkLabelPwShowHide.ForeColor = System.Drawing.Color.White; + linkLabelPwShowHide.LinkColor = System.Drawing.Color.White; + linkLabelPwShowHide.Location = new System.Drawing.Point(354, 80); + linkLabelPwShowHide.Name = "linkLabelPwShowHide"; + linkLabelPwShowHide.Size = new System.Drawing.Size(36, 15); + linkLabelPwShowHide.TabIndex = 9; + linkLabelPwShowHide.TabStop = true; + linkLabelPwShowHide.Text = "Show"; + linkLabelPwShowHide.LinkClicked += linkLabelPwShowHide_LinkClicked; // // linkLabelSecondaryPassword // - this.linkLabelSecondaryPassword.AutoSize = true; - this.linkLabelSecondaryPassword.BackColor = System.Drawing.Color.DimGray; - this.linkLabelSecondaryPassword.ForeColor = System.Drawing.Color.White; - this.linkLabelSecondaryPassword.LinkColor = System.Drawing.Color.White; - this.linkLabelSecondaryPassword.Location = new System.Drawing.Point(276, 129); - this.linkLabelSecondaryPassword.Name = "linkLabelSecondaryPassword"; - this.linkLabelSecondaryPassword.Size = new System.Drawing.Size(36, 15); - this.linkLabelSecondaryPassword.TabIndex = 9; - this.linkLabelSecondaryPassword.TabStop = true; - this.linkLabelSecondaryPassword.Text = "Show"; - this.linkLabelSecondaryPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelSecondaryPassword_LinkClicked); + linkLabelSecondaryPassword.AutoSize = true; + linkLabelSecondaryPassword.BackColor = System.Drawing.Color.DimGray; + linkLabelSecondaryPassword.ForeColor = System.Drawing.Color.White; + linkLabelSecondaryPassword.LinkColor = System.Drawing.Color.White; + linkLabelSecondaryPassword.Location = new System.Drawing.Point(276, 129); + linkLabelSecondaryPassword.Name = "linkLabelSecondaryPassword"; + linkLabelSecondaryPassword.Size = new System.Drawing.Size(36, 15); + linkLabelSecondaryPassword.TabIndex = 9; + linkLabelSecondaryPassword.TabStop = true; + linkLabelSecondaryPassword.Text = "Show"; + linkLabelSecondaryPassword.LinkClicked += linkLabelSecondaryPassword_LinkClicked; // // label1 // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(0, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(0, 15); - this.label1.TabIndex = 1; + label1.AutoSize = true; + label1.Location = new System.Drawing.Point(0, 0); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(0, 15); + label1.TabIndex = 1; // // btnOK // - this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnOK.Color = System.Drawing.Color.Transparent; - this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.btnOK.Location = new System.Drawing.Point(12, 12); - this.btnOK.Name = "btnOK"; - this.btnOK.Radius = 2; - this.btnOK.Size = new System.Drawing.Size(72, 21); - this.btnOK.TabIndex = 6; - this.btnOK.Text = "OK"; - this.btnOK.UseVisualStyleBackColor = true; - this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + btnOK.Color = System.Drawing.Color.Transparent; + btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; + btnOK.Location = new System.Drawing.Point(12, 12); + btnOK.Name = "btnOK"; + btnOK.Radius = 6; + btnOK.ShadowDepth = 4F; + btnOK.Size = new System.Drawing.Size(72, 21); + btnOK.TabIndex = 6; + btnOK.Text = "OK"; + btnOK.UseVisualStyleBackColor = true; + btnOK.Click += btnOK_Click; // // btnCancel // - this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnCancel.Color = System.Drawing.Color.Transparent; - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(328, 12); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Radius = 2; - this.btnCancel.Size = new System.Drawing.Size(72, 21); - this.btnCancel.TabIndex = 7; - this.btnCancel.Text = "Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; + btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + btnCancel.Color = System.Drawing.Color.Transparent; + btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + btnCancel.Location = new System.Drawing.Point(328, 12); + btnCancel.Name = "btnCancel"; + btnCancel.Radius = 6; + btnCancel.ShadowDepth = 4F; + btnCancel.Size = new System.Drawing.Size(72, 21); + btnCancel.TabIndex = 7; + btnCancel.Text = "Cancel"; + btnCancel.UseVisualStyleBackColor = true; // // panel1 // - this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel1.BorderColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.btnCancel); - this.panel1.Controls.Add(this.btnOK); - this.panel1.Controls.Add(this.label1); - this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel1.Location = new System.Drawing.Point(0, 238); - this.panel1.Name = "panel1"; - this.panel1.Radius = 0; - this.panel1.Size = new System.Drawing.Size(408, 45); - this.panel1.TabIndex = 7; - // - // Accounts - // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(408, 283); - this.Controls.Add(this.listAccounts); - this.Controls.Add(this.linkLabelSecondaryPassword); - this.Controls.Add(this.linkLabelPwShowHide); - this.Controls.Add(this.btnAdd); - this.Controls.Add(this.btnSave); - this.Controls.Add(this.txtServername); - this.Controls.Add(this.label4); - this.Controls.Add(this.label5); - this.Controls.Add(this.txtPassword); - this.Controls.Add(this.label3); - this.Controls.Add(this.txtUsername); - this.Controls.Add(this.label2); - this.Controls.Add(this.panel1); - this.Controls.Add(this.buttonRemove); - this.Controls.Add(this.comboBoxChannel); - this.Controls.Add(this.textBoxSecondaryPassword); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(410, 293); - this.Name = "Accounts"; - this.ShowIcon = false; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Load += new System.EventHandler(this.Accounts_Load); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); - + panel1.BackColor = System.Drawing.Color.Transparent; + panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel1.BorderColor = System.Drawing.Color.Transparent; + panel1.Controls.Add(btnCancel); + panel1.Controls.Add(btnOK); + panel1.Controls.Add(label1); + panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + panel1.Location = new System.Drawing.Point(0, 238); + panel1.Name = "panel1"; + panel1.Radius = 0; + panel1.ShadowDepth = 4F; + panel1.Size = new System.Drawing.Size(408, 45); + panel1.TabIndex = 7; + // + // AccountsWindow + // + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + BackColor = System.Drawing.Color.White; + ClientSize = new System.Drawing.Size(408, 283); + Controls.Add(listAccounts); + Controls.Add(linkLabelSecondaryPassword); + Controls.Add(linkLabelPwShowHide); + Controls.Add(btnAdd); + Controls.Add(btnSave); + Controls.Add(txtServername); + Controls.Add(label4); + Controls.Add(label5); + Controls.Add(txtPassword); + Controls.Add(label3); + Controls.Add(txtUsername); + Controls.Add(label2); + Controls.Add(panel1); + Controls.Add(buttonRemove); + Controls.Add(comboBoxChannel); + Controls.Add(textBoxSecondaryPassword); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + MaximizeBox = false; + MinimizeBox = false; + MinimumSize = new System.Drawing.Size(410, 293); + Name = "AccountsWindow"; + ShowIcon = false; + SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + Load += Accounts_Load; + panel1.ResumeLayout(false); + panel1.PerformLayout(); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.General/Views/Main.Designer.cs b/Plugins/RSBot.General/Views/Main.Designer.cs index 62f80113..1c7b040d 100644 --- a/Plugins/RSBot.General/Views/Main.Designer.cs +++ b/Plugins/RSBot.General/Views/Main.Designer.cs @@ -28,755 +28,735 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.label1 = new SDUI.Controls.Label(); - this.lblVersion = new SDUI.Controls.Label(); - this.comboBoxClientType = new SDUI.Controls.ComboBox(); - this.groupBox4 = new SDUI.Controls.GroupBox(); - this.label8 = new SDUI.Controls.Label(); - this.checkBoxBotTrayMinimized = new SDUI.Controls.CheckBox(); - this.groupBox3 = new SDUI.Controls.GroupBox(); - this.label2 = new SDUI.Controls.Label(); - this.checkStayConnected = new SDUI.Controls.CheckBox(); - this.groupBox2 = new SDUI.Controls.GroupBox(); - this.btnClientHideShow = new SDUI.Controls.Button(); - this.btnStartClient = new SDUI.Controls.Button(); - this.btnStartClientless = new SDUI.Controls.Button(); - this.btnGoClientless = new SDUI.Controls.Button(); - this.groupBox1 = new SDUI.Controls.GroupBox(); - this.separator1 = new SDUI.Controls.Separator(); - this.panel3 = new System.Windows.Forms.Panel(); - this.radioAutoSelectHigher = new SDUI.Controls.Radio(); - this.radioAutoSelectFirst = new SDUI.Controls.Radio(); - this.checkCharAutoSelect = new SDUI.Controls.CheckBox(); - this.checkHideClient = new SDUI.Controls.CheckBox(); - this.lblLoginDelaySeconds = new SDUI.Controls.Label(); - this.numLoginDelay = new SDUI.Controls.NumUpDown(); - this.checkEnableLoginDelay = new SDUI.Controls.CheckBox(); - this.checkStartBot = new SDUI.Controls.CheckBox(); - this.checkUseReturnScroll = new SDUI.Controls.CheckBox(); - this.captchaPanel = new System.Windows.Forms.Panel(); - this.separator2 = new SDUI.Controls.Separator(); - this.label6 = new SDUI.Controls.Label(); - this.label5 = new SDUI.Controls.Label(); - this.txtStaticCaptcha = new SDUI.Controls.TextBox(); - this.checkEnableStaticCaptcha = new SDUI.Controls.CheckBox(); - this.autoLoginTopPanel = new System.Windows.Forms.Panel(); - this.comboAccounts = new SDUI.Controls.ComboBox(); - this.label7 = new SDUI.Controls.Label(); - this.label4 = new SDUI.Controls.Label(); - this.checkEnableAutoLogin = new SDUI.Controls.CheckBox(); - this.comboCharacter = new SDUI.Controls.ComboBox(); - this.btnAutoLoginSettings = new SDUI.Controls.Button(); - this.btnBrowseSilkroadPath = new SDUI.Controls.Button(); - this.txtSilkroadPath = new SDUI.Controls.TextBox(); - this.groupBox5 = new SDUI.Controls.GroupBox(); - this.checkEnableQueueLogs = new SDUI.Controls.CheckBox(); - this.label3 = new SDUI.Controls.Label(); - this.numQueueLeft = new SDUI.Controls.NumUpDown(); - this.checkAutoHidePendingWindow = new SDUI.Controls.CheckBox(); - this.checkEnableQueueNotification = new SDUI.Controls.CheckBox(); - this.btnShowPending = new SDUI.Controls.Button(); - this.groupBox4.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.panel3.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numLoginDelay)).BeginInit(); - this.captchaPanel.SuspendLayout(); - this.autoLoginTopPanel.SuspendLayout(); - this.groupBox5.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numQueueLeft)).BeginInit(); - this.SuspendLayout(); + label1 = new SDUI.Controls.Label(); + lblVersion = new SDUI.Controls.Label(); + comboBoxClientType = new SDUI.Controls.ComboBox(); + groupBox4 = new SDUI.Controls.GroupBox(); + label8 = new SDUI.Controls.Label(); + checkBoxBotTrayMinimized = new SDUI.Controls.CheckBox(); + groupBox3 = new SDUI.Controls.GroupBox(); + label2 = new SDUI.Controls.Label(); + checkStayConnected = new SDUI.Controls.CheckBox(); + groupBox2 = new SDUI.Controls.GroupBox(); + btnClientHideShow = new SDUI.Controls.Button(); + btnStartClient = new SDUI.Controls.Button(); + btnStartClientless = new SDUI.Controls.Button(); + btnGoClientless = new SDUI.Controls.Button(); + groupBox1 = new SDUI.Controls.GroupBox(); + separator1 = new SDUI.Controls.Separator(); + panel3 = new System.Windows.Forms.Panel(); + radioAutoSelectHigher = new SDUI.Controls.Radio(); + radioAutoSelectFirst = new SDUI.Controls.Radio(); + checkCharAutoSelect = new SDUI.Controls.CheckBox(); + checkHideClient = new SDUI.Controls.CheckBox(); + lblLoginDelaySeconds = new SDUI.Controls.Label(); + numLoginDelay = new SDUI.Controls.NumUpDown(); + checkEnableLoginDelay = new SDUI.Controls.CheckBox(); + checkStartBot = new SDUI.Controls.CheckBox(); + checkUseReturnScroll = new SDUI.Controls.CheckBox(); + captchaPanel = new System.Windows.Forms.Panel(); + separator2 = new SDUI.Controls.Separator(); + label6 = new SDUI.Controls.Label(); + label5 = new SDUI.Controls.Label(); + txtStaticCaptcha = new SDUI.Controls.TextBox(); + checkEnableStaticCaptcha = new SDUI.Controls.CheckBox(); + autoLoginTopPanel = new System.Windows.Forms.Panel(); + comboAccounts = new SDUI.Controls.ComboBox(); + label7 = new SDUI.Controls.Label(); + label4 = new SDUI.Controls.Label(); + checkEnableAutoLogin = new SDUI.Controls.CheckBox(); + comboCharacter = new SDUI.Controls.ComboBox(); + btnAutoLoginSettings = new SDUI.Controls.Button(); + btnBrowseSilkroadPath = new SDUI.Controls.Button(); + txtSilkroadPath = new SDUI.Controls.TextBox(); + groupBox5 = new SDUI.Controls.GroupBox(); + checkEnableQueueLogs = new SDUI.Controls.CheckBox(); + label3 = new SDUI.Controls.Label(); + numQueueLeft = new SDUI.Controls.NumUpDown(); + checkAutoHidePendingWindow = new SDUI.Controls.CheckBox(); + checkEnableQueueNotification = new SDUI.Controls.CheckBox(); + btnShowPending = new SDUI.Controls.Button(); + groupBox4.SuspendLayout(); + groupBox3.SuspendLayout(); + groupBox2.SuspendLayout(); + groupBox1.SuspendLayout(); + panel3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)numLoginDelay).BeginInit(); + captchaPanel.SuspendLayout(); + autoLoginTopPanel.SuspendLayout(); + groupBox5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)numQueueLeft).BeginInit(); + SuspendLayout(); // // label1 // - this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(16, 11); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(140, 15); - this.label1.TabIndex = 0; - this.label1.Text = "Silkroad executable path:"; + label1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(16, 11); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(140, 15); + label1.TabIndex = 0; + label1.Text = "Silkroad executable path:"; // // lblVersion // - this.lblVersion.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.lblVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblVersion.Location = new System.Drawing.Point(707, 11); - this.lblVersion.Name = "lblVersion"; - this.lblVersion.Size = new System.Drawing.Size(40, 15); - this.lblVersion.TabIndex = 3; - this.lblVersion.Text = "v1.000"; + lblVersion.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lblVersion.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblVersion.Location = new System.Drawing.Point(707, 11); + lblVersion.Name = "lblVersion"; + lblVersion.Size = new System.Drawing.Size(40, 15); + lblVersion.TabIndex = 3; + lblVersion.Text = "v1.000"; // // comboBoxClientType // - this.comboBoxClientType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboBoxClientType.DropDownHeight = 100; - this.comboBoxClientType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboBoxClientType.FormattingEnabled = true; - this.comboBoxClientType.IntegralHeight = false; - this.comboBoxClientType.ItemHeight = 17; - this.comboBoxClientType.Location = new System.Drawing.Point(595, 29); - this.comboBoxClientType.Name = "comboBoxClientType"; - this.comboBoxClientType.Radius = 5; - this.comboBoxClientType.ShadowDepth = 4F; - this.comboBoxClientType.Size = new System.Drawing.Size(115, 23); - this.comboBoxClientType.TabIndex = 18; - this.comboBoxClientType.SelectedIndexChanged += new System.EventHandler(this.comboBoxClientType_SelectedIndexChanged); + comboBoxClientType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboBoxClientType.DropDownHeight = 100; + comboBoxClientType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBoxClientType.FormattingEnabled = true; + comboBoxClientType.IntegralHeight = false; + comboBoxClientType.ItemHeight = 17; + comboBoxClientType.Location = new System.Drawing.Point(595, 29); + comboBoxClientType.Name = "comboBoxClientType"; + comboBoxClientType.Radius = 5; + comboBoxClientType.ShadowDepth = 4F; + comboBoxClientType.Size = new System.Drawing.Size(115, 23); + comboBoxClientType.TabIndex = 18; + comboBoxClientType.SelectedIndexChanged += comboBoxClientType_SelectedIndexChanged; // // groupBox4 // - this.groupBox4.BackColor = System.Drawing.Color.Transparent; - this.groupBox4.Controls.Add(this.label8); - this.groupBox4.Controls.Add(this.checkBoxBotTrayMinimized); - this.groupBox4.Location = new System.Drawing.Point(389, 172); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox4.Radius = 10; - this.groupBox4.ShadowDepth = 4; - this.groupBox4.Size = new System.Drawing.Size(359, 98); - this.groupBox4.TabIndex = 17; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Bot Settings"; + groupBox4.BackColor = System.Drawing.Color.Transparent; + groupBox4.Controls.Add(label8); + groupBox4.Controls.Add(checkBoxBotTrayMinimized); + groupBox4.Location = new System.Drawing.Point(389, 172); + groupBox4.Name = "groupBox4"; + groupBox4.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox4.Radius = 10; + groupBox4.ShadowDepth = 4; + groupBox4.Size = new System.Drawing.Size(359, 98); + groupBox4.TabIndex = 17; + groupBox4.TabStop = false; + groupBox4.Text = "Bot Settings"; // // label8 // - this.label8.Enabled = false; - this.label8.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label8.Location = new System.Drawing.Point(6, 60); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(347, 35); - this.label8.TabIndex = 22; - this.label8.Text = "If activated, when the bot is minimized, the bot will \r\nautomatically switch to t" + - "ray mode and continue to run there."; + label8.Enabled = false; + label8.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + label8.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label8.Location = new System.Drawing.Point(6, 60); + label8.Name = "label8"; + label8.Size = new System.Drawing.Size(347, 35); + label8.TabIndex = 22; + label8.Text = "If activated, when the bot is minimized, the bot will \r\nautomatically switch to tray mode and continue to run there."; // // checkBoxBotTrayMinimized // - this.checkBoxBotTrayMinimized.AutoSize = true; - this.checkBoxBotTrayMinimized.BackColor = System.Drawing.Color.Transparent; - this.checkBoxBotTrayMinimized.Location = new System.Drawing.Point(19, 36); - this.checkBoxBotTrayMinimized.Name = "checkBoxBotTrayMinimized"; - this.checkBoxBotTrayMinimized.ShadowDepth = 1; - this.checkBoxBotTrayMinimized.Size = new System.Drawing.Size(242, 15); - this.checkBoxBotTrayMinimized.TabIndex = 0; - this.checkBoxBotTrayMinimized.Text = "Move bot to system tray when minimized"; - this.checkBoxBotTrayMinimized.UseVisualStyleBackColor = false; - this.checkBoxBotTrayMinimized.CheckedChanged += new System.EventHandler(this.checkBoxBotTrayMinimized_CheckedChanged); + checkBoxBotTrayMinimized.AutoSize = true; + checkBoxBotTrayMinimized.BackColor = System.Drawing.Color.Transparent; + checkBoxBotTrayMinimized.Location = new System.Drawing.Point(19, 36); + checkBoxBotTrayMinimized.Name = "checkBoxBotTrayMinimized"; + checkBoxBotTrayMinimized.ShadowDepth = 1; + checkBoxBotTrayMinimized.Size = new System.Drawing.Size(242, 15); + checkBoxBotTrayMinimized.TabIndex = 0; + checkBoxBotTrayMinimized.Text = "Move bot to system tray when minimized"; + checkBoxBotTrayMinimized.UseVisualStyleBackColor = false; + checkBoxBotTrayMinimized.CheckedChanged += checkBoxBotTrayMinimized_CheckedChanged; // // groupBox3 // - this.groupBox3.BackColor = System.Drawing.Color.Transparent; - this.groupBox3.Controls.Add(this.label2); - this.groupBox3.Controls.Add(this.checkStayConnected); - this.groupBox3.Location = new System.Drawing.Point(389, 60); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox3.Radius = 10; - this.groupBox3.ShadowDepth = 4; - this.groupBox3.Size = new System.Drawing.Size(359, 105); - this.groupBox3.TabIndex = 16; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Client settings"; + groupBox3.BackColor = System.Drawing.Color.Transparent; + groupBox3.Controls.Add(label2); + groupBox3.Controls.Add(checkStayConnected); + groupBox3.Location = new System.Drawing.Point(389, 60); + groupBox3.Name = "groupBox3"; + groupBox3.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox3.Radius = 10; + groupBox3.ShadowDepth = 4; + groupBox3.Size = new System.Drawing.Size(359, 105); + groupBox3.TabIndex = 16; + groupBox3.TabStop = false; + groupBox3.Text = "Client settings"; // // label2 // - this.label2.Enabled = false; - this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(6, 59); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(347, 37); - this.label2.TabIndex = 22; - this.label2.Text = "If the client exits due to a crash, the bot will automatically switch\r\n to client" + - "less mode and continue its tasks"; + label2.Enabled = false; + label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(6, 59); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(347, 37); + label2.TabIndex = 22; + label2.Text = "If the client exits due to a crash, the bot will automatically switch\r\n to clientless mode and continue its tasks"; // // checkStayConnected // - this.checkStayConnected.AutoSize = true; - this.checkStayConnected.BackColor = System.Drawing.Color.Transparent; - this.checkStayConnected.Location = new System.Drawing.Point(20, 36); - this.checkStayConnected.Name = "checkStayConnected"; - this.checkStayConnected.ShadowDepth = 1; - this.checkStayConnected.Size = new System.Drawing.Size(247, 15); - this.checkStayConnected.TabIndex = 17; - this.checkStayConnected.Text = "Stay connected if client exits unexpectedly"; - this.checkStayConnected.UseVisualStyleBackColor = false; - this.checkStayConnected.CheckedChanged += new System.EventHandler(this.checkStayConnected_CheckedChanged); + checkStayConnected.AutoSize = true; + checkStayConnected.BackColor = System.Drawing.Color.Transparent; + checkStayConnected.Location = new System.Drawing.Point(20, 36); + checkStayConnected.Name = "checkStayConnected"; + checkStayConnected.ShadowDepth = 1; + checkStayConnected.Size = new System.Drawing.Size(247, 15); + checkStayConnected.TabIndex = 17; + checkStayConnected.Text = "Stay connected if client exits unexpectedly"; + checkStayConnected.UseVisualStyleBackColor = false; + checkStayConnected.CheckedChanged += checkStayConnected_CheckedChanged; // // groupBox2 // - this.groupBox2.BackColor = System.Drawing.Color.Transparent; - this.groupBox2.Controls.Add(this.btnClientHideShow); - this.groupBox2.Controls.Add(this.btnStartClient); - this.groupBox2.Controls.Add(this.btnStartClientless); - this.groupBox2.Controls.Add(this.btnGoClientless); - this.groupBox2.Location = new System.Drawing.Point(19, 60); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox2.Radius = 10; - this.groupBox2.ShadowDepth = 4; - this.groupBox2.Size = new System.Drawing.Size(355, 105); - this.groupBox2.TabIndex = 15; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Start game"; + groupBox2.BackColor = System.Drawing.Color.Transparent; + groupBox2.Controls.Add(btnClientHideShow); + groupBox2.Controls.Add(btnStartClient); + groupBox2.Controls.Add(btnStartClientless); + groupBox2.Controls.Add(btnGoClientless); + groupBox2.Location = new System.Drawing.Point(19, 60); + groupBox2.Name = "groupBox2"; + groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox2.Radius = 10; + groupBox2.ShadowDepth = 4; + groupBox2.Size = new System.Drawing.Size(355, 105); + groupBox2.TabIndex = 15; + groupBox2.TabStop = false; + groupBox2.Text = "Start game"; // // btnClientHideShow // - this.btnClientHideShow.Color = System.Drawing.Color.Transparent; - this.btnClientHideShow.Enabled = false; - this.btnClientHideShow.Location = new System.Drawing.Point(18, 68); - this.btnClientHideShow.Name = "btnClientHideShow"; - this.btnClientHideShow.Radius = 6; - this.btnClientHideShow.ShadowDepth = 4F; - this.btnClientHideShow.Size = new System.Drawing.Size(125, 21); - this.btnClientHideShow.TabIndex = 19; - this.btnClientHideShow.Text = "Client Visibility"; - this.btnClientHideShow.UseVisualStyleBackColor = true; - this.btnClientHideShow.Click += new System.EventHandler(this.btnClientHideShow_Click); + btnClientHideShow.Color = System.Drawing.Color.Transparent; + btnClientHideShow.Enabled = false; + btnClientHideShow.Location = new System.Drawing.Point(18, 68); + btnClientHideShow.Name = "btnClientHideShow"; + btnClientHideShow.Radius = 6; + btnClientHideShow.ShadowDepth = 4F; + btnClientHideShow.Size = new System.Drawing.Size(125, 21); + btnClientHideShow.TabIndex = 19; + btnClientHideShow.Text = "Client Visibility"; + btnClientHideShow.UseVisualStyleBackColor = true; + btnClientHideShow.Click += btnClientHideShow_Click; // // btnStartClient // - this.btnStartClient.Color = System.Drawing.Color.Transparent; - this.btnStartClient.Location = new System.Drawing.Point(18, 36); - this.btnStartClient.Name = "btnStartClient"; - this.btnStartClient.Radius = 6; - this.btnStartClient.ShadowDepth = 4F; - this.btnStartClient.Size = new System.Drawing.Size(125, 21); - this.btnStartClient.TabIndex = 16; - this.btnStartClient.Text = "Start Client"; - this.btnStartClient.UseVisualStyleBackColor = true; - this.btnStartClient.Click += new System.EventHandler(this.btnStartClient_Click); + btnStartClient.Color = System.Drawing.Color.Transparent; + btnStartClient.Location = new System.Drawing.Point(18, 36); + btnStartClient.Name = "btnStartClient"; + btnStartClient.Radius = 6; + btnStartClient.ShadowDepth = 4F; + btnStartClient.Size = new System.Drawing.Size(125, 21); + btnStartClient.TabIndex = 16; + btnStartClient.Text = "Start Client"; + btnStartClient.UseVisualStyleBackColor = true; + btnStartClient.Click += btnStartClient_Click; // // btnStartClientless // - this.btnStartClientless.Color = System.Drawing.Color.Transparent; - this.btnStartClientless.Location = new System.Drawing.Point(212, 36); - this.btnStartClientless.Name = "btnStartClientless"; - this.btnStartClientless.Radius = 6; - this.btnStartClientless.ShadowDepth = 4F; - this.btnStartClientless.Size = new System.Drawing.Size(125, 21); - this.btnStartClientless.TabIndex = 18; - this.btnStartClientless.Text = "Start Clientless"; - this.btnStartClientless.UseVisualStyleBackColor = false; - this.btnStartClientless.Click += new System.EventHandler(this.btnStartClientless_Click); + btnStartClientless.Color = System.Drawing.Color.Transparent; + btnStartClientless.Location = new System.Drawing.Point(212, 36); + btnStartClientless.Name = "btnStartClientless"; + btnStartClientless.Radius = 6; + btnStartClientless.ShadowDepth = 4F; + btnStartClientless.Size = new System.Drawing.Size(125, 21); + btnStartClientless.TabIndex = 18; + btnStartClientless.Text = "Start Clientless"; + btnStartClientless.UseVisualStyleBackColor = false; + btnStartClientless.Click += btnStartClientless_Click; // // btnGoClientless // - this.btnGoClientless.Color = System.Drawing.Color.Transparent; - this.btnGoClientless.Enabled = false; - this.btnGoClientless.Location = new System.Drawing.Point(212, 68); - this.btnGoClientless.Name = "btnGoClientless"; - this.btnGoClientless.Radius = 6; - this.btnGoClientless.ShadowDepth = 4F; - this.btnGoClientless.Size = new System.Drawing.Size(125, 21); - this.btnGoClientless.TabIndex = 17; - this.btnGoClientless.Text = "Go Clientless"; - this.btnGoClientless.UseVisualStyleBackColor = true; - this.btnGoClientless.Click += new System.EventHandler(this.btnGoClientless_Click); + btnGoClientless.Color = System.Drawing.Color.Transparent; + btnGoClientless.Enabled = false; + btnGoClientless.Location = new System.Drawing.Point(212, 68); + btnGoClientless.Name = "btnGoClientless"; + btnGoClientless.Radius = 6; + btnGoClientless.ShadowDepth = 4F; + btnGoClientless.Size = new System.Drawing.Size(125, 21); + btnGoClientless.TabIndex = 17; + btnGoClientless.Text = "Go Clientless"; + btnGoClientless.UseVisualStyleBackColor = true; + btnGoClientless.Click += btnGoClientless_Click; // // groupBox1 // - this.groupBox1.AutoSize = true; - this.groupBox1.BackColor = System.Drawing.Color.Transparent; - this.groupBox1.Controls.Add(this.separator1); - this.groupBox1.Controls.Add(this.panel3); - this.groupBox1.Controls.Add(this.captchaPanel); - this.groupBox1.Controls.Add(this.autoLoginTopPanel); - this.groupBox1.Location = new System.Drawing.Point(19, 172); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox1.Radius = 10; - this.groupBox1.ShadowDepth = 4; - this.groupBox1.Size = new System.Drawing.Size(355, 317); - this.groupBox1.TabIndex = 14; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Automated login"; + groupBox1.AutoSize = true; + groupBox1.BackColor = System.Drawing.Color.Transparent; + groupBox1.Controls.Add(separator1); + groupBox1.Controls.Add(panel3); + groupBox1.Controls.Add(captchaPanel); + groupBox1.Controls.Add(autoLoginTopPanel); + groupBox1.Location = new System.Drawing.Point(19, 172); + groupBox1.Name = "groupBox1"; + groupBox1.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox1.Radius = 10; + groupBox1.ShadowDepth = 4; + groupBox1.Size = new System.Drawing.Size(355, 317); + groupBox1.TabIndex = 14; + groupBox1.TabStop = false; + groupBox1.Text = "Automated login"; // // separator1 // - this.separator1.Dock = System.Windows.Forms.DockStyle.Top; - this.separator1.IsVertical = false; - this.separator1.Location = new System.Drawing.Point(3, 203); - this.separator1.Name = "separator1"; - this.separator1.Size = new System.Drawing.Size(349, 2); - this.separator1.TabIndex = 19; - this.separator1.Text = "separator1"; + separator1.Dock = System.Windows.Forms.DockStyle.Top; + separator1.IsVertical = false; + separator1.Location = new System.Drawing.Point(3, 203); + separator1.Name = "separator1"; + separator1.Size = new System.Drawing.Size(349, 2); + separator1.TabIndex = 19; + separator1.Text = "separator1"; // // panel3 // - this.panel3.Controls.Add(this.radioAutoSelectHigher); - this.panel3.Controls.Add(this.radioAutoSelectFirst); - this.panel3.Controls.Add(this.checkCharAutoSelect); - this.panel3.Controls.Add(this.checkHideClient); - this.panel3.Controls.Add(this.lblLoginDelaySeconds); - this.panel3.Controls.Add(this.numLoginDelay); - this.panel3.Controls.Add(this.checkEnableLoginDelay); - this.panel3.Controls.Add(this.checkStartBot); - this.panel3.Controls.Add(this.checkUseReturnScroll); - this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(3, 203); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(349, 111); - this.panel3.TabIndex = 1; + panel3.Controls.Add(radioAutoSelectHigher); + panel3.Controls.Add(radioAutoSelectFirst); + panel3.Controls.Add(checkCharAutoSelect); + panel3.Controls.Add(checkHideClient); + panel3.Controls.Add(lblLoginDelaySeconds); + panel3.Controls.Add(numLoginDelay); + panel3.Controls.Add(checkEnableLoginDelay); + panel3.Controls.Add(checkStartBot); + panel3.Controls.Add(checkUseReturnScroll); + panel3.Dock = System.Windows.Forms.DockStyle.Fill; + panel3.Location = new System.Drawing.Point(3, 203); + panel3.Name = "panel3"; + panel3.Size = new System.Drawing.Size(349, 111); + panel3.TabIndex = 1; // // radioAutoSelectHigher // - this.radioAutoSelectHigher.AutoSize = true; - this.radioAutoSelectHigher.Enabled = false; - this.radioAutoSelectHigher.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.radioAutoSelectHigher.Location = new System.Drawing.Point(198, 87); - this.radioAutoSelectHigher.Name = "radioAutoSelectHigher"; - this.radioAutoSelectHigher.ShadowDepth = 0; - this.radioAutoSelectHigher.Size = new System.Drawing.Size(139, 15); - this.radioAutoSelectHigher.TabIndex = 38; - this.radioAutoSelectHigher.Text = "Auto Select (Higher)"; - this.radioAutoSelectHigher.UseVisualStyleBackColor = true; - this.radioAutoSelectHigher.CheckedChanged += new System.EventHandler(this.radioAutoSelectHigher_CheckedChanged); + radioAutoSelectHigher.AutoSize = true; + radioAutoSelectHigher.Enabled = false; + radioAutoSelectHigher.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + radioAutoSelectHigher.Location = new System.Drawing.Point(198, 87); + radioAutoSelectHigher.Name = "radioAutoSelectHigher"; + radioAutoSelectHigher.ShadowDepth = 0; + radioAutoSelectHigher.Size = new System.Drawing.Size(139, 15); + radioAutoSelectHigher.TabIndex = 38; + radioAutoSelectHigher.Text = "Auto Select (Higher)"; + radioAutoSelectHigher.UseVisualStyleBackColor = true; + radioAutoSelectHigher.CheckedChanged += radioAutoSelectHigher_CheckedChanged; // // radioAutoSelectFirst // - this.radioAutoSelectFirst.AutoSize = true; - this.radioAutoSelectFirst.Checked = true; - this.radioAutoSelectFirst.Enabled = false; - this.radioAutoSelectFirst.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.radioAutoSelectFirst.Location = new System.Drawing.Point(66, 87); - this.radioAutoSelectFirst.Name = "radioAutoSelectFirst"; - this.radioAutoSelectFirst.ShadowDepth = 0; - this.radioAutoSelectFirst.Size = new System.Drawing.Size(125, 15); - this.radioAutoSelectFirst.TabIndex = 37; - this.radioAutoSelectFirst.TabStop = true; - this.radioAutoSelectFirst.Text = "Auto Select (First)"; - this.radioAutoSelectFirst.UseVisualStyleBackColor = true; - this.radioAutoSelectFirst.CheckedChanged += new System.EventHandler(this.radioAutoSelectFirst_CheckedChanged); + radioAutoSelectFirst.AutoSize = true; + radioAutoSelectFirst.Checked = true; + radioAutoSelectFirst.Enabled = false; + radioAutoSelectFirst.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + radioAutoSelectFirst.Location = new System.Drawing.Point(66, 87); + radioAutoSelectFirst.Name = "radioAutoSelectFirst"; + radioAutoSelectFirst.ShadowDepth = 0; + radioAutoSelectFirst.Size = new System.Drawing.Size(125, 15); + radioAutoSelectFirst.TabIndex = 37; + radioAutoSelectFirst.TabStop = true; + radioAutoSelectFirst.Text = "Auto Select (First)"; + radioAutoSelectFirst.UseVisualStyleBackColor = true; + radioAutoSelectFirst.CheckedChanged += radioAutoSelectFirst_CheckedChanged; // // checkCharAutoSelect // - this.checkCharAutoSelect.AutoSize = true; - this.checkCharAutoSelect.BackColor = System.Drawing.Color.Transparent; - this.checkCharAutoSelect.Enabled = false; - this.checkCharAutoSelect.Location = new System.Drawing.Point(66, 64); - this.checkCharAutoSelect.Name = "checkCharAutoSelect"; - this.checkCharAutoSelect.ShadowDepth = 1; - this.checkCharAutoSelect.Size = new System.Drawing.Size(111, 15); - this.checkCharAutoSelect.TabIndex = 36; - this.checkCharAutoSelect.Text = "Auto Char Select"; - this.checkCharAutoSelect.UseVisualStyleBackColor = false; - this.checkCharAutoSelect.CheckedChanged += new System.EventHandler(this.checkCharAutoSelect_CheckedChanged); + checkCharAutoSelect.AutoSize = true; + checkCharAutoSelect.BackColor = System.Drawing.Color.Transparent; + checkCharAutoSelect.Enabled = false; + checkCharAutoSelect.Location = new System.Drawing.Point(66, 64); + checkCharAutoSelect.Name = "checkCharAutoSelect"; + checkCharAutoSelect.ShadowDepth = 1; + checkCharAutoSelect.Size = new System.Drawing.Size(111, 15); + checkCharAutoSelect.TabIndex = 36; + checkCharAutoSelect.Text = "Auto Char Select"; + checkCharAutoSelect.UseVisualStyleBackColor = false; + checkCharAutoSelect.CheckedChanged += checkCharAutoSelect_CheckedChanged; // // checkHideClient // - this.checkHideClient.AutoSize = true; - this.checkHideClient.BackColor = System.Drawing.Color.Transparent; - this.checkHideClient.Location = new System.Drawing.Point(198, 64); - this.checkHideClient.Name = "checkHideClient"; - this.checkHideClient.ShadowDepth = 1; - this.checkHideClient.Size = new System.Drawing.Size(111, 15); - this.checkHideClient.TabIndex = 31; - this.checkHideClient.Text = "Auto Hide Client"; - this.checkHideClient.UseVisualStyleBackColor = false; - this.checkHideClient.CheckedChanged += new System.EventHandler(this.checkHideClient_CheckedChanged); + checkHideClient.AutoSize = true; + checkHideClient.BackColor = System.Drawing.Color.Transparent; + checkHideClient.Location = new System.Drawing.Point(198, 64); + checkHideClient.Name = "checkHideClient"; + checkHideClient.ShadowDepth = 1; + checkHideClient.Size = new System.Drawing.Size(111, 15); + checkHideClient.TabIndex = 31; + checkHideClient.Text = "Auto Hide Client"; + checkHideClient.UseVisualStyleBackColor = false; + checkHideClient.CheckedChanged += checkHideClient_CheckedChanged; // // lblLoginDelaySeconds // - this.lblLoginDelaySeconds.AutoSize = true; - this.lblLoginDelaySeconds.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.lblLoginDelaySeconds.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblLoginDelaySeconds.Location = new System.Drawing.Point(259, 12); - this.lblLoginDelaySeconds.Name = "lblLoginDelaySeconds"; - this.lblLoginDelaySeconds.Size = new System.Drawing.Size(49, 13); - this.lblLoginDelaySeconds.TabIndex = 22; - this.lblLoginDelaySeconds.Text = "seconds"; + lblLoginDelaySeconds.AutoSize = true; + lblLoginDelaySeconds.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lblLoginDelaySeconds.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblLoginDelaySeconds.Location = new System.Drawing.Point(259, 12); + lblLoginDelaySeconds.Name = "lblLoginDelaySeconds"; + lblLoginDelaySeconds.Size = new System.Drawing.Size(49, 13); + lblLoginDelaySeconds.TabIndex = 22; + lblLoginDelaySeconds.Text = "seconds"; // // numLoginDelay // - this.numLoginDelay.AutoSize = true; - this.numLoginDelay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numLoginDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numLoginDelay.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.numLoginDelay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numLoginDelay.Location = new System.Drawing.Point(198, 9); - this.numLoginDelay.Maximum = new decimal(new int[] { - 60, - 0, - 0, - 0}); - this.numLoginDelay.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numLoginDelay.Name = "numLoginDelay"; - this.numLoginDelay.Size = new System.Drawing.Size(54, 22); - this.numLoginDelay.TabIndex = 30; - this.numLoginDelay.Value = new decimal(new int[] { - 10, - 0, - 0, - 0}); - this.numLoginDelay.ValueChanged += new System.EventHandler(this.numLoginDelay_ValueChanged); + numLoginDelay.AutoSize = true; + numLoginDelay.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numLoginDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numLoginDelay.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + numLoginDelay.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numLoginDelay.Location = new System.Drawing.Point(198, 9); + numLoginDelay.Maximum = new decimal(new int[] { 60, 0, 0, 0 }); + numLoginDelay.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numLoginDelay.Name = "numLoginDelay"; + numLoginDelay.Size = new System.Drawing.Size(54, 22); + numLoginDelay.TabIndex = 30; + numLoginDelay.Value = new decimal(new int[] { 10, 0, 0, 0 }); + numLoginDelay.ValueChanged += numLoginDelay_ValueChanged; // // checkEnableLoginDelay // - this.checkEnableLoginDelay.AutoSize = true; - this.checkEnableLoginDelay.BackColor = System.Drawing.Color.Transparent; - this.checkEnableLoginDelay.Location = new System.Drawing.Point(66, 12); - this.checkEnableLoginDelay.Name = "checkEnableLoginDelay"; - this.checkEnableLoginDelay.ShadowDepth = 1; - this.checkEnableLoginDelay.Size = new System.Drawing.Size(119, 15); - this.checkEnableLoginDelay.TabIndex = 25; - this.checkEnableLoginDelay.Text = "Enable login delay"; - this.checkEnableLoginDelay.UseVisualStyleBackColor = false; - this.checkEnableLoginDelay.CheckedChanged += new System.EventHandler(this.checkEnableLoginDelay_CheckedChanged); + checkEnableLoginDelay.AutoSize = true; + checkEnableLoginDelay.BackColor = System.Drawing.Color.Transparent; + checkEnableLoginDelay.Location = new System.Drawing.Point(66, 12); + checkEnableLoginDelay.Name = "checkEnableLoginDelay"; + checkEnableLoginDelay.ShadowDepth = 1; + checkEnableLoginDelay.Size = new System.Drawing.Size(119, 15); + checkEnableLoginDelay.TabIndex = 25; + checkEnableLoginDelay.Text = "Enable login delay"; + checkEnableLoginDelay.UseVisualStyleBackColor = false; + checkEnableLoginDelay.CheckedChanged += checkEnableLoginDelay_CheckedChanged; // // checkStartBot // - this.checkStartBot.AutoSize = true; - this.checkStartBot.BackColor = System.Drawing.Color.Transparent; - this.checkStartBot.Location = new System.Drawing.Point(66, 40); - this.checkStartBot.Name = "checkStartBot"; - this.checkStartBot.ShadowDepth = 1; - this.checkStartBot.Size = new System.Drawing.Size(96, 15); - this.checkStartBot.TabIndex = 24; - this.checkStartBot.Text = "Auto start bot"; - this.checkStartBot.UseVisualStyleBackColor = false; - this.checkStartBot.CheckedChanged += new System.EventHandler(this.checkAutoStartBot_CheckedChanged); + checkStartBot.AutoSize = true; + checkStartBot.BackColor = System.Drawing.Color.Transparent; + checkStartBot.Location = new System.Drawing.Point(66, 40); + checkStartBot.Name = "checkStartBot"; + checkStartBot.ShadowDepth = 1; + checkStartBot.Size = new System.Drawing.Size(96, 15); + checkStartBot.TabIndex = 24; + checkStartBot.Text = "Auto start bot"; + checkStartBot.UseVisualStyleBackColor = false; + checkStartBot.CheckedChanged += checkAutoStartBot_CheckedChanged; // // checkUseReturnScroll // - this.checkUseReturnScroll.AutoSize = true; - this.checkUseReturnScroll.BackColor = System.Drawing.Color.Transparent; - this.checkUseReturnScroll.Location = new System.Drawing.Point(198, 40); - this.checkUseReturnScroll.Name = "checkUseReturnScroll"; - this.checkUseReturnScroll.ShadowDepth = 1; - this.checkUseReturnScroll.Size = new System.Drawing.Size(108, 15); - this.checkUseReturnScroll.TabIndex = 16; - this.checkUseReturnScroll.Text = "Use return scroll"; - this.checkUseReturnScroll.UseVisualStyleBackColor = false; - this.checkUseReturnScroll.CheckedChanged += new System.EventHandler(this.checkUseReturnScroll_CheckedChanged); + checkUseReturnScroll.AutoSize = true; + checkUseReturnScroll.BackColor = System.Drawing.Color.Transparent; + checkUseReturnScroll.Location = new System.Drawing.Point(198, 40); + checkUseReturnScroll.Name = "checkUseReturnScroll"; + checkUseReturnScroll.ShadowDepth = 1; + checkUseReturnScroll.Size = new System.Drawing.Size(108, 15); + checkUseReturnScroll.TabIndex = 16; + checkUseReturnScroll.Text = "Use return scroll"; + checkUseReturnScroll.UseVisualStyleBackColor = false; + checkUseReturnScroll.CheckedChanged += checkUseReturnScroll_CheckedChanged; // // captchaPanel // - this.captchaPanel.Controls.Add(this.separator2); - this.captchaPanel.Controls.Add(this.label6); - this.captchaPanel.Controls.Add(this.label5); - this.captchaPanel.Controls.Add(this.txtStaticCaptcha); - this.captchaPanel.Controls.Add(this.checkEnableStaticCaptcha); - this.captchaPanel.Dock = System.Windows.Forms.DockStyle.Top; - this.captchaPanel.Location = new System.Drawing.Point(3, 120); - this.captchaPanel.Name = "captchaPanel"; - this.captchaPanel.Size = new System.Drawing.Size(349, 83); - this.captchaPanel.TabIndex = 0; - this.captchaPanel.Visible = false; + captchaPanel.Controls.Add(separator2); + captchaPanel.Controls.Add(label6); + captchaPanel.Controls.Add(label5); + captchaPanel.Controls.Add(txtStaticCaptcha); + captchaPanel.Controls.Add(checkEnableStaticCaptcha); + captchaPanel.Dock = System.Windows.Forms.DockStyle.Top; + captchaPanel.Location = new System.Drawing.Point(3, 120); + captchaPanel.Name = "captchaPanel"; + captchaPanel.Size = new System.Drawing.Size(349, 83); + captchaPanel.TabIndex = 0; + captchaPanel.Visible = false; // // separator2 // - this.separator2.Dock = System.Windows.Forms.DockStyle.Top; - this.separator2.IsVertical = false; - this.separator2.Location = new System.Drawing.Point(0, 0); - this.separator2.Name = "separator2"; - this.separator2.Size = new System.Drawing.Size(349, 2); - this.separator2.TabIndex = 29; - this.separator2.Text = "separator2"; + separator2.Dock = System.Windows.Forms.DockStyle.Top; + separator2.IsVertical = false; + separator2.Location = new System.Drawing.Point(0, 0); + separator2.Name = "separator2"; + separator2.Size = new System.Drawing.Size(349, 2); + separator2.TabIndex = 29; + separator2.Text = "separator2"; // // label6 // - this.label6.AutoSize = true; - this.label6.Enabled = false; - this.label6.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label6.Location = new System.Drawing.Point(63, 60); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(260, 13); - this.label6.TabIndex = 21; - this.label6.Text = "Please use this only if the captcha never changes."; + label6.AutoSize = true; + label6.Enabled = false; + label6.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + label6.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label6.Location = new System.Drawing.Point(63, 60); + label6.Name = "label6"; + label6.Size = new System.Drawing.Size(260, 13); + label6.TabIndex = 21; + label6.Text = "Please use this only if the captcha never changes."; // // label5 // - this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label5.Location = new System.Drawing.Point(9, 14); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(58, 18); - this.label5.TabIndex = 18; - this.label5.Text = "Captcha:"; + label5.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label5.Location = new System.Drawing.Point(9, 14); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(58, 18); + label5.TabIndex = 18; + label5.Text = "Captcha:"; // // txtStaticCaptcha // - this.txtStaticCaptcha.Location = new System.Drawing.Point(66, 11); - this.txtStaticCaptcha.MaxLength = 32767; - this.txtStaticCaptcha.MultiLine = false; - this.txtStaticCaptcha.Name = "txtStaticCaptcha"; - this.txtStaticCaptcha.Radius = 2; - this.txtStaticCaptcha.Size = new System.Drawing.Size(268, 21); - this.txtStaticCaptcha.TabIndex = 3; - this.txtStaticCaptcha.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtStaticCaptcha.UseSystemPasswordChar = false; - this.txtStaticCaptcha.TextChanged += new System.EventHandler(this.txtStaticCaptcha_TextChanged); + txtStaticCaptcha.Location = new System.Drawing.Point(66, 11); + txtStaticCaptcha.MaxLength = 32767; + txtStaticCaptcha.MultiLine = false; + txtStaticCaptcha.Name = "txtStaticCaptcha"; + txtStaticCaptcha.Radius = 2; + txtStaticCaptcha.Size = new System.Drawing.Size(268, 21); + txtStaticCaptcha.TabIndex = 3; + txtStaticCaptcha.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtStaticCaptcha.UseSystemPasswordChar = false; + txtStaticCaptcha.TextChanged += txtStaticCaptcha_TextChanged; // // checkEnableStaticCaptcha // - this.checkEnableStaticCaptcha.AutoSize = true; - this.checkEnableStaticCaptcha.BackColor = System.Drawing.Color.Transparent; - this.checkEnableStaticCaptcha.Location = new System.Drawing.Point(66, 37); - this.checkEnableStaticCaptcha.Name = "checkEnableStaticCaptcha"; - this.checkEnableStaticCaptcha.ShadowDepth = 1; - this.checkEnableStaticCaptcha.Size = new System.Drawing.Size(164, 15); - this.checkEnableStaticCaptcha.TabIndex = 4; - this.checkEnableStaticCaptcha.Text = "Enable static captcha solve"; - this.checkEnableStaticCaptcha.UseVisualStyleBackColor = false; - this.checkEnableStaticCaptcha.CheckedChanged += new System.EventHandler(this.checkEnableStaticCaptcha_CheckedChanged); + checkEnableStaticCaptcha.AutoSize = true; + checkEnableStaticCaptcha.BackColor = System.Drawing.Color.Transparent; + checkEnableStaticCaptcha.Location = new System.Drawing.Point(66, 37); + checkEnableStaticCaptcha.Name = "checkEnableStaticCaptcha"; + checkEnableStaticCaptcha.ShadowDepth = 1; + checkEnableStaticCaptcha.Size = new System.Drawing.Size(164, 15); + checkEnableStaticCaptcha.TabIndex = 4; + checkEnableStaticCaptcha.Text = "Enable static captcha solve"; + checkEnableStaticCaptcha.UseVisualStyleBackColor = false; + checkEnableStaticCaptcha.CheckedChanged += checkEnableStaticCaptcha_CheckedChanged; // // autoLoginTopPanel // - this.autoLoginTopPanel.BackColor = System.Drawing.Color.Transparent; - this.autoLoginTopPanel.Controls.Add(this.comboAccounts); - this.autoLoginTopPanel.Controls.Add(this.label7); - this.autoLoginTopPanel.Controls.Add(this.label4); - this.autoLoginTopPanel.Controls.Add(this.checkEnableAutoLogin); - this.autoLoginTopPanel.Controls.Add(this.comboCharacter); - this.autoLoginTopPanel.Controls.Add(this.btnAutoLoginSettings); - this.autoLoginTopPanel.Dock = System.Windows.Forms.DockStyle.Top; - this.autoLoginTopPanel.Location = new System.Drawing.Point(3, 26); - this.autoLoginTopPanel.Name = "autoLoginTopPanel"; - this.autoLoginTopPanel.Size = new System.Drawing.Size(349, 94); - this.autoLoginTopPanel.TabIndex = 28; + autoLoginTopPanel.BackColor = System.Drawing.Color.Transparent; + autoLoginTopPanel.Controls.Add(comboAccounts); + autoLoginTopPanel.Controls.Add(label7); + autoLoginTopPanel.Controls.Add(label4); + autoLoginTopPanel.Controls.Add(checkEnableAutoLogin); + autoLoginTopPanel.Controls.Add(comboCharacter); + autoLoginTopPanel.Controls.Add(btnAutoLoginSettings); + autoLoginTopPanel.Dock = System.Windows.Forms.DockStyle.Top; + autoLoginTopPanel.Location = new System.Drawing.Point(3, 26); + autoLoginTopPanel.Name = "autoLoginTopPanel"; + autoLoginTopPanel.Size = new System.Drawing.Size(349, 94); + autoLoginTopPanel.TabIndex = 28; // // comboAccounts // - this.comboAccounts.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboAccounts.DropDownHeight = 100; - this.comboAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboAccounts.FormattingEnabled = true; - this.comboAccounts.IntegralHeight = false; - this.comboAccounts.ItemHeight = 17; - this.comboAccounts.Location = new System.Drawing.Point(66, 10); - this.comboAccounts.Name = "comboAccounts"; - this.comboAccounts.Radius = 5; - this.comboAccounts.ShadowDepth = 4F; - this.comboAccounts.Size = new System.Drawing.Size(268, 23); - this.comboAccounts.TabIndex = 0; - this.comboAccounts.SelectedIndexChanged += new System.EventHandler(this.comboAccounts_SelectedIndexChanged); + comboAccounts.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboAccounts.DropDownHeight = 100; + comboAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboAccounts.FormattingEnabled = true; + comboAccounts.IntegralHeight = false; + comboAccounts.ItemHeight = 17; + comboAccounts.Location = new System.Drawing.Point(66, 10); + comboAccounts.Name = "comboAccounts"; + comboAccounts.Radius = 5; + comboAccounts.ShadowDepth = 4F; + comboAccounts.Size = new System.Drawing.Size(268, 23); + comboAccounts.TabIndex = 0; + comboAccounts.SelectedIndexChanged += comboAccounts_SelectedIndexChanged; // // label7 // - this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label7.Location = new System.Drawing.Point(20, 37); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(47, 16); - this.label7.TabIndex = 23; - this.label7.Text = "Player:"; + label7.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label7.Location = new System.Drawing.Point(20, 37); + label7.Name = "label7"; + label7.Size = new System.Drawing.Size(47, 16); + label7.TabIndex = 23; + label7.Text = "Player:"; // // label4 // - this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label4.Location = new System.Drawing.Point(9, 13); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(66, 13); - this.label4.TabIndex = 0; - this.label4.Text = "Account:"; + label4.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label4.Location = new System.Drawing.Point(9, 13); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(66, 13); + label4.TabIndex = 0; + label4.Text = "Account:"; // // checkEnableAutoLogin // - this.checkEnableAutoLogin.AutoSize = true; - this.checkEnableAutoLogin.BackColor = System.Drawing.Color.Transparent; - this.checkEnableAutoLogin.Location = new System.Drawing.Point(66, 65); - this.checkEnableAutoLogin.Name = "checkEnableAutoLogin"; - this.checkEnableAutoLogin.ShadowDepth = 1; - this.checkEnableAutoLogin.Size = new System.Drawing.Size(149, 15); - this.checkEnableAutoLogin.TabIndex = 1; - this.checkEnableAutoLogin.Text = "Enable automated login"; - this.checkEnableAutoLogin.UseVisualStyleBackColor = false; - this.checkEnableAutoLogin.CheckedChanged += new System.EventHandler(this.checkEnableAutoLogin_CheckedChanged); + checkEnableAutoLogin.AutoSize = true; + checkEnableAutoLogin.BackColor = System.Drawing.Color.Transparent; + checkEnableAutoLogin.Location = new System.Drawing.Point(66, 65); + checkEnableAutoLogin.Name = "checkEnableAutoLogin"; + checkEnableAutoLogin.ShadowDepth = 1; + checkEnableAutoLogin.Size = new System.Drawing.Size(149, 15); + checkEnableAutoLogin.TabIndex = 1; + checkEnableAutoLogin.Text = "Enable automated login"; + checkEnableAutoLogin.UseVisualStyleBackColor = false; + checkEnableAutoLogin.CheckedChanged += checkEnableAutoLogin_CheckedChanged; // // comboCharacter // - this.comboCharacter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboCharacter.DropDownHeight = 100; - this.comboCharacter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboCharacter.FormattingEnabled = true; - this.comboCharacter.IntegralHeight = false; - this.comboCharacter.ItemHeight = 17; - this.comboCharacter.Items.AddRange(new object[] { - "No Selected"}); - this.comboCharacter.Location = new System.Drawing.Point(66, 34); - this.comboCharacter.Name = "comboCharacter"; - this.comboCharacter.Radius = 5; - this.comboCharacter.ShadowDepth = 4F; - this.comboCharacter.Size = new System.Drawing.Size(268, 23); - this.comboCharacter.TabIndex = 22; - this.comboCharacter.SelectedIndexChanged += new System.EventHandler(this.comboCharacter_SelectedIndexChanged); + comboCharacter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboCharacter.DropDownHeight = 100; + comboCharacter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboCharacter.FormattingEnabled = true; + comboCharacter.IntegralHeight = false; + comboCharacter.ItemHeight = 17; + comboCharacter.Items.AddRange(new object[] { "No Selected" }); + comboCharacter.Location = new System.Drawing.Point(66, 34); + comboCharacter.Name = "comboCharacter"; + comboCharacter.Radius = 5; + comboCharacter.ShadowDepth = 4F; + comboCharacter.Size = new System.Drawing.Size(268, 23); + comboCharacter.TabIndex = 22; + comboCharacter.SelectedIndexChanged += comboCharacter_SelectedIndexChanged; // // btnAutoLoginSettings // - this.btnAutoLoginSettings.Color = System.Drawing.Color.Transparent; - this.btnAutoLoginSettings.Location = new System.Drawing.Point(259, 60); - this.btnAutoLoginSettings.Name = "btnAutoLoginSettings"; - this.btnAutoLoginSettings.Radius = 6; - this.btnAutoLoginSettings.ShadowDepth = 4F; - this.btnAutoLoginSettings.Size = new System.Drawing.Size(75, 23); - this.btnAutoLoginSettings.TabIndex = 2; - this.btnAutoLoginSettings.Text = "Setup"; - this.btnAutoLoginSettings.UseVisualStyleBackColor = true; - this.btnAutoLoginSettings.Click += new System.EventHandler(this.btnAutoLoginSettings_Click); + btnAutoLoginSettings.Color = System.Drawing.Color.Transparent; + btnAutoLoginSettings.Location = new System.Drawing.Point(259, 60); + btnAutoLoginSettings.Name = "btnAutoLoginSettings"; + btnAutoLoginSettings.Radius = 6; + btnAutoLoginSettings.ShadowDepth = 4F; + btnAutoLoginSettings.Size = new System.Drawing.Size(75, 23); + btnAutoLoginSettings.TabIndex = 2; + btnAutoLoginSettings.Text = "Setup"; + btnAutoLoginSettings.UseVisualStyleBackColor = true; + btnAutoLoginSettings.Click += btnAutoLoginSettings_Click; // // btnBrowseSilkroadPath // - this.btnBrowseSilkroadPath.Color = System.Drawing.Color.Transparent; - this.btnBrowseSilkroadPath.Location = new System.Drawing.Point(715, 30); - this.btnBrowseSilkroadPath.Name = "btnBrowseSilkroadPath"; - this.btnBrowseSilkroadPath.Radius = 6; - this.btnBrowseSilkroadPath.ShadowDepth = 4F; - this.btnBrowseSilkroadPath.Size = new System.Drawing.Size(32, 21); - this.btnBrowseSilkroadPath.TabIndex = 2; - this.btnBrowseSilkroadPath.Text = "..."; - this.btnBrowseSilkroadPath.UseVisualStyleBackColor = true; - this.btnBrowseSilkroadPath.Click += new System.EventHandler(this.btnBrowseSilkroadPath_Click); + btnBrowseSilkroadPath.Color = System.Drawing.Color.Transparent; + btnBrowseSilkroadPath.Location = new System.Drawing.Point(715, 30); + btnBrowseSilkroadPath.Name = "btnBrowseSilkroadPath"; + btnBrowseSilkroadPath.Radius = 6; + btnBrowseSilkroadPath.ShadowDepth = 4F; + btnBrowseSilkroadPath.Size = new System.Drawing.Size(32, 21); + btnBrowseSilkroadPath.TabIndex = 2; + btnBrowseSilkroadPath.Text = "..."; + btnBrowseSilkroadPath.UseVisualStyleBackColor = true; + btnBrowseSilkroadPath.Click += btnBrowseSilkroadPath_Click; // // txtSilkroadPath // - this.txtSilkroadPath.Location = new System.Drawing.Point(19, 30); - this.txtSilkroadPath.MaxLength = 32767; - this.txtSilkroadPath.MultiLine = false; - this.txtSilkroadPath.Name = "txtSilkroadPath"; - this.txtSilkroadPath.Radius = 2; - this.txtSilkroadPath.Size = new System.Drawing.Size(570, 21); - this.txtSilkroadPath.TabIndex = 1; - this.txtSilkroadPath.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.txtSilkroadPath.UseSystemPasswordChar = false; + txtSilkroadPath.Location = new System.Drawing.Point(19, 30); + txtSilkroadPath.MaxLength = 32767; + txtSilkroadPath.MultiLine = false; + txtSilkroadPath.Name = "txtSilkroadPath"; + txtSilkroadPath.Radius = 2; + txtSilkroadPath.Size = new System.Drawing.Size(570, 21); + txtSilkroadPath.TabIndex = 1; + txtSilkroadPath.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + txtSilkroadPath.UseSystemPasswordChar = false; // // groupBox5 // - this.groupBox5.BackColor = System.Drawing.Color.Transparent; - this.groupBox5.Controls.Add(this.checkEnableQueueLogs); - this.groupBox5.Controls.Add(this.label3); - this.groupBox5.Controls.Add(this.numQueueLeft); - this.groupBox5.Controls.Add(this.checkAutoHidePendingWindow); - this.groupBox5.Controls.Add(this.checkEnableQueueNotification); - this.groupBox5.Controls.Add(this.btnShowPending); - this.groupBox5.Location = new System.Drawing.Point(389, 278); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox5.Radius = 10; - this.groupBox5.ShadowDepth = 4; - this.groupBox5.Size = new System.Drawing.Size(359, 130); - this.groupBox5.TabIndex = 24; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "Server Pending"; + groupBox5.BackColor = System.Drawing.Color.Transparent; + groupBox5.Controls.Add(checkEnableQueueLogs); + groupBox5.Controls.Add(label3); + groupBox5.Controls.Add(numQueueLeft); + groupBox5.Controls.Add(checkAutoHidePendingWindow); + groupBox5.Controls.Add(checkEnableQueueNotification); + groupBox5.Controls.Add(btnShowPending); + groupBox5.Location = new System.Drawing.Point(389, 278); + groupBox5.Name = "groupBox5"; + groupBox5.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox5.Radius = 10; + groupBox5.ShadowDepth = 4; + groupBox5.Size = new System.Drawing.Size(359, 130); + groupBox5.TabIndex = 24; + groupBox5.TabStop = false; + groupBox5.Text = "Server Pending"; // // checkEnableQueueLogs // - this.checkEnableQueueLogs.AutoSize = true; - this.checkEnableQueueLogs.BackColor = System.Drawing.Color.Transparent; - this.checkEnableQueueLogs.Location = new System.Drawing.Point(20, 53); - this.checkEnableQueueLogs.Name = "checkEnableQueueLogs"; - this.checkEnableQueueLogs.ShadowDepth = 1; - this.checkEnableQueueLogs.Size = new System.Drawing.Size(166, 15); - this.checkEnableQueueLogs.TabIndex = 42; - this.checkEnableQueueLogs.Text = "Enable pending queue logs"; - this.checkEnableQueueLogs.UseVisualStyleBackColor = false; - this.checkEnableQueueLogs.CheckedChanged += new System.EventHandler(this.checkEnableQueueLogs_CheckedChanged); + checkEnableQueueLogs.AutoSize = true; + checkEnableQueueLogs.BackColor = System.Drawing.Color.Transparent; + checkEnableQueueLogs.Location = new System.Drawing.Point(20, 53); + checkEnableQueueLogs.Name = "checkEnableQueueLogs"; + checkEnableQueueLogs.ShadowDepth = 1; + checkEnableQueueLogs.Size = new System.Drawing.Size(166, 15); + checkEnableQueueLogs.TabIndex = 42; + checkEnableQueueLogs.Text = "Enable pending queue logs"; + checkEnableQueueLogs.UseVisualStyleBackColor = false; + checkEnableQueueLogs.CheckedChanged += checkEnableQueueLogs_CheckedChanged; // // label3 // - this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label3.Location = new System.Drawing.Point(264, 75); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(71, 18); - this.label3.TabIndex = 39; - this.label3.Text = "people left"; + label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label3.Location = new System.Drawing.Point(264, 75); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(71, 18); + label3.TabIndex = 39; + label3.Text = "people left"; // // numQueueLeft // - this.numQueueLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numQueueLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numQueueLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numQueueLeft.Location = new System.Drawing.Point(204, 72); - this.numQueueLeft.Maximum = new decimal(new int[] { - 9999, - 0, - 0, - 0}); - this.numQueueLeft.Name = "numQueueLeft"; - this.numQueueLeft.Size = new System.Drawing.Size(54, 23); - this.numQueueLeft.TabIndex = 39; - this.numQueueLeft.ValueChanged += new System.EventHandler(this.numQueueLeft_ValueChanged); - // - // checkDontShowPendingOnStartClient - // - this.checkAutoHidePendingWindow.AutoSize = true; - this.checkAutoHidePendingWindow.BackColor = System.Drawing.Color.Transparent; - this.checkAutoHidePendingWindow.Location = new System.Drawing.Point(20, 32); - this.checkAutoHidePendingWindow.Name = "checkDontShowPendingOnStartClient"; - this.checkAutoHidePendingWindow.ShadowDepth = 1; - this.checkAutoHidePendingWindow.Size = new System.Drawing.Size(187, 15); - this.checkAutoHidePendingWindow.TabIndex = 41; - this.checkAutoHidePendingWindow.Text = "Auto hide the pending window"; - this.checkAutoHidePendingWindow.UseVisualStyleBackColor = false; - this.checkAutoHidePendingWindow.CheckedChanged += new System.EventHandler(this.checkDontShowPendingOnStartClient_CheckedChanged); + numQueueLeft.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numQueueLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numQueueLeft.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numQueueLeft.Location = new System.Drawing.Point(204, 72); + numQueueLeft.Maximum = new decimal(new int[] { 9999, 0, 0, 0 }); + numQueueLeft.Name = "numQueueLeft"; + numQueueLeft.Size = new System.Drawing.Size(54, 23); + numQueueLeft.TabIndex = 39; + numQueueLeft.ValueChanged += numQueueLeft_ValueChanged; + // + // checkAutoHidePendingWindow + // + checkAutoHidePendingWindow.AutoSize = true; + checkAutoHidePendingWindow.BackColor = System.Drawing.Color.Transparent; + checkAutoHidePendingWindow.Location = new System.Drawing.Point(20, 32); + checkAutoHidePendingWindow.Name = "checkAutoHidePendingWindow"; + checkAutoHidePendingWindow.ShadowDepth = 1; + checkAutoHidePendingWindow.Size = new System.Drawing.Size(187, 15); + checkAutoHidePendingWindow.TabIndex = 41; + checkAutoHidePendingWindow.Text = "Auto hide the pending window"; + checkAutoHidePendingWindow.UseVisualStyleBackColor = false; + checkAutoHidePendingWindow.CheckedChanged += checkDontShowPendingOnStartClient_CheckedChanged; // // checkEnableQueueNotification // - this.checkEnableQueueNotification.AutoSize = true; - this.checkEnableQueueNotification.BackColor = System.Drawing.Color.Transparent; - this.checkEnableQueueNotification.Location = new System.Drawing.Point(20, 75); - this.checkEnableQueueNotification.Name = "checkEnableQueueNotification"; - this.checkEnableQueueNotification.ShadowDepth = 1; - this.checkEnableQueueNotification.Size = new System.Drawing.Size(178, 15); - this.checkEnableQueueNotification.TabIndex = 40; - this.checkEnableQueueNotification.Text = "Enable queue notification on "; - this.checkEnableQueueNotification.UseVisualStyleBackColor = false; - this.checkEnableQueueNotification.CheckedChanged += new System.EventHandler(this.checkEnableQueueNotification_CheckedChanged); + checkEnableQueueNotification.AutoSize = true; + checkEnableQueueNotification.BackColor = System.Drawing.Color.Transparent; + checkEnableQueueNotification.Location = new System.Drawing.Point(20, 75); + checkEnableQueueNotification.Name = "checkEnableQueueNotification"; + checkEnableQueueNotification.ShadowDepth = 1; + checkEnableQueueNotification.Size = new System.Drawing.Size(178, 15); + checkEnableQueueNotification.TabIndex = 40; + checkEnableQueueNotification.Text = "Enable queue notification on "; + checkEnableQueueNotification.UseVisualStyleBackColor = false; + checkEnableQueueNotification.CheckedChanged += checkEnableQueueNotification_CheckedChanged; // // btnShowPending // - this.btnShowPending.Color = System.Drawing.Color.Transparent; - this.btnShowPending.Location = new System.Drawing.Point(20, 99); - this.btnShowPending.Name = "btnShowPending"; - this.btnShowPending.Radius = 6; - this.btnShowPending.ShadowDepth = 4F; - this.btnShowPending.Size = new System.Drawing.Size(145, 23); - this.btnShowPending.TabIndex = 24; - this.btnShowPending.Text = "Toggle Pending Window"; - this.btnShowPending.UseVisualStyleBackColor = true; - this.btnShowPending.Click += new System.EventHandler(this.btnShowPending_Click); + btnShowPending.Color = System.Drawing.Color.Transparent; + btnShowPending.Location = new System.Drawing.Point(20, 99); + btnShowPending.Name = "btnShowPending"; + btnShowPending.Radius = 6; + btnShowPending.ShadowDepth = 4F; + btnShowPending.Size = new System.Drawing.Size(145, 23); + btnShowPending.TabIndex = 24; + btnShowPending.Text = "Toggle Pending Window"; + btnShowPending.UseVisualStyleBackColor = true; + btnShowPending.Click += btnShowPending_Click; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.groupBox5); - this.Controls.Add(this.comboBoxClientType); - this.Controls.Add(this.groupBox4); - this.Controls.Add(this.groupBox3); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.lblVersion); - this.Controls.Add(this.btnBrowseSilkroadPath); - this.Controls.Add(this.txtSilkroadPath); - this.Controls.Add(this.label1); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.Name = "Main"; - this.Size = new System.Drawing.Size(765, 496); - this.groupBox4.ResumeLayout(false); - this.groupBox4.PerformLayout(); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.panel3.ResumeLayout(false); - this.panel3.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numLoginDelay)).EndInit(); - this.captchaPanel.ResumeLayout(false); - this.captchaPanel.PerformLayout(); - this.autoLoginTopPanel.ResumeLayout(false); - this.autoLoginTopPanel.PerformLayout(); - this.groupBox5.ResumeLayout(false); - this.groupBox5.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numQueueLeft)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(groupBox5); + Controls.Add(comboBoxClientType); + Controls.Add(groupBox4); + Controls.Add(groupBox3); + Controls.Add(groupBox2); + Controls.Add(groupBox1); + Controls.Add(lblVersion); + Controls.Add(btnBrowseSilkroadPath); + Controls.Add(txtSilkroadPath); + Controls.Add(label1); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(765, 496); + groupBox4.ResumeLayout(false); + groupBox4.PerformLayout(); + groupBox3.ResumeLayout(false); + groupBox3.PerformLayout(); + groupBox2.ResumeLayout(false); + groupBox1.ResumeLayout(false); + panel3.ResumeLayout(false); + panel3.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)numLoginDelay).EndInit(); + captchaPanel.ResumeLayout(false); + captchaPanel.PerformLayout(); + autoLoginTopPanel.ResumeLayout(false); + autoLoginTopPanel.PerformLayout(); + groupBox5.ResumeLayout(false); + groupBox5.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)numQueueLeft).EndInit(); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.General/Views/Main.cs b/Plugins/RSBot.General/Views/Main.cs index a039c158..4751a1f1 100644 --- a/Plugins/RSBot.General/Views/Main.cs +++ b/Plugins/RSBot.General/Views/Main.cs @@ -301,7 +301,7 @@ private void OnAgentServerDisconnected() // If user disconnected with manual from clientless, we dont need open the client automatically again. //if (!Kernel.Proxy.ClientConnected) - //return; + //return; ClientManager.Kill(); diff --git a/Plugins/RSBot.General/Views/PendingWindow.Designer.cs b/Plugins/RSBot.General/Views/PendingWindow.Designer.cs index ca0901e2..f40d9300 100644 --- a/Plugins/RSBot.General/Views/PendingWindow.Designer.cs +++ b/Plugins/RSBot.General/Views/PendingWindow.Designer.cs @@ -28,161 +28,160 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PendingWindow)); - this.labelServerName = new SDUI.Controls.Label(); - this.labelNumberOfPeopleWaiting = new SDUI.Controls.Label(); - this.label1 = new SDUI.Controls.Label(); - this.labelPending = new SDUI.Controls.Label(); - this.labelAvgWaitingTime = new SDUI.Controls.Label(); - this.labelMyWaitingTime = new SDUI.Controls.Label(); - this.label5 = new SDUI.Controls.Label(); - this.buttonCancel = new SDUI.Controls.Button(); - this.buttonHide = new SDUI.Controls.Button(); - this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); - this.SuspendLayout(); + labelServerName = new SDUI.Controls.Label(); + labelNumberOfPeopleWaiting = new SDUI.Controls.Label(); + label1 = new SDUI.Controls.Label(); + labelPending = new SDUI.Controls.Label(); + labelAvgWaitingTime = new SDUI.Controls.Label(); + labelMyWaitingTime = new SDUI.Controls.Label(); + label5 = new SDUI.Controls.Label(); + buttonCancel = new SDUI.Controls.Button(); + buttonHide = new SDUI.Controls.Button(); + notifyIcon = new System.Windows.Forms.NotifyIcon(components); + SuspendLayout(); // // labelServerName // - this.labelServerName.AutoSize = true; - this.labelServerName.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.labelServerName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.labelServerName.Location = new System.Drawing.Point(63, 10); - this.labelServerName.Name = "labelServerName"; - this.labelServerName.Size = new System.Drawing.Size(286, 20); - this.labelServerName.TabIndex = 0; - this.labelServerName.Text = "{SERVER} is pending for server connection"; + labelServerName.AutoSize = true; + labelServerName.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + labelServerName.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + labelServerName.Location = new System.Drawing.Point(63, 10); + labelServerName.Name = "labelServerName"; + labelServerName.Size = new System.Drawing.Size(286, 20); + labelServerName.TabIndex = 0; + labelServerName.Text = "{SERVER} is pending for server connection"; // // labelNumberOfPeopleWaiting // - this.labelNumberOfPeopleWaiting.AutoSize = true; - this.labelNumberOfPeopleWaiting.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.labelNumberOfPeopleWaiting.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.labelNumberOfPeopleWaiting.Location = new System.Drawing.Point(79, 61); - this.labelNumberOfPeopleWaiting.Name = "labelNumberOfPeopleWaiting"; - this.labelNumberOfPeopleWaiting.Size = new System.Drawing.Size(165, 17); - this.labelNumberOfPeopleWaiting.TabIndex = 0; - this.labelNumberOfPeopleWaiting.Text = "Number of people waiting:"; + labelNumberOfPeopleWaiting.AutoSize = true; + labelNumberOfPeopleWaiting.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + labelNumberOfPeopleWaiting.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + labelNumberOfPeopleWaiting.Location = new System.Drawing.Point(79, 61); + labelNumberOfPeopleWaiting.Name = "labelNumberOfPeopleWaiting"; + labelNumberOfPeopleWaiting.Size = new System.Drawing.Size(165, 17); + labelNumberOfPeopleWaiting.TabIndex = 0; + labelNumberOfPeopleWaiting.Text = "Number of people waiting:"; // // label1 // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(34, 112); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(137, 17); - this.label1.TabIndex = 0; - this.label1.Text = "Average waiting time: "; + label1.AutoSize = true; + label1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(34, 112); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(137, 17); + label1.TabIndex = 0; + label1.Text = "Average waiting time: "; // // labelPending // - this.labelPending.AutoSize = true; - this.labelPending.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.labelPending.Location = new System.Drawing.Point(259, 61); - this.labelPending.Name = "labelPending"; - this.labelPending.Size = new System.Drawing.Size(0, 17); - this.labelPending.TabIndex = 0; + labelPending.AutoSize = true; + labelPending.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + labelPending.Location = new System.Drawing.Point(259, 61); + labelPending.Name = "labelPending"; + labelPending.Size = new System.Drawing.Size(0, 17); + labelPending.TabIndex = 0; // // labelAvgWaitingTime // - this.labelAvgWaitingTime.AutoSize = true; - this.labelAvgWaitingTime.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.labelAvgWaitingTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.labelAvgWaitingTime.Location = new System.Drawing.Point(194, 112); - this.labelAvgWaitingTime.Name = "labelAvgWaitingTime"; - this.labelAvgWaitingTime.Size = new System.Drawing.Size(15, 17); - this.labelAvgWaitingTime.TabIndex = 0; - this.labelAvgWaitingTime.Text = "0"; + labelAvgWaitingTime.AutoSize = true; + labelAvgWaitingTime.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + labelAvgWaitingTime.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + labelAvgWaitingTime.Location = new System.Drawing.Point(194, 112); + labelAvgWaitingTime.Name = "labelAvgWaitingTime"; + labelAvgWaitingTime.Size = new System.Drawing.Size(15, 17); + labelAvgWaitingTime.TabIndex = 0; + labelAvgWaitingTime.Text = "0"; // // labelMyWaitingTime // - this.labelMyWaitingTime.AutoSize = true; - this.labelMyWaitingTime.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.labelMyWaitingTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.labelMyWaitingTime.Location = new System.Drawing.Point(194, 147); - this.labelMyWaitingTime.Name = "labelMyWaitingTime"; - this.labelMyWaitingTime.Size = new System.Drawing.Size(15, 17); - this.labelMyWaitingTime.TabIndex = 0; - this.labelMyWaitingTime.Text = "0"; + labelMyWaitingTime.AutoSize = true; + labelMyWaitingTime.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + labelMyWaitingTime.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + labelMyWaitingTime.Location = new System.Drawing.Point(194, 147); + labelMyWaitingTime.Name = "labelMyWaitingTime"; + labelMyWaitingTime.Size = new System.Drawing.Size(15, 17); + labelMyWaitingTime.TabIndex = 0; + labelMyWaitingTime.Text = "0"; // // label5 // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label5.Location = new System.Drawing.Point(64, 147); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(103, 17); - this.label5.TabIndex = 0; - this.label5.Text = "My waiting time:"; + label5.AutoSize = true; + label5.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + label5.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label5.Location = new System.Drawing.Point(64, 147); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(103, 17); + label5.TabIndex = 0; + label5.Text = "My waiting time:"; // // buttonCancel // - this.buttonCancel.Color = System.Drawing.Color.Transparent; - this.buttonCancel.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonCancel.Location = new System.Drawing.Point(152, 207); - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.Radius = 6; - this.buttonCancel.ShadowDepth = 4F; - this.buttonCancel.Size = new System.Drawing.Size(191, 23); - this.buttonCancel.TabIndex = 1; - this.buttonCancel.Text = "Cancel the waiting"; - this.buttonCancel.UseVisualStyleBackColor = true; - this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); + buttonCancel.Color = System.Drawing.Color.Transparent; + buttonCancel.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonCancel.Location = new System.Drawing.Point(152, 207); + buttonCancel.Name = "buttonCancel"; + buttonCancel.Radius = 6; + buttonCancel.ShadowDepth = 4F; + buttonCancel.Size = new System.Drawing.Size(191, 23); + buttonCancel.TabIndex = 1; + buttonCancel.Text = "Cancel the waiting"; + buttonCancel.UseVisualStyleBackColor = true; + buttonCancel.Click += buttonCancel_Click; // // buttonHide // - this.buttonHide.Color = System.Drawing.Color.Transparent; - this.buttonHide.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonHide.Location = new System.Drawing.Point(70, 207); - this.buttonHide.Name = "buttonHide"; - this.buttonHide.Radius = 6; - this.buttonHide.ShadowDepth = 4F; - this.buttonHide.Size = new System.Drawing.Size(72, 23); - this.buttonHide.TabIndex = 2; - this.buttonHide.Text = "Hide"; - this.buttonHide.UseVisualStyleBackColor = true; - this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click); + buttonHide.Color = System.Drawing.Color.Transparent; + buttonHide.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonHide.Location = new System.Drawing.Point(70, 207); + buttonHide.Name = "buttonHide"; + buttonHide.Radius = 6; + buttonHide.ShadowDepth = 4F; + buttonHide.Size = new System.Drawing.Size(72, 23); + buttonHide.TabIndex = 2; + buttonHide.Text = "Hide"; + buttonHide.UseVisualStyleBackColor = true; + buttonHide.Click += buttonHide_Click; // // notifyIcon // - this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; - this.notifyIcon.BalloonTipText = "RSBot"; - this.notifyIcon.BalloonTipTitle = "RSBot"; - this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); - this.notifyIcon.Text = "RSBot"; + notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; + notifyIcon.BalloonTipText = "RSBot"; + notifyIcon.BalloonTipTitle = "RSBot"; + notifyIcon.Icon = (System.Drawing.Icon)resources.GetObject("notifyIcon.Icon"); + notifyIcon.Text = "RSBot"; // // PendingWindow // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(401, 240); - this.Controls.Add(this.buttonHide); - this.Controls.Add(this.buttonCancel); - this.Controls.Add(this.label5); - this.Controls.Add(this.labelMyWaitingTime); - this.Controls.Add(this.label1); - this.Controls.Add(this.labelAvgWaitingTime); - this.Controls.Add(this.labelPending); - this.Controls.Add(this.labelNumberOfPeopleWaiting); - this.Controls.Add(this.labelServerName); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(401, 240); - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(401, 240); - this.Name = "PendingWindow"; - this.Opacity = 0.95D; - this.Padding = new System.Windows.Forms.Padding(1); - this.ShowIcon = false; - this.ShowInTaskbar = false; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + BackColor = System.Drawing.Color.White; + ClientSize = new System.Drawing.Size(401, 240); + Controls.Add(buttonHide); + Controls.Add(buttonCancel); + Controls.Add(label5); + Controls.Add(labelMyWaitingTime); + Controls.Add(label1); + Controls.Add(labelAvgWaitingTime); + Controls.Add(labelPending); + Controls.Add(labelNumberOfPeopleWaiting); + Controls.Add(labelServerName); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + MaximizeBox = false; + MaximumSize = new System.Drawing.Size(401, 240); + MinimizeBox = false; + MinimumSize = new System.Drawing.Size(401, 240); + Name = "PendingWindow"; + Opacity = 0.95D; + Padding = new System.Windows.Forms.Padding(1); + ShowIcon = false; + ShowInTaskbar = false; + StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.General/Views/PendingWindow.cs b/Plugins/RSBot.General/Views/PendingWindow.cs index f318a006..7d435d01 100644 --- a/Plugins/RSBot.General/Views/PendingWindow.cs +++ b/Plugins/RSBot.General/Views/PendingWindow.cs @@ -52,7 +52,7 @@ internal void Update(Packet packet) var end = packet.ReadUShort(); var timestamp = packet.ReadInt(); var begin = packet.ReadUShort(); - + Log.StatusLang("PendingQueue", Serverlist.Joining?.Name, begin, end); labelPending.Text = $"{begin} / {end}"; PrintTime(labelAvgWaitingTime, timestamp); @@ -61,7 +61,7 @@ internal void Update(Packet packet) if (GlobalConfig.Get("RSBot.General.EnableQuqueNotification", false)) { var queue = GlobalConfig.Get("RSBot.General.QueueLeft", 30); - if (begin<=queue && _queueNotifyIndex == 0) + if (begin <= queue && _queueNotifyIndex == 0) { this.notifyIcon.Visible = true; this.notifyIcon.BalloonTipTitle = "Pending Queue Notification"; @@ -69,7 +69,7 @@ internal void Update(Packet packet) this.notifyIcon.ShowBalloonTip(2000); } - if(++_queueNotifyIndex > 3) + if (++_queueNotifyIndex > 3) _queueNotifyIndex = 0; } @@ -93,7 +93,7 @@ private void OnClock() { if (!AutoLogin.Pending || !Visible) return; - + PrintTime(labelMyWaitingTime, Kernel.TickCount - _startedTick); } @@ -101,26 +101,26 @@ private void PrintTime(SDUI.Controls.Label label, int millisecond) { //label.RunInUIThread(() => //{ - var text = new StringBuilder(); + var text = new StringBuilder(); - var translatedHours = LanguageManager.GetLang("Xhours"); - var translatedMinutes = LanguageManager.GetLang("Xminutes"); - var translatedSeconds = LanguageManager.GetLang("Xseconds"); + var translatedHours = LanguageManager.GetLang("Xhours"); + var translatedMinutes = LanguageManager.GetLang("Xminutes"); + var translatedSeconds = LanguageManager.GetLang("Xseconds"); - var timespan = TimeSpan.FromMilliseconds(millisecond); - if (timespan.Hours > 0) - text.AppendFormat(translatedHours + " ", timespan.Hours); + var timespan = TimeSpan.FromMilliseconds(millisecond); + if (timespan.Hours > 0) + text.AppendFormat(translatedHours + " ", timespan.Hours); - if (timespan.Minutes > 0) - text.AppendFormat(translatedMinutes + " ", timespan.Minutes); + if (timespan.Minutes > 0) + text.AppendFormat(translatedMinutes + " ", timespan.Minutes); - if (timespan.Seconds > 0) - text.AppendFormat(translatedSeconds, timespan.Seconds); + if (timespan.Seconds > 0) + text.AppendFormat(translatedSeconds, timespan.Seconds); - label.Text = text.ToString(); + label.Text = text.ToString(); //}); } - + private void LogPending(int count, int count2) { if (GlobalConfig.Get("RSBot.General.PendingEnableQueueLogs")) diff --git a/Plugins/RSBot.Inventory/Views/Main.Designer.cs b/Plugins/RSBot.Inventory/Views/Main.Designer.cs index ebe83fdc..0803720a 100644 --- a/Plugins/RSBot.Inventory/Views/Main.Designer.cs +++ b/Plugins/RSBot.Inventory/Views/Main.Designer.cs @@ -28,416 +28,401 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.label2 = new SDUI.Controls.Label(); - this.lblFreeSlots = new SDUI.Controls.Label(); - this.listViewMain = new SDUI.Controls.ListView(); - this.colName = new System.Windows.Forms.ColumnHeader(); - this.colAmount = new System.Windows.Forms.ColumnHeader(); - this.colGenderRace = new System.Windows.Forms.ColumnHeader(); - this.contextMenuStrip = new SDUI.Controls.ContextMenuStrip(); - this.useToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.dropToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.moveToPetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.moveToPlayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.moveToLastDeathPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.moveToLastRecallPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.selectMapLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.useItemAtTrainingPlaceMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoUseAccordingToPurposeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.panel1 = new SDUI.Controls.Panel(); - this.checkAutoSort = new SDUI.Controls.CheckBox(); - this.btnSort = new SDUI.Controls.Button(); - this.buttonInventory = new SDUI.Controls.Button(); - this.buttonEquipment = new SDUI.Controls.Button(); - this.buttonAvatars = new SDUI.Controls.Button(); - this.buttonGrabpet = new SDUI.Controls.Button(); - this.topPanel = new SDUI.Controls.Panel(); - this.buttonSpecialty = new SDUI.Controls.Button(); - this.buttonGuildStorage = new SDUI.Controls.Button(); - this.buttonFellowPet = new SDUI.Controls.Button(); - this.buttonJobTransport = new SDUI.Controls.Button(); - this.buttonStorage = new SDUI.Controls.Button(); - this.buttonJobEquipment = new SDUI.Controls.Button(); - this.contextMenuStrip.SuspendLayout(); - this.panel1.SuspendLayout(); - this.topPanel.SuspendLayout(); - this.SuspendLayout(); + label2 = new SDUI.Controls.Label(); + lblFreeSlots = new SDUI.Controls.Label(); + listViewMain = new SDUI.Controls.ListView(); + colName = new System.Windows.Forms.ColumnHeader(); + colAmount = new System.Windows.Forms.ColumnHeader(); + colGenderRace = new System.Windows.Forms.ColumnHeader(); + contextMenuStrip = new SDUI.Controls.ContextMenuStrip(); + useToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + dropToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + moveToPetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + moveToPlayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + moveToLastDeathPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + moveToLastRecallPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + selectMapLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + useItemAtTrainingPlaceMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + autoUseAccordingToPurposeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + panel1 = new SDUI.Controls.Panel(); + checkAutoSort = new SDUI.Controls.CheckBox(); + btnSort = new SDUI.Controls.Button(); + buttonInventory = new SDUI.Controls.Button(); + buttonEquipment = new SDUI.Controls.Button(); + buttonAvatars = new SDUI.Controls.Button(); + buttonGrabpet = new SDUI.Controls.Button(); + topPanel = new SDUI.Controls.Panel(); + buttonSpecialty = new SDUI.Controls.Button(); + buttonGuildStorage = new SDUI.Controls.Button(); + buttonFellowPet = new SDUI.Controls.Button(); + buttonJobTransport = new SDUI.Controls.Button(); + buttonStorage = new SDUI.Controls.Button(); + buttonJobEquipment = new SDUI.Controls.Button(); + contextMenuStrip.SuspendLayout(); + panel1.SuspendLayout(); + topPanel.SuspendLayout(); + SuspendLayout(); // // label2 // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.label2.AutoSize = true; - this.label2.BackColor = System.Drawing.Color.Transparent; - this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(6, 6); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(65, 15); - this.label2.TabIndex = 3; - this.label2.Text = "Free Slots:"; + label2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + label2.AutoSize = true; + label2.BackColor = System.Drawing.Color.Transparent; + label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(6, 6); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(65, 15); + label2.TabIndex = 3; + label2.Text = "Free Slots:"; // // lblFreeSlots // - this.lblFreeSlots.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.lblFreeSlots.AutoSize = true; - this.lblFreeSlots.BackColor = System.Drawing.Color.Transparent; - this.lblFreeSlots.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblFreeSlots.Location = new System.Drawing.Point(86, 7); - this.lblFreeSlots.Name = "lblFreeSlots"; - this.lblFreeSlots.Size = new System.Drawing.Size(13, 15); - this.lblFreeSlots.TabIndex = 4; - this.lblFreeSlots.Text = "0"; + lblFreeSlots.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + lblFreeSlots.AutoSize = true; + lblFreeSlots.BackColor = System.Drawing.Color.Transparent; + lblFreeSlots.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblFreeSlots.Location = new System.Drawing.Point(86, 7); + lblFreeSlots.Name = "lblFreeSlots"; + lblFreeSlots.Size = new System.Drawing.Size(13, 15); + lblFreeSlots.TabIndex = 4; + lblFreeSlots.Text = "0"; // // listViewMain // - this.listViewMain.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listViewMain.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.colName, - this.colAmount, - this.colGenderRace}); - this.listViewMain.ContextMenuStrip = this.contextMenuStrip; - this.listViewMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.listViewMain.FullRowSelect = true; - this.listViewMain.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; - this.listViewMain.Location = new System.Drawing.Point(0, 38); - this.listViewMain.MultiSelect = false; - this.listViewMain.Name = "listViewMain"; - this.listViewMain.Size = new System.Drawing.Size(792, 393); - this.listViewMain.TabIndex = 2; - this.listViewMain.UseCompatibleStateImageBehavior = false; - this.listViewMain.View = System.Windows.Forms.View.Details; - this.listViewMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewMain_MouseDoubleClick); + listViewMain.BorderStyle = System.Windows.Forms.BorderStyle.None; + listViewMain.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { colName, colAmount, colGenderRace }); + listViewMain.ContextMenuStrip = contextMenuStrip; + listViewMain.Dock = System.Windows.Forms.DockStyle.Fill; + listViewMain.FullRowSelect = true; + listViewMain.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; + listViewMain.Location = new System.Drawing.Point(0, 38); + listViewMain.MultiSelect = false; + listViewMain.Name = "listViewMain"; + listViewMain.Size = new System.Drawing.Size(792, 393); + listViewMain.TabIndex = 2; + listViewMain.UseCompatibleStateImageBehavior = false; + listViewMain.View = System.Windows.Forms.View.Details; + listViewMain.MouseDoubleClick += listViewMain_MouseDoubleClick; // // colName // - this.colName.Text = "Name"; - this.colName.Width = 381; + colName.Text = "Name"; + colName.Width = 381; // // colAmount // - this.colAmount.Text = "Amount"; - this.colAmount.Width = 62; + colAmount.Text = "Amount"; + colAmount.Width = 62; // // colGenderRace // - this.colGenderRace.Text = "Rarity"; - this.colGenderRace.Width = 153; + colGenderRace.Text = "Rarity"; + colGenderRace.Width = 153; // // contextMenuStrip // - this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.useToolStripMenuItem, - this.dropToolStripMenuItem, - this.moveToPetToolStripMenuItem, - this.moveToPlayerToolStripMenuItem, - this.moveToLastDeathPositionToolStripMenuItem, - this.moveToLastRecallPositionToolStripMenuItem, - this.selectMapLocationToolStripMenuItem, - this.useItemAtTrainingPlaceMenuItem, - this.autoUseAccordingToPurposeToolStripMenuItem}); - this.contextMenuStrip.Name = "contextMenuStrip"; - this.contextMenuStrip.Size = new System.Drawing.Size(238, 202); - this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening); + contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { useToolStripMenuItem, dropToolStripMenuItem, moveToPetToolStripMenuItem, moveToPlayerToolStripMenuItem, moveToLastDeathPositionToolStripMenuItem, moveToLastRecallPositionToolStripMenuItem, selectMapLocationToolStripMenuItem, useItemAtTrainingPlaceMenuItem, autoUseAccordingToPurposeToolStripMenuItem }); + contextMenuStrip.Name = "contextMenuStrip"; + contextMenuStrip.Size = new System.Drawing.Size(238, 202); + contextMenuStrip.Opening += contextMenuStrip_Opening; // // useToolStripMenuItem // - this.useToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.useToolStripMenuItem.Name = "useToolStripMenuItem"; - this.useToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.useToolStripMenuItem.Text = "Use"; - this.useToolStripMenuItem.Click += new System.EventHandler(this.buttonUseItem_Click); + useToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + useToolStripMenuItem.Name = "useToolStripMenuItem"; + useToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + useToolStripMenuItem.Text = "Use"; + useToolStripMenuItem.Click += buttonUseItem_Click; // // dropToolStripMenuItem // - this.dropToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.dropToolStripMenuItem.Name = "dropToolStripMenuItem"; - this.dropToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.dropToolStripMenuItem.Text = "Drop"; - this.dropToolStripMenuItem.Click += new System.EventHandler(this.dropToolStripMenuItem_Click); + dropToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + dropToolStripMenuItem.Name = "dropToolStripMenuItem"; + dropToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + dropToolStripMenuItem.Text = "Drop"; + dropToolStripMenuItem.Click += dropToolStripMenuItem_Click; // // moveToPetToolStripMenuItem // - this.moveToPetToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.moveToPetToolStripMenuItem.Name = "moveToPetToolStripMenuItem"; - this.moveToPetToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.moveToPetToolStripMenuItem.Text = "Move to active pet"; - this.moveToPetToolStripMenuItem.Click += new System.EventHandler(this.moveToPetToolStripMenuItem_Click); + moveToPetToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + moveToPetToolStripMenuItem.Name = "moveToPetToolStripMenuItem"; + moveToPetToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + moveToPetToolStripMenuItem.Text = "Move to active pet"; + moveToPetToolStripMenuItem.Click += moveToPetToolStripMenuItem_Click; // // moveToPlayerToolStripMenuItem // - this.moveToPlayerToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.moveToPlayerToolStripMenuItem.Name = "moveToPlayerToolStripMenuItem"; - this.moveToPlayerToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.moveToPlayerToolStripMenuItem.Text = "Move to player"; - this.moveToPlayerToolStripMenuItem.Click += new System.EventHandler(this.moveToPlayerToolStripMenuItem_Click); + moveToPlayerToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + moveToPlayerToolStripMenuItem.Name = "moveToPlayerToolStripMenuItem"; + moveToPlayerToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + moveToPlayerToolStripMenuItem.Text = "Move to player"; + moveToPlayerToolStripMenuItem.Click += moveToPlayerToolStripMenuItem_Click; // // moveToLastDeathPositionToolStripMenuItem // - this.moveToLastDeathPositionToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.moveToLastDeathPositionToolStripMenuItem.Name = "moveToLastDeathPositionToolStripMenuItem"; - this.moveToLastDeathPositionToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.moveToLastDeathPositionToolStripMenuItem.Text = "Move to last death position"; - this.moveToLastDeathPositionToolStripMenuItem.Click += new System.EventHandler(this.moveToLastDeathPositionToolStripMenuItem_Click); + moveToLastDeathPositionToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + moveToLastDeathPositionToolStripMenuItem.Name = "moveToLastDeathPositionToolStripMenuItem"; + moveToLastDeathPositionToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + moveToLastDeathPositionToolStripMenuItem.Text = "Move to last death position"; + moveToLastDeathPositionToolStripMenuItem.Click += moveToLastDeathPositionToolStripMenuItem_Click; // // moveToLastRecallPositionToolStripMenuItem // - this.moveToLastRecallPositionToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.moveToLastRecallPositionToolStripMenuItem.Name = "moveToLastRecallPositionToolStripMenuItem"; - this.moveToLastRecallPositionToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.moveToLastRecallPositionToolStripMenuItem.Text = "Move to Last recall position"; - this.moveToLastRecallPositionToolStripMenuItem.Click += new System.EventHandler(this.moveToLastRecallPositionToolStripMenuItem_Click); + moveToLastRecallPositionToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + moveToLastRecallPositionToolStripMenuItem.Name = "moveToLastRecallPositionToolStripMenuItem"; + moveToLastRecallPositionToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + moveToLastRecallPositionToolStripMenuItem.Text = "Move to Last recall position"; + moveToLastRecallPositionToolStripMenuItem.Click += moveToLastRecallPositionToolStripMenuItem_Click; // // selectMapLocationToolStripMenuItem // - this.selectMapLocationToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.selectMapLocationToolStripMenuItem.Name = "selectMapLocationToolStripMenuItem"; - this.selectMapLocationToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.selectMapLocationToolStripMenuItem.Text = "Select Map Location"; + selectMapLocationToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + selectMapLocationToolStripMenuItem.Name = "selectMapLocationToolStripMenuItem"; + selectMapLocationToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + selectMapLocationToolStripMenuItem.Text = "Select Map Location"; // // useItemAtTrainingPlaceMenuItem // - this.useItemAtTrainingPlaceMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.useItemAtTrainingPlaceMenuItem.Name = "useItemAtTrainingPlaceMenuItem"; - this.useItemAtTrainingPlaceMenuItem.Size = new System.Drawing.Size(237, 22); - this.useItemAtTrainingPlaceMenuItem.Text = "Use item at training place"; - this.useItemAtTrainingPlaceMenuItem.Click += new System.EventHandler(this.useItemAtTrainingPlaceMenuItem_Click); + useItemAtTrainingPlaceMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + useItemAtTrainingPlaceMenuItem.Name = "useItemAtTrainingPlaceMenuItem"; + useItemAtTrainingPlaceMenuItem.Size = new System.Drawing.Size(237, 22); + useItemAtTrainingPlaceMenuItem.Text = "Use item at training place"; + useItemAtTrainingPlaceMenuItem.Click += useItemAtTrainingPlaceMenuItem_Click; // // autoUseAccordingToPurposeToolStripMenuItem // - this.autoUseAccordingToPurposeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.autoUseAccordingToPurposeToolStripMenuItem.Name = "autoUseAccordingToPurposeToolStripMenuItem"; - this.autoUseAccordingToPurposeToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.autoUseAccordingToPurposeToolStripMenuItem.Text = "Auto use according to purpose"; - this.autoUseAccordingToPurposeToolStripMenuItem.Click += new System.EventHandler(this.autoUseAccordingToPurposeToolStripMenuItem_Click); + autoUseAccordingToPurposeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + autoUseAccordingToPurposeToolStripMenuItem.Name = "autoUseAccordingToPurposeToolStripMenuItem"; + autoUseAccordingToPurposeToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + autoUseAccordingToPurposeToolStripMenuItem.Text = "Auto use according to purpose"; + autoUseAccordingToPurposeToolStripMenuItem.Click += autoUseAccordingToPurposeToolStripMenuItem_Click; // // panel1 // - this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel1.BorderColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.checkAutoSort); - this.panel1.Controls.Add(this.btnSort); - this.panel1.Controls.Add(this.label2); - this.panel1.Controls.Add(this.lblFreeSlots); - this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel1.Location = new System.Drawing.Point(0, 431); - this.panel1.Name = "panel1"; - this.panel1.Padding = new System.Windows.Forms.Padding(3); - this.panel1.Radius = 0; - this.panel1.ShadowDepth = 4F; - this.panel1.Size = new System.Drawing.Size(792, 27); - this.panel1.TabIndex = 6; + panel1.BackColor = System.Drawing.Color.Transparent; + panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel1.BorderColor = System.Drawing.Color.Transparent; + panel1.Controls.Add(checkAutoSort); + panel1.Controls.Add(btnSort); + panel1.Controls.Add(label2); + panel1.Controls.Add(lblFreeSlots); + panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + panel1.Location = new System.Drawing.Point(0, 431); + panel1.Name = "panel1"; + panel1.Padding = new System.Windows.Forms.Padding(3); + panel1.Radius = 0; + panel1.ShadowDepth = 4F; + panel1.Size = new System.Drawing.Size(792, 27); + panel1.TabIndex = 6; // // checkAutoSort // - this.checkAutoSort.AutoSize = true; - this.checkAutoSort.BackColor = System.Drawing.Color.Transparent; - this.checkAutoSort.Location = new System.Drawing.Point(636, 7); - this.checkAutoSort.Name = "checkAutoSort"; - this.checkAutoSort.ShadowDepth = 1; - this.checkAutoSort.Size = new System.Drawing.Size(72, 15); - this.checkAutoSort.TabIndex = 6; - this.checkAutoSort.Text = "Auto sort"; - this.checkAutoSort.UseVisualStyleBackColor = false; - this.checkAutoSort.CheckedChanged += new System.EventHandler(this.checkAutoSort_CheckedChanged); + checkAutoSort.AutoSize = true; + checkAutoSort.BackColor = System.Drawing.Color.Transparent; + checkAutoSort.Location = new System.Drawing.Point(636, 7); + checkAutoSort.Name = "checkAutoSort"; + checkAutoSort.ShadowDepth = 1; + checkAutoSort.Size = new System.Drawing.Size(72, 15); + checkAutoSort.TabIndex = 6; + checkAutoSort.Text = "Auto sort"; + checkAutoSort.UseVisualStyleBackColor = false; + checkAutoSort.CheckedChanged += checkAutoSort_CheckedChanged; // // btnSort // - this.btnSort.Color = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(155)))), ((int)(((byte)(90))))); - this.btnSort.ForeColor = System.Drawing.Color.White; - this.btnSort.Location = new System.Drawing.Point(714, 2); - this.btnSort.Name = "btnSort"; - this.btnSort.Radius = 6; - this.btnSort.ShadowDepth = 4F; - this.btnSort.Size = new System.Drawing.Size(75, 23); - this.btnSort.TabIndex = 5; - this.btnSort.Text = "Sort"; - this.btnSort.UseVisualStyleBackColor = false; - this.btnSort.Click += new System.EventHandler(this.btnSort_Click); + btnSort.Color = System.Drawing.Color.FromArgb(56, 155, 90); + btnSort.ForeColor = System.Drawing.Color.White; + btnSort.Location = new System.Drawing.Point(714, 2); + btnSort.Name = "btnSort"; + btnSort.Radius = 6; + btnSort.ShadowDepth = 4F; + btnSort.Size = new System.Drawing.Size(75, 23); + btnSort.TabIndex = 5; + btnSort.Text = "Sort"; + btnSort.UseVisualStyleBackColor = false; + btnSort.Click += btnSort_Click; // // buttonInventory // - this.buttonInventory.Color = System.Drawing.Color.Transparent; - this.buttonInventory.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonInventory.Location = new System.Drawing.Point(9, 8); - this.buttonInventory.Name = "buttonInventory"; - this.buttonInventory.Radius = 6; - this.buttonInventory.ShadowDepth = 4F; - this.buttonInventory.Size = new System.Drawing.Size(62, 22); - this.buttonInventory.TabIndex = 0; - this.buttonInventory.Text = "Inventory"; - this.buttonInventory.UseVisualStyleBackColor = true; - this.buttonInventory.Click += new System.EventHandler(this.ButtonSwitcher); + buttonInventory.Color = System.Drawing.Color.Transparent; + buttonInventory.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonInventory.Location = new System.Drawing.Point(9, 8); + buttonInventory.Name = "buttonInventory"; + buttonInventory.Radius = 6; + buttonInventory.ShadowDepth = 4F; + buttonInventory.Size = new System.Drawing.Size(62, 22); + buttonInventory.TabIndex = 0; + buttonInventory.Text = "Inventory"; + buttonInventory.UseVisualStyleBackColor = true; + buttonInventory.Click += ButtonSwitcher; // // buttonEquipment // - this.buttonEquipment.Color = System.Drawing.Color.Transparent; - this.buttonEquipment.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonEquipment.Location = new System.Drawing.Point(77, 8); - this.buttonEquipment.Name = "buttonEquipment"; - this.buttonEquipment.Radius = 6; - this.buttonEquipment.ShadowDepth = 4F; - this.buttonEquipment.Size = new System.Drawing.Size(69, 22); - this.buttonEquipment.TabIndex = 1; - this.buttonEquipment.Text = "Equipment"; - this.buttonEquipment.UseVisualStyleBackColor = true; - this.buttonEquipment.Click += new System.EventHandler(this.ButtonSwitcher); + buttonEquipment.Color = System.Drawing.Color.Transparent; + buttonEquipment.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonEquipment.Location = new System.Drawing.Point(77, 8); + buttonEquipment.Name = "buttonEquipment"; + buttonEquipment.Radius = 6; + buttonEquipment.ShadowDepth = 4F; + buttonEquipment.Size = new System.Drawing.Size(69, 22); + buttonEquipment.TabIndex = 1; + buttonEquipment.Text = "Equipment"; + buttonEquipment.UseVisualStyleBackColor = true; + buttonEquipment.Click += ButtonSwitcher; // // buttonAvatars // - this.buttonAvatars.Color = System.Drawing.Color.Transparent; - this.buttonAvatars.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonAvatars.Location = new System.Drawing.Point(245, 8); - this.buttonAvatars.Name = "buttonAvatars"; - this.buttonAvatars.Radius = 6; - this.buttonAvatars.ShadowDepth = 4F; - this.buttonAvatars.Size = new System.Drawing.Size(57, 22); - this.buttonAvatars.TabIndex = 2; - this.buttonAvatars.Text = "Avatars"; - this.buttonAvatars.UseVisualStyleBackColor = true; - this.buttonAvatars.Click += new System.EventHandler(this.ButtonSwitcher); + buttonAvatars.Color = System.Drawing.Color.Transparent; + buttonAvatars.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonAvatars.Location = new System.Drawing.Point(245, 8); + buttonAvatars.Name = "buttonAvatars"; + buttonAvatars.Radius = 6; + buttonAvatars.ShadowDepth = 4F; + buttonAvatars.Size = new System.Drawing.Size(57, 22); + buttonAvatars.TabIndex = 2; + buttonAvatars.Text = "Avatars"; + buttonAvatars.UseVisualStyleBackColor = true; + buttonAvatars.Click += ButtonSwitcher; // // buttonGrabpet // - this.buttonGrabpet.Color = System.Drawing.Color.Transparent; - this.buttonGrabpet.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonGrabpet.Location = new System.Drawing.Point(308, 8); - this.buttonGrabpet.Name = "buttonGrabpet"; - this.buttonGrabpet.Radius = 6; - this.buttonGrabpet.ShadowDepth = 4F; - this.buttonGrabpet.Size = new System.Drawing.Size(59, 22); - this.buttonGrabpet.TabIndex = 3; - this.buttonGrabpet.Text = "Grab Pet"; - this.buttonGrabpet.UseVisualStyleBackColor = true; - this.buttonGrabpet.Click += new System.EventHandler(this.ButtonSwitcher); + buttonGrabpet.Color = System.Drawing.Color.Transparent; + buttonGrabpet.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonGrabpet.Location = new System.Drawing.Point(308, 8); + buttonGrabpet.Name = "buttonGrabpet"; + buttonGrabpet.Radius = 6; + buttonGrabpet.ShadowDepth = 4F; + buttonGrabpet.Size = new System.Drawing.Size(59, 22); + buttonGrabpet.TabIndex = 3; + buttonGrabpet.Text = "Grab Pet"; + buttonGrabpet.UseVisualStyleBackColor = true; + buttonGrabpet.Click += ButtonSwitcher; // // topPanel // - this.topPanel.BackColor = System.Drawing.Color.Transparent; - this.topPanel.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); - this.topPanel.BorderColor = System.Drawing.Color.Transparent; - this.topPanel.Controls.Add(this.buttonSpecialty); - this.topPanel.Controls.Add(this.buttonGuildStorage); - this.topPanel.Controls.Add(this.buttonGrabpet); - this.topPanel.Controls.Add(this.buttonInventory); - this.topPanel.Controls.Add(this.buttonFellowPet); - this.topPanel.Controls.Add(this.buttonJobTransport); - this.topPanel.Controls.Add(this.buttonStorage); - this.topPanel.Controls.Add(this.buttonJobEquipment); - this.topPanel.Controls.Add(this.buttonEquipment); - this.topPanel.Controls.Add(this.buttonAvatars); - this.topPanel.Dock = System.Windows.Forms.DockStyle.Top; - this.topPanel.Location = new System.Drawing.Point(0, 0); - this.topPanel.Name = "topPanel"; - this.topPanel.Padding = new System.Windows.Forms.Padding(8); - this.topPanel.Radius = 0; - this.topPanel.ShadowDepth = 4F; - this.topPanel.Size = new System.Drawing.Size(792, 38); - this.topPanel.TabIndex = 8; + topPanel.BackColor = System.Drawing.Color.Transparent; + topPanel.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); + topPanel.BorderColor = System.Drawing.Color.Transparent; + topPanel.Controls.Add(buttonSpecialty); + topPanel.Controls.Add(buttonGuildStorage); + topPanel.Controls.Add(buttonGrabpet); + topPanel.Controls.Add(buttonInventory); + topPanel.Controls.Add(buttonFellowPet); + topPanel.Controls.Add(buttonJobTransport); + topPanel.Controls.Add(buttonStorage); + topPanel.Controls.Add(buttonJobEquipment); + topPanel.Controls.Add(buttonEquipment); + topPanel.Controls.Add(buttonAvatars); + topPanel.Dock = System.Windows.Forms.DockStyle.Top; + topPanel.Location = new System.Drawing.Point(0, 0); + topPanel.Name = "topPanel"; + topPanel.Padding = new System.Windows.Forms.Padding(8); + topPanel.Radius = 0; + topPanel.ShadowDepth = 4F; + topPanel.Size = new System.Drawing.Size(792, 38); + topPanel.TabIndex = 8; // // buttonSpecialty // - this.buttonSpecialty.Color = System.Drawing.Color.Transparent; - this.buttonSpecialty.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonSpecialty.Location = new System.Drawing.Point(553, 8); - this.buttonSpecialty.Name = "buttonSpecialty"; - this.buttonSpecialty.Radius = 6; - this.buttonSpecialty.ShadowDepth = 4F; - this.buttonSpecialty.Size = new System.Drawing.Size(66, 22); - this.buttonSpecialty.TabIndex = 7; - this.buttonSpecialty.Text = "Specialty"; - this.buttonSpecialty.UseVisualStyleBackColor = true; - this.buttonSpecialty.Click += new System.EventHandler(this.ButtonSwitcher); + buttonSpecialty.Color = System.Drawing.Color.Transparent; + buttonSpecialty.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonSpecialty.Location = new System.Drawing.Point(553, 8); + buttonSpecialty.Name = "buttonSpecialty"; + buttonSpecialty.Radius = 6; + buttonSpecialty.ShadowDepth = 4F; + buttonSpecialty.Size = new System.Drawing.Size(66, 22); + buttonSpecialty.TabIndex = 7; + buttonSpecialty.Text = "Specialty"; + buttonSpecialty.UseVisualStyleBackColor = true; + buttonSpecialty.Click += ButtonSwitcher; // // buttonGuildStorage // - this.buttonGuildStorage.Color = System.Drawing.Color.Transparent; - this.buttonGuildStorage.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonGuildStorage.Location = new System.Drawing.Point(684, 8); - this.buttonGuildStorage.Name = "buttonGuildStorage"; - this.buttonGuildStorage.Radius = 6; - this.buttonGuildStorage.ShadowDepth = 4F; - this.buttonGuildStorage.Size = new System.Drawing.Size(81, 22); - this.buttonGuildStorage.TabIndex = 5; - this.buttonGuildStorage.Text = "Guild Storage"; - this.buttonGuildStorage.UseVisualStyleBackColor = true; - this.buttonGuildStorage.Click += new System.EventHandler(this.ButtonSwitcher); + buttonGuildStorage.Color = System.Drawing.Color.Transparent; + buttonGuildStorage.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonGuildStorage.Location = new System.Drawing.Point(684, 8); + buttonGuildStorage.Name = "buttonGuildStorage"; + buttonGuildStorage.Radius = 6; + buttonGuildStorage.ShadowDepth = 4F; + buttonGuildStorage.Size = new System.Drawing.Size(81, 22); + buttonGuildStorage.TabIndex = 5; + buttonGuildStorage.Text = "Guild Storage"; + buttonGuildStorage.UseVisualStyleBackColor = true; + buttonGuildStorage.Click += ButtonSwitcher; // // buttonFellowPet // - this.buttonFellowPet.Color = System.Drawing.Color.Transparent; - this.buttonFellowPet.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonFellowPet.Location = new System.Drawing.Point(373, 8); - this.buttonFellowPet.Name = "buttonFellowPet"; - this.buttonFellowPet.Radius = 6; - this.buttonFellowPet.ShadowDepth = 4F; - this.buttonFellowPet.Size = new System.Drawing.Size(84, 22); - this.buttonFellowPet.TabIndex = 9; - this.buttonFellowPet.Text = "Fellow Pet"; - this.buttonFellowPet.UseVisualStyleBackColor = true; - this.buttonFellowPet.Click += new System.EventHandler(this.ButtonSwitcher); + buttonFellowPet.Color = System.Drawing.Color.Transparent; + buttonFellowPet.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonFellowPet.Location = new System.Drawing.Point(373, 8); + buttonFellowPet.Name = "buttonFellowPet"; + buttonFellowPet.Radius = 6; + buttonFellowPet.ShadowDepth = 4F; + buttonFellowPet.Size = new System.Drawing.Size(84, 22); + buttonFellowPet.TabIndex = 9; + buttonFellowPet.Text = "Fellow Pet"; + buttonFellowPet.UseVisualStyleBackColor = true; + buttonFellowPet.Click += ButtonSwitcher; // // buttonJobTransport // - this.buttonJobTransport.Color = System.Drawing.Color.Transparent; - this.buttonJobTransport.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonJobTransport.Location = new System.Drawing.Point(463, 8); - this.buttonJobTransport.Name = "buttonJobTransport"; - this.buttonJobTransport.Radius = 6; - this.buttonJobTransport.ShadowDepth = 4F; - this.buttonJobTransport.Size = new System.Drawing.Size(84, 22); - this.buttonJobTransport.TabIndex = 6; - this.buttonJobTransport.Text = "Job Transport"; - this.buttonJobTransport.UseVisualStyleBackColor = true; - this.buttonJobTransport.Click += new System.EventHandler(this.ButtonSwitcher); + buttonJobTransport.Color = System.Drawing.Color.Transparent; + buttonJobTransport.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonJobTransport.Location = new System.Drawing.Point(463, 8); + buttonJobTransport.Name = "buttonJobTransport"; + buttonJobTransport.Radius = 6; + buttonJobTransport.ShadowDepth = 4F; + buttonJobTransport.Size = new System.Drawing.Size(84, 22); + buttonJobTransport.TabIndex = 6; + buttonJobTransport.Text = "Job Transport"; + buttonJobTransport.UseVisualStyleBackColor = true; + buttonJobTransport.Click += ButtonSwitcher; // // buttonStorage // - this.buttonStorage.Color = System.Drawing.Color.Transparent; - this.buttonStorage.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonStorage.Location = new System.Drawing.Point(625, 8); - this.buttonStorage.Name = "buttonStorage"; - this.buttonStorage.Radius = 6; - this.buttonStorage.ShadowDepth = 4F; - this.buttonStorage.Size = new System.Drawing.Size(53, 22); - this.buttonStorage.TabIndex = 4; - this.buttonStorage.Text = "Storage"; - this.buttonStorage.UseVisualStyleBackColor = true; - this.buttonStorage.Click += new System.EventHandler(this.ButtonSwitcher); + buttonStorage.Color = System.Drawing.Color.Transparent; + buttonStorage.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonStorage.Location = new System.Drawing.Point(625, 8); + buttonStorage.Name = "buttonStorage"; + buttonStorage.Radius = 6; + buttonStorage.ShadowDepth = 4F; + buttonStorage.Size = new System.Drawing.Size(53, 22); + buttonStorage.TabIndex = 4; + buttonStorage.Text = "Storage"; + buttonStorage.UseVisualStyleBackColor = true; + buttonStorage.Click += ButtonSwitcher; // // buttonJobEquipment // - this.buttonJobEquipment.Color = System.Drawing.Color.Transparent; - this.buttonJobEquipment.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonJobEquipment.Location = new System.Drawing.Point(152, 8); - this.buttonJobEquipment.Name = "buttonJobEquipment"; - this.buttonJobEquipment.Radius = 6; - this.buttonJobEquipment.ShadowDepth = 4F; - this.buttonJobEquipment.Size = new System.Drawing.Size(87, 22); - this.buttonJobEquipment.TabIndex = 8; - this.buttonJobEquipment.Text = "Job Equipment"; - this.buttonJobEquipment.UseVisualStyleBackColor = true; - this.buttonJobEquipment.Click += new System.EventHandler(this.ButtonSwitcher); + buttonJobEquipment.Color = System.Drawing.Color.Transparent; + buttonJobEquipment.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonJobEquipment.Location = new System.Drawing.Point(152, 8); + buttonJobEquipment.Name = "buttonJobEquipment"; + buttonJobEquipment.Radius = 6; + buttonJobEquipment.ShadowDepth = 4F; + buttonJobEquipment.Size = new System.Drawing.Size(87, 22); + buttonJobEquipment.TabIndex = 8; + buttonJobEquipment.Text = "Job Equipment"; + buttonJobEquipment.UseVisualStyleBackColor = true; + buttonJobEquipment.Click += ButtonSwitcher; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.listViewMain); - this.Controls.Add(this.topPanel); - this.Controls.Add(this.panel1); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.Name = "Main"; - this.Size = new System.Drawing.Size(792, 458); - this.VisibleChanged += new System.EventHandler(this.Main_VisibleChanged); - this.contextMenuStrip.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.topPanel.ResumeLayout(false); - this.ResumeLayout(false); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(listViewMain); + Controls.Add(topPanel); + Controls.Add(panel1); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(792, 458); + VisibleChanged += Main_VisibleChanged; + contextMenuStrip.ResumeLayout(false); + panel1.ResumeLayout(false); + panel1.PerformLayout(); + topPanel.ResumeLayout(false); + ResumeLayout(false); } #endregion diff --git a/Plugins/RSBot.Items/Views/Main.Designer.cs b/Plugins/RSBot.Items/Views/Main.Designer.cs index df5f7bef..b6653f28 100644 --- a/Plugins/RSBot.Items/Views/Main.Designer.cs +++ b/Plugins/RSBot.Items/Views/Main.Designer.cs @@ -328,7 +328,7 @@ private void InitializeComponent() // checkShowEquipment.AutoSize = true; checkShowEquipment.BackColor = Color.Transparent; - checkShowEquipment.Location = new Point(211, 21); + checkShowEquipment.Location = new Point(212, 21); checkShowEquipment.Name = "checkShowEquipment"; checkShowEquipment.ShadowDepth = 1; checkShowEquipment.Size = new Size(113, 15); @@ -526,9 +526,9 @@ private void InitializeComponent() tabSellFilter.Controls.Add(filterPanel); tabSellFilter.Controls.Add(panel3); tabSellFilter.Controls.Add(pictureBox1); - tabSellFilter.Location = new Point(4, 25); + tabSellFilter.Location = new Point(4, 24); tabSellFilter.Name = "tabSellFilter"; - tabSellFilter.Size = new Size(746, 444); + tabSellFilter.Size = new Size(746, 445); tabSellFilter.TabIndex = 1; tabSellFilter.Text = "Item filter"; // @@ -543,7 +543,7 @@ private void InitializeComponent() listFilter.FullRowSelect = true; listFilter.Location = new Point(265, 0); listFilter.Name = "listFilter"; - listFilter.Size = new Size(481, 408); + listFilter.Size = new Size(481, 409); listFilter.SmallImageList = searchImageList; listFilter.TabIndex = 5; listFilter.UseCompatibleStateImageBehavior = false; @@ -678,7 +678,7 @@ private void InitializeComponent() filterPanel.Padding = new Padding(12); filterPanel.Radius = 0; filterPanel.ShadowDepth = 4F; - filterPanel.Size = new Size(265, 408); + filterPanel.Size = new Size(265, 409); filterPanel.TabIndex = 20; // // groupOthers @@ -1331,7 +1331,7 @@ private void InitializeComponent() panel3.Controls.Add(btnReload); panel3.Controls.Add(txtSellSearch); panel3.Dock = DockStyle.Bottom; - panel3.Location = new Point(0, 408); + panel3.Location = new Point(0, 409); panel3.Margin = new Padding(0); panel3.Name = "panel3"; panel3.Radius = 0; @@ -1434,10 +1434,10 @@ private void InitializeComponent() tabPage1.BackColor = Color.White; tabPage1.Controls.Add(groupBoxOptions); tabPage1.Controls.Add(groupBoxGeneral); - tabPage1.Location = new Point(4, 24); + tabPage1.Location = new Point(4, 25); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); - tabPage1.Size = new Size(746, 445); + tabPage1.Size = new Size(746, 444); tabPage1.TabIndex = 2; tabPage1.Text = "Pickup settings"; // diff --git a/Plugins/RSBot.Log/Views/Main.Designer.cs b/Plugins/RSBot.Log/Views/Main.Designer.cs index aa2c96b7..b2207c14 100644 --- a/Plugins/RSBot.Log/Views/Main.Designer.cs +++ b/Plugins/RSBot.Log/Views/Main.Designer.cs @@ -28,118 +28,141 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.checkEnabled = new SDUI.Controls.CheckBox(); - this.btnReset = new SDUI.Controls.Button(); - this.panel1 = new SDUI.Controls.Panel(); - this.checkNormal = new SDUI.Controls.CheckBox(); - this.checkError = new SDUI.Controls.CheckBox(); - this.checkWarning = new SDUI.Controls.CheckBox(); - this.checkDebug = new SDUI.Controls.CheckBox(); - this.txtLog = new System.Windows.Forms.RichTextBox(); - this.panel1.SuspendLayout(); - this.SuspendLayout(); + checkEnabled = new SDUI.Controls.CheckBox(); + btnReset = new SDUI.Controls.Button(); + panel1 = new SDUI.Controls.Panel(); + checkNormal = new SDUI.Controls.CheckBox(); + checkError = new SDUI.Controls.CheckBox(); + checkWarning = new SDUI.Controls.CheckBox(); + checkDebug = new SDUI.Controls.CheckBox(); + txtLog = new System.Windows.Forms.RichTextBox(); + panel1.SuspendLayout(); + SuspendLayout(); // // checkEnabled // - this.checkEnabled.BackColor = System.Drawing.Color.Transparent; - this.checkEnabled.Checked = false; - this.checkEnabled.Location = new System.Drawing.Point(14, 17); - this.checkEnabled.Name = "checkEnabled"; - this.checkEnabled.Size = new System.Drawing.Size(65, 17); - this.checkEnabled.TabIndex = 1; - this.checkEnabled.Text = "Enabled"; - this.checkEnabled.CheckedChanged += new System.EventHandler(this.checkEnabled_CheckedChanged); + checkEnabled.AutoSize = true; + checkEnabled.BackColor = System.Drawing.Color.Transparent; + checkEnabled.Location = new System.Drawing.Point(14, 17); + checkEnabled.Name = "checkEnabled"; + checkEnabled.ShadowDepth = 1; + checkEnabled.Size = new System.Drawing.Size(65, 15); + checkEnabled.TabIndex = 1; + checkEnabled.Text = "Enabled"; + checkEnabled.UseVisualStyleBackColor = false; + checkEnabled.CheckedChanged += checkEnabled_CheckedChanged; // // btnReset // - this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnReset.Color = System.Drawing.Color.Transparent; - this.btnReset.Location = new System.Drawing.Point(624, 13); - this.btnReset.Name = "btnReset"; - this.btnReset.Size = new System.Drawing.Size(75, 23); - this.btnReset.TabIndex = 0; - this.btnReset.Text = "Clear"; - this.btnReset.UseVisualStyleBackColor = true; - this.btnReset.Click += new System.EventHandler(this.btnReset_Click); + btnReset.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + btnReset.Color = System.Drawing.Color.Transparent; + btnReset.Location = new System.Drawing.Point(624, 13); + btnReset.Name = "btnReset"; + btnReset.Radius = 6; + btnReset.ShadowDepth = 4F; + btnReset.Size = new System.Drawing.Size(75, 23); + btnReset.TabIndex = 0; + btnReset.Text = "Clear"; + btnReset.UseVisualStyleBackColor = true; + btnReset.Click += btnReset_Click; // // panel1 // - this.panel1.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); - this.panel1.Controls.Add(this.checkNormal); - this.panel1.Controls.Add(this.checkError); - this.panel1.Controls.Add(this.checkWarning); - this.panel1.Controls.Add(this.checkDebug); - this.panel1.Controls.Add(this.btnReset); - this.panel1.Controls.Add(this.checkEnabled); - this.panel1.Dock = System.Windows.Forms.DockStyle.Top; - this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Name = "panel1"; - this.panel1.Radius = 0; - this.panel1.Size = new System.Drawing.Size(719, 52); - this.panel1.TabIndex = 2; + panel1.BackColor = System.Drawing.Color.Transparent; + panel1.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); + panel1.BorderColor = System.Drawing.Color.Transparent; + panel1.Controls.Add(checkNormal); + panel1.Controls.Add(checkError); + panel1.Controls.Add(checkWarning); + panel1.Controls.Add(checkDebug); + panel1.Controls.Add(btnReset); + panel1.Controls.Add(checkEnabled); + panel1.Dock = System.Windows.Forms.DockStyle.Top; + panel1.Location = new System.Drawing.Point(0, 0); + panel1.Name = "panel1"; + panel1.Radius = 0; + panel1.ShadowDepth = 4F; + panel1.Size = new System.Drawing.Size(719, 52); + panel1.TabIndex = 2; // // checkNormal // - this.checkNormal.BackColor = System.Drawing.Color.Transparent; - this.checkNormal.Checked = true; - this.checkNormal.Location = new System.Drawing.Point(100, 17); - this.checkNormal.Name = "checkNormal"; - this.checkNormal.Size = new System.Drawing.Size(59, 17); - this.checkNormal.TabIndex = 6; - this.checkNormal.Text = "Normal"; + checkNormal.AutoSize = true; + checkNormal.BackColor = System.Drawing.Color.Transparent; + checkNormal.Checked = true; + checkNormal.CheckState = System.Windows.Forms.CheckState.Checked; + checkNormal.Location = new System.Drawing.Point(100, 17); + checkNormal.Name = "checkNormal"; + checkNormal.ShadowDepth = 1; + checkNormal.Size = new System.Drawing.Size(63, 15); + checkNormal.TabIndex = 6; + checkNormal.Text = "Normal"; + checkNormal.UseVisualStyleBackColor = false; // // checkError // - this.checkError.BackColor = System.Drawing.Color.Transparent; - this.checkError.Checked = true; - this.checkError.Location = new System.Drawing.Point(332, 17); - this.checkError.Name = "checkError"; - this.checkError.Size = new System.Drawing.Size(48, 17); - this.checkError.TabIndex = 3; - this.checkError.Text = "Error"; + checkError.AutoSize = true; + checkError.BackColor = System.Drawing.Color.Transparent; + checkError.Checked = true; + checkError.CheckState = System.Windows.Forms.CheckState.Checked; + checkError.Location = new System.Drawing.Point(332, 17); + checkError.Name = "checkError"; + checkError.ShadowDepth = 1; + checkError.Size = new System.Drawing.Size(48, 15); + checkError.TabIndex = 3; + checkError.Text = "Error"; + checkError.UseVisualStyleBackColor = false; // // checkWarning // - this.checkWarning.BackColor = System.Drawing.Color.Transparent; - this.checkWarning.Checked = true; - this.checkWarning.Location = new System.Drawing.Point(249, 17); - this.checkWarning.Name = "checkWarning"; - this.checkWarning.Size = new System.Drawing.Size(66, 17); - this.checkWarning.TabIndex = 4; - this.checkWarning.Text = "Warning"; + checkWarning.AutoSize = true; + checkWarning.BackColor = System.Drawing.Color.Transparent; + checkWarning.Checked = true; + checkWarning.CheckState = System.Windows.Forms.CheckState.Checked; + checkWarning.Location = new System.Drawing.Point(249, 17); + checkWarning.Name = "checkWarning"; + checkWarning.ShadowDepth = 1; + checkWarning.Size = new System.Drawing.Size(68, 15); + checkWarning.TabIndex = 4; + checkWarning.Text = "Warning"; + checkWarning.UseVisualStyleBackColor = false; // // checkDebug // - this.checkDebug.BackColor = System.Drawing.Color.Transparent; - this.checkDebug.Checked = true; - this.checkDebug.Location = new System.Drawing.Point(175, 17); - this.checkDebug.Name = "checkDebug"; - this.checkDebug.Size = new System.Drawing.Size(58, 17); - this.checkDebug.TabIndex = 5; - this.checkDebug.Text = "Debug"; + checkDebug.AutoSize = true; + checkDebug.BackColor = System.Drawing.Color.Transparent; + checkDebug.Checked = true; + checkDebug.CheckState = System.Windows.Forms.CheckState.Checked; + checkDebug.Location = new System.Drawing.Point(175, 17); + checkDebug.Name = "checkDebug"; + checkDebug.ShadowDepth = 1; + checkDebug.Size = new System.Drawing.Size(58, 15); + checkDebug.TabIndex = 5; + checkDebug.Text = "Debug"; + checkDebug.UseVisualStyleBackColor = false; // // txtLog // - this.txtLog.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtLog.Location = new System.Drawing.Point(0, 52); - this.txtLog.Name = "txtLog"; - this.txtLog.Size = new System.Drawing.Size(719, 407); - this.txtLog.TabIndex = 3; - this.txtLog.Text = ""; + txtLog.BorderStyle = System.Windows.Forms.BorderStyle.None; + txtLog.Dock = System.Windows.Forms.DockStyle.Fill; + txtLog.Location = new System.Drawing.Point(0, 52); + txtLog.Name = "txtLog"; + txtLog.Size = new System.Drawing.Size(719, 407); + txtLog.TabIndex = 3; + txtLog.Text = ""; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.txtLog); - this.Controls.Add(this.panel1); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Name = "Main"; - this.Size = new System.Drawing.Size(719, 459); - this.panel1.ResumeLayout(false); - this.ResumeLayout(false); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(txtLog); + Controls.Add(panel1); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(719, 459); + panel1.ResumeLayout(false); + panel1.PerformLayout(); + ResumeLayout(false); } #endregion diff --git a/Plugins/RSBot.Log/Views/Main.cs b/Plugins/RSBot.Log/Views/Main.cs index 166d7b90..19c62233 100644 --- a/Plugins/RSBot.Log/Views/Main.cs +++ b/Plugins/RSBot.Log/Views/Main.cs @@ -27,7 +27,7 @@ public Main() EventManager.SubscribeEvent("OnAddLog", new Action(AppendLog)); - if(!_debug) + if (!_debug) { checkDebug.Checked = false; checkError.Visible = false; @@ -41,20 +41,20 @@ public Main() /// Appends the log. /// /// The message. - public void AppendLog(string message, LogLevel level = LogLevel.Notify) + public void AppendLog(string message, LogLevel level = LogLevel.Notify) { - if (!checkEnabled.Checked) + if (!checkEnabled.Checked) return; var logFile = Path.Combine(Kernel.BasePath, "User", "Logs", Game.Player == null ? "Environment" : Game.Player.Name, $"{DateTime.Now:dd-MM-yyyy}.txt"); - if (level == LogLevel.Debug && !checkDebug.Checked) + if (level == LogLevel.Debug && !checkDebug.Checked) return; - if (level == LogLevel.Error && !checkError.Checked) + if (level == LogLevel.Error && !checkError.Checked) return; - if (level == LogLevel.Notify && !checkNormal.Checked) + if (level == LogLevel.Notify && !checkNormal.Checked) return; if (level == LogLevel.Warning && !checkWarning.Checked) diff --git a/Plugins/RSBot.Log/Views/Main.resx b/Plugins/RSBot.Log/Views/Main.resx index 1af7de15..f298a7be 100644 --- a/Plugins/RSBot.Log/Views/Main.resx +++ b/Plugins/RSBot.Log/Views/Main.resx @@ -1,64 +1,4 @@ - - - + diff --git a/Plugins/RSBot.Map/Views/Main.Designer.cs b/Plugins/RSBot.Map/Views/Main.Designer.cs index 085eef4f..28aac2a8 100644 --- a/Plugins/RSBot.Map/Views/Main.Designer.cs +++ b/Plugins/RSBot.Map/Views/Main.Designer.cs @@ -30,245 +30,231 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.label1 = new SDUI.Controls.Label(); - this.label2 = new SDUI.Controls.Label(); - this.lblX = new SDUI.Controls.Label(); - this.lblY = new SDUI.Controls.Label(); - this.lblRegion = new SDUI.Controls.Label(); - this.mapCanvas = new System.Windows.Forms.Panel(); - this.label4 = new SDUI.Controls.Label(); - this.comboViewType = new SDUI.Controls.ComboBox(); - this.trmInterval = new System.Windows.Forms.Timer(this.components); - this.labelSectorInfo = new SDUI.Controls.Label(); - this.lvMonster = new SDUI.Controls.ListView(); - this.colName = new System.Windows.Forms.ColumnHeader(); - this.colType = new System.Windows.Forms.ColumnHeader(); - this.colLevel = new System.Windows.Forms.ColumnHeader(); - this.colPosition = new System.Windows.Forms.ColumnHeader(); - this.checkBoxAutoSelectUniques = new SDUI.Controls.CheckBox(); - this.label3 = new SDUI.Controls.Label(); - this.timerUniqueChecker = new System.Windows.Forms.Timer(this.components); - this.checkEnableCollisions = new SDUI.Controls.CheckBox(); - this.SuspendLayout(); + components = new System.ComponentModel.Container(); + label1 = new SDUI.Controls.Label(); + label2 = new SDUI.Controls.Label(); + lblX = new SDUI.Controls.Label(); + lblY = new SDUI.Controls.Label(); + lblRegion = new SDUI.Controls.Label(); + mapCanvas = new System.Windows.Forms.Panel(); + label4 = new SDUI.Controls.Label(); + comboViewType = new SDUI.Controls.ComboBox(); + trmInterval = new System.Windows.Forms.Timer(components); + labelSectorInfo = new SDUI.Controls.Label(); + lvMonster = new SDUI.Controls.ListView(); + colName = new System.Windows.Forms.ColumnHeader(); + colType = new System.Windows.Forms.ColumnHeader(); + colLevel = new System.Windows.Forms.ColumnHeader(); + colPosition = new System.Windows.Forms.ColumnHeader(); + checkBoxAutoSelectUniques = new SDUI.Controls.CheckBox(); + label3 = new SDUI.Controls.Label(); + timerUniqueChecker = new System.Windows.Forms.Timer(components); + checkEnableCollisions = new SDUI.Controls.CheckBox(); + SuspendLayout(); // // label1 // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(32, 339); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(17, 13); - this.label1.TabIndex = 1; - this.label1.Text = "X:"; + label1.AutoSize = true; + label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(18, 339); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(17, 13); + label1.TabIndex = 1; + label1.Text = "X:"; // // label2 // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(134, 339); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(17, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Y:"; + label2.AutoSize = true; + label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(120, 339); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(17, 13); + label2.TabIndex = 2; + label2.Text = "Y:"; // // lblX // - this.lblX.AutoSize = true; - this.lblX.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.lblX.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblX.Location = new System.Drawing.Point(55, 339); - this.lblX.Name = "lblX"; - this.lblX.Size = new System.Drawing.Size(13, 13); - this.lblX.TabIndex = 4; - this.lblX.Text = "0"; + lblX.AutoSize = true; + lblX.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lblX.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblX.Location = new System.Drawing.Point(41, 339); + lblX.Name = "lblX"; + lblX.Size = new System.Drawing.Size(13, 13); + lblX.TabIndex = 4; + lblX.Text = "0"; // // lblY // - this.lblY.AutoSize = true; - this.lblY.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.lblY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblY.Location = new System.Drawing.Point(157, 339); - this.lblY.Name = "lblY"; - this.lblY.Size = new System.Drawing.Size(13, 13); - this.lblY.TabIndex = 5; - this.lblY.Text = "0"; + lblY.AutoSize = true; + lblY.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lblY.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblY.Location = new System.Drawing.Point(143, 339); + lblY.Name = "lblY"; + lblY.Size = new System.Drawing.Size(13, 13); + lblY.TabIndex = 5; + lblY.Text = "0"; // // lblRegion // - this.lblRegion.AutoSize = true; - this.lblRegion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.lblRegion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblRegion.Location = new System.Drawing.Point(33, 61); - this.lblRegion.Name = "lblRegion"; - this.lblRegion.Size = new System.Drawing.Size(72, 13); - this.lblRegion.TabIndex = 7; - this.lblRegion.Text = "Not in game"; + lblRegion.AutoSize = true; + lblRegion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + lblRegion.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblRegion.Location = new System.Drawing.Point(18, 26); + lblRegion.Name = "lblRegion"; + lblRegion.Size = new System.Drawing.Size(72, 13); + lblRegion.TabIndex = 7; + lblRegion.Text = "Not in game"; // // mapCanvas // - this.mapCanvas.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.mapCanvas.Location = new System.Drawing.Point(35, 80); - this.mapCanvas.Name = "mapCanvas"; - this.mapCanvas.Size = new System.Drawing.Size(256, 256); - this.mapCanvas.TabIndex = 0; - this.mapCanvas.TabStop = false; - this.mapCanvas.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mapCanvas_MouseClick); + mapCanvas.BackColor = System.Drawing.Color.FromArgb(64, 64, 64); + mapCanvas.Location = new System.Drawing.Point(18, 46); + mapCanvas.Name = "mapCanvas"; + mapCanvas.Size = new System.Drawing.Size(300, 290); + mapCanvas.TabIndex = 0; + mapCanvas.MouseClick += mapCanvas_MouseClick; // // label4 // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label4.Location = new System.Drawing.Point(347, 20); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(39, 13); - this.label4.TabIndex = 9; - this.label4.Text = "Show:"; + label4.AutoSize = true; + label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label4.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label4.Location = new System.Drawing.Point(347, 20); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(39, 13); + label4.TabIndex = 9; + label4.Text = "Show:"; // // comboViewType // - this.comboViewType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboViewType.DropDownHeight = 100; - this.comboViewType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboViewType.IntegralHeight = false; - this.comboViewType.ItemHeight = 17; - this.comboViewType.Items.AddRange(new object[] { - "Monsters", - "Players", - "Party", - "NPCs", - "COS", - "Portals", - "All"}); - this.comboViewType.Location = new System.Drawing.Point(392, 17); - this.comboViewType.Name = "comboViewType"; - this.comboViewType.Radius = 5; - this.comboViewType.ShadowDepth = 4F; - this.comboViewType.Size = new System.Drawing.Size(180, 23); - this.comboViewType.TabIndex = 10; + comboViewType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboViewType.DropDownHeight = 100; + comboViewType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboViewType.IntegralHeight = false; + comboViewType.ItemHeight = 17; + comboViewType.Items.AddRange(new object[] { "Monsters", "Players", "Party", "NPCs", "COS", "Portals", "All" }); + comboViewType.Location = new System.Drawing.Point(392, 17); + comboViewType.Name = "comboViewType"; + comboViewType.Radius = 5; + comboViewType.ShadowDepth = 4F; + comboViewType.Size = new System.Drawing.Size(180, 23); + comboViewType.TabIndex = 10; // // trmInterval // - this.trmInterval.Enabled = true; - this.trmInterval.Interval = 50; - this.trmInterval.Tick += new System.EventHandler(this.trmInterval_Tick); + trmInterval.Enabled = true; + trmInterval.Interval = 50; + trmInterval.Tick += trmInterval_Tick; // // labelSectorInfo // - this.labelSectorInfo.AutoSize = true; - this.labelSectorInfo.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.labelSectorInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.labelSectorInfo.Location = new System.Drawing.Point(240, 60); - this.labelSectorInfo.Name = "labelSectorInfo"; - this.labelSectorInfo.Size = new System.Drawing.Size(48, 13); - this.labelSectorInfo.TabIndex = 14; - this.labelSectorInfo.Text = "000x000"; + labelSectorInfo.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + labelSectorInfo.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + labelSectorInfo.Location = new System.Drawing.Point(189, 22); + labelSectorInfo.Name = "labelSectorInfo"; + labelSectorInfo.Size = new System.Drawing.Size(128, 17); + labelSectorInfo.TabIndex = 14; + labelSectorInfo.Text = "000x000"; + labelSectorInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lvMonster // - this.lvMonster.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.colName, - this.colType, - this.colLevel, - this.colPosition}); - this.lvMonster.FullRowSelect = true; - this.lvMonster.Location = new System.Drawing.Point(347, 46); - this.lvMonster.Name = "lvMonster"; - this.lvMonster.Size = new System.Drawing.Size(388, 394); - this.lvMonster.TabIndex = 8; - this.lvMonster.UseCompatibleStateImageBehavior = false; - this.lvMonster.View = System.Windows.Forms.View.Details; + lvMonster.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { colName, colType, colLevel, colPosition }); + lvMonster.FullRowSelect = true; + lvMonster.Location = new System.Drawing.Point(347, 46); + lvMonster.Name = "lvMonster"; + lvMonster.Size = new System.Drawing.Size(388, 394); + lvMonster.TabIndex = 8; + lvMonster.UseCompatibleStateImageBehavior = false; + lvMonster.View = System.Windows.Forms.View.Details; // // colName // - this.colName.Text = "Name"; - this.colName.Width = 146; + colName.Text = "Name"; + colName.Width = 146; // // colType // - this.colType.Text = "Type"; - this.colType.Width = 64; + colType.Text = "Type"; + colType.Width = 64; // // colLevel // - this.colLevel.Text = "Level"; - this.colLevel.Width = 42; + colLevel.Text = "Level"; + colLevel.Width = 42; // // colPosition // - this.colPosition.Text = "Position"; - this.colPosition.Width = 125; + colPosition.Text = "Position"; + colPosition.Width = 125; // // checkBoxAutoSelectUniques // - this.checkBoxAutoSelectUniques.AutoSize = true; - this.checkBoxAutoSelectUniques.BackColor = System.Drawing.Color.Transparent; - this.checkBoxAutoSelectUniques.Location = new System.Drawing.Point(35, 385); - this.checkBoxAutoSelectUniques.Name = "checkBoxAutoSelectUniques"; - this.checkBoxAutoSelectUniques.ShadowDepth = 1; - this.checkBoxAutoSelectUniques.Size = new System.Drawing.Size(175, 15); - this.checkBoxAutoSelectUniques.TabIndex = 17; - this.checkBoxAutoSelectUniques.Text = "Automatically select uniques"; - this.checkBoxAutoSelectUniques.UseVisualStyleBackColor = false; - this.checkBoxAutoSelectUniques.CheckedChanged += new System.EventHandler(this.checkBoxAutoSelectUniques_CheckedChanged); + checkBoxAutoSelectUniques.AutoSize = true; + checkBoxAutoSelectUniques.BackColor = System.Drawing.Color.Transparent; + checkBoxAutoSelectUniques.Location = new System.Drawing.Point(35, 386); + checkBoxAutoSelectUniques.Name = "checkBoxAutoSelectUniques"; + checkBoxAutoSelectUniques.ShadowDepth = 1; + checkBoxAutoSelectUniques.Size = new System.Drawing.Size(175, 15); + checkBoxAutoSelectUniques.TabIndex = 17; + checkBoxAutoSelectUniques.Text = "Automatically select uniques"; + checkBoxAutoSelectUniques.UseVisualStyleBackColor = false; + checkBoxAutoSelectUniques.CheckedChanged += checkBoxAutoSelectUniques_CheckedChanged; // // label3 // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point); - this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label3.Location = new System.Drawing.Point(33, 410); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(245, 39); - this.label3.TabIndex = 18; - this.label3.Text = "This function does not work while the bot is active.\r\n If you want the bot to aut" + - "o attack while active,\r\n set Avoidance."; + label3.AutoSize = true; + label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point); + label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label3.Location = new System.Drawing.Point(33, 410); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(245, 39); + label3.TabIndex = 18; + label3.Text = "This function does not work while the bot is active.\r\n If you want the bot to auto attack while active,\r\n set Avoidance."; // // timerUniqueChecker // - this.timerUniqueChecker.Enabled = true; - this.timerUniqueChecker.Interval = 2500; - this.timerUniqueChecker.Tick += new System.EventHandler(this.timerUniqueChecker_Tick); + timerUniqueChecker.Enabled = true; + timerUniqueChecker.Interval = 2500; + timerUniqueChecker.Tick += timerUniqueChecker_Tick; // // checkEnableCollisions // - this.checkEnableCollisions.AutoSize = true; - this.checkEnableCollisions.BackColor = System.Drawing.Color.Transparent; - this.checkEnableCollisions.Location = new System.Drawing.Point(35, 364); - this.checkEnableCollisions.Name = "checkEnableCollisions"; - this.checkEnableCollisions.ShadowDepth = 1; - this.checkEnableCollisions.Size = new System.Drawing.Size(158, 15); - this.checkEnableCollisions.TabIndex = 19; - this.checkEnableCollisions.Text = "Enable collision detection"; - this.checkEnableCollisions.UseVisualStyleBackColor = false; - this.checkEnableCollisions.CheckedChanged += new System.EventHandler(this.checkEnableCollisions_CheckedChanged); + checkEnableCollisions.AutoSize = true; + checkEnableCollisions.BackColor = System.Drawing.Color.Transparent; + checkEnableCollisions.Location = new System.Drawing.Point(35, 364); + checkEnableCollisions.Name = "checkEnableCollisions"; + checkEnableCollisions.ShadowDepth = 1; + checkEnableCollisions.Size = new System.Drawing.Size(158, 15); + checkEnableCollisions.TabIndex = 19; + checkEnableCollisions.Text = "Enable collision detection"; + checkEnableCollisions.UseVisualStyleBackColor = false; + checkEnableCollisions.CheckedChanged += checkEnableCollisions_CheckedChanged; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.checkEnableCollisions); - this.Controls.Add(this.label3); - this.Controls.Add(this.checkBoxAutoSelectUniques); - this.Controls.Add(this.labelSectorInfo); - this.Controls.Add(this.comboViewType); - this.Controls.Add(this.label4); - this.Controls.Add(this.lvMonster); - this.Controls.Add(this.lblRegion); - this.Controls.Add(this.lblY); - this.Controls.Add(this.lblX); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.mapCanvas); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.Name = "Main"; - this.Size = new System.Drawing.Size(750, 458); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(checkEnableCollisions); + Controls.Add(label3); + Controls.Add(checkBoxAutoSelectUniques); + Controls.Add(labelSectorInfo); + Controls.Add(comboViewType); + Controls.Add(label4); + Controls.Add(lvMonster); + Controls.Add(lblRegion); + Controls.Add(lblY); + Controls.Add(lblX); + Controls.Add(label2); + Controls.Add(label1); + Controls.Add(mapCanvas); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(750, 458); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.Map/Views/Main.cs b/Plugins/RSBot.Map/Views/Main.cs index 182550e0..265849bd 100644 --- a/Plugins/RSBot.Map/Views/Main.cs +++ b/Plugins/RSBot.Map/Views/Main.cs @@ -529,7 +529,7 @@ private void RedrawMap() for (var z = 0; z < GridSize; z++) { var sectorImgName = string.Format(layerPath, _currentXSec + x - 1, _currentYSec + z - 1); - + using var bitmap = LoadSectorImage(sectorImgName); var pos = new Point(bitmap.Width * x, bitmap.Height * (GridSize - 1 - z)); @@ -589,7 +589,7 @@ private void DrawObjects(Graphics graphics) PopulateMapAndGrid(graphics); DrawPointAt(graphics, Game.Player.Movement.Source, 0); - if(_debug) + if (_debug) DrawCollisions(graphics); } } @@ -607,7 +607,7 @@ private void trmInterval_Tick(object sender, EventArgs e) lblX.Text = Game.Player.Position.X.ToString("0.0"); lblY.Text = Game.Player.Position.Y.ToString("0.0"); - if(_debug) + if (_debug) labelSectorInfo.Text = $"{Game.Player.Movement.Source.Region} ({Game.Player.Movement.Source.Region.X}x{Game.Player.Movement.Source.Region.Y})"; bufferedGraphics.Graphics.Clear(Color.Black); diff --git a/Plugins/RSBot.Party/Views/AutoFormParty.designer.cs b/Plugins/RSBot.Party/Views/AutoFormParty.designer.cs index 4d67ff82..db706a16 100644 --- a/Plugins/RSBot.Party/Views/AutoFormParty.designer.cs +++ b/Plugins/RSBot.Party/Views/AutoFormParty.designer.cs @@ -28,376 +28,361 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.btnAccept = new SDUI.Controls.Button(); - this.btnCancel = new SDUI.Controls.Button(); - this.gbObjective = new SDUI.Controls.GroupBox(); - this.rbtn_Thief = new SDUI.Controls.Radio(); - this.rbtn_Trade = new SDUI.Controls.Radio(); - this.rbtn_Quest = new SDUI.Controls.Radio(); - this.rbtn_Hunting = new SDUI.Controls.Radio(); - this.groupBox2 = new SDUI.Controls.GroupBox(); - this.label2 = new SDUI.Controls.Label(); - this.label1 = new SDUI.Controls.Label(); - this.max_level = new SDUI.Controls.NumUpDown(); - this.min_level = new SDUI.Controls.NumUpDown(); - this.groupBox3 = new SDUI.Controls.GroupBox(); - this.label_partytype2 = new SDUI.Controls.Label(); - this.label5 = new SDUI.Controls.Label(); - this.label_partytype = new SDUI.Controls.Label(); - this.label3 = new SDUI.Controls.Label(); - this.groupBox4 = new SDUI.Controls.GroupBox(); - this.tb_Title = new SDUI.Controls.TextBox(); - this.groupBox5 = new SDUI.Controls.GroupBox(); - this.cb_AutoReform = new SDUI.Controls.CheckBox(); - this.cb_AutoAccept = new SDUI.Controls.CheckBox(); - this.gbObjective.SuspendLayout(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.max_level)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.min_level)).BeginInit(); - this.groupBox3.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox5.SuspendLayout(); - this.SuspendLayout(); + btnAccept = new SDUI.Controls.Button(); + btnCancel = new SDUI.Controls.Button(); + gbObjective = new SDUI.Controls.GroupBox(); + rbtn_Thief = new SDUI.Controls.Radio(); + rbtn_Trade = new SDUI.Controls.Radio(); + rbtn_Quest = new SDUI.Controls.Radio(); + rbtn_Hunting = new SDUI.Controls.Radio(); + groupBox2 = new SDUI.Controls.GroupBox(); + label2 = new SDUI.Controls.Label(); + label1 = new SDUI.Controls.Label(); + max_level = new SDUI.Controls.NumUpDown(); + min_level = new SDUI.Controls.NumUpDown(); + groupBox3 = new SDUI.Controls.GroupBox(); + label_partytype2 = new SDUI.Controls.Label(); + label5 = new SDUI.Controls.Label(); + label_partytype = new SDUI.Controls.Label(); + label3 = new SDUI.Controls.Label(); + groupBox4 = new SDUI.Controls.GroupBox(); + tb_Title = new SDUI.Controls.TextBox(); + groupBox5 = new SDUI.Controls.GroupBox(); + cb_AutoReform = new SDUI.Controls.CheckBox(); + cb_AutoAccept = new SDUI.Controls.CheckBox(); + gbObjective.SuspendLayout(); + groupBox2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)max_level).BeginInit(); + ((System.ComponentModel.ISupportInitialize)min_level).BeginInit(); + groupBox3.SuspendLayout(); + groupBox4.SuspendLayout(); + groupBox5.SuspendLayout(); + SuspendLayout(); // // btnAccept // - this.btnAccept.Color = System.Drawing.Color.Transparent; - this.btnAccept.DialogResult = System.Windows.Forms.DialogResult.OK; - this.btnAccept.Location = new System.Drawing.Point(12, 323); - this.btnAccept.Name = "btnAccept"; - this.btnAccept.Radius = 2; - this.btnAccept.Size = new System.Drawing.Size(75, 23); - this.btnAccept.TabIndex = 0; - this.btnAccept.Text = "Accept"; - this.btnAccept.UseVisualStyleBackColor = true; - this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click); + btnAccept.Color = System.Drawing.Color.Transparent; + btnAccept.DialogResult = System.Windows.Forms.DialogResult.OK; + btnAccept.Location = new System.Drawing.Point(12, 323); + btnAccept.Name = "btnAccept"; + btnAccept.Radius = 6; + btnAccept.ShadowDepth = 4F; + btnAccept.Size = new System.Drawing.Size(75, 23); + btnAccept.TabIndex = 0; + btnAccept.Text = "Accept"; + btnAccept.UseVisualStyleBackColor = true; + btnAccept.Click += btnAccept_Click; // // btnCancel // - this.btnCancel.Color = System.Drawing.Color.Transparent; - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(271, 323); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Radius = 2; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 1; - this.btnCancel.Text = "Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; + btnCancel.Color = System.Drawing.Color.Transparent; + btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + btnCancel.Location = new System.Drawing.Point(271, 323); + btnCancel.Name = "btnCancel"; + btnCancel.Radius = 6; + btnCancel.ShadowDepth = 4F; + btnCancel.Size = new System.Drawing.Size(75, 23); + btnCancel.TabIndex = 1; + btnCancel.Text = "Cancel"; + btnCancel.UseVisualStyleBackColor = true; // // gbObjective // - this.gbObjective.BackColor = System.Drawing.Color.Transparent; - this.gbObjective.Controls.Add(this.rbtn_Thief); - this.gbObjective.Controls.Add(this.rbtn_Trade); - this.gbObjective.Controls.Add(this.rbtn_Quest); - this.gbObjective.Controls.Add(this.rbtn_Hunting); - this.gbObjective.Location = new System.Drawing.Point(12, 12); - this.gbObjective.Name = "gbObjective"; - this.gbObjective.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.gbObjective.Radius = 2; - this.gbObjective.Size = new System.Drawing.Size(334, 52); - this.gbObjective.TabIndex = 2; - this.gbObjective.TabStop = false; - this.gbObjective.Text = "Party Objective"; + gbObjective.BackColor = System.Drawing.Color.Transparent; + gbObjective.Controls.Add(rbtn_Thief); + gbObjective.Controls.Add(rbtn_Trade); + gbObjective.Controls.Add(rbtn_Quest); + gbObjective.Controls.Add(rbtn_Hunting); + gbObjective.Location = new System.Drawing.Point(12, 12); + gbObjective.Name = "gbObjective"; + gbObjective.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + gbObjective.Radius = 10; + gbObjective.ShadowDepth = 4; + gbObjective.Size = new System.Drawing.Size(334, 52); + gbObjective.TabIndex = 2; + gbObjective.TabStop = false; + gbObjective.Text = "Party Objective"; // // rbtn_Thief // - this.rbtn_Thief.AutoSize = true; - this.rbtn_Thief.Checked = false; - this.rbtn_Thief.Enabled = false; - this.rbtn_Thief.Location = new System.Drawing.Point(238, 31); - this.rbtn_Thief.Name = "rbtn_Thief"; - this.rbtn_Thief.Size = new System.Drawing.Size(93, 15); - this.rbtn_Thief.TabIndex = 0; - this.rbtn_Thief.TabStop = true; - this.rbtn_Thief.Tag = "4"; - this.rbtn_Thief.Text = "Thief Union"; - this.rbtn_Thief.CheckedChanged += new System.EventHandler(this.radioCheckedChanged); + rbtn_Thief.AutoSize = true; + rbtn_Thief.Enabled = false; + rbtn_Thief.Location = new System.Drawing.Point(238, 31); + rbtn_Thief.Name = "rbtn_Thief"; + rbtn_Thief.ShadowDepth = 0; + rbtn_Thief.Size = new System.Drawing.Size(93, 15); + rbtn_Thief.TabIndex = 0; + rbtn_Thief.TabStop = true; + rbtn_Thief.Tag = "4"; + rbtn_Thief.Text = "Thief Union"; + rbtn_Thief.CheckedChanged += radioCheckedChanged; // // rbtn_Trade // - this.rbtn_Trade.AutoSize = true; - this.rbtn_Trade.Checked = false; - this.rbtn_Trade.Enabled = false; - this.rbtn_Trade.Location = new System.Drawing.Point(149, 31); - this.rbtn_Trade.Name = "rbtn_Trade"; - this.rbtn_Trade.Size = new System.Drawing.Size(95, 15); - this.rbtn_Trade.TabIndex = 0; - this.rbtn_Trade.TabStop = true; - this.rbtn_Trade.Tag = "3"; - this.rbtn_Trade.Text = "Trade Union"; - this.rbtn_Trade.CheckedChanged += new System.EventHandler(this.radioCheckedChanged); + rbtn_Trade.AutoSize = true; + rbtn_Trade.Enabled = false; + rbtn_Trade.Location = new System.Drawing.Point(149, 31); + rbtn_Trade.Name = "rbtn_Trade"; + rbtn_Trade.ShadowDepth = 0; + rbtn_Trade.Size = new System.Drawing.Size(95, 15); + rbtn_Trade.TabIndex = 0; + rbtn_Trade.TabStop = true; + rbtn_Trade.Tag = "3"; + rbtn_Trade.Text = "Trade Union"; + rbtn_Trade.CheckedChanged += radioCheckedChanged; // // rbtn_Quest // - this.rbtn_Quest.AutoSize = true; - this.rbtn_Quest.Checked = false; - this.rbtn_Quest.Location = new System.Drawing.Point(87, 31); - this.rbtn_Quest.Name = "rbtn_Quest"; - this.rbtn_Quest.Size = new System.Drawing.Size(63, 15); - this.rbtn_Quest.TabIndex = 0; - this.rbtn_Quest.TabStop = true; - this.rbtn_Quest.Tag = "2"; - this.rbtn_Quest.Text = "Quest"; - this.rbtn_Quest.CheckedChanged += new System.EventHandler(this.radioCheckedChanged); + rbtn_Quest.AutoSize = true; + rbtn_Quest.Location = new System.Drawing.Point(87, 31); + rbtn_Quest.Name = "rbtn_Quest"; + rbtn_Quest.ShadowDepth = 0; + rbtn_Quest.Size = new System.Drawing.Size(63, 15); + rbtn_Quest.TabIndex = 0; + rbtn_Quest.TabStop = true; + rbtn_Quest.Tag = "2"; + rbtn_Quest.Text = "Quest"; + rbtn_Quest.CheckedChanged += radioCheckedChanged; // // rbtn_Hunting // - this.rbtn_Hunting.AutoSize = true; - this.rbtn_Hunting.Checked = false; - this.rbtn_Hunting.Location = new System.Drawing.Point(12, 31); - this.rbtn_Hunting.Name = "rbtn_Hunting"; - this.rbtn_Hunting.Size = new System.Drawing.Size(76, 15); - this.rbtn_Hunting.TabIndex = 0; - this.rbtn_Hunting.TabStop = true; - this.rbtn_Hunting.Tag = "1"; - this.rbtn_Hunting.Text = "Hunting"; - this.rbtn_Hunting.CheckedChanged += new System.EventHandler(this.radioCheckedChanged); + rbtn_Hunting.AutoSize = true; + rbtn_Hunting.Location = new System.Drawing.Point(12, 31); + rbtn_Hunting.Name = "rbtn_Hunting"; + rbtn_Hunting.ShadowDepth = 0; + rbtn_Hunting.Size = new System.Drawing.Size(76, 15); + rbtn_Hunting.TabIndex = 0; + rbtn_Hunting.TabStop = true; + rbtn_Hunting.Tag = "1"; + rbtn_Hunting.Text = "Hunting"; + rbtn_Hunting.CheckedChanged += radioCheckedChanged; // // groupBox2 // - this.groupBox2.BackColor = System.Drawing.Color.Transparent; - this.groupBox2.Controls.Add(this.label2); - this.groupBox2.Controls.Add(this.label1); - this.groupBox2.Controls.Add(this.max_level); - this.groupBox2.Controls.Add(this.min_level); - this.groupBox2.Location = new System.Drawing.Point(12, 70); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox2.Radius = 2; - this.groupBox2.Size = new System.Drawing.Size(334, 63); - this.groupBox2.TabIndex = 3; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Level Restrict"; + groupBox2.BackColor = System.Drawing.Color.Transparent; + groupBox2.Controls.Add(label2); + groupBox2.Controls.Add(label1); + groupBox2.Controls.Add(max_level); + groupBox2.Controls.Add(min_level); + groupBox2.Location = new System.Drawing.Point(12, 70); + groupBox2.Name = "groupBox2"; + groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox2.Radius = 10; + groupBox2.ShadowDepth = 4; + groupBox2.Size = new System.Drawing.Size(334, 63); + groupBox2.TabIndex = 3; + groupBox2.TabStop = false; + groupBox2.Text = "Level Restrict"; // // label2 // - this.label2.AutoSize = true; - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(172, 35); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(33, 15); - this.label2.TabIndex = 1; - this.label2.Text = "Max."; + label2.AutoSize = true; + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(172, 35); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(33, 15); + label2.TabIndex = 1; + label2.Text = "Max."; // // label1 // - this.label1.AutoSize = true; - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(26, 35); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(31, 15); - this.label1.TabIndex = 1; - this.label1.Text = "Min."; + label1.AutoSize = true; + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(26, 35); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(31, 15); + label1.TabIndex = 1; + label1.Text = "Min."; // // max_level // - this.max_level.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.max_level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.max_level.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.max_level.Location = new System.Drawing.Point(209, 32); - this.max_level.Maximum = new decimal(new int[] { - 255, - 0, - 0, - 0}); - this.max_level.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.max_level.Name = "max_level"; - this.max_level.Size = new System.Drawing.Size(96, 23); - this.max_level.TabIndex = 0; - this.max_level.Value = new decimal(new int[] { - 140, - 0, - 0, - 0}); + max_level.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + max_level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + max_level.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + max_level.Location = new System.Drawing.Point(209, 32); + max_level.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); + max_level.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + max_level.Name = "max_level"; + max_level.Size = new System.Drawing.Size(96, 23); + max_level.TabIndex = 0; + max_level.Value = new decimal(new int[] { 140, 0, 0, 0 }); // // min_level // - this.min_level.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.min_level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.min_level.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.min_level.Location = new System.Drawing.Point(63, 32); - this.min_level.Maximum = new decimal(new int[] { - 255, - 0, - 0, - 0}); - this.min_level.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.min_level.Name = "min_level"; - this.min_level.Size = new System.Drawing.Size(96, 23); - this.min_level.TabIndex = 0; - this.min_level.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); + min_level.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + min_level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + min_level.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + min_level.Location = new System.Drawing.Point(63, 32); + min_level.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); + min_level.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + min_level.Name = "min_level"; + min_level.Size = new System.Drawing.Size(96, 23); + min_level.TabIndex = 0; + min_level.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // groupBox3 // - this.groupBox3.BackColor = System.Drawing.Color.Transparent; - this.groupBox3.Controls.Add(this.label_partytype2); - this.groupBox3.Controls.Add(this.label5); - this.groupBox3.Controls.Add(this.label_partytype); - this.groupBox3.Controls.Add(this.label3); - this.groupBox3.Location = new System.Drawing.Point(12, 139); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox3.Radius = 2; - this.groupBox3.Size = new System.Drawing.Size(334, 57); - this.groupBox3.TabIndex = 3; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Party Type"; + groupBox3.BackColor = System.Drawing.Color.Transparent; + groupBox3.Controls.Add(label_partytype2); + groupBox3.Controls.Add(label5); + groupBox3.Controls.Add(label_partytype); + groupBox3.Controls.Add(label3); + groupBox3.Location = new System.Drawing.Point(12, 139); + groupBox3.Name = "groupBox3"; + groupBox3.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox3.Radius = 10; + groupBox3.ShadowDepth = 4; + groupBox3.Size = new System.Drawing.Size(334, 57); + groupBox3.TabIndex = 3; + groupBox3.TabStop = false; + groupBox3.Text = "Party Type"; // // label_partytype2 // - this.label_partytype2.AutoSize = true; - this.label_partytype2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label_partytype2.Location = new System.Drawing.Point(206, 32); - this.label_partytype2.Name = "label_partytype2"; - this.label_partytype2.Size = new System.Drawing.Size(92, 15); - this.label_partytype2.TabIndex = 1; - this.label_partytype2.Text = "Item Auto Share"; + label_partytype2.AutoSize = true; + label_partytype2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label_partytype2.Location = new System.Drawing.Point(206, 32); + label_partytype2.Name = "label_partytype2"; + label_partytype2.Size = new System.Drawing.Size(92, 15); + label_partytype2.TabIndex = 1; + label_partytype2.Text = "Item Auto Share"; // // label5 // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label5.Location = new System.Drawing.Point(181, 27); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(19, 21); - this.label5.TabIndex = 0; - this.label5.Text = "◊"; + label5.AutoSize = true; + label5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label5.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label5.Location = new System.Drawing.Point(181, 27); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(19, 21); + label5.TabIndex = 0; + label5.Text = "◊"; // // label_partytype // - this.label_partytype.AutoSize = true; - this.label_partytype.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label_partytype.Location = new System.Drawing.Point(63, 32); - this.label_partytype.Name = "label_partytype"; - this.label_partytype.Size = new System.Drawing.Size(87, 15); - this.label_partytype.TabIndex = 1; - this.label_partytype.Text = "Exp Auto Share"; + label_partytype.AutoSize = true; + label_partytype.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label_partytype.Location = new System.Drawing.Point(63, 32); + label_partytype.Name = "label_partytype"; + label_partytype.Size = new System.Drawing.Size(87, 15); + label_partytype.TabIndex = 1; + label_partytype.Text = "Exp Auto Share"; // // label3 // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label3.Location = new System.Drawing.Point(40, 27); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(19, 21); - this.label3.TabIndex = 0; - this.label3.Text = "◊"; + label3.AutoSize = true; + label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label3.Location = new System.Drawing.Point(40, 27); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(19, 21); + label3.TabIndex = 0; + label3.Text = "◊"; // // groupBox4 // - this.groupBox4.BackColor = System.Drawing.Color.Transparent; - this.groupBox4.Controls.Add(this.tb_Title); - this.groupBox4.Location = new System.Drawing.Point(12, 202); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox4.Radius = 2; - this.groupBox4.Size = new System.Drawing.Size(334, 55); - this.groupBox4.TabIndex = 3; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Title"; + groupBox4.BackColor = System.Drawing.Color.Transparent; + groupBox4.Controls.Add(tb_Title); + groupBox4.Location = new System.Drawing.Point(12, 202); + groupBox4.Name = "groupBox4"; + groupBox4.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox4.Radius = 10; + groupBox4.ShadowDepth = 4; + groupBox4.Size = new System.Drawing.Size(334, 55); + groupBox4.TabIndex = 3; + groupBox4.TabStop = false; + groupBox4.Text = "Title"; // // tb_Title // - this.tb_Title.Location = new System.Drawing.Point(12, 28); - this.tb_Title.MaxLength = 32767; - this.tb_Title.MultiLine = false; - this.tb_Title.Name = "tb_Title"; - this.tb_Title.Size = new System.Drawing.Size(312, 21); - this.tb_Title.TabIndex = 0; - this.tb_Title.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.tb_Title.UseSystemPasswordChar = false; + tb_Title.Location = new System.Drawing.Point(12, 28); + tb_Title.MaxLength = 32767; + tb_Title.MultiLine = false; + tb_Title.Name = "tb_Title"; + tb_Title.Radius = 2; + tb_Title.Size = new System.Drawing.Size(312, 21); + tb_Title.TabIndex = 0; + tb_Title.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + tb_Title.UseSystemPasswordChar = false; // // groupBox5 // - this.groupBox5.BackColor = System.Drawing.Color.Transparent; - this.groupBox5.Controls.Add(this.cb_AutoReform); - this.groupBox5.Controls.Add(this.cb_AutoAccept); - this.groupBox5.Location = new System.Drawing.Point(12, 263); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox5.Radius = 2; - this.groupBox5.Size = new System.Drawing.Size(334, 54); - this.groupBox5.TabIndex = 3; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "Config"; + groupBox5.BackColor = System.Drawing.Color.Transparent; + groupBox5.Controls.Add(cb_AutoReform); + groupBox5.Controls.Add(cb_AutoAccept); + groupBox5.Location = new System.Drawing.Point(12, 263); + groupBox5.Name = "groupBox5"; + groupBox5.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox5.Radius = 10; + groupBox5.ShadowDepth = 4; + groupBox5.Size = new System.Drawing.Size(334, 54); + groupBox5.TabIndex = 3; + groupBox5.TabStop = false; + groupBox5.Text = "Config"; // // cb_AutoReform // - this.cb_AutoReform.AutoSize = true; - this.cb_AutoReform.BackColor = System.Drawing.Color.Transparent; - this.cb_AutoReform.Checked = false; - this.cb_AutoReform.Location = new System.Drawing.Point(12, 32); - this.cb_AutoReform.Name = "cb_AutoReform"; - this.cb_AutoReform.Size = new System.Drawing.Size(91, 15); - this.cb_AutoReform.TabIndex = 0; - this.cb_AutoReform.Text = "Auto Reform"; - this.cb_AutoReform.CheckedChanged += new System.EventHandler(this.cb_AutoReform_CheckedChanged); + cb_AutoReform.AutoSize = true; + cb_AutoReform.BackColor = System.Drawing.Color.Transparent; + cb_AutoReform.Location = new System.Drawing.Point(12, 32); + cb_AutoReform.Name = "cb_AutoReform"; + cb_AutoReform.ShadowDepth = 1; + cb_AutoReform.Size = new System.Drawing.Size(91, 15); + cb_AutoReform.TabIndex = 0; + cb_AutoReform.Text = "Auto Reform"; + cb_AutoReform.UseVisualStyleBackColor = false; + cb_AutoReform.CheckedChanged += cb_AutoReform_CheckedChanged; // // cb_AutoAccept // - this.cb_AutoAccept.AutoSize = true; - this.cb_AutoAccept.BackColor = System.Drawing.Color.Transparent; - this.cb_AutoAccept.Checked = false; - this.cb_AutoAccept.Location = new System.Drawing.Point(232, 32); - this.cb_AutoAccept.Name = "cb_AutoAccept"; - this.cb_AutoAccept.Size = new System.Drawing.Size(89, 15); - this.cb_AutoAccept.TabIndex = 0; - this.cb_AutoAccept.Text = "Auto Accept"; - this.cb_AutoAccept.CheckedChanged += new System.EventHandler(this.cb_AutoAccept_CheckedChanged); + cb_AutoAccept.AutoSize = true; + cb_AutoAccept.BackColor = System.Drawing.Color.Transparent; + cb_AutoAccept.Location = new System.Drawing.Point(232, 32); + cb_AutoAccept.Name = "cb_AutoAccept"; + cb_AutoAccept.ShadowDepth = 1; + cb_AutoAccept.Size = new System.Drawing.Size(89, 15); + cb_AutoAccept.TabIndex = 0; + cb_AutoAccept.Text = "Auto Accept"; + cb_AutoAccept.UseVisualStyleBackColor = false; + cb_AutoAccept.CheckedChanged += cb_AutoAccept_CheckedChanged; // // AutoFormParty // - this.AcceptButton = this.btnAccept; - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251))))); - this.CancelButton = this.btnCancel; - this.ClientSize = new System.Drawing.Size(360, 355); - this.Controls.Add(this.groupBox5); - this.Controls.Add(this.groupBox4); - this.Controls.Add(this.groupBox3); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.gbObjective); - this.Controls.Add(this.btnCancel); - this.Controls.Add(this.btnAccept); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(360, 355); - this.Name = "AutoFormParty"; - this.ShowIcon = false; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Party Matching"; - this.Load += new System.EventHandler(this.AutoFormParty_Load); - this.gbObjective.ResumeLayout(false); - this.gbObjective.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.max_level)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.min_level)).EndInit(); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox4.ResumeLayout(false); - this.groupBox5.ResumeLayout(false); - this.groupBox5.PerformLayout(); - this.ResumeLayout(false); - + AcceptButton = btnAccept; + AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + BackColor = System.Drawing.Color.FromArgb(251, 251, 251); + CancelButton = btnCancel; + ClientSize = new System.Drawing.Size(360, 355); + Controls.Add(groupBox5); + Controls.Add(groupBox4); + Controls.Add(groupBox3); + Controls.Add(groupBox2); + Controls.Add(gbObjective); + Controls.Add(btnCancel); + Controls.Add(btnAccept); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + MaximizeBox = false; + MinimizeBox = false; + MinimumSize = new System.Drawing.Size(360, 355); + Name = "AutoFormParty"; + ShowIcon = false; + StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + Text = "Party Matching"; + Load += AutoFormParty_Load; + gbObjective.ResumeLayout(false); + gbObjective.PerformLayout(); + groupBox2.ResumeLayout(false); + groupBox2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)max_level).EndInit(); + ((System.ComponentModel.ISupportInitialize)min_level).EndInit(); + groupBox3.ResumeLayout(false); + groupBox3.PerformLayout(); + groupBox4.ResumeLayout(false); + groupBox5.ResumeLayout(false); + groupBox5.PerformLayout(); + ResumeLayout(false); } #endregion diff --git a/Plugins/RSBot.Party/Views/Main.Designer.cs b/Plugins/RSBot.Party/Views/Main.Designer.cs index 278ebdce..bd5c27a7 100644 --- a/Plugins/RSBot.Party/Views/Main.Designer.cs +++ b/Plugins/RSBot.Party/Views/Main.Designer.cs @@ -28,1698 +28,1643 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.tabMain = new SDUI.Controls.TabControl(); - this.tabCurrentParty = new System.Windows.Forms.TabPage(); - this.listParty = new SDUI.Controls.ListView(); - this.colMemberName = new System.Windows.Forms.ColumnHeader(); - this.colLevel = new System.Windows.Forms.ColumnHeader(); - this.colGuild = new System.Windows.Forms.ColumnHeader(); - this.colMasteries = new System.Windows.Forms.ColumnHeader(); - this.colLocation = new System.Windows.Forms.ColumnHeader(); - this.contextParty = new SDUI.Controls.ContextMenuStrip(); - this.menuBanish = new System.Windows.Forms.ToolStripMenuItem(); - this.menuLeave = new System.Windows.Forms.ToolStripMenuItem(); - this.menuItemAddToBuffing = new System.Windows.Forms.ToolStripMenuItem(); - this.separator3 = new SDUI.Controls.Separator(); - this.panel1 = new SDUI.Controls.Panel(); - this.btnLeaveParty = new SDUI.Controls.Button(); - this.label1 = new SDUI.Controls.Label(); - this.lblLeader = new SDUI.Controls.Label(); - this.grpPartySettings = new SDUI.Controls.GroupBox(); - this.checkCurrentAllowInvitations = new SDUI.Controls.CheckBox(); - this.checkCurrentAutoShareItems = new SDUI.Controls.CheckBox(); - this.checkCurrentAutoShareEXP = new SDUI.Controls.CheckBox(); - this.tpAutoParty = new System.Windows.Forms.TabPage(); - this.groupBox2 = new SDUI.Controls.GroupBox(); - this.checkBoxFollowMaster = new SDUI.Controls.CheckBox(); - this.separator10 = new SDUI.Controls.Separator(); - this.labelCommandsInfo = new SDUI.Controls.Label(); - this.separator2 = new SDUI.Controls.Separator(); - this.separator1 = new SDUI.Controls.Separator(); - this.textBoxLeaveIfMasterNotName = new SDUI.Controls.TextBox(); - this.checkBoxListenCommandsOnlyList = new SDUI.Controls.CheckBox(); - this.checkBoxListenMasterCommands = new SDUI.Controls.CheckBox(); - this.checkBoxLeaveIfMasterNot = new SDUI.Controls.CheckBox(); - this.checkAcceptIfBotStopped = new SDUI.Controls.CheckBox(); - this.checkAcceptAtTrainingPlace = new SDUI.Controls.CheckBox(); - this.label2 = new SDUI.Controls.Label(); - this.checkInviteFromList = new SDUI.Controls.CheckBox(); - this.checkInviteAll = new SDUI.Controls.CheckBox(); - this.checkAcceptFromList = new SDUI.Controls.CheckBox(); - this.checkAcceptAll = new SDUI.Controls.CheckBox(); - this.separator6 = new SDUI.Controls.Separator(); - this.panel2 = new System.Windows.Forms.Panel(); - this.groupBox7 = new SDUI.Controls.GroupBox(); - this.listCommandPlayers = new SDUI.Controls.ListView(); - this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); - this.panel4 = new SDUI.Controls.Panel(); - this.buttonCommandPlayerAdd = new SDUI.Controls.Button(); - this.buttonCommandPlayerRemove = new SDUI.Controls.Button(); - this.separator4 = new SDUI.Controls.Separator(); - this.groupBox3 = new SDUI.Controls.GroupBox(); - this.listAutoParty = new SDUI.Controls.ListView(); - this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); - this.panel3 = new SDUI.Controls.Panel(); - this.btnAddToAutoParty = new SDUI.Controls.Button(); - this.btnRemoveFromAutoParty = new SDUI.Controls.Button(); - this.separator5 = new SDUI.Controls.Separator(); - this.grbAutoPartySettings = new SDUI.Controls.GroupBox(); - this.checkAutoAllowInvitations = new SDUI.Controls.CheckBox(); - this.checkAutoItemAutoShare = new SDUI.Controls.CheckBox(); - this.checkAutoExpAutoShare = new SDUI.Controls.CheckBox(); - this.tpPartyMatching = new System.Windows.Forms.TabPage(); - this.lvPartyMatching = new SDUI.Controls.ListView(); - this.chPartyMatchNo = new System.Windows.Forms.ColumnHeader(); - this.chPartyMatchRace = new System.Windows.Forms.ColumnHeader(); - this.chPartyMatchName = new System.Windows.Forms.ColumnHeader(); - this.chPartyMatchTitle = new System.Windows.Forms.ColumnHeader(); - this.chPartyMatchPurporse = new System.Windows.Forms.ColumnHeader(); - this.chPartyMatchMember = new System.Windows.Forms.ColumnHeader(); - this.chPartyMatchRange = new System.Windows.Forms.ColumnHeader(); - this.topPartyPanel = new SDUI.Controls.Panel(); - this.buttonConfirmJoinConfig = new SDUI.Controls.Button(); - this.textBoxJoinByTitle = new SDUI.Controls.TextBox(); - this.textBoxJoinByName = new SDUI.Controls.TextBox(); - this.checkBoxJoinByTitle = new SDUI.Controls.CheckBox(); - this.checkBoxJoinByName = new SDUI.Controls.CheckBox(); - this.separator11 = new SDUI.Controls.Separator(); - this.buttonAutoJoinConfig = new SDUI.Controls.Button(); - this.btnPartyRefresh = new SDUI.Controls.Button(); - this.btnPartySearch = new SDUI.Controls.Button(); - this.nudPartySearchMax = new SDUI.Controls.NumUpDown(); - this.nudPartySearchMin = new SDUI.Controls.NumUpDown(); - this.cbPartySearchPurpose = new SDUI.Controls.ComboBox(); - this.tbPartySearchName = new SDUI.Controls.TextBox(); - this.label6 = new SDUI.Controls.Label(); - this.label5 = new SDUI.Controls.Label(); - this.label4 = new SDUI.Controls.Label(); - this.label3 = new SDUI.Controls.Label(); - this.bottomPartyPanel = new SDUI.Controls.Panel(); - this.btnPartyMatchDeleteEntry = new SDUI.Controls.Button(); - this.btnPartyMatchChangeEntry = new SDUI.Controls.Button(); - this.btnPartyMatchForm = new SDUI.Controls.Button(); - this.btnAutoMatchParty = new SDUI.Controls.Button(); - this.btnWhisperPartyMaster = new SDUI.Controls.Button(); - this.btnJoinFormedParty = new SDUI.Controls.Button(); - this.btnPrev = new SDUI.Controls.Button(); - this.btnNext = new SDUI.Controls.Button(); - this.lbl_partyPageRange = new SDUI.Controls.Label(); - this.tpPartyBuffing = new System.Windows.Forms.TabPage(); - this.groupBox4 = new SDUI.Controls.GroupBox(); - this.btnAddBuffToMember = new SDUI.Controls.Button(); - this.buttonRemoveCharFromBuffing = new SDUI.Controls.Button(); - this.btnRemoveBuffFromMember = new SDUI.Controls.Button(); - this.listViewPartyMembers = new SDUI.Controls.ListView(); - this.chPlayerName = new System.Windows.Forms.ColumnHeader(); - this.chPlayerLevel = new System.Windows.Forms.ColumnHeader(); - this.separator9 = new SDUI.Controls.Separator(); - this.groupBox6 = new SDUI.Controls.GroupBox(); - this.buttonAddGroup = new SDUI.Controls.Button(); - this.buttonRemoveGroup = new SDUI.Controls.Button(); - this.listViewGroups = new SDUI.Controls.ListView(); - this.columnHeaderGroupName = new System.Windows.Forms.ColumnHeader(); - this.columnHeaderMembersCount = new System.Windows.Forms.ColumnHeader(); - this.separator8 = new SDUI.Controls.Separator(); - this.groupBox5 = new SDUI.Controls.GroupBox(); - this.selectedMemberBuffs = new SDUI.Controls.ListView(); - this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); - this.separator7 = new SDUI.Controls.Separator(); - this.groupBox1 = new SDUI.Controls.GroupBox(); - this.listPartyBuffSkills = new SDUI.Controls.ListView(); - this.columnName = new System.Windows.Forms.ColumnHeader(); - this.columnLimit = new System.Windows.Forms.ColumnHeader(); - this.panel5 = new SDUI.Controls.Panel(); - this.checkHideLowerLevelSkills = new SDUI.Controls.CheckBox(); - this.tabMain.SuspendLayout(); - this.tabCurrentParty.SuspendLayout(); - this.contextParty.SuspendLayout(); - this.panel1.SuspendLayout(); - this.grpPartySettings.SuspendLayout(); - this.tpAutoParty.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.panel2.SuspendLayout(); - this.groupBox7.SuspendLayout(); - this.panel4.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.panel3.SuspendLayout(); - this.grbAutoPartySettings.SuspendLayout(); - this.tpPartyMatching.SuspendLayout(); - this.topPartyPanel.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.nudPartySearchMax)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudPartySearchMin)).BeginInit(); - this.bottomPartyPanel.SuspendLayout(); - this.tpPartyBuffing.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox6.SuspendLayout(); - this.groupBox5.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.panel5.SuspendLayout(); - this.SuspendLayout(); + tabMain = new SDUI.Controls.TabControl(); + tabCurrentParty = new System.Windows.Forms.TabPage(); + listParty = new SDUI.Controls.ListView(); + colMemberName = new System.Windows.Forms.ColumnHeader(); + colLevel = new System.Windows.Forms.ColumnHeader(); + colGuild = new System.Windows.Forms.ColumnHeader(); + colMasteries = new System.Windows.Forms.ColumnHeader(); + colLocation = new System.Windows.Forms.ColumnHeader(); + contextParty = new SDUI.Controls.ContextMenuStrip(); + menuBanish = new System.Windows.Forms.ToolStripMenuItem(); + menuLeave = new System.Windows.Forms.ToolStripMenuItem(); + menuItemAddToBuffing = new System.Windows.Forms.ToolStripMenuItem(); + separator3 = new SDUI.Controls.Separator(); + panel1 = new SDUI.Controls.Panel(); + btnLeaveParty = new SDUI.Controls.Button(); + label1 = new SDUI.Controls.Label(); + lblLeader = new SDUI.Controls.Label(); + grpPartySettings = new SDUI.Controls.GroupBox(); + checkCurrentAllowInvitations = new SDUI.Controls.CheckBox(); + checkCurrentAutoShareItems = new SDUI.Controls.CheckBox(); + checkCurrentAutoShareEXP = new SDUI.Controls.CheckBox(); + tpAutoParty = new System.Windows.Forms.TabPage(); + groupBox2 = new SDUI.Controls.GroupBox(); + checkBoxFollowMaster = new SDUI.Controls.CheckBox(); + separator10 = new SDUI.Controls.Separator(); + labelCommandsInfo = new SDUI.Controls.Label(); + separator2 = new SDUI.Controls.Separator(); + separator1 = new SDUI.Controls.Separator(); + textBoxLeaveIfMasterNotName = new SDUI.Controls.TextBox(); + checkBoxListenCommandsOnlyList = new SDUI.Controls.CheckBox(); + checkBoxListenMasterCommands = new SDUI.Controls.CheckBox(); + checkBoxLeaveIfMasterNot = new SDUI.Controls.CheckBox(); + checkAcceptIfBotStopped = new SDUI.Controls.CheckBox(); + checkAcceptAtTrainingPlace = new SDUI.Controls.CheckBox(); + label2 = new SDUI.Controls.Label(); + checkInviteFromList = new SDUI.Controls.CheckBox(); + checkInviteAll = new SDUI.Controls.CheckBox(); + checkAcceptFromList = new SDUI.Controls.CheckBox(); + checkAcceptAll = new SDUI.Controls.CheckBox(); + separator6 = new SDUI.Controls.Separator(); + panel2 = new System.Windows.Forms.Panel(); + groupBox7 = new SDUI.Controls.GroupBox(); + listCommandPlayers = new SDUI.Controls.ListView(); + columnHeader3 = new System.Windows.Forms.ColumnHeader(); + panel4 = new SDUI.Controls.Panel(); + buttonCommandPlayerAdd = new SDUI.Controls.Button(); + buttonCommandPlayerRemove = new SDUI.Controls.Button(); + separator4 = new SDUI.Controls.Separator(); + groupBox3 = new SDUI.Controls.GroupBox(); + listAutoParty = new SDUI.Controls.ListView(); + columnHeader2 = new System.Windows.Forms.ColumnHeader(); + panel3 = new SDUI.Controls.Panel(); + btnAddToAutoParty = new SDUI.Controls.Button(); + btnRemoveFromAutoParty = new SDUI.Controls.Button(); + separator5 = new SDUI.Controls.Separator(); + grbAutoPartySettings = new SDUI.Controls.GroupBox(); + checkAutoAllowInvitations = new SDUI.Controls.CheckBox(); + checkAutoItemAutoShare = new SDUI.Controls.CheckBox(); + checkAutoExpAutoShare = new SDUI.Controls.CheckBox(); + tpPartyMatching = new System.Windows.Forms.TabPage(); + lvPartyMatching = new SDUI.Controls.ListView(); + chPartyMatchNo = new System.Windows.Forms.ColumnHeader(); + chPartyMatchRace = new System.Windows.Forms.ColumnHeader(); + chPartyMatchName = new System.Windows.Forms.ColumnHeader(); + chPartyMatchTitle = new System.Windows.Forms.ColumnHeader(); + chPartyMatchPurporse = new System.Windows.Forms.ColumnHeader(); + chPartyMatchMember = new System.Windows.Forms.ColumnHeader(); + chPartyMatchRange = new System.Windows.Forms.ColumnHeader(); + topPartyPanel = new SDUI.Controls.Panel(); + buttonConfirmJoinConfig = new SDUI.Controls.Button(); + textBoxJoinByTitle = new SDUI.Controls.TextBox(); + textBoxJoinByName = new SDUI.Controls.TextBox(); + checkBoxJoinByTitle = new SDUI.Controls.CheckBox(); + checkBoxJoinByName = new SDUI.Controls.CheckBox(); + separator11 = new SDUI.Controls.Separator(); + buttonAutoJoinConfig = new SDUI.Controls.Button(); + btnPartyRefresh = new SDUI.Controls.Button(); + btnPartySearch = new SDUI.Controls.Button(); + nudPartySearchMax = new SDUI.Controls.NumUpDown(); + nudPartySearchMin = new SDUI.Controls.NumUpDown(); + cbPartySearchPurpose = new SDUI.Controls.ComboBox(); + tbPartySearchName = new SDUI.Controls.TextBox(); + label6 = new SDUI.Controls.Label(); + label5 = new SDUI.Controls.Label(); + label4 = new SDUI.Controls.Label(); + label3 = new SDUI.Controls.Label(); + bottomPartyPanel = new SDUI.Controls.Panel(); + btnPartyMatchDeleteEntry = new SDUI.Controls.Button(); + btnPartyMatchChangeEntry = new SDUI.Controls.Button(); + btnPartyMatchForm = new SDUI.Controls.Button(); + btnAutoMatchParty = new SDUI.Controls.Button(); + btnWhisperPartyMaster = new SDUI.Controls.Button(); + btnJoinFormedParty = new SDUI.Controls.Button(); + btnPrev = new SDUI.Controls.Button(); + btnNext = new SDUI.Controls.Button(); + lbl_partyPageRange = new SDUI.Controls.Label(); + tpPartyBuffing = new System.Windows.Forms.TabPage(); + groupBox4 = new SDUI.Controls.GroupBox(); + btnAddBuffToMember = new SDUI.Controls.Button(); + buttonRemoveCharFromBuffing = new SDUI.Controls.Button(); + btnRemoveBuffFromMember = new SDUI.Controls.Button(); + listViewPartyMembers = new SDUI.Controls.ListView(); + chPlayerName = new System.Windows.Forms.ColumnHeader(); + chPlayerLevel = new System.Windows.Forms.ColumnHeader(); + separator9 = new SDUI.Controls.Separator(); + groupBox6 = new SDUI.Controls.GroupBox(); + buttonAddGroup = new SDUI.Controls.Button(); + buttonRemoveGroup = new SDUI.Controls.Button(); + listViewGroups = new SDUI.Controls.ListView(); + columnHeaderGroupName = new System.Windows.Forms.ColumnHeader(); + columnHeaderMembersCount = new System.Windows.Forms.ColumnHeader(); + separator8 = new SDUI.Controls.Separator(); + groupBox5 = new SDUI.Controls.GroupBox(); + selectedMemberBuffs = new SDUI.Controls.ListView(); + columnHeader1 = new System.Windows.Forms.ColumnHeader(); + separator7 = new SDUI.Controls.Separator(); + groupBox1 = new SDUI.Controls.GroupBox(); + listPartyBuffSkills = new SDUI.Controls.ListView(); + columnName = new System.Windows.Forms.ColumnHeader(); + columnLimit = new System.Windows.Forms.ColumnHeader(); + panel5 = new SDUI.Controls.Panel(); + checkHideLowerLevelSkills = new SDUI.Controls.CheckBox(); + tabMain.SuspendLayout(); + tabCurrentParty.SuspendLayout(); + contextParty.SuspendLayout(); + panel1.SuspendLayout(); + grpPartySettings.SuspendLayout(); + tpAutoParty.SuspendLayout(); + groupBox2.SuspendLayout(); + panel2.SuspendLayout(); + groupBox7.SuspendLayout(); + panel4.SuspendLayout(); + groupBox3.SuspendLayout(); + panel3.SuspendLayout(); + grbAutoPartySettings.SuspendLayout(); + tpPartyMatching.SuspendLayout(); + topPartyPanel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)nudPartySearchMax).BeginInit(); + ((System.ComponentModel.ISupportInitialize)nudPartySearchMin).BeginInit(); + bottomPartyPanel.SuspendLayout(); + tpPartyBuffing.SuspendLayout(); + groupBox4.SuspendLayout(); + groupBox6.SuspendLayout(); + groupBox5.SuspendLayout(); + groupBox1.SuspendLayout(); + panel5.SuspendLayout(); + SuspendLayout(); // // tabMain // - this.tabMain.Border = new System.Windows.Forms.Padding(1); - this.tabMain.Controls.Add(this.tabCurrentParty); - this.tabMain.Controls.Add(this.tpAutoParty); - this.tabMain.Controls.Add(this.tpPartyMatching); - this.tabMain.Controls.Add(this.tpPartyBuffing); - this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabMain.HideTabArea = false; - this.tabMain.Location = new System.Drawing.Point(0, 0); - this.tabMain.Name = "tabMain"; - this.tabMain.SelectedIndex = 0; - this.tabMain.Size = new System.Drawing.Size(754, 467); - this.tabMain.TabIndex = 0; - this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged); + tabMain.Border = new System.Windows.Forms.Padding(1); + tabMain.Controls.Add(tabCurrentParty); + tabMain.Controls.Add(tpAutoParty); + tabMain.Controls.Add(tpPartyMatching); + tabMain.Controls.Add(tpPartyBuffing); + tabMain.Dock = System.Windows.Forms.DockStyle.Fill; + tabMain.HideTabArea = false; + tabMain.Location = new System.Drawing.Point(0, 0); + tabMain.Name = "tabMain"; + tabMain.SelectedIndex = 0; + tabMain.Size = new System.Drawing.Size(754, 467); + tabMain.TabIndex = 0; + tabMain.SelectedIndexChanged += tabMain_SelectedIndexChanged; // // tabCurrentParty // - this.tabCurrentParty.BackColor = System.Drawing.Color.White; - this.tabCurrentParty.Controls.Add(this.listParty); - this.tabCurrentParty.Controls.Add(this.separator3); - this.tabCurrentParty.Controls.Add(this.panel1); - this.tabCurrentParty.Controls.Add(this.grpPartySettings); - this.tabCurrentParty.Location = new System.Drawing.Point(4, 24); - this.tabCurrentParty.Name = "tabCurrentParty"; - this.tabCurrentParty.Padding = new System.Windows.Forms.Padding(3); - this.tabCurrentParty.Size = new System.Drawing.Size(746, 439); - this.tabCurrentParty.TabIndex = 0; - this.tabCurrentParty.Text = "Party"; + tabCurrentParty.BackColor = System.Drawing.Color.White; + tabCurrentParty.Controls.Add(listParty); + tabCurrentParty.Controls.Add(separator3); + tabCurrentParty.Controls.Add(panel1); + tabCurrentParty.Controls.Add(grpPartySettings); + tabCurrentParty.Location = new System.Drawing.Point(4, 24); + tabCurrentParty.Name = "tabCurrentParty"; + tabCurrentParty.Padding = new System.Windows.Forms.Padding(3); + tabCurrentParty.Size = new System.Drawing.Size(746, 439); + tabCurrentParty.TabIndex = 0; + tabCurrentParty.Text = "Party"; // // listParty // - this.listParty.BackColor = System.Drawing.Color.White; - this.listParty.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listParty.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.colMemberName, - this.colLevel, - this.colGuild, - this.colMasteries, - this.colLocation}); - this.listParty.ContextMenuStrip = this.contextParty; - this.listParty.Dock = System.Windows.Forms.DockStyle.Fill; - this.listParty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.listParty.FullRowSelect = true; - this.listParty.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; - this.listParty.Location = new System.Drawing.Point(3, 93); - this.listParty.MultiSelect = false; - this.listParty.Name = "listParty"; - this.listParty.Size = new System.Drawing.Size(740, 311); - this.listParty.TabIndex = 0; - this.listParty.UseCompatibleStateImageBehavior = false; - this.listParty.View = System.Windows.Forms.View.Details; + listParty.BackColor = System.Drawing.Color.White; + listParty.BorderStyle = System.Windows.Forms.BorderStyle.None; + listParty.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { colMemberName, colLevel, colGuild, colMasteries, colLocation }); + listParty.ContextMenuStrip = contextParty; + listParty.Dock = System.Windows.Forms.DockStyle.Fill; + listParty.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + listParty.FullRowSelect = true; + listParty.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; + listParty.Location = new System.Drawing.Point(3, 93); + listParty.MultiSelect = false; + listParty.Name = "listParty"; + listParty.Size = new System.Drawing.Size(740, 311); + listParty.TabIndex = 0; + listParty.UseCompatibleStateImageBehavior = false; + listParty.View = System.Windows.Forms.View.Details; // // colMemberName // - this.colMemberName.Text = "Name"; - this.colMemberName.Width = 158; + colMemberName.Text = "Name"; + colMemberName.Width = 158; // // colLevel // - this.colLevel.Text = "Level"; - this.colLevel.Width = 47; + colLevel.Text = "Level"; + colLevel.Width = 47; // // colGuild // - this.colGuild.Text = "Guild"; - this.colGuild.Width = 145; + colGuild.Text = "Guild"; + colGuild.Width = 145; // // colMasteries // - this.colMasteries.Text = "Masteries"; - this.colMasteries.Width = 208; + colMasteries.Text = "Masteries"; + colMasteries.Width = 208; // // colLocation // - this.colLocation.Text = "Location"; + colLocation.Text = "Location"; // // contextParty // - this.contextParty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.menuBanish, - this.menuLeave, - this.menuItemAddToBuffing}); - this.contextParty.Name = "contextParty"; - this.contextParty.Size = new System.Drawing.Size(153, 70); + contextParty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { menuBanish, menuLeave, menuItemAddToBuffing }); + contextParty.Name = "contextParty"; + contextParty.Size = new System.Drawing.Size(153, 70); // // menuBanish // - this.menuBanish.Enabled = false; - this.menuBanish.Name = "menuBanish"; - this.menuBanish.Size = new System.Drawing.Size(152, 22); - this.menuBanish.Text = "Banish"; - this.menuBanish.Click += new System.EventHandler(this.menuBanish_Click); + menuBanish.Enabled = false; + menuBanish.Name = "menuBanish"; + menuBanish.Size = new System.Drawing.Size(152, 22); + menuBanish.Text = "Banish"; + menuBanish.Click += menuBanish_Click; // // menuLeave // - this.menuLeave.Enabled = false; - this.menuLeave.Name = "menuLeave"; - this.menuLeave.Size = new System.Drawing.Size(152, 22); - this.menuLeave.Text = "Leave"; - this.menuLeave.Click += new System.EventHandler(this.btnLeaveParty_Click); + menuLeave.Enabled = false; + menuLeave.Name = "menuLeave"; + menuLeave.Size = new System.Drawing.Size(152, 22); + menuLeave.Text = "Leave"; + menuLeave.Click += btnLeaveParty_Click; // // menuItemAddToBuffing // - this.menuItemAddToBuffing.Name = "menuItemAddToBuffing"; - this.menuItemAddToBuffing.Size = new System.Drawing.Size(152, 22); - this.menuItemAddToBuffing.Text = "Add to buffing"; - this.menuItemAddToBuffing.Click += new System.EventHandler(this.menuItemAddToBuffing_Click); + menuItemAddToBuffing.Name = "menuItemAddToBuffing"; + menuItemAddToBuffing.Size = new System.Drawing.Size(152, 22); + menuItemAddToBuffing.Text = "Add to buffing"; + menuItemAddToBuffing.Click += menuItemAddToBuffing_Click; // // separator3 // - this.separator3.Dock = System.Windows.Forms.DockStyle.Top; - this.separator3.IsVertical = false; - this.separator3.Location = new System.Drawing.Point(3, 83); - this.separator3.Name = "separator3"; - this.separator3.Size = new System.Drawing.Size(740, 10); - this.separator3.TabIndex = 9; - this.separator3.Text = "separator3"; + separator3.Dock = System.Windows.Forms.DockStyle.Top; + separator3.IsVertical = false; + separator3.Location = new System.Drawing.Point(3, 83); + separator3.Name = "separator3"; + separator3.Size = new System.Drawing.Size(740, 10); + separator3.TabIndex = 9; + separator3.Text = "separator3"; // // panel1 // - this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel1.BorderColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.btnLeaveParty); - this.panel1.Controls.Add(this.label1); - this.panel1.Controls.Add(this.lblLeader); - this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel1.Location = new System.Drawing.Point(3, 404); - this.panel1.Name = "panel1"; - this.panel1.Padding = new System.Windows.Forms.Padding(6); - this.panel1.Radius = 0; - this.panel1.ShadowDepth = 4F; - this.panel1.Size = new System.Drawing.Size(740, 32); - this.panel1.TabIndex = 8; + panel1.BackColor = System.Drawing.Color.Transparent; + panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel1.BorderColor = System.Drawing.Color.Transparent; + panel1.Controls.Add(btnLeaveParty); + panel1.Controls.Add(label1); + panel1.Controls.Add(lblLeader); + panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + panel1.Location = new System.Drawing.Point(3, 404); + panel1.Name = "panel1"; + panel1.Padding = new System.Windows.Forms.Padding(6); + panel1.Radius = 0; + panel1.ShadowDepth = 4F; + panel1.Size = new System.Drawing.Size(740, 32); + panel1.TabIndex = 8; // // btnLeaveParty // - this.btnLeaveParty.Color = System.Drawing.Color.IndianRed; - this.btnLeaveParty.Dock = System.Windows.Forms.DockStyle.Right; - this.btnLeaveParty.Enabled = false; - this.btnLeaveParty.ForeColor = System.Drawing.Color.White; - this.btnLeaveParty.Location = new System.Drawing.Point(637, 6); - this.btnLeaveParty.Name = "btnLeaveParty"; - this.btnLeaveParty.Radius = 6; - this.btnLeaveParty.ShadowDepth = 4F; - this.btnLeaveParty.Size = new System.Drawing.Size(97, 20); - this.btnLeaveParty.TabIndex = 2; - this.btnLeaveParty.Text = "Leave party"; - this.btnLeaveParty.Click += new System.EventHandler(this.btnLeaveParty_Click); + btnLeaveParty.Color = System.Drawing.Color.IndianRed; + btnLeaveParty.Dock = System.Windows.Forms.DockStyle.Right; + btnLeaveParty.Enabled = false; + btnLeaveParty.ForeColor = System.Drawing.Color.White; + btnLeaveParty.Location = new System.Drawing.Point(637, 6); + btnLeaveParty.Name = "btnLeaveParty"; + btnLeaveParty.Radius = 6; + btnLeaveParty.ShadowDepth = 4F; + btnLeaveParty.Size = new System.Drawing.Size(97, 20); + btnLeaveParty.TabIndex = 2; + btnLeaveParty.Text = "Leave party"; + btnLeaveParty.Click += btnLeaveParty_Click; // // label1 // - this.label1.BackColor = System.Drawing.Color.Transparent; - this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(3, 8); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(61, 15); - this.label1.TabIndex = 1; - this.label1.Text = "Leader:"; + label1.BackColor = System.Drawing.Color.Transparent; + label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(3, 8); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(61, 15); + label1.TabIndex = 1; + label1.Text = "Leader:"; // // lblLeader // - this.lblLeader.BackColor = System.Drawing.Color.Transparent; - this.lblLeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lblLeader.Location = new System.Drawing.Point(70, 9); - this.lblLeader.Name = "lblLeader"; - this.lblLeader.Size = new System.Drawing.Size(143, 14); - this.lblLeader.TabIndex = 1; - this.lblLeader.Text = ""; + lblLeader.BackColor = System.Drawing.Color.Transparent; + lblLeader.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lblLeader.Location = new System.Drawing.Point(70, 9); + lblLeader.Name = "lblLeader"; + lblLeader.Size = new System.Drawing.Size(143, 14); + lblLeader.TabIndex = 1; + lblLeader.Text = ""; // // grpPartySettings // - this.grpPartySettings.BackColor = System.Drawing.Color.Transparent; - this.grpPartySettings.Controls.Add(this.checkCurrentAllowInvitations); - this.grpPartySettings.Controls.Add(this.checkCurrentAutoShareItems); - this.grpPartySettings.Controls.Add(this.checkCurrentAutoShareEXP); - this.grpPartySettings.Dock = System.Windows.Forms.DockStyle.Top; - this.grpPartySettings.Enabled = false; - this.grpPartySettings.Location = new System.Drawing.Point(3, 3); - this.grpPartySettings.Name = "grpPartySettings"; - this.grpPartySettings.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.grpPartySettings.Radius = 10; - this.grpPartySettings.ShadowDepth = 4; - this.grpPartySettings.Size = new System.Drawing.Size(740, 80); - this.grpPartySettings.TabIndex = 7; - this.grpPartySettings.TabStop = false; - this.grpPartySettings.Text = "Party settings"; + grpPartySettings.BackColor = System.Drawing.Color.Transparent; + grpPartySettings.Controls.Add(checkCurrentAllowInvitations); + grpPartySettings.Controls.Add(checkCurrentAutoShareItems); + grpPartySettings.Controls.Add(checkCurrentAutoShareEXP); + grpPartySettings.Dock = System.Windows.Forms.DockStyle.Top; + grpPartySettings.Enabled = false; + grpPartySettings.Location = new System.Drawing.Point(3, 3); + grpPartySettings.Name = "grpPartySettings"; + grpPartySettings.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + grpPartySettings.Radius = 10; + grpPartySettings.ShadowDepth = 4; + grpPartySettings.Size = new System.Drawing.Size(740, 80); + grpPartySettings.TabIndex = 7; + grpPartySettings.TabStop = false; + grpPartySettings.Text = "Party settings"; // // checkCurrentAllowInvitations // - this.checkCurrentAllowInvitations.AutoSize = true; - this.checkCurrentAllowInvitations.BackColor = System.Drawing.Color.Transparent; - this.checkCurrentAllowInvitations.Enabled = false; - this.checkCurrentAllowInvitations.Location = new System.Drawing.Point(143, 31); - this.checkCurrentAllowInvitations.Name = "checkCurrentAllowInvitations"; - this.checkCurrentAllowInvitations.ShadowDepth = 1; - this.checkCurrentAllowInvitations.Size = new System.Drawing.Size(111, 15); - this.checkCurrentAllowInvitations.TabIndex = 6; - this.checkCurrentAllowInvitations.Text = "Allow invitations"; - this.checkCurrentAllowInvitations.UseVisualStyleBackColor = false; + checkCurrentAllowInvitations.AutoSize = true; + checkCurrentAllowInvitations.BackColor = System.Drawing.Color.Transparent; + checkCurrentAllowInvitations.Enabled = false; + checkCurrentAllowInvitations.Location = new System.Drawing.Point(143, 31); + checkCurrentAllowInvitations.Name = "checkCurrentAllowInvitations"; + checkCurrentAllowInvitations.ShadowDepth = 1; + checkCurrentAllowInvitations.Size = new System.Drawing.Size(111, 15); + checkCurrentAllowInvitations.TabIndex = 6; + checkCurrentAllowInvitations.Text = "Allow invitations"; + checkCurrentAllowInvitations.UseVisualStyleBackColor = false; // // checkCurrentAutoShareItems // - this.checkCurrentAutoShareItems.AutoSize = true; - this.checkCurrentAutoShareItems.BackColor = System.Drawing.Color.Transparent; - this.checkCurrentAutoShareItems.Enabled = false; - this.checkCurrentAutoShareItems.Location = new System.Drawing.Point(13, 54); - this.checkCurrentAutoShareItems.Name = "checkCurrentAutoShareItems"; - this.checkCurrentAutoShareItems.ShadowDepth = 1; - this.checkCurrentAutoShareItems.Size = new System.Drawing.Size(105, 15); - this.checkCurrentAutoShareItems.TabIndex = 5; - this.checkCurrentAutoShareItems.Text = "Item auto share"; - this.checkCurrentAutoShareItems.UseVisualStyleBackColor = false; + checkCurrentAutoShareItems.AutoSize = true; + checkCurrentAutoShareItems.BackColor = System.Drawing.Color.Transparent; + checkCurrentAutoShareItems.Enabled = false; + checkCurrentAutoShareItems.Location = new System.Drawing.Point(13, 54); + checkCurrentAutoShareItems.Name = "checkCurrentAutoShareItems"; + checkCurrentAutoShareItems.ShadowDepth = 1; + checkCurrentAutoShareItems.Size = new System.Drawing.Size(105, 15); + checkCurrentAutoShareItems.TabIndex = 5; + checkCurrentAutoShareItems.Text = "Item auto share"; + checkCurrentAutoShareItems.UseVisualStyleBackColor = false; // // checkCurrentAutoShareEXP // - this.checkCurrentAutoShareEXP.AutoSize = true; - this.checkCurrentAutoShareEXP.BackColor = System.Drawing.Color.Transparent; - this.checkCurrentAutoShareEXP.Enabled = false; - this.checkCurrentAutoShareEXP.Location = new System.Drawing.Point(13, 31); - this.checkCurrentAutoShareEXP.Name = "checkCurrentAutoShareEXP"; - this.checkCurrentAutoShareEXP.ShadowDepth = 1; - this.checkCurrentAutoShareEXP.Size = new System.Drawing.Size(103, 15); - this.checkCurrentAutoShareEXP.TabIndex = 5; - this.checkCurrentAutoShareEXP.Text = "EXP Auto share"; - this.checkCurrentAutoShareEXP.UseVisualStyleBackColor = false; + checkCurrentAutoShareEXP.AutoSize = true; + checkCurrentAutoShareEXP.BackColor = System.Drawing.Color.Transparent; + checkCurrentAutoShareEXP.Enabled = false; + checkCurrentAutoShareEXP.Location = new System.Drawing.Point(13, 31); + checkCurrentAutoShareEXP.Name = "checkCurrentAutoShareEXP"; + checkCurrentAutoShareEXP.ShadowDepth = 1; + checkCurrentAutoShareEXP.Size = new System.Drawing.Size(103, 15); + checkCurrentAutoShareEXP.TabIndex = 5; + checkCurrentAutoShareEXP.Text = "EXP Auto share"; + checkCurrentAutoShareEXP.UseVisualStyleBackColor = false; // // tpAutoParty // - this.tpAutoParty.BackColor = System.Drawing.Color.White; - this.tpAutoParty.Controls.Add(this.groupBox2); - this.tpAutoParty.Controls.Add(this.separator6); - this.tpAutoParty.Controls.Add(this.panel2); - this.tpAutoParty.Controls.Add(this.separator5); - this.tpAutoParty.Controls.Add(this.grbAutoPartySettings); - this.tpAutoParty.Location = new System.Drawing.Point(4, 24); - this.tpAutoParty.Name = "tpAutoParty"; - this.tpAutoParty.Padding = new System.Windows.Forms.Padding(3); - this.tpAutoParty.Size = new System.Drawing.Size(746, 439); - this.tpAutoParty.TabIndex = 1; - this.tpAutoParty.Text = "Auto Party"; + tpAutoParty.BackColor = System.Drawing.Color.White; + tpAutoParty.Controls.Add(groupBox2); + tpAutoParty.Controls.Add(separator6); + tpAutoParty.Controls.Add(panel2); + tpAutoParty.Controls.Add(separator5); + tpAutoParty.Controls.Add(grbAutoPartySettings); + tpAutoParty.Location = new System.Drawing.Point(4, 24); + tpAutoParty.Name = "tpAutoParty"; + tpAutoParty.Padding = new System.Windows.Forms.Padding(3); + tpAutoParty.Size = new System.Drawing.Size(746, 439); + tpAutoParty.TabIndex = 1; + tpAutoParty.Text = "Auto Party"; // // groupBox2 // - this.groupBox2.BackColor = System.Drawing.Color.Transparent; - this.groupBox2.Controls.Add(this.checkBoxFollowMaster); - this.groupBox2.Controls.Add(this.separator10); - this.groupBox2.Controls.Add(this.labelCommandsInfo); - this.groupBox2.Controls.Add(this.separator2); - this.groupBox2.Controls.Add(this.separator1); - this.groupBox2.Controls.Add(this.textBoxLeaveIfMasterNotName); - this.groupBox2.Controls.Add(this.checkBoxListenCommandsOnlyList); - this.groupBox2.Controls.Add(this.checkBoxListenMasterCommands); - this.groupBox2.Controls.Add(this.checkBoxLeaveIfMasterNot); - this.groupBox2.Controls.Add(this.checkAcceptIfBotStopped); - this.groupBox2.Controls.Add(this.checkAcceptAtTrainingPlace); - this.groupBox2.Controls.Add(this.label2); - this.groupBox2.Controls.Add(this.checkInviteFromList); - this.groupBox2.Controls.Add(this.checkInviteAll); - this.groupBox2.Controls.Add(this.checkAcceptFromList); - this.groupBox2.Controls.Add(this.checkAcceptAll); - this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox2.Location = new System.Drawing.Point(234, 93); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBox2.Radius = 10; - this.groupBox2.ShadowDepth = 4; - this.groupBox2.Size = new System.Drawing.Size(509, 343); - this.groupBox2.TabIndex = 11; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Auto party settings"; + groupBox2.BackColor = System.Drawing.Color.Transparent; + groupBox2.Controls.Add(checkBoxFollowMaster); + groupBox2.Controls.Add(separator10); + groupBox2.Controls.Add(labelCommandsInfo); + groupBox2.Controls.Add(separator2); + groupBox2.Controls.Add(separator1); + groupBox2.Controls.Add(textBoxLeaveIfMasterNotName); + groupBox2.Controls.Add(checkBoxListenCommandsOnlyList); + groupBox2.Controls.Add(checkBoxListenMasterCommands); + groupBox2.Controls.Add(checkBoxLeaveIfMasterNot); + groupBox2.Controls.Add(checkAcceptIfBotStopped); + groupBox2.Controls.Add(checkAcceptAtTrainingPlace); + groupBox2.Controls.Add(label2); + groupBox2.Controls.Add(checkInviteFromList); + groupBox2.Controls.Add(checkInviteAll); + groupBox2.Controls.Add(checkAcceptFromList); + groupBox2.Controls.Add(checkAcceptAll); + groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; + groupBox2.Location = new System.Drawing.Point(234, 93); + groupBox2.Name = "groupBox2"; + groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox2.Radius = 10; + groupBox2.ShadowDepth = 4; + groupBox2.Size = new System.Drawing.Size(509, 343); + groupBox2.TabIndex = 11; + groupBox2.TabStop = false; + groupBox2.Text = "Auto party settings"; // // checkBoxFollowMaster // - this.checkBoxFollowMaster.AutoSize = true; - this.checkBoxFollowMaster.BackColor = System.Drawing.Color.Transparent; - this.checkBoxFollowMaster.Location = new System.Drawing.Point(281, 31); - this.checkBoxFollowMaster.Name = "checkBoxFollowMaster"; - this.checkBoxFollowMaster.ShadowDepth = 1; - this.checkBoxFollowMaster.Size = new System.Drawing.Size(185, 15); - this.checkBoxFollowMaster.TabIndex = 20; - this.checkBoxFollowMaster.Text = "Always follow the party master"; - this.checkBoxFollowMaster.UseVisualStyleBackColor = false; - this.checkBoxFollowMaster.CheckedChanged += new System.EventHandler(this.checkBoxFollowMaster_CheckedChanged); + checkBoxFollowMaster.AutoSize = true; + checkBoxFollowMaster.BackColor = System.Drawing.Color.Transparent; + checkBoxFollowMaster.Location = new System.Drawing.Point(281, 31); + checkBoxFollowMaster.Name = "checkBoxFollowMaster"; + checkBoxFollowMaster.ShadowDepth = 1; + checkBoxFollowMaster.Size = new System.Drawing.Size(185, 15); + checkBoxFollowMaster.TabIndex = 20; + checkBoxFollowMaster.Text = "Always follow the party master"; + checkBoxFollowMaster.UseVisualStyleBackColor = false; + checkBoxFollowMaster.CheckedChanged += checkBoxFollowMaster_CheckedChanged; // // separator10 // - this.separator10.IsVertical = true; - this.separator10.Location = new System.Drawing.Point(265, 31); - this.separator10.Name = "separator10"; - this.separator10.Size = new System.Drawing.Size(10, 130); - this.separator10.TabIndex = 19; - this.separator10.Text = "separator10"; + separator10.IsVertical = true; + separator10.Location = new System.Drawing.Point(265, 31); + separator10.Name = "separator10"; + separator10.Size = new System.Drawing.Size(10, 130); + separator10.TabIndex = 19; + separator10.Text = "separator10"; // // labelCommandsInfo // - this.labelCommandsInfo.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.labelCommandsInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.labelCommandsInfo.Location = new System.Drawing.Point(212, 253); - this.labelCommandsInfo.Name = "labelCommandsInfo"; - this.labelCommandsInfo.Size = new System.Drawing.Size(285, 77); - this.labelCommandsInfo.TabIndex = 16; - this.labelCommandsInfo.Text = "Commands only using in the game chat window! \r\n\r\ntraceme: Send follow me request " + - "to players \r\nsitdown: Send sitdown request to players"; + labelCommandsInfo.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + labelCommandsInfo.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + labelCommandsInfo.Location = new System.Drawing.Point(212, 253); + labelCommandsInfo.Name = "labelCommandsInfo"; + labelCommandsInfo.Size = new System.Drawing.Size(285, 77); + labelCommandsInfo.TabIndex = 16; + labelCommandsInfo.Text = "Commands only using in the game chat window! \r\n\r\ntraceme: Send follow me request to players \r\nsitdown: Send sitdown request to players"; // // separator2 // - this.separator2.IsVertical = false; - this.separator2.Location = new System.Drawing.Point(20, 214); - this.separator2.Name = "separator2"; - this.separator2.Size = new System.Drawing.Size(464, 11); - this.separator2.TabIndex = 15; - this.separator2.Text = "separator1"; + separator2.IsVertical = false; + separator2.Location = new System.Drawing.Point(20, 214); + separator2.Name = "separator2"; + separator2.Size = new System.Drawing.Size(464, 11); + separator2.TabIndex = 15; + separator2.Text = "separator1"; // // separator1 // - this.separator1.IsVertical = false; - this.separator1.Location = new System.Drawing.Point(20, 167); - this.separator1.Name = "separator1"; - this.separator1.Size = new System.Drawing.Size(464, 11); - this.separator1.TabIndex = 15; - this.separator1.Text = "separator1"; + separator1.IsVertical = false; + separator1.Location = new System.Drawing.Point(20, 167); + separator1.Name = "separator1"; + separator1.Size = new System.Drawing.Size(464, 11); + separator1.TabIndex = 15; + separator1.Text = "separator1"; // // textBoxLeaveIfMasterNotName // - this.textBoxLeaveIfMasterNotName.Location = new System.Drawing.Point(175, 188); - this.textBoxLeaveIfMasterNotName.MaxLength = 32767; - this.textBoxLeaveIfMasterNotName.MultiLine = false; - this.textBoxLeaveIfMasterNotName.Name = "textBoxLeaveIfMasterNotName"; - this.textBoxLeaveIfMasterNotName.Radius = 2; - this.textBoxLeaveIfMasterNotName.Size = new System.Drawing.Size(85, 21); - this.textBoxLeaveIfMasterNotName.TabIndex = 14; - this.textBoxLeaveIfMasterNotName.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.textBoxLeaveIfMasterNotName.UseSystemPasswordChar = false; + textBoxLeaveIfMasterNotName.Location = new System.Drawing.Point(175, 188); + textBoxLeaveIfMasterNotName.MaxLength = 32767; + textBoxLeaveIfMasterNotName.MultiLine = false; + textBoxLeaveIfMasterNotName.Name = "textBoxLeaveIfMasterNotName"; + textBoxLeaveIfMasterNotName.Radius = 2; + textBoxLeaveIfMasterNotName.Size = new System.Drawing.Size(85, 21); + textBoxLeaveIfMasterNotName.TabIndex = 14; + textBoxLeaveIfMasterNotName.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + textBoxLeaveIfMasterNotName.UseSystemPasswordChar = false; // // checkBoxListenCommandsOnlyList // - this.checkBoxListenCommandsOnlyList.AutoSize = true; - this.checkBoxListenCommandsOnlyList.BackColor = System.Drawing.Color.Transparent; - this.checkBoxListenCommandsOnlyList.Location = new System.Drawing.Point(20, 253); - this.checkBoxListenCommandsOnlyList.Name = "checkBoxListenCommandsOnlyList"; - this.checkBoxListenCommandsOnlyList.ShadowDepth = 1; - this.checkBoxListenCommandsOnlyList.Size = new System.Drawing.Size(148, 15); - this.checkBoxListenCommandsOnlyList.TabIndex = 13; - this.checkBoxListenCommandsOnlyList.Text = "Listen commands in list"; - this.checkBoxListenCommandsOnlyList.UseVisualStyleBackColor = false; - this.checkBoxListenCommandsOnlyList.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkBoxListenCommandsOnlyList.AutoSize = true; + checkBoxListenCommandsOnlyList.BackColor = System.Drawing.Color.Transparent; + checkBoxListenCommandsOnlyList.Location = new System.Drawing.Point(20, 253); + checkBoxListenCommandsOnlyList.Name = "checkBoxListenCommandsOnlyList"; + checkBoxListenCommandsOnlyList.ShadowDepth = 1; + checkBoxListenCommandsOnlyList.Size = new System.Drawing.Size(148, 15); + checkBoxListenCommandsOnlyList.TabIndex = 13; + checkBoxListenCommandsOnlyList.Text = "Listen commands in list"; + checkBoxListenCommandsOnlyList.UseVisualStyleBackColor = false; + checkBoxListenCommandsOnlyList.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkBoxListenMasterCommands // - this.checkBoxListenMasterCommands.AutoSize = true; - this.checkBoxListenMasterCommands.BackColor = System.Drawing.Color.Transparent; - this.checkBoxListenMasterCommands.Location = new System.Drawing.Point(20, 231); - this.checkBoxListenMasterCommands.Name = "checkBoxListenMasterCommands"; - this.checkBoxListenMasterCommands.ShadowDepth = 1; - this.checkBoxListenMasterCommands.Size = new System.Drawing.Size(186, 15); - this.checkBoxListenMasterCommands.TabIndex = 13; - this.checkBoxListenMasterCommands.Text = "Listen party master commands"; - this.checkBoxListenMasterCommands.UseVisualStyleBackColor = false; - this.checkBoxListenMasterCommands.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkBoxListenMasterCommands.AutoSize = true; + checkBoxListenMasterCommands.BackColor = System.Drawing.Color.Transparent; + checkBoxListenMasterCommands.Location = new System.Drawing.Point(20, 231); + checkBoxListenMasterCommands.Name = "checkBoxListenMasterCommands"; + checkBoxListenMasterCommands.ShadowDepth = 1; + checkBoxListenMasterCommands.Size = new System.Drawing.Size(186, 15); + checkBoxListenMasterCommands.TabIndex = 13; + checkBoxListenMasterCommands.Text = "Listen party master commands"; + checkBoxListenMasterCommands.UseVisualStyleBackColor = false; + checkBoxListenMasterCommands.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkBoxLeaveIfMasterNot // - this.checkBoxLeaveIfMasterNot.AutoSize = true; - this.checkBoxLeaveIfMasterNot.BackColor = System.Drawing.Color.Transparent; - this.checkBoxLeaveIfMasterNot.Location = new System.Drawing.Point(20, 190); - this.checkBoxLeaveIfMasterNot.Name = "checkBoxLeaveIfMasterNot"; - this.checkBoxLeaveIfMasterNot.ShadowDepth = 1; - this.checkBoxLeaveIfMasterNot.Size = new System.Drawing.Size(129, 15); - this.checkBoxLeaveIfMasterNot.TabIndex = 13; - this.checkBoxLeaveIfMasterNot.Text = "Leave, if master not:"; - this.checkBoxLeaveIfMasterNot.UseVisualStyleBackColor = false; - this.checkBoxLeaveIfMasterNot.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkBoxLeaveIfMasterNot.AutoSize = true; + checkBoxLeaveIfMasterNot.BackColor = System.Drawing.Color.Transparent; + checkBoxLeaveIfMasterNot.Location = new System.Drawing.Point(20, 190); + checkBoxLeaveIfMasterNot.Name = "checkBoxLeaveIfMasterNot"; + checkBoxLeaveIfMasterNot.ShadowDepth = 1; + checkBoxLeaveIfMasterNot.Size = new System.Drawing.Size(129, 15); + checkBoxLeaveIfMasterNot.TabIndex = 13; + checkBoxLeaveIfMasterNot.Text = "Leave, if master not:"; + checkBoxLeaveIfMasterNot.UseVisualStyleBackColor = false; + checkBoxLeaveIfMasterNot.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkAcceptIfBotStopped // - this.checkAcceptIfBotStopped.AutoSize = true; - this.checkAcceptIfBotStopped.BackColor = System.Drawing.Color.Transparent; - this.checkAcceptIfBotStopped.Location = new System.Drawing.Point(20, 144); - this.checkAcceptIfBotStopped.Name = "checkAcceptIfBotStopped"; - this.checkAcceptIfBotStopped.ShadowDepth = 1; - this.checkAcceptIfBotStopped.Size = new System.Drawing.Size(168, 15); - this.checkAcceptIfBotStopped.TabIndex = 12; - this.checkAcceptIfBotStopped.Text = "Accept if the bot is stopped"; - this.checkAcceptIfBotStopped.UseVisualStyleBackColor = false; - this.checkAcceptIfBotStopped.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkAcceptIfBotStopped.AutoSize = true; + checkAcceptIfBotStopped.BackColor = System.Drawing.Color.Transparent; + checkAcceptIfBotStopped.Location = new System.Drawing.Point(20, 144); + checkAcceptIfBotStopped.Name = "checkAcceptIfBotStopped"; + checkAcceptIfBotStopped.ShadowDepth = 1; + checkAcceptIfBotStopped.Size = new System.Drawing.Size(168, 15); + checkAcceptIfBotStopped.TabIndex = 12; + checkAcceptIfBotStopped.Text = "Accept if the bot is stopped"; + checkAcceptIfBotStopped.UseVisualStyleBackColor = false; + checkAcceptIfBotStopped.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkAcceptAtTrainingPlace // - this.checkAcceptAtTrainingPlace.AutoSize = true; - this.checkAcceptAtTrainingPlace.BackColor = System.Drawing.Color.Transparent; - this.checkAcceptAtTrainingPlace.Location = new System.Drawing.Point(20, 121); - this.checkAcceptAtTrainingPlace.Name = "checkAcceptAtTrainingPlace"; - this.checkAcceptAtTrainingPlace.ShadowDepth = 1; - this.checkAcceptAtTrainingPlace.Size = new System.Drawing.Size(208, 15); - this.checkAcceptAtTrainingPlace.TabIndex = 10; - this.checkAcceptAtTrainingPlace.Text = "Accept/Invite only at training place"; - this.checkAcceptAtTrainingPlace.UseVisualStyleBackColor = false; - this.checkAcceptAtTrainingPlace.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkAcceptAtTrainingPlace.AutoSize = true; + checkAcceptAtTrainingPlace.BackColor = System.Drawing.Color.Transparent; + checkAcceptAtTrainingPlace.Location = new System.Drawing.Point(20, 121); + checkAcceptAtTrainingPlace.Name = "checkAcceptAtTrainingPlace"; + checkAcceptAtTrainingPlace.ShadowDepth = 1; + checkAcceptAtTrainingPlace.Size = new System.Drawing.Size(208, 15); + checkAcceptAtTrainingPlace.TabIndex = 10; + checkAcceptAtTrainingPlace.Text = "Accept/Invite only at training place"; + checkAcceptAtTrainingPlace.UseVisualStyleBackColor = false; + checkAcceptAtTrainingPlace.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // label2 // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(17, 312); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(189, 18); - this.label2.TabIndex = 11; - this.label2.Text = "* If party settings filter matches"; + label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(17, 312); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(189, 18); + label2.TabIndex = 11; + label2.Text = "* If party settings filter matches"; // // checkInviteFromList // - this.checkInviteFromList.AutoSize = true; - this.checkInviteFromList.BackColor = System.Drawing.Color.Transparent; - this.checkInviteFromList.Location = new System.Drawing.Point(20, 98); - this.checkInviteFromList.Name = "checkInviteFromList"; - this.checkInviteFromList.ShadowDepth = 1; - this.checkInviteFromList.Size = new System.Drawing.Size(218, 15); - this.checkInviteFromList.TabIndex = 9; - this.checkInviteFromList.Text = "Auto invite all players from player list"; - this.checkInviteFromList.UseVisualStyleBackColor = false; - this.checkInviteFromList.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkInviteFromList.AutoSize = true; + checkInviteFromList.BackColor = System.Drawing.Color.Transparent; + checkInviteFromList.Location = new System.Drawing.Point(20, 98); + checkInviteFromList.Name = "checkInviteFromList"; + checkInviteFromList.ShadowDepth = 1; + checkInviteFromList.Size = new System.Drawing.Size(218, 15); + checkInviteFromList.TabIndex = 9; + checkInviteFromList.Text = "Auto invite all players from player list"; + checkInviteFromList.UseVisualStyleBackColor = false; + checkInviteFromList.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkInviteAll // - this.checkInviteAll.AutoSize = true; - this.checkInviteAll.BackColor = System.Drawing.Color.Transparent; - this.checkInviteAll.Location = new System.Drawing.Point(20, 75); - this.checkInviteAll.Name = "checkInviteAll"; - this.checkInviteAll.ShadowDepth = 1; - this.checkInviteAll.Size = new System.Drawing.Size(136, 15); - this.checkInviteAll.TabIndex = 8; - this.checkInviteAll.Text = "Auto invite all players"; - this.checkInviteAll.UseVisualStyleBackColor = false; - this.checkInviteAll.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkInviteAll.AutoSize = true; + checkInviteAll.BackColor = System.Drawing.Color.Transparent; + checkInviteAll.Location = new System.Drawing.Point(20, 75); + checkInviteAll.Name = "checkInviteAll"; + checkInviteAll.ShadowDepth = 1; + checkInviteAll.Size = new System.Drawing.Size(136, 15); + checkInviteAll.TabIndex = 8; + checkInviteAll.Text = "Auto invite all players"; + checkInviteAll.UseVisualStyleBackColor = false; + checkInviteAll.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkAcceptFromList // - this.checkAcceptFromList.AutoSize = true; - this.checkAcceptFromList.BackColor = System.Drawing.Color.Transparent; - this.checkAcceptFromList.Location = new System.Drawing.Point(20, 52); - this.checkAcceptFromList.Name = "checkAcceptFromList"; - this.checkAcceptFromList.ShadowDepth = 1; - this.checkAcceptFromList.Size = new System.Drawing.Size(200, 15); - this.checkAcceptFromList.TabIndex = 7; - this.checkAcceptFromList.Text = "Accept invitations from player list"; - this.checkAcceptFromList.UseVisualStyleBackColor = false; - this.checkAcceptFromList.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkAcceptFromList.AutoSize = true; + checkAcceptFromList.BackColor = System.Drawing.Color.Transparent; + checkAcceptFromList.Location = new System.Drawing.Point(20, 52); + checkAcceptFromList.Name = "checkAcceptFromList"; + checkAcceptFromList.ShadowDepth = 1; + checkAcceptFromList.Size = new System.Drawing.Size(200, 15); + checkAcceptFromList.TabIndex = 7; + checkAcceptFromList.Text = "Accept invitations from player list"; + checkAcceptFromList.UseVisualStyleBackColor = false; + checkAcceptFromList.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // checkAcceptAll // - this.checkAcceptAll.AutoSize = true; - this.checkAcceptAll.BackColor = System.Drawing.Color.Transparent; - this.checkAcceptAll.Location = new System.Drawing.Point(20, 29); - this.checkAcceptAll.Name = "checkAcceptAll"; - this.checkAcceptAll.ShadowDepth = 1; - this.checkAcceptAll.Size = new System.Drawing.Size(138, 15); - this.checkAcceptAll.TabIndex = 6; - this.checkAcceptAll.Text = "Accept all invitations*"; - this.checkAcceptAll.UseVisualStyleBackColor = false; - this.checkAcceptAll.CheckedChanged += new System.EventHandler(this.checkAutoPartySetting_CheckedChanged); + checkAcceptAll.AutoSize = true; + checkAcceptAll.BackColor = System.Drawing.Color.Transparent; + checkAcceptAll.Location = new System.Drawing.Point(20, 29); + checkAcceptAll.Name = "checkAcceptAll"; + checkAcceptAll.ShadowDepth = 1; + checkAcceptAll.Size = new System.Drawing.Size(138, 15); + checkAcceptAll.TabIndex = 6; + checkAcceptAll.Text = "Accept all invitations*"; + checkAcceptAll.UseVisualStyleBackColor = false; + checkAcceptAll.CheckedChanged += checkAutoPartySetting_CheckedChanged; // // separator6 // - this.separator6.Dock = System.Windows.Forms.DockStyle.Left; - this.separator6.IsVertical = true; - this.separator6.Location = new System.Drawing.Point(224, 93); - this.separator6.Name = "separator6"; - this.separator6.Size = new System.Drawing.Size(10, 343); - this.separator6.TabIndex = 16; - this.separator6.Text = "separator6"; + separator6.Dock = System.Windows.Forms.DockStyle.Left; + separator6.IsVertical = true; + separator6.Location = new System.Drawing.Point(224, 93); + separator6.Name = "separator6"; + separator6.Size = new System.Drawing.Size(10, 343); + separator6.TabIndex = 16; + separator6.Text = "separator6"; // // panel2 // - this.panel2.Controls.Add(this.groupBox7); - this.panel2.Controls.Add(this.separator4); - this.panel2.Controls.Add(this.groupBox3); - this.panel2.Dock = System.Windows.Forms.DockStyle.Left; - this.panel2.Location = new System.Drawing.Point(3, 93); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(221, 343); - this.panel2.TabIndex = 14; + panel2.Controls.Add(groupBox7); + panel2.Controls.Add(separator4); + panel2.Controls.Add(groupBox3); + panel2.Dock = System.Windows.Forms.DockStyle.Left; + panel2.Location = new System.Drawing.Point(3, 93); + panel2.Name = "panel2"; + panel2.Size = new System.Drawing.Size(221, 343); + panel2.TabIndex = 14; // // groupBox7 // - this.groupBox7.BackColor = System.Drawing.Color.Transparent; - this.groupBox7.Controls.Add(this.listCommandPlayers); - this.groupBox7.Controls.Add(this.panel4); - this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox7.Location = new System.Drawing.Point(0, 189); - this.groupBox7.Name = "groupBox7"; - this.groupBox7.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); - this.groupBox7.Radius = 10; - this.groupBox7.ShadowDepth = 4; - this.groupBox7.Size = new System.Drawing.Size(221, 154); - this.groupBox7.TabIndex = 13; - this.groupBox7.TabStop = false; - this.groupBox7.Text = "Their commands will be listened to"; + groupBox7.BackColor = System.Drawing.Color.Transparent; + groupBox7.Controls.Add(listCommandPlayers); + groupBox7.Controls.Add(panel4); + groupBox7.Dock = System.Windows.Forms.DockStyle.Fill; + groupBox7.Location = new System.Drawing.Point(0, 189); + groupBox7.Name = "groupBox7"; + groupBox7.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); + groupBox7.Radius = 10; + groupBox7.ShadowDepth = 4; + groupBox7.Size = new System.Drawing.Size(221, 154); + groupBox7.TabIndex = 13; + groupBox7.TabStop = false; + groupBox7.Text = "Their commands will be listened to"; // // listCommandPlayers // - this.listCommandPlayers.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listCommandPlayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader3}); - this.listCommandPlayers.Dock = System.Windows.Forms.DockStyle.Fill; - this.listCommandPlayers.FullRowSelect = true; - this.listCommandPlayers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listCommandPlayers.Location = new System.Drawing.Point(1, 24); - this.listCommandPlayers.MultiSelect = false; - this.listCommandPlayers.Name = "listCommandPlayers"; - this.listCommandPlayers.Size = new System.Drawing.Size(219, 96); - this.listCommandPlayers.TabIndex = 18; - this.listCommandPlayers.UseCompatibleStateImageBehavior = false; - this.listCommandPlayers.View = System.Windows.Forms.View.Details; + listCommandPlayers.BorderStyle = System.Windows.Forms.BorderStyle.None; + listCommandPlayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader3 }); + listCommandPlayers.Dock = System.Windows.Forms.DockStyle.Fill; + listCommandPlayers.FullRowSelect = true; + listCommandPlayers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + listCommandPlayers.Location = new System.Drawing.Point(1, 24); + listCommandPlayers.MultiSelect = false; + listCommandPlayers.Name = "listCommandPlayers"; + listCommandPlayers.Size = new System.Drawing.Size(219, 96); + listCommandPlayers.TabIndex = 18; + listCommandPlayers.UseCompatibleStateImageBehavior = false; + listCommandPlayers.View = System.Windows.Forms.View.Details; // // columnHeader3 // - this.columnHeader3.Width = 206; + columnHeader3.Width = 206; // // panel4 // - this.panel4.BackColor = System.Drawing.Color.Transparent; - this.panel4.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel4.BorderColor = System.Drawing.Color.Transparent; - this.panel4.Controls.Add(this.buttonCommandPlayerAdd); - this.panel4.Controls.Add(this.buttonCommandPlayerRemove); - this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel4.Location = new System.Drawing.Point(1, 120); - this.panel4.Name = "panel4"; - this.panel4.Radius = 1; - this.panel4.ShadowDepth = 4F; - this.panel4.Size = new System.Drawing.Size(219, 33); - this.panel4.TabIndex = 10; + panel4.BackColor = System.Drawing.Color.Transparent; + panel4.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel4.BorderColor = System.Drawing.Color.Transparent; + panel4.Controls.Add(buttonCommandPlayerAdd); + panel4.Controls.Add(buttonCommandPlayerRemove); + panel4.Dock = System.Windows.Forms.DockStyle.Bottom; + panel4.Location = new System.Drawing.Point(1, 120); + panel4.Name = "panel4"; + panel4.Radius = 1; + panel4.ShadowDepth = 4F; + panel4.Size = new System.Drawing.Size(219, 33); + panel4.TabIndex = 10; // // buttonCommandPlayerAdd // - this.buttonCommandPlayerAdd.Color = System.Drawing.Color.Transparent; - this.buttonCommandPlayerAdd.Location = new System.Drawing.Point(5, 5); - this.buttonCommandPlayerAdd.Name = "buttonCommandPlayerAdd"; - this.buttonCommandPlayerAdd.Radius = 6; - this.buttonCommandPlayerAdd.ShadowDepth = 4F; - this.buttonCommandPlayerAdd.Size = new System.Drawing.Size(82, 23); - this.buttonCommandPlayerAdd.TabIndex = 10; - this.buttonCommandPlayerAdd.Text = "Add"; - this.buttonCommandPlayerAdd.Click += new System.EventHandler(this.buttonCommandPlayerAdd_Click); + buttonCommandPlayerAdd.Color = System.Drawing.Color.Transparent; + buttonCommandPlayerAdd.Location = new System.Drawing.Point(5, 5); + buttonCommandPlayerAdd.Name = "buttonCommandPlayerAdd"; + buttonCommandPlayerAdd.Radius = 6; + buttonCommandPlayerAdd.ShadowDepth = 4F; + buttonCommandPlayerAdd.Size = new System.Drawing.Size(82, 23); + buttonCommandPlayerAdd.TabIndex = 10; + buttonCommandPlayerAdd.Text = "Add"; + buttonCommandPlayerAdd.Click += buttonCommandPlayerAdd_Click; // // buttonCommandPlayerRemove // - this.buttonCommandPlayerRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.buttonCommandPlayerRemove.Color = System.Drawing.Color.Transparent; - this.buttonCommandPlayerRemove.Location = new System.Drawing.Point(137, 5); - this.buttonCommandPlayerRemove.Name = "buttonCommandPlayerRemove"; - this.buttonCommandPlayerRemove.Radius = 6; - this.buttonCommandPlayerRemove.ShadowDepth = 4F; - this.buttonCommandPlayerRemove.Size = new System.Drawing.Size(78, 23); - this.buttonCommandPlayerRemove.TabIndex = 10; - this.buttonCommandPlayerRemove.Text = "Remove"; - this.buttonCommandPlayerRemove.Click += new System.EventHandler(this.buttonCommandPlayerRemove_Click); + buttonCommandPlayerRemove.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + buttonCommandPlayerRemove.Color = System.Drawing.Color.Transparent; + buttonCommandPlayerRemove.Location = new System.Drawing.Point(137, 5); + buttonCommandPlayerRemove.Name = "buttonCommandPlayerRemove"; + buttonCommandPlayerRemove.Radius = 6; + buttonCommandPlayerRemove.ShadowDepth = 4F; + buttonCommandPlayerRemove.Size = new System.Drawing.Size(78, 23); + buttonCommandPlayerRemove.TabIndex = 10; + buttonCommandPlayerRemove.Text = "Remove"; + buttonCommandPlayerRemove.Click += buttonCommandPlayerRemove_Click; // // separator4 // - this.separator4.Dock = System.Windows.Forms.DockStyle.Top; - this.separator4.IsVertical = false; - this.separator4.Location = new System.Drawing.Point(0, 179); - this.separator4.Name = "separator4"; - this.separator4.Size = new System.Drawing.Size(221, 10); - this.separator4.TabIndex = 13; - this.separator4.Text = "separator4"; + separator4.Dock = System.Windows.Forms.DockStyle.Top; + separator4.IsVertical = false; + separator4.Location = new System.Drawing.Point(0, 179); + separator4.Name = "separator4"; + separator4.Size = new System.Drawing.Size(221, 10); + separator4.TabIndex = 13; + separator4.Text = "separator4"; // // groupBox3 // - this.groupBox3.BackColor = System.Drawing.Color.Transparent; - this.groupBox3.Controls.Add(this.listAutoParty); - this.groupBox3.Controls.Add(this.panel3); - this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; - this.groupBox3.Location = new System.Drawing.Point(0, 0); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); - this.groupBox3.Radius = 10; - this.groupBox3.ShadowDepth = 4; - this.groupBox3.Size = new System.Drawing.Size(221, 179); - this.groupBox3.TabIndex = 12; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Auto party players"; + groupBox3.BackColor = System.Drawing.Color.Transparent; + groupBox3.Controls.Add(listAutoParty); + groupBox3.Controls.Add(panel3); + groupBox3.Dock = System.Windows.Forms.DockStyle.Top; + groupBox3.Location = new System.Drawing.Point(0, 0); + groupBox3.Name = "groupBox3"; + groupBox3.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); + groupBox3.Radius = 10; + groupBox3.ShadowDepth = 4; + groupBox3.Size = new System.Drawing.Size(221, 179); + groupBox3.TabIndex = 12; + groupBox3.TabStop = false; + groupBox3.Text = "Auto party players"; // // listAutoParty // - this.listAutoParty.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listAutoParty.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader2}); - this.listAutoParty.Dock = System.Windows.Forms.DockStyle.Fill; - this.listAutoParty.FullRowSelect = true; - this.listAutoParty.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listAutoParty.Location = new System.Drawing.Point(1, 24); - this.listAutoParty.MultiSelect = false; - this.listAutoParty.Name = "listAutoParty"; - this.listAutoParty.Size = new System.Drawing.Size(219, 121); - this.listAutoParty.TabIndex = 17; - this.listAutoParty.UseCompatibleStateImageBehavior = false; - this.listAutoParty.View = System.Windows.Forms.View.Details; + listAutoParty.BorderStyle = System.Windows.Forms.BorderStyle.None; + listAutoParty.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader2 }); + listAutoParty.Dock = System.Windows.Forms.DockStyle.Fill; + listAutoParty.FullRowSelect = true; + listAutoParty.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + listAutoParty.Location = new System.Drawing.Point(1, 24); + listAutoParty.MultiSelect = false; + listAutoParty.Name = "listAutoParty"; + listAutoParty.Size = new System.Drawing.Size(219, 121); + listAutoParty.TabIndex = 17; + listAutoParty.UseCompatibleStateImageBehavior = false; + listAutoParty.View = System.Windows.Forms.View.Details; // // columnHeader2 // - this.columnHeader2.Width = 206; + columnHeader2.Width = 206; // // panel3 // - this.panel3.BackColor = System.Drawing.Color.Transparent; - this.panel3.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel3.BorderColor = System.Drawing.Color.Transparent; - this.panel3.Controls.Add(this.btnAddToAutoParty); - this.panel3.Controls.Add(this.btnRemoveFromAutoParty); - this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel3.Location = new System.Drawing.Point(1, 145); - this.panel3.Name = "panel3"; - this.panel3.Radius = 0; - this.panel3.ShadowDepth = 4F; - this.panel3.Size = new System.Drawing.Size(219, 33); - this.panel3.TabIndex = 17; + panel3.BackColor = System.Drawing.Color.Transparent; + panel3.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel3.BorderColor = System.Drawing.Color.Transparent; + panel3.Controls.Add(btnAddToAutoParty); + panel3.Controls.Add(btnRemoveFromAutoParty); + panel3.Dock = System.Windows.Forms.DockStyle.Bottom; + panel3.Location = new System.Drawing.Point(1, 145); + panel3.Name = "panel3"; + panel3.Radius = 0; + panel3.ShadowDepth = 4F; + panel3.Size = new System.Drawing.Size(219, 33); + panel3.TabIndex = 17; // // btnAddToAutoParty // - this.btnAddToAutoParty.Color = System.Drawing.Color.Transparent; - this.btnAddToAutoParty.Location = new System.Drawing.Point(5, 4); - this.btnAddToAutoParty.Name = "btnAddToAutoParty"; - this.btnAddToAutoParty.Radius = 6; - this.btnAddToAutoParty.ShadowDepth = 4F; - this.btnAddToAutoParty.Size = new System.Drawing.Size(82, 23); - this.btnAddToAutoParty.TabIndex = 10; - this.btnAddToAutoParty.Text = "Add"; - this.btnAddToAutoParty.Click += new System.EventHandler(this.btnAddToAutoParty_Click); + btnAddToAutoParty.Color = System.Drawing.Color.Transparent; + btnAddToAutoParty.Location = new System.Drawing.Point(5, 4); + btnAddToAutoParty.Name = "btnAddToAutoParty"; + btnAddToAutoParty.Radius = 6; + btnAddToAutoParty.ShadowDepth = 4F; + btnAddToAutoParty.Size = new System.Drawing.Size(82, 23); + btnAddToAutoParty.TabIndex = 10; + btnAddToAutoParty.Text = "Add"; + btnAddToAutoParty.Click += btnAddToAutoParty_Click; // // btnRemoveFromAutoParty // - this.btnRemoveFromAutoParty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnRemoveFromAutoParty.Color = System.Drawing.Color.Transparent; - this.btnRemoveFromAutoParty.Location = new System.Drawing.Point(138, 4); - this.btnRemoveFromAutoParty.Name = "btnRemoveFromAutoParty"; - this.btnRemoveFromAutoParty.Radius = 6; - this.btnRemoveFromAutoParty.ShadowDepth = 4F; - this.btnRemoveFromAutoParty.Size = new System.Drawing.Size(78, 23); - this.btnRemoveFromAutoParty.TabIndex = 10; - this.btnRemoveFromAutoParty.Text = "Remove"; - this.btnRemoveFromAutoParty.Click += new System.EventHandler(this.btnRemoveFromAutoParty_Click); + btnRemoveFromAutoParty.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + btnRemoveFromAutoParty.Color = System.Drawing.Color.Transparent; + btnRemoveFromAutoParty.Location = new System.Drawing.Point(138, 4); + btnRemoveFromAutoParty.Name = "btnRemoveFromAutoParty"; + btnRemoveFromAutoParty.Radius = 6; + btnRemoveFromAutoParty.ShadowDepth = 4F; + btnRemoveFromAutoParty.Size = new System.Drawing.Size(78, 23); + btnRemoveFromAutoParty.TabIndex = 10; + btnRemoveFromAutoParty.Text = "Remove"; + btnRemoveFromAutoParty.Click += btnRemoveFromAutoParty_Click; // // separator5 // - this.separator5.Dock = System.Windows.Forms.DockStyle.Top; - this.separator5.IsVertical = false; - this.separator5.Location = new System.Drawing.Point(3, 83); - this.separator5.Name = "separator5"; - this.separator5.Size = new System.Drawing.Size(740, 10); - this.separator5.TabIndex = 15; - this.separator5.Text = "separator5"; + separator5.Dock = System.Windows.Forms.DockStyle.Top; + separator5.IsVertical = false; + separator5.Location = new System.Drawing.Point(3, 83); + separator5.Name = "separator5"; + separator5.Size = new System.Drawing.Size(740, 10); + separator5.TabIndex = 15; + separator5.Text = "separator5"; // // grbAutoPartySettings // - this.grbAutoPartySettings.BackColor = System.Drawing.Color.Transparent; - this.grbAutoPartySettings.Controls.Add(this.checkAutoAllowInvitations); - this.grbAutoPartySettings.Controls.Add(this.checkAutoItemAutoShare); - this.grbAutoPartySettings.Controls.Add(this.checkAutoExpAutoShare); - this.grbAutoPartySettings.Dock = System.Windows.Forms.DockStyle.Top; - this.grbAutoPartySettings.Location = new System.Drawing.Point(3, 3); - this.grbAutoPartySettings.Name = "grbAutoPartySettings"; - this.grbAutoPartySettings.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.grbAutoPartySettings.Radius = 10; - this.grbAutoPartySettings.ShadowDepth = 4; - this.grbAutoPartySettings.Size = new System.Drawing.Size(740, 80); - this.grbAutoPartySettings.TabIndex = 8; - this.grbAutoPartySettings.TabStop = false; - this.grbAutoPartySettings.Text = "Party settings"; + grbAutoPartySettings.BackColor = System.Drawing.Color.Transparent; + grbAutoPartySettings.Controls.Add(checkAutoAllowInvitations); + grbAutoPartySettings.Controls.Add(checkAutoItemAutoShare); + grbAutoPartySettings.Controls.Add(checkAutoExpAutoShare); + grbAutoPartySettings.Dock = System.Windows.Forms.DockStyle.Top; + grbAutoPartySettings.Location = new System.Drawing.Point(3, 3); + grbAutoPartySettings.Name = "grbAutoPartySettings"; + grbAutoPartySettings.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + grbAutoPartySettings.Radius = 10; + grbAutoPartySettings.ShadowDepth = 4; + grbAutoPartySettings.Size = new System.Drawing.Size(740, 80); + grbAutoPartySettings.TabIndex = 8; + grbAutoPartySettings.TabStop = false; + grbAutoPartySettings.Text = "Party settings"; // // checkAutoAllowInvitations // - this.checkAutoAllowInvitations.AutoSize = true; - this.checkAutoAllowInvitations.BackColor = System.Drawing.Color.Transparent; - this.checkAutoAllowInvitations.Checked = true; - this.checkAutoAllowInvitations.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkAutoAllowInvitations.Location = new System.Drawing.Point(143, 31); - this.checkAutoAllowInvitations.Name = "checkAutoAllowInvitations"; - this.checkAutoAllowInvitations.ShadowDepth = 1; - this.checkAutoAllowInvitations.Size = new System.Drawing.Size(111, 15); - this.checkAutoAllowInvitations.TabIndex = 6; - this.checkAutoAllowInvitations.Text = "Allow invitations"; - this.checkAutoAllowInvitations.UseVisualStyleBackColor = false; - this.checkAutoAllowInvitations.CheckedChanged += new System.EventHandler(this.checkSettings_CheckedChanged); + checkAutoAllowInvitations.AutoSize = true; + checkAutoAllowInvitations.BackColor = System.Drawing.Color.Transparent; + checkAutoAllowInvitations.Checked = true; + checkAutoAllowInvitations.CheckState = System.Windows.Forms.CheckState.Checked; + checkAutoAllowInvitations.Location = new System.Drawing.Point(143, 31); + checkAutoAllowInvitations.Name = "checkAutoAllowInvitations"; + checkAutoAllowInvitations.ShadowDepth = 1; + checkAutoAllowInvitations.Size = new System.Drawing.Size(111, 15); + checkAutoAllowInvitations.TabIndex = 6; + checkAutoAllowInvitations.Text = "Allow invitations"; + checkAutoAllowInvitations.UseVisualStyleBackColor = false; + checkAutoAllowInvitations.CheckedChanged += checkSettings_CheckedChanged; // // checkAutoItemAutoShare // - this.checkAutoItemAutoShare.AutoSize = true; - this.checkAutoItemAutoShare.BackColor = System.Drawing.Color.Transparent; - this.checkAutoItemAutoShare.Location = new System.Drawing.Point(13, 54); - this.checkAutoItemAutoShare.Name = "checkAutoItemAutoShare"; - this.checkAutoItemAutoShare.ShadowDepth = 1; - this.checkAutoItemAutoShare.Size = new System.Drawing.Size(105, 15); - this.checkAutoItemAutoShare.TabIndex = 5; - this.checkAutoItemAutoShare.Text = "Item auto share"; - this.checkAutoItemAutoShare.UseVisualStyleBackColor = false; - this.checkAutoItemAutoShare.CheckedChanged += new System.EventHandler(this.checkSettings_CheckedChanged); + checkAutoItemAutoShare.AutoSize = true; + checkAutoItemAutoShare.BackColor = System.Drawing.Color.Transparent; + checkAutoItemAutoShare.Location = new System.Drawing.Point(13, 54); + checkAutoItemAutoShare.Name = "checkAutoItemAutoShare"; + checkAutoItemAutoShare.ShadowDepth = 1; + checkAutoItemAutoShare.Size = new System.Drawing.Size(105, 15); + checkAutoItemAutoShare.TabIndex = 5; + checkAutoItemAutoShare.Text = "Item auto share"; + checkAutoItemAutoShare.UseVisualStyleBackColor = false; + checkAutoItemAutoShare.CheckedChanged += checkSettings_CheckedChanged; // // checkAutoExpAutoShare // - this.checkAutoExpAutoShare.AutoSize = true; - this.checkAutoExpAutoShare.BackColor = System.Drawing.Color.Transparent; - this.checkAutoExpAutoShare.Checked = true; - this.checkAutoExpAutoShare.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkAutoExpAutoShare.Location = new System.Drawing.Point(13, 31); - this.checkAutoExpAutoShare.Name = "checkAutoExpAutoShare"; - this.checkAutoExpAutoShare.ShadowDepth = 1; - this.checkAutoExpAutoShare.Size = new System.Drawing.Size(103, 15); - this.checkAutoExpAutoShare.TabIndex = 5; - this.checkAutoExpAutoShare.Text = "EXP Auto share"; - this.checkAutoExpAutoShare.UseVisualStyleBackColor = false; - this.checkAutoExpAutoShare.CheckedChanged += new System.EventHandler(this.checkSettings_CheckedChanged); + checkAutoExpAutoShare.AutoSize = true; + checkAutoExpAutoShare.BackColor = System.Drawing.Color.Transparent; + checkAutoExpAutoShare.Checked = true; + checkAutoExpAutoShare.CheckState = System.Windows.Forms.CheckState.Checked; + checkAutoExpAutoShare.Location = new System.Drawing.Point(13, 31); + checkAutoExpAutoShare.Name = "checkAutoExpAutoShare"; + checkAutoExpAutoShare.ShadowDepth = 1; + checkAutoExpAutoShare.Size = new System.Drawing.Size(103, 15); + checkAutoExpAutoShare.TabIndex = 5; + checkAutoExpAutoShare.Text = "EXP Auto share"; + checkAutoExpAutoShare.UseVisualStyleBackColor = false; + checkAutoExpAutoShare.CheckedChanged += checkSettings_CheckedChanged; // // tpPartyMatching // - this.tpPartyMatching.BackColor = System.Drawing.Color.White; - this.tpPartyMatching.Controls.Add(this.lvPartyMatching); - this.tpPartyMatching.Controls.Add(this.topPartyPanel); - this.tpPartyMatching.Controls.Add(this.bottomPartyPanel); - this.tpPartyMatching.Location = new System.Drawing.Point(4, 25); - this.tpPartyMatching.Name = "tpPartyMatching"; - this.tpPartyMatching.Padding = new System.Windows.Forms.Padding(3); - this.tpPartyMatching.Size = new System.Drawing.Size(746, 438); - this.tpPartyMatching.TabIndex = 2; - this.tpPartyMatching.Text = "Party Matching"; + tpPartyMatching.BackColor = System.Drawing.Color.White; + tpPartyMatching.Controls.Add(lvPartyMatching); + tpPartyMatching.Controls.Add(topPartyPanel); + tpPartyMatching.Controls.Add(bottomPartyPanel); + tpPartyMatching.Location = new System.Drawing.Point(4, 24); + tpPartyMatching.Name = "tpPartyMatching"; + tpPartyMatching.Padding = new System.Windows.Forms.Padding(3); + tpPartyMatching.Size = new System.Drawing.Size(746, 439); + tpPartyMatching.TabIndex = 2; + tpPartyMatching.Text = "Party Matching"; // // lvPartyMatching // - this.lvPartyMatching.BackColor = System.Drawing.Color.White; - this.lvPartyMatching.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.lvPartyMatching.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.chPartyMatchNo, - this.chPartyMatchRace, - this.chPartyMatchName, - this.chPartyMatchTitle, - this.chPartyMatchPurporse, - this.chPartyMatchMember, - this.chPartyMatchRange}); - this.lvPartyMatching.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvPartyMatching.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lvPartyMatching.FullRowSelect = true; - this.lvPartyMatching.Location = new System.Drawing.Point(3, 50); - this.lvPartyMatching.MultiSelect = false; - this.lvPartyMatching.Name = "lvPartyMatching"; - this.lvPartyMatching.ShowItemToolTips = true; - this.lvPartyMatching.Size = new System.Drawing.Size(740, 334); - this.lvPartyMatching.TabIndex = 15; - this.lvPartyMatching.UseCompatibleStateImageBehavior = false; - this.lvPartyMatching.View = System.Windows.Forms.View.Details; + lvPartyMatching.BackColor = System.Drawing.Color.White; + lvPartyMatching.BorderStyle = System.Windows.Forms.BorderStyle.None; + lvPartyMatching.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { chPartyMatchNo, chPartyMatchRace, chPartyMatchName, chPartyMatchTitle, chPartyMatchPurporse, chPartyMatchMember, chPartyMatchRange }); + lvPartyMatching.Dock = System.Windows.Forms.DockStyle.Fill; + lvPartyMatching.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lvPartyMatching.FullRowSelect = true; + lvPartyMatching.Location = new System.Drawing.Point(3, 50); + lvPartyMatching.MultiSelect = false; + lvPartyMatching.Name = "lvPartyMatching"; + lvPartyMatching.ShowItemToolTips = true; + lvPartyMatching.Size = new System.Drawing.Size(740, 335); + lvPartyMatching.TabIndex = 15; + lvPartyMatching.UseCompatibleStateImageBehavior = false; + lvPartyMatching.View = System.Windows.Forms.View.Details; // // chPartyMatchNo // - this.chPartyMatchNo.Text = "No"; - this.chPartyMatchNo.Width = 47; + chPartyMatchNo.Text = "No"; + chPartyMatchNo.Width = 47; // // chPartyMatchRace // - this.chPartyMatchRace.Text = "Race"; - this.chPartyMatchRace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.chPartyMatchRace.Width = 64; + chPartyMatchRace.Text = "Race"; + chPartyMatchRace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + chPartyMatchRace.Width = 64; // // chPartyMatchName // - this.chPartyMatchName.Text = "Name"; - this.chPartyMatchName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.chPartyMatchName.Width = 100; + chPartyMatchName.Text = "Name"; + chPartyMatchName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + chPartyMatchName.Width = 100; // // chPartyMatchTitle // - this.chPartyMatchTitle.Text = "Title"; - this.chPartyMatchTitle.Width = 321; + chPartyMatchTitle.Text = "Title"; + chPartyMatchTitle.Width = 321; // // chPartyMatchPurporse // - this.chPartyMatchPurporse.Text = "Purpose"; + chPartyMatchPurporse.Text = "Purpose"; // // chPartyMatchMember // - this.chPartyMatchMember.Text = "Member"; + chPartyMatchMember.Text = "Member"; // // chPartyMatchRange // - this.chPartyMatchRange.Text = "Range"; - this.chPartyMatchRange.Width = 56; + chPartyMatchRange.Text = "Range"; + chPartyMatchRange.Width = 56; // // topPartyPanel // - this.topPartyPanel.BackColor = System.Drawing.Color.Transparent; - this.topPartyPanel.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); - this.topPartyPanel.BorderColor = System.Drawing.Color.Transparent; - this.topPartyPanel.Controls.Add(this.buttonConfirmJoinConfig); - this.topPartyPanel.Controls.Add(this.textBoxJoinByTitle); - this.topPartyPanel.Controls.Add(this.textBoxJoinByName); - this.topPartyPanel.Controls.Add(this.checkBoxJoinByTitle); - this.topPartyPanel.Controls.Add(this.checkBoxJoinByName); - this.topPartyPanel.Controls.Add(this.separator11); - this.topPartyPanel.Controls.Add(this.buttonAutoJoinConfig); - this.topPartyPanel.Controls.Add(this.btnPartyRefresh); - this.topPartyPanel.Controls.Add(this.btnPartySearch); - this.topPartyPanel.Controls.Add(this.nudPartySearchMax); - this.topPartyPanel.Controls.Add(this.nudPartySearchMin); - this.topPartyPanel.Controls.Add(this.cbPartySearchPurpose); - this.topPartyPanel.Controls.Add(this.tbPartySearchName); - this.topPartyPanel.Controls.Add(this.label6); - this.topPartyPanel.Controls.Add(this.label5); - this.topPartyPanel.Controls.Add(this.label4); - this.topPartyPanel.Controls.Add(this.label3); - this.topPartyPanel.Dock = System.Windows.Forms.DockStyle.Top; - this.topPartyPanel.Location = new System.Drawing.Point(3, 3); - this.topPartyPanel.Name = "topPartyPanel"; - this.topPartyPanel.Radius = 0; - this.topPartyPanel.ShadowDepth = 4F; - this.topPartyPanel.Size = new System.Drawing.Size(740, 47); - this.topPartyPanel.TabIndex = 16; + topPartyPanel.BackColor = System.Drawing.Color.Transparent; + topPartyPanel.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); + topPartyPanel.BorderColor = System.Drawing.Color.Transparent; + topPartyPanel.Controls.Add(buttonConfirmJoinConfig); + topPartyPanel.Controls.Add(textBoxJoinByTitle); + topPartyPanel.Controls.Add(textBoxJoinByName); + topPartyPanel.Controls.Add(checkBoxJoinByTitle); + topPartyPanel.Controls.Add(checkBoxJoinByName); + topPartyPanel.Controls.Add(separator11); + topPartyPanel.Controls.Add(buttonAutoJoinConfig); + topPartyPanel.Controls.Add(btnPartyRefresh); + topPartyPanel.Controls.Add(btnPartySearch); + topPartyPanel.Controls.Add(nudPartySearchMax); + topPartyPanel.Controls.Add(nudPartySearchMin); + topPartyPanel.Controls.Add(cbPartySearchPurpose); + topPartyPanel.Controls.Add(tbPartySearchName); + topPartyPanel.Controls.Add(label6); + topPartyPanel.Controls.Add(label5); + topPartyPanel.Controls.Add(label4); + topPartyPanel.Controls.Add(label3); + topPartyPanel.Dock = System.Windows.Forms.DockStyle.Top; + topPartyPanel.Location = new System.Drawing.Point(3, 3); + topPartyPanel.Name = "topPartyPanel"; + topPartyPanel.Radius = 0; + topPartyPanel.ShadowDepth = 4F; + topPartyPanel.Size = new System.Drawing.Size(740, 47); + topPartyPanel.TabIndex = 16; // // buttonConfirmJoinConfig // - this.buttonConfirmJoinConfig.Color = System.Drawing.Color.Green; - this.buttonConfirmJoinConfig.ForeColor = System.Drawing.Color.White; - this.buttonConfirmJoinConfig.Location = new System.Drawing.Point(276, 133); - this.buttonConfirmJoinConfig.Name = "buttonConfirmJoinConfig"; - this.buttonConfirmJoinConfig.Radius = 6; - this.buttonConfirmJoinConfig.ShadowDepth = 4F; - this.buttonConfirmJoinConfig.Size = new System.Drawing.Size(61, 23); - this.buttonConfirmJoinConfig.TabIndex = 23; - this.buttonConfirmJoinConfig.Text = "Confirm"; - this.buttonConfirmJoinConfig.UseVisualStyleBackColor = true; - this.buttonConfirmJoinConfig.Click += new System.EventHandler(this.buttonConfirmJoinConfig_Click); + buttonConfirmJoinConfig.Color = System.Drawing.Color.Green; + buttonConfirmJoinConfig.ForeColor = System.Drawing.Color.White; + buttonConfirmJoinConfig.Location = new System.Drawing.Point(276, 133); + buttonConfirmJoinConfig.Name = "buttonConfirmJoinConfig"; + buttonConfirmJoinConfig.Radius = 6; + buttonConfirmJoinConfig.ShadowDepth = 4F; + buttonConfirmJoinConfig.Size = new System.Drawing.Size(61, 23); + buttonConfirmJoinConfig.TabIndex = 23; + buttonConfirmJoinConfig.Text = "Confirm"; + buttonConfirmJoinConfig.UseVisualStyleBackColor = true; + buttonConfirmJoinConfig.Click += buttonConfirmJoinConfig_Click; // // textBoxJoinByTitle // - this.textBoxJoinByTitle.Location = new System.Drawing.Point(276, 112); - this.textBoxJoinByTitle.MaxLength = 32767; - this.textBoxJoinByTitle.MultiLine = false; - this.textBoxJoinByTitle.Name = "textBoxJoinByTitle"; - this.textBoxJoinByTitle.Radius = 2; - this.textBoxJoinByTitle.Size = new System.Drawing.Size(202, 21); - this.textBoxJoinByTitle.TabIndex = 21; - this.textBoxJoinByTitle.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.textBoxJoinByTitle.UseSystemPasswordChar = false; + textBoxJoinByTitle.Location = new System.Drawing.Point(276, 112); + textBoxJoinByTitle.MaxLength = 32767; + textBoxJoinByTitle.MultiLine = false; + textBoxJoinByTitle.Name = "textBoxJoinByTitle"; + textBoxJoinByTitle.Radius = 2; + textBoxJoinByTitle.Size = new System.Drawing.Size(202, 21); + textBoxJoinByTitle.TabIndex = 21; + textBoxJoinByTitle.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + textBoxJoinByTitle.UseSystemPasswordChar = false; // // textBoxJoinByName // - this.textBoxJoinByName.Location = new System.Drawing.Point(276, 69); - this.textBoxJoinByName.MaxLength = 32767; - this.textBoxJoinByName.MultiLine = false; - this.textBoxJoinByName.Name = "textBoxJoinByName"; - this.textBoxJoinByName.Radius = 2; - this.textBoxJoinByName.Size = new System.Drawing.Size(107, 21); - this.textBoxJoinByName.TabIndex = 22; - this.textBoxJoinByName.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.textBoxJoinByName.UseSystemPasswordChar = false; + textBoxJoinByName.Location = new System.Drawing.Point(276, 69); + textBoxJoinByName.MaxLength = 32767; + textBoxJoinByName.MultiLine = false; + textBoxJoinByName.Name = "textBoxJoinByName"; + textBoxJoinByName.Radius = 2; + textBoxJoinByName.Size = new System.Drawing.Size(107, 21); + textBoxJoinByName.TabIndex = 22; + textBoxJoinByName.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + textBoxJoinByName.UseSystemPasswordChar = false; // // checkBoxJoinByTitle // - this.checkBoxJoinByTitle.AutoSize = true; - this.checkBoxJoinByTitle.BackColor = System.Drawing.Color.Transparent; - this.checkBoxJoinByTitle.Location = new System.Drawing.Point(276, 96); - this.checkBoxJoinByTitle.Name = "checkBoxJoinByTitle"; - this.checkBoxJoinByTitle.ShadowDepth = 1; - this.checkBoxJoinByTitle.Size = new System.Drawing.Size(111, 15); - this.checkBoxJoinByTitle.TabIndex = 19; - this.checkBoxJoinByTitle.Text = "Auto join by title"; - this.checkBoxJoinByTitle.UseVisualStyleBackColor = false; + checkBoxJoinByTitle.AutoSize = true; + checkBoxJoinByTitle.BackColor = System.Drawing.Color.Transparent; + checkBoxJoinByTitle.Location = new System.Drawing.Point(276, 96); + checkBoxJoinByTitle.Name = "checkBoxJoinByTitle"; + checkBoxJoinByTitle.ShadowDepth = 1; + checkBoxJoinByTitle.Size = new System.Drawing.Size(111, 15); + checkBoxJoinByTitle.TabIndex = 19; + checkBoxJoinByTitle.Text = "Auto join by title"; + checkBoxJoinByTitle.UseVisualStyleBackColor = false; // // checkBoxJoinByName // - this.checkBoxJoinByName.AutoSize = true; - this.checkBoxJoinByName.BackColor = System.Drawing.Color.Transparent; - this.checkBoxJoinByName.Location = new System.Drawing.Point(276, 53); - this.checkBoxJoinByName.Name = "checkBoxJoinByName"; - this.checkBoxJoinByName.ShadowDepth = 1; - this.checkBoxJoinByName.Size = new System.Drawing.Size(121, 15); - this.checkBoxJoinByName.TabIndex = 20; - this.checkBoxJoinByName.Text = "Auto join by name"; - this.checkBoxJoinByName.UseVisualStyleBackColor = false; + checkBoxJoinByName.AutoSize = true; + checkBoxJoinByName.BackColor = System.Drawing.Color.Transparent; + checkBoxJoinByName.Location = new System.Drawing.Point(276, 53); + checkBoxJoinByName.Name = "checkBoxJoinByName"; + checkBoxJoinByName.ShadowDepth = 1; + checkBoxJoinByName.Size = new System.Drawing.Size(121, 15); + checkBoxJoinByName.TabIndex = 20; + checkBoxJoinByName.Text = "Auto join by name"; + checkBoxJoinByName.UseVisualStyleBackColor = false; // // separator11 // - this.separator11.IsVertical = false; - this.separator11.Location = new System.Drawing.Point(15, 41); - this.separator11.Name = "separator11"; - this.separator11.Size = new System.Drawing.Size(707, 10); - this.separator11.TabIndex = 14; - this.separator11.Text = "separator11"; + separator11.IsVertical = false; + separator11.Location = new System.Drawing.Point(15, 41); + separator11.Name = "separator11"; + separator11.Size = new System.Drawing.Size(707, 10); + separator11.TabIndex = 14; + separator11.Text = "separator11"; // // buttonAutoJoinConfig // - this.buttonAutoJoinConfig.Color = System.Drawing.Color.Transparent; - this.buttonAutoJoinConfig.Font = new System.Drawing.Font("Webdings", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonAutoJoinConfig.Location = new System.Drawing.Point(697, 12); - this.buttonAutoJoinConfig.Name = "buttonAutoJoinConfig"; - this.buttonAutoJoinConfig.Radius = 6; - this.buttonAutoJoinConfig.ShadowDepth = 4F; - this.buttonAutoJoinConfig.Size = new System.Drawing.Size(25, 23); - this.buttonAutoJoinConfig.TabIndex = 13; - this.buttonAutoJoinConfig.Text = "@"; - this.buttonAutoJoinConfig.UseVisualStyleBackColor = true; - this.buttonAutoJoinConfig.Click += new System.EventHandler(this.buttonAutoJoinConfig_Click); + buttonAutoJoinConfig.Color = System.Drawing.Color.Transparent; + buttonAutoJoinConfig.Font = new System.Drawing.Font("Webdings", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonAutoJoinConfig.Location = new System.Drawing.Point(697, 12); + buttonAutoJoinConfig.Name = "buttonAutoJoinConfig"; + buttonAutoJoinConfig.Radius = 6; + buttonAutoJoinConfig.ShadowDepth = 4F; + buttonAutoJoinConfig.Size = new System.Drawing.Size(25, 23); + buttonAutoJoinConfig.TabIndex = 13; + buttonAutoJoinConfig.Text = "@"; + buttonAutoJoinConfig.UseVisualStyleBackColor = true; + buttonAutoJoinConfig.Click += buttonAutoJoinConfig_Click; // // btnPartyRefresh // - this.btnPartyRefresh.Color = System.Drawing.Color.Transparent; - this.btnPartyRefresh.Location = new System.Drawing.Point(601, 13); - this.btnPartyRefresh.Name = "btnPartyRefresh"; - this.btnPartyRefresh.Radius = 6; - this.btnPartyRefresh.ShadowDepth = 4F; - this.btnPartyRefresh.Size = new System.Drawing.Size(85, 21); - this.btnPartyRefresh.TabIndex = 4; - this.btnPartyRefresh.Text = "Refresh"; - this.btnPartyRefresh.Click += new System.EventHandler(this.btnPartyRefresh_Click); + btnPartyRefresh.Color = System.Drawing.Color.Transparent; + btnPartyRefresh.Location = new System.Drawing.Point(601, 13); + btnPartyRefresh.Name = "btnPartyRefresh"; + btnPartyRefresh.Radius = 6; + btnPartyRefresh.ShadowDepth = 4F; + btnPartyRefresh.Size = new System.Drawing.Size(85, 21); + btnPartyRefresh.TabIndex = 4; + btnPartyRefresh.Text = "Refresh"; + btnPartyRefresh.Click += btnPartyRefresh_Click; // // btnPartySearch // - this.btnPartySearch.Color = System.Drawing.Color.Transparent; - this.btnPartySearch.Location = new System.Drawing.Point(501, 13); - this.btnPartySearch.Name = "btnPartySearch"; - this.btnPartySearch.Radius = 6; - this.btnPartySearch.ShadowDepth = 4F; - this.btnPartySearch.Size = new System.Drawing.Size(87, 21); - this.btnPartySearch.TabIndex = 4; - this.btnPartySearch.Text = "Search"; - this.btnPartySearch.Click += new System.EventHandler(this.btnPartySearch_Click); + btnPartySearch.Color = System.Drawing.Color.Transparent; + btnPartySearch.Location = new System.Drawing.Point(501, 13); + btnPartySearch.Name = "btnPartySearch"; + btnPartySearch.Radius = 6; + btnPartySearch.ShadowDepth = 4F; + btnPartySearch.Size = new System.Drawing.Size(87, 21); + btnPartySearch.TabIndex = 4; + btnPartySearch.Text = "Search"; + btnPartySearch.Click += btnPartySearch_Click; // // nudPartySearchMax // - this.nudPartySearchMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.nudPartySearchMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.nudPartySearchMax.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.nudPartySearchMax.Location = new System.Drawing.Point(437, 13); - this.nudPartySearchMax.Maximum = new decimal(new int[] { - 140, - 0, - 0, - 0}); - this.nudPartySearchMax.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.nudPartySearchMax.Name = "nudPartySearchMax"; - this.nudPartySearchMax.Size = new System.Drawing.Size(41, 23); - this.nudPartySearchMax.TabIndex = 3; - this.nudPartySearchMax.Value = new decimal(new int[] { - 140, - 0, - 0, - 0}); + nudPartySearchMax.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + nudPartySearchMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + nudPartySearchMax.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + nudPartySearchMax.Location = new System.Drawing.Point(437, 13); + nudPartySearchMax.Maximum = new decimal(new int[] { 140, 0, 0, 0 }); + nudPartySearchMax.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + nudPartySearchMax.Name = "nudPartySearchMax"; + nudPartySearchMax.Size = new System.Drawing.Size(41, 23); + nudPartySearchMax.TabIndex = 3; + nudPartySearchMax.Value = new decimal(new int[] { 140, 0, 0, 0 }); // // nudPartySearchMin // - this.nudPartySearchMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.nudPartySearchMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.nudPartySearchMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.nudPartySearchMin.Location = new System.Drawing.Point(376, 13); - this.nudPartySearchMin.Maximum = new decimal(new int[] { - 140, - 0, - 0, - 0}); - this.nudPartySearchMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.nudPartySearchMin.Name = "nudPartySearchMin"; - this.nudPartySearchMin.Size = new System.Drawing.Size(41, 23); - this.nudPartySearchMin.TabIndex = 3; - this.nudPartySearchMin.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); + nudPartySearchMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + nudPartySearchMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + nudPartySearchMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + nudPartySearchMin.Location = new System.Drawing.Point(376, 13); + nudPartySearchMin.Maximum = new decimal(new int[] { 140, 0, 0, 0 }); + nudPartySearchMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + nudPartySearchMin.Name = "nudPartySearchMin"; + nudPartySearchMin.Size = new System.Drawing.Size(41, 23); + nudPartySearchMin.TabIndex = 3; + nudPartySearchMin.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // cbPartySearchPurpose // - this.cbPartySearchPurpose.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.cbPartySearchPurpose.DropDownHeight = 100; - this.cbPartySearchPurpose.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbPartySearchPurpose.FormattingEnabled = true; - this.cbPartySearchPurpose.IntegralHeight = false; - this.cbPartySearchPurpose.ItemHeight = 17; - this.cbPartySearchPurpose.Items.AddRange(new object[] { - "All", - "Hunting", - "Quest", - "Thief Union", - "Trade Union"}); - this.cbPartySearchPurpose.Location = new System.Drawing.Point(222, 13); - this.cbPartySearchPurpose.Name = "cbPartySearchPurpose"; - this.cbPartySearchPurpose.Radius = 5; - this.cbPartySearchPurpose.ShadowDepth = 4F; - this.cbPartySearchPurpose.Size = new System.Drawing.Size(108, 23); - this.cbPartySearchPurpose.TabIndex = 2; + cbPartySearchPurpose.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + cbPartySearchPurpose.DropDownHeight = 100; + cbPartySearchPurpose.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + cbPartySearchPurpose.FormattingEnabled = true; + cbPartySearchPurpose.IntegralHeight = false; + cbPartySearchPurpose.ItemHeight = 17; + cbPartySearchPurpose.Items.AddRange(new object[] { "All", "Hunting", "Quest", "Thief Union", "Trade Union" }); + cbPartySearchPurpose.Location = new System.Drawing.Point(222, 13); + cbPartySearchPurpose.Name = "cbPartySearchPurpose"; + cbPartySearchPurpose.Radius = 5; + cbPartySearchPurpose.ShadowDepth = 4F; + cbPartySearchPurpose.Size = new System.Drawing.Size(108, 23); + cbPartySearchPurpose.TabIndex = 2; // // tbPartySearchName // - this.tbPartySearchName.Location = new System.Drawing.Point(60, 13); - this.tbPartySearchName.MaxLength = 32767; - this.tbPartySearchName.MultiLine = false; - this.tbPartySearchName.Name = "tbPartySearchName"; - this.tbPartySearchName.Radius = 2; - this.tbPartySearchName.Size = new System.Drawing.Size(100, 21); - this.tbPartySearchName.TabIndex = 1; - this.tbPartySearchName.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; - this.tbPartySearchName.UseSystemPasswordChar = false; + tbPartySearchName.Location = new System.Drawing.Point(60, 13); + tbPartySearchName.MaxLength = 32767; + tbPartySearchName.MultiLine = false; + tbPartySearchName.Name = "tbPartySearchName"; + tbPartySearchName.Radius = 2; + tbPartySearchName.Size = new System.Drawing.Size(100, 21); + tbPartySearchName.TabIndex = 1; + tbPartySearchName.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; + tbPartySearchName.UseSystemPasswordChar = false; // // label6 // - this.label6.BackColor = System.Drawing.Color.Transparent; - this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label6.Location = new System.Drawing.Point(419, 16); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(22, 18); - this.label6.TabIndex = 0; - this.label6.Text = "~"; + label6.BackColor = System.Drawing.Color.Transparent; + label6.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label6.Location = new System.Drawing.Point(419, 16); + label6.Name = "label6"; + label6.Size = new System.Drawing.Size(22, 18); + label6.TabIndex = 0; + label6.Text = "~"; // // label5 // - this.label5.BackColor = System.Drawing.Color.Transparent; - this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label5.Location = new System.Drawing.Point(336, 16); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(34, 18); - this.label5.TabIndex = 0; - this.label5.Text = "Level"; + label5.BackColor = System.Drawing.Color.Transparent; + label5.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label5.Location = new System.Drawing.Point(336, 16); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(34, 18); + label5.TabIndex = 0; + label5.Text = "Level"; // // label4 // - this.label4.BackColor = System.Drawing.Color.Transparent; - this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label4.Location = new System.Drawing.Point(166, 16); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(50, 13); - this.label4.TabIndex = 0; - this.label4.Text = "Purpose"; + label4.BackColor = System.Drawing.Color.Transparent; + label4.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label4.Location = new System.Drawing.Point(166, 16); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(50, 13); + label4.TabIndex = 0; + label4.Text = "Purpose"; // // label3 // - this.label3.BackColor = System.Drawing.Color.Transparent; - this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label3.Location = new System.Drawing.Point(15, 16); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(39, 13); - this.label3.TabIndex = 0; - this.label3.Text = "Name"; + label3.BackColor = System.Drawing.Color.Transparent; + label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label3.Location = new System.Drawing.Point(15, 16); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(39, 13); + label3.TabIndex = 0; + label3.Text = "Name"; // // bottomPartyPanel // - this.bottomPartyPanel.BackColor = System.Drawing.Color.Transparent; - this.bottomPartyPanel.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.bottomPartyPanel.BorderColor = System.Drawing.Color.Transparent; - this.bottomPartyPanel.Controls.Add(this.btnPartyMatchDeleteEntry); - this.bottomPartyPanel.Controls.Add(this.btnPartyMatchChangeEntry); - this.bottomPartyPanel.Controls.Add(this.btnPartyMatchForm); - this.bottomPartyPanel.Controls.Add(this.btnAutoMatchParty); - this.bottomPartyPanel.Controls.Add(this.btnWhisperPartyMaster); - this.bottomPartyPanel.Controls.Add(this.btnJoinFormedParty); - this.bottomPartyPanel.Controls.Add(this.btnPrev); - this.bottomPartyPanel.Controls.Add(this.btnNext); - this.bottomPartyPanel.Controls.Add(this.lbl_partyPageRange); - this.bottomPartyPanel.Dock = System.Windows.Forms.DockStyle.Bottom; - this.bottomPartyPanel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.bottomPartyPanel.Location = new System.Drawing.Point(3, 384); - this.bottomPartyPanel.Name = "bottomPartyPanel"; - this.bottomPartyPanel.Radius = 0; - this.bottomPartyPanel.ShadowDepth = 4F; - this.bottomPartyPanel.Size = new System.Drawing.Size(740, 51); - this.bottomPartyPanel.TabIndex = 14; + bottomPartyPanel.BackColor = System.Drawing.Color.Transparent; + bottomPartyPanel.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + bottomPartyPanel.BorderColor = System.Drawing.Color.Transparent; + bottomPartyPanel.Controls.Add(btnPartyMatchDeleteEntry); + bottomPartyPanel.Controls.Add(btnPartyMatchChangeEntry); + bottomPartyPanel.Controls.Add(btnPartyMatchForm); + bottomPartyPanel.Controls.Add(btnAutoMatchParty); + bottomPartyPanel.Controls.Add(btnWhisperPartyMaster); + bottomPartyPanel.Controls.Add(btnJoinFormedParty); + bottomPartyPanel.Controls.Add(btnPrev); + bottomPartyPanel.Controls.Add(btnNext); + bottomPartyPanel.Controls.Add(lbl_partyPageRange); + bottomPartyPanel.Dock = System.Windows.Forms.DockStyle.Bottom; + bottomPartyPanel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + bottomPartyPanel.Location = new System.Drawing.Point(3, 385); + bottomPartyPanel.Name = "bottomPartyPanel"; + bottomPartyPanel.Radius = 0; + bottomPartyPanel.ShadowDepth = 4F; + bottomPartyPanel.Size = new System.Drawing.Size(740, 51); + bottomPartyPanel.TabIndex = 14; // // btnPartyMatchDeleteEntry // - this.btnPartyMatchDeleteEntry.Color = System.Drawing.Color.Transparent; - this.btnPartyMatchDeleteEntry.Enabled = false; - this.btnPartyMatchDeleteEntry.Location = new System.Drawing.Point(635, 14); - this.btnPartyMatchDeleteEntry.Name = "btnPartyMatchDeleteEntry"; - this.btnPartyMatchDeleteEntry.Radius = 6; - this.btnPartyMatchDeleteEntry.ShadowDepth = 4F; - this.btnPartyMatchDeleteEntry.Size = new System.Drawing.Size(87, 23); - this.btnPartyMatchDeleteEntry.TabIndex = 16; - this.btnPartyMatchDeleteEntry.Text = "Delete Entry"; - this.btnPartyMatchDeleteEntry.Click += new System.EventHandler(this.btnPartyMatchDeleteEntry_Click); + btnPartyMatchDeleteEntry.Color = System.Drawing.Color.Transparent; + btnPartyMatchDeleteEntry.Enabled = false; + btnPartyMatchDeleteEntry.Location = new System.Drawing.Point(635, 14); + btnPartyMatchDeleteEntry.Name = "btnPartyMatchDeleteEntry"; + btnPartyMatchDeleteEntry.Radius = 6; + btnPartyMatchDeleteEntry.ShadowDepth = 4F; + btnPartyMatchDeleteEntry.Size = new System.Drawing.Size(87, 23); + btnPartyMatchDeleteEntry.TabIndex = 16; + btnPartyMatchDeleteEntry.Text = "Delete Entry"; + btnPartyMatchDeleteEntry.Click += btnPartyMatchDeleteEntry_Click; // // btnPartyMatchChangeEntry // - this.btnPartyMatchChangeEntry.Color = System.Drawing.Color.Transparent; - this.btnPartyMatchChangeEntry.Enabled = false; - this.btnPartyMatchChangeEntry.Location = new System.Drawing.Point(542, 14); - this.btnPartyMatchChangeEntry.Name = "btnPartyMatchChangeEntry"; - this.btnPartyMatchChangeEntry.Radius = 6; - this.btnPartyMatchChangeEntry.ShadowDepth = 4F; - this.btnPartyMatchChangeEntry.Size = new System.Drawing.Size(87, 23); - this.btnPartyMatchChangeEntry.TabIndex = 15; - this.btnPartyMatchChangeEntry.Text = "Change Entry"; - this.btnPartyMatchChangeEntry.Click += new System.EventHandler(this.btnPartyMatchForm_Click); + btnPartyMatchChangeEntry.Color = System.Drawing.Color.Transparent; + btnPartyMatchChangeEntry.Enabled = false; + btnPartyMatchChangeEntry.Location = new System.Drawing.Point(542, 14); + btnPartyMatchChangeEntry.Name = "btnPartyMatchChangeEntry"; + btnPartyMatchChangeEntry.Radius = 6; + btnPartyMatchChangeEntry.ShadowDepth = 4F; + btnPartyMatchChangeEntry.Size = new System.Drawing.Size(87, 23); + btnPartyMatchChangeEntry.TabIndex = 15; + btnPartyMatchChangeEntry.Text = "Change Entry"; + btnPartyMatchChangeEntry.Click += btnPartyMatchForm_Click; // // btnPartyMatchForm // - this.btnPartyMatchForm.Color = System.Drawing.Color.Transparent; - this.btnPartyMatchForm.Location = new System.Drawing.Point(445, 14); - this.btnPartyMatchForm.Name = "btnPartyMatchForm"; - this.btnPartyMatchForm.Radius = 6; - this.btnPartyMatchForm.ShadowDepth = 4F; - this.btnPartyMatchForm.Size = new System.Drawing.Size(90, 23); - this.btnPartyMatchForm.TabIndex = 14; - this.btnPartyMatchForm.Text = "Form Party"; - this.btnPartyMatchForm.Click += new System.EventHandler(this.btnPartyMatchForm_Click); + btnPartyMatchForm.Color = System.Drawing.Color.Transparent; + btnPartyMatchForm.Location = new System.Drawing.Point(445, 14); + btnPartyMatchForm.Name = "btnPartyMatchForm"; + btnPartyMatchForm.Radius = 6; + btnPartyMatchForm.ShadowDepth = 4F; + btnPartyMatchForm.Size = new System.Drawing.Size(90, 23); + btnPartyMatchForm.TabIndex = 14; + btnPartyMatchForm.Text = "Form Party"; + btnPartyMatchForm.Click += btnPartyMatchForm_Click; // // btnAutoMatchParty // - this.btnAutoMatchParty.Color = System.Drawing.Color.Transparent; - this.btnAutoMatchParty.Enabled = false; - this.btnAutoMatchParty.Location = new System.Drawing.Point(180, 14); - this.btnAutoMatchParty.Name = "btnAutoMatchParty"; - this.btnAutoMatchParty.Radius = 6; - this.btnAutoMatchParty.ShadowDepth = 4F; - this.btnAutoMatchParty.Size = new System.Drawing.Size(96, 23); - this.btnAutoMatchParty.TabIndex = 10; - this.btnAutoMatchParty.Text = "Auto Match"; + btnAutoMatchParty.Color = System.Drawing.Color.Transparent; + btnAutoMatchParty.Enabled = false; + btnAutoMatchParty.Location = new System.Drawing.Point(180, 14); + btnAutoMatchParty.Name = "btnAutoMatchParty"; + btnAutoMatchParty.Radius = 6; + btnAutoMatchParty.ShadowDepth = 4F; + btnAutoMatchParty.Size = new System.Drawing.Size(96, 23); + btnAutoMatchParty.TabIndex = 10; + btnAutoMatchParty.Text = "Auto Match"; // // btnWhisperPartyMaster // - this.btnWhisperPartyMaster.Color = System.Drawing.Color.Transparent; - this.btnWhisperPartyMaster.Enabled = false; - this.btnWhisperPartyMaster.Location = new System.Drawing.Point(99, 14); - this.btnWhisperPartyMaster.Name = "btnWhisperPartyMaster"; - this.btnWhisperPartyMaster.Radius = 6; - this.btnWhisperPartyMaster.ShadowDepth = 4F; - this.btnWhisperPartyMaster.Size = new System.Drawing.Size(75, 23); - this.btnWhisperPartyMaster.TabIndex = 9; - this.btnWhisperPartyMaster.Text = "Whisper"; + btnWhisperPartyMaster.Color = System.Drawing.Color.Transparent; + btnWhisperPartyMaster.Enabled = false; + btnWhisperPartyMaster.Location = new System.Drawing.Point(99, 14); + btnWhisperPartyMaster.Name = "btnWhisperPartyMaster"; + btnWhisperPartyMaster.Radius = 6; + btnWhisperPartyMaster.ShadowDepth = 4F; + btnWhisperPartyMaster.Size = new System.Drawing.Size(75, 23); + btnWhisperPartyMaster.TabIndex = 9; + btnWhisperPartyMaster.Text = "Whisper"; // // btnJoinFormedParty // - this.btnJoinFormedParty.Color = System.Drawing.Color.Transparent; - this.btnJoinFormedParty.Location = new System.Drawing.Point(18, 14); - this.btnJoinFormedParty.Name = "btnJoinFormedParty"; - this.btnJoinFormedParty.Radius = 6; - this.btnJoinFormedParty.ShadowDepth = 4F; - this.btnJoinFormedParty.Size = new System.Drawing.Size(75, 23); - this.btnJoinFormedParty.TabIndex = 8; - this.btnJoinFormedParty.Text = "Join Party"; - this.btnJoinFormedParty.Click += new System.EventHandler(this.btnJoinFormedParty_Click); + btnJoinFormedParty.Color = System.Drawing.Color.Transparent; + btnJoinFormedParty.Location = new System.Drawing.Point(18, 14); + btnJoinFormedParty.Name = "btnJoinFormedParty"; + btnJoinFormedParty.Radius = 6; + btnJoinFormedParty.ShadowDepth = 4F; + btnJoinFormedParty.Size = new System.Drawing.Size(75, 23); + btnJoinFormedParty.TabIndex = 8; + btnJoinFormedParty.Text = "Join Party"; + btnJoinFormedParty.Click += btnJoinFormedParty_Click; // // btnPrev // - this.btnPrev.Color = System.Drawing.Color.Transparent; - this.btnPrev.Enabled = false; - this.btnPrev.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.btnPrev.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.btnPrev.Location = new System.Drawing.Point(315, 14); - this.btnPrev.Name = "btnPrev"; - this.btnPrev.Radius = 6; - this.btnPrev.ShadowDepth = 4F; - this.btnPrev.Size = new System.Drawing.Size(23, 23); - this.btnPrev.TabIndex = 11; - this.btnPrev.Text = "◀"; - this.btnPrev.Click += new System.EventHandler(this.PageNatigateBtn_Click); + btnPrev.Color = System.Drawing.Color.Transparent; + btnPrev.Enabled = false; + btnPrev.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + btnPrev.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64); + btnPrev.Location = new System.Drawing.Point(315, 14); + btnPrev.Name = "btnPrev"; + btnPrev.Radius = 6; + btnPrev.ShadowDepth = 4F; + btnPrev.Size = new System.Drawing.Size(23, 23); + btnPrev.TabIndex = 11; + btnPrev.Text = "◀"; + btnPrev.Click += PageNatigateBtn_Click; // // btnNext // - this.btnNext.Color = System.Drawing.Color.Transparent; - this.btnNext.Enabled = false; - this.btnNext.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.btnNext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.btnNext.Location = new System.Drawing.Point(387, 14); - this.btnNext.Name = "btnNext"; - this.btnNext.Radius = 6; - this.btnNext.ShadowDepth = 4F; - this.btnNext.Size = new System.Drawing.Size(23, 23); - this.btnNext.TabIndex = 12; - this.btnNext.Text = "▶"; - this.btnNext.Click += new System.EventHandler(this.PageNatigateBtn_Click); + btnNext.Color = System.Drawing.Color.Transparent; + btnNext.Enabled = false; + btnNext.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + btnNext.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64); + btnNext.Location = new System.Drawing.Point(387, 14); + btnNext.Name = "btnNext"; + btnNext.Radius = 6; + btnNext.ShadowDepth = 4F; + btnNext.Size = new System.Drawing.Size(23, 23); + btnNext.TabIndex = 12; + btnNext.Text = "▶"; + btnNext.Click += PageNatigateBtn_Click; // // lbl_partyPageRange // - this.lbl_partyPageRange.BackColor = System.Drawing.Color.Transparent; - this.lbl_partyPageRange.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.lbl_partyPageRange.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.lbl_partyPageRange.Location = new System.Drawing.Point(344, 15); - this.lbl_partyPageRange.Name = "lbl_partyPageRange"; - this.lbl_partyPageRange.Size = new System.Drawing.Size(39, 19); - this.lbl_partyPageRange.TabIndex = 13; - this.lbl_partyPageRange.Text = "0 / 0"; + lbl_partyPageRange.BackColor = System.Drawing.Color.Transparent; + lbl_partyPageRange.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lbl_partyPageRange.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + lbl_partyPageRange.Location = new System.Drawing.Point(344, 15); + lbl_partyPageRange.Name = "lbl_partyPageRange"; + lbl_partyPageRange.Size = new System.Drawing.Size(39, 19); + lbl_partyPageRange.TabIndex = 13; + lbl_partyPageRange.Text = "0 / 0"; // // tpPartyBuffing // - this.tpPartyBuffing.BackColor = System.Drawing.Color.White; - this.tpPartyBuffing.Controls.Add(this.groupBox4); - this.tpPartyBuffing.Controls.Add(this.separator9); - this.tpPartyBuffing.Controls.Add(this.groupBox6); - this.tpPartyBuffing.Controls.Add(this.separator8); - this.tpPartyBuffing.Controls.Add(this.groupBox5); - this.tpPartyBuffing.Controls.Add(this.separator7); - this.tpPartyBuffing.Controls.Add(this.groupBox1); - this.tpPartyBuffing.Location = new System.Drawing.Point(4, 25); - this.tpPartyBuffing.Name = "tpPartyBuffing"; - this.tpPartyBuffing.Padding = new System.Windows.Forms.Padding(6); - this.tpPartyBuffing.Size = new System.Drawing.Size(746, 438); - this.tpPartyBuffing.TabIndex = 3; - this.tpPartyBuffing.Text = "Buffing"; + tpPartyBuffing.BackColor = System.Drawing.Color.White; + tpPartyBuffing.Controls.Add(groupBox4); + tpPartyBuffing.Controls.Add(separator9); + tpPartyBuffing.Controls.Add(groupBox6); + tpPartyBuffing.Controls.Add(separator8); + tpPartyBuffing.Controls.Add(groupBox5); + tpPartyBuffing.Controls.Add(separator7); + tpPartyBuffing.Controls.Add(groupBox1); + tpPartyBuffing.Location = new System.Drawing.Point(4, 24); + tpPartyBuffing.Name = "tpPartyBuffing"; + tpPartyBuffing.Padding = new System.Windows.Forms.Padding(6); + tpPartyBuffing.Size = new System.Drawing.Size(746, 439); + tpPartyBuffing.TabIndex = 3; + tpPartyBuffing.Text = "Buffing"; // // groupBox4 // - this.groupBox4.BackColor = System.Drawing.Color.Transparent; - this.groupBox4.Controls.Add(this.btnAddBuffToMember); - this.groupBox4.Controls.Add(this.buttonRemoveCharFromBuffing); - this.groupBox4.Controls.Add(this.btnRemoveBuffFromMember); - this.groupBox4.Controls.Add(this.listViewPartyMembers); - this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox4.Location = new System.Drawing.Point(283, 191); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); - this.groupBox4.Radius = 10; - this.groupBox4.ShadowDepth = 4; - this.groupBox4.Size = new System.Drawing.Size(214, 241); - this.groupBox4.TabIndex = 11; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Party Members"; + groupBox4.BackColor = System.Drawing.Color.Transparent; + groupBox4.Controls.Add(btnAddBuffToMember); + groupBox4.Controls.Add(buttonRemoveCharFromBuffing); + groupBox4.Controls.Add(btnRemoveBuffFromMember); + groupBox4.Controls.Add(listViewPartyMembers); + groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; + groupBox4.Location = new System.Drawing.Point(283, 191); + groupBox4.Name = "groupBox4"; + groupBox4.Padding = new System.Windows.Forms.Padding(2, 8, 2, 2); + groupBox4.Radius = 10; + groupBox4.ShadowDepth = 4; + groupBox4.Size = new System.Drawing.Size(214, 242); + groupBox4.TabIndex = 11; + groupBox4.TabStop = false; + groupBox4.Text = "Party Members"; // // btnAddBuffToMember // - this.btnAddBuffToMember.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnAddBuffToMember.Color = System.Drawing.Color.Transparent; - this.btnAddBuffToMember.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.btnAddBuffToMember.Location = new System.Drawing.Point(4, 213); - this.btnAddBuffToMember.Name = "btnAddBuffToMember"; - this.btnAddBuffToMember.Radius = 6; - this.btnAddBuffToMember.ShadowDepth = 4F; - this.btnAddBuffToMember.Size = new System.Drawing.Size(75, 21); - this.btnAddBuffToMember.TabIndex = 11; - this.btnAddBuffToMember.Text = "Add Buff"; - this.btnAddBuffToMember.Click += new System.EventHandler(this.btnAddBuffToMember_Click); + btnAddBuffToMember.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + btnAddBuffToMember.Color = System.Drawing.Color.Transparent; + btnAddBuffToMember.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + btnAddBuffToMember.Location = new System.Drawing.Point(5, 213); + btnAddBuffToMember.Name = "btnAddBuffToMember"; + btnAddBuffToMember.Radius = 6; + btnAddBuffToMember.ShadowDepth = 4F; + btnAddBuffToMember.Size = new System.Drawing.Size(75, 21); + btnAddBuffToMember.TabIndex = 11; + btnAddBuffToMember.Text = "Add Buff"; + btnAddBuffToMember.Click += btnAddBuffToMember_Click; // // buttonRemoveCharFromBuffing // - this.buttonRemoveCharFromBuffing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.buttonRemoveCharFromBuffing.Color = System.Drawing.Color.IndianRed; - this.buttonRemoveCharFromBuffing.Font = new System.Drawing.Font("Webdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonRemoveCharFromBuffing.ForeColor = System.Drawing.Color.White; - this.buttonRemoveCharFromBuffing.Location = new System.Drawing.Point(184, 173); - this.buttonRemoveCharFromBuffing.Name = "buttonRemoveCharFromBuffing"; - this.buttonRemoveCharFromBuffing.Radius = 6; - this.buttonRemoveCharFromBuffing.ShadowDepth = 4F; - this.buttonRemoveCharFromBuffing.Size = new System.Drawing.Size(23, 23); - this.buttonRemoveCharFromBuffing.TabIndex = 12; - this.buttonRemoveCharFromBuffing.Text = "r"; - this.buttonRemoveCharFromBuffing.Click += new System.EventHandler(this.buttonRemoveCharFromBuffing_Click); + buttonRemoveCharFromBuffing.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + buttonRemoveCharFromBuffing.Color = System.Drawing.Color.IndianRed; + buttonRemoveCharFromBuffing.Font = new System.Drawing.Font("Webdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonRemoveCharFromBuffing.ForeColor = System.Drawing.Color.White; + buttonRemoveCharFromBuffing.Location = new System.Drawing.Point(183, 173); + buttonRemoveCharFromBuffing.Name = "buttonRemoveCharFromBuffing"; + buttonRemoveCharFromBuffing.Radius = 6; + buttonRemoveCharFromBuffing.ShadowDepth = 4F; + buttonRemoveCharFromBuffing.Size = new System.Drawing.Size(23, 23); + buttonRemoveCharFromBuffing.TabIndex = 12; + buttonRemoveCharFromBuffing.Text = "r"; + buttonRemoveCharFromBuffing.Click += buttonRemoveCharFromBuffing_Click; // // btnRemoveBuffFromMember // - this.btnRemoveBuffFromMember.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnRemoveBuffFromMember.Color = System.Drawing.Color.Transparent; - this.btnRemoveBuffFromMember.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.btnRemoveBuffFromMember.Location = new System.Drawing.Point(121, 213); - this.btnRemoveBuffFromMember.Name = "btnRemoveBuffFromMember"; - this.btnRemoveBuffFromMember.Radius = 6; - this.btnRemoveBuffFromMember.ShadowDepth = 4F; - this.btnRemoveBuffFromMember.Size = new System.Drawing.Size(86, 21); - this.btnRemoveBuffFromMember.TabIndex = 12; - this.btnRemoveBuffFromMember.Text = "Remove Buff"; - this.btnRemoveBuffFromMember.Click += new System.EventHandler(this.btnRemoveBuffFromMember_Click); + btnRemoveBuffFromMember.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + btnRemoveBuffFromMember.Color = System.Drawing.Color.Transparent; + btnRemoveBuffFromMember.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + btnRemoveBuffFromMember.Location = new System.Drawing.Point(120, 213); + btnRemoveBuffFromMember.Name = "btnRemoveBuffFromMember"; + btnRemoveBuffFromMember.Radius = 6; + btnRemoveBuffFromMember.ShadowDepth = 4F; + btnRemoveBuffFromMember.Size = new System.Drawing.Size(86, 21); + btnRemoveBuffFromMember.TabIndex = 12; + btnRemoveBuffFromMember.Text = "Remove Buff"; + btnRemoveBuffFromMember.Click += btnRemoveBuffFromMember_Click; // // listViewPartyMembers // - this.listViewPartyMembers.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listViewPartyMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.chPlayerName, - this.chPlayerLevel}); - this.listViewPartyMembers.Dock = System.Windows.Forms.DockStyle.Top; - this.listViewPartyMembers.FullRowSelect = true; - this.listViewPartyMembers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listViewPartyMembers.Location = new System.Drawing.Point(1, 24); - this.listViewPartyMembers.MultiSelect = false; - this.listViewPartyMembers.Name = "listViewPartyMembers"; - this.listViewPartyMembers.Size = new System.Drawing.Size(212, 181); - this.listViewPartyMembers.TabIndex = 10; - this.listViewPartyMembers.UseCompatibleStateImageBehavior = false; - this.listViewPartyMembers.View = System.Windows.Forms.View.Details; - this.listViewPartyMembers.SelectedIndexChanged += new System.EventHandler(this.listViewPartyMembers_SelectedIndexChanged); + listViewPartyMembers.BorderStyle = System.Windows.Forms.BorderStyle.None; + listViewPartyMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { chPlayerName, chPlayerLevel }); + listViewPartyMembers.Dock = System.Windows.Forms.DockStyle.Top; + listViewPartyMembers.FullRowSelect = true; + listViewPartyMembers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + listViewPartyMembers.Location = new System.Drawing.Point(2, 24); + listViewPartyMembers.MultiSelect = false; + listViewPartyMembers.Name = "listViewPartyMembers"; + listViewPartyMembers.Size = new System.Drawing.Size(210, 181); + listViewPartyMembers.TabIndex = 10; + listViewPartyMembers.UseCompatibleStateImageBehavior = false; + listViewPartyMembers.View = System.Windows.Forms.View.Details; + listViewPartyMembers.SelectedIndexChanged += listViewPartyMembers_SelectedIndexChanged; // // chPlayerName // - this.chPlayerName.Text = "Name"; - this.chPlayerName.Width = 140; + chPlayerName.Text = "Name"; + chPlayerName.Width = 140; // // chPlayerLevel // - this.chPlayerLevel.Text = "Level"; - this.chPlayerLevel.Width = 50; + chPlayerLevel.Text = "Level"; + chPlayerLevel.Width = 50; // // separator9 // - this.separator9.Dock = System.Windows.Forms.DockStyle.Top; - this.separator9.IsVertical = false; - this.separator9.Location = new System.Drawing.Point(283, 181); - this.separator9.Name = "separator9"; - this.separator9.Size = new System.Drawing.Size(214, 10); - this.separator9.TabIndex = 17; - this.separator9.Text = "separator9"; + separator9.Dock = System.Windows.Forms.DockStyle.Top; + separator9.IsVertical = false; + separator9.Location = new System.Drawing.Point(283, 181); + separator9.Name = "separator9"; + separator9.Size = new System.Drawing.Size(214, 10); + separator9.TabIndex = 17; + separator9.Text = "separator9"; // // groupBox6 // - this.groupBox6.BackColor = System.Drawing.Color.Transparent; - this.groupBox6.Controls.Add(this.buttonAddGroup); - this.groupBox6.Controls.Add(this.buttonRemoveGroup); - this.groupBox6.Controls.Add(this.listViewGroups); - this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top; - this.groupBox6.Location = new System.Drawing.Point(283, 6); - this.groupBox6.Name = "groupBox6"; - this.groupBox6.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); - this.groupBox6.Radius = 10; - this.groupBox6.ShadowDepth = 4; - this.groupBox6.Size = new System.Drawing.Size(214, 175); - this.groupBox6.TabIndex = 14; - this.groupBox6.TabStop = false; - this.groupBox6.Text = "Groups"; + groupBox6.BackColor = System.Drawing.Color.Transparent; + groupBox6.Controls.Add(buttonAddGroup); + groupBox6.Controls.Add(buttonRemoveGroup); + groupBox6.Controls.Add(listViewGroups); + groupBox6.Dock = System.Windows.Forms.DockStyle.Top; + groupBox6.Location = new System.Drawing.Point(283, 6); + groupBox6.Name = "groupBox6"; + groupBox6.Padding = new System.Windows.Forms.Padding(2, 8, 2, 2); + groupBox6.Radius = 10; + groupBox6.ShadowDepth = 4; + groupBox6.Size = new System.Drawing.Size(214, 175); + groupBox6.TabIndex = 14; + groupBox6.TabStop = false; + groupBox6.Text = "Groups"; // // buttonAddGroup // - this.buttonAddGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.buttonAddGroup.Color = System.Drawing.Color.Transparent; - this.buttonAddGroup.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonAddGroup.Location = new System.Drawing.Point(5, 147); - this.buttonAddGroup.Name = "buttonAddGroup"; - this.buttonAddGroup.Radius = 6; - this.buttonAddGroup.ShadowDepth = 4F; - this.buttonAddGroup.Size = new System.Drawing.Size(63, 21); - this.buttonAddGroup.TabIndex = 0; - this.buttonAddGroup.Text = "Create"; - this.buttonAddGroup.Click += new System.EventHandler(this.buttonAddGroup_Click); + buttonAddGroup.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + buttonAddGroup.Color = System.Drawing.Color.Transparent; + buttonAddGroup.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonAddGroup.Location = new System.Drawing.Point(6, 146); + buttonAddGroup.Name = "buttonAddGroup"; + buttonAddGroup.Radius = 6; + buttonAddGroup.ShadowDepth = 4F; + buttonAddGroup.Size = new System.Drawing.Size(63, 21); + buttonAddGroup.TabIndex = 0; + buttonAddGroup.Text = "Create"; + buttonAddGroup.Click += buttonAddGroup_Click; // // buttonRemoveGroup // - this.buttonRemoveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonRemoveGroup.Color = System.Drawing.Color.Transparent; - this.buttonRemoveGroup.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.buttonRemoveGroup.Location = new System.Drawing.Point(137, 147); - this.buttonRemoveGroup.Name = "buttonRemoveGroup"; - this.buttonRemoveGroup.Radius = 6; - this.buttonRemoveGroup.ShadowDepth = 4F; - this.buttonRemoveGroup.Size = new System.Drawing.Size(72, 21); - this.buttonRemoveGroup.TabIndex = 0; - this.buttonRemoveGroup.Text = "Remove"; - this.buttonRemoveGroup.Click += new System.EventHandler(this.buttonRemoveGroup_Click); + buttonRemoveGroup.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + buttonRemoveGroup.Color = System.Drawing.Color.Transparent; + buttonRemoveGroup.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + buttonRemoveGroup.Location = new System.Drawing.Point(136, 146); + buttonRemoveGroup.Name = "buttonRemoveGroup"; + buttonRemoveGroup.Radius = 6; + buttonRemoveGroup.ShadowDepth = 4F; + buttonRemoveGroup.Size = new System.Drawing.Size(72, 21); + buttonRemoveGroup.TabIndex = 0; + buttonRemoveGroup.Text = "Remove"; + buttonRemoveGroup.Click += buttonRemoveGroup_Click; // // listViewGroups // - this.listViewGroups.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listViewGroups.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeaderGroupName, - this.columnHeaderMembersCount}); - this.listViewGroups.Dock = System.Windows.Forms.DockStyle.Top; - this.listViewGroups.FullRowSelect = true; - this.listViewGroups.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listViewGroups.Location = new System.Drawing.Point(1, 24); - this.listViewGroups.MultiSelect = false; - this.listViewGroups.Name = "listViewGroups"; - this.listViewGroups.Size = new System.Drawing.Size(212, 118); - this.listViewGroups.TabIndex = 1; - this.listViewGroups.UseCompatibleStateImageBehavior = false; - this.listViewGroups.View = System.Windows.Forms.View.Details; - this.listViewGroups.SelectedIndexChanged += new System.EventHandler(this.listViewGroups_SelectedIndexChanged); + listViewGroups.BorderStyle = System.Windows.Forms.BorderStyle.None; + listViewGroups.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeaderGroupName, columnHeaderMembersCount }); + listViewGroups.Dock = System.Windows.Forms.DockStyle.Top; + listViewGroups.FullRowSelect = true; + listViewGroups.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + listViewGroups.Location = new System.Drawing.Point(2, 24); + listViewGroups.MultiSelect = false; + listViewGroups.Name = "listViewGroups"; + listViewGroups.Size = new System.Drawing.Size(210, 118); + listViewGroups.TabIndex = 1; + listViewGroups.UseCompatibleStateImageBehavior = false; + listViewGroups.View = System.Windows.Forms.View.Details; + listViewGroups.SelectedIndexChanged += listViewGroups_SelectedIndexChanged; // // columnHeaderGroupName // - this.columnHeaderGroupName.Text = "Group Name"; - this.columnHeaderGroupName.Width = 135; + columnHeaderGroupName.Text = "Group Name"; + columnHeaderGroupName.Width = 135; // // columnHeaderMembersCount // - this.columnHeaderMembersCount.Text = "Members"; + columnHeaderMembersCount.Text = "Members"; // // separator8 // - this.separator8.Dock = System.Windows.Forms.DockStyle.Right; - this.separator8.IsVertical = true; - this.separator8.Location = new System.Drawing.Point(497, 6); - this.separator8.Name = "separator8"; - this.separator8.Size = new System.Drawing.Size(10, 426); - this.separator8.TabIndex = 16; - this.separator8.Text = "separator8"; + separator8.Dock = System.Windows.Forms.DockStyle.Right; + separator8.IsVertical = true; + separator8.Location = new System.Drawing.Point(497, 6); + separator8.Name = "separator8"; + separator8.Size = new System.Drawing.Size(10, 427); + separator8.TabIndex = 16; + separator8.Text = "separator8"; // // groupBox5 // - this.groupBox5.BackColor = System.Drawing.Color.Transparent; - this.groupBox5.Controls.Add(this.selectedMemberBuffs); - this.groupBox5.Dock = System.Windows.Forms.DockStyle.Right; - this.groupBox5.Location = new System.Drawing.Point(507, 6); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); - this.groupBox5.Radius = 10; - this.groupBox5.ShadowDepth = 4; - this.groupBox5.Size = new System.Drawing.Size(233, 426); - this.groupBox5.TabIndex = 12; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "Member Buffs"; + groupBox5.BackColor = System.Drawing.Color.Transparent; + groupBox5.Controls.Add(selectedMemberBuffs); + groupBox5.Dock = System.Windows.Forms.DockStyle.Right; + groupBox5.Location = new System.Drawing.Point(507, 6); + groupBox5.Name = "groupBox5"; + groupBox5.Padding = new System.Windows.Forms.Padding(2, 8, 2, 2); + groupBox5.Radius = 10; + groupBox5.ShadowDepth = 4; + groupBox5.Size = new System.Drawing.Size(233, 427); + groupBox5.TabIndex = 12; + groupBox5.TabStop = false; + groupBox5.Text = "Member Buffs"; // // selectedMemberBuffs // - this.selectedMemberBuffs.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.selectedMemberBuffs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader1}); - this.selectedMemberBuffs.Dock = System.Windows.Forms.DockStyle.Fill; - this.selectedMemberBuffs.FullRowSelect = true; - this.selectedMemberBuffs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.selectedMemberBuffs.Location = new System.Drawing.Point(1, 24); - this.selectedMemberBuffs.Name = "selectedMemberBuffs"; - this.selectedMemberBuffs.Size = new System.Drawing.Size(231, 401); - this.selectedMemberBuffs.TabIndex = 9; - this.selectedMemberBuffs.UseCompatibleStateImageBehavior = false; - this.selectedMemberBuffs.View = System.Windows.Forms.View.Details; + selectedMemberBuffs.BorderStyle = System.Windows.Forms.BorderStyle.None; + selectedMemberBuffs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1 }); + selectedMemberBuffs.Dock = System.Windows.Forms.DockStyle.Fill; + selectedMemberBuffs.FullRowSelect = true; + selectedMemberBuffs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + selectedMemberBuffs.Location = new System.Drawing.Point(2, 24); + selectedMemberBuffs.Name = "selectedMemberBuffs"; + selectedMemberBuffs.Size = new System.Drawing.Size(229, 401); + selectedMemberBuffs.TabIndex = 9; + selectedMemberBuffs.UseCompatibleStateImageBehavior = false; + selectedMemberBuffs.View = System.Windows.Forms.View.Details; // // columnHeader1 // - this.columnHeader1.Text = "Name"; - this.columnHeader1.Width = 220; + columnHeader1.Text = "Name"; + columnHeader1.Width = 220; // // separator7 // - this.separator7.Dock = System.Windows.Forms.DockStyle.Left; - this.separator7.IsVertical = true; - this.separator7.Location = new System.Drawing.Point(273, 6); - this.separator7.Name = "separator7"; - this.separator7.Size = new System.Drawing.Size(10, 426); - this.separator7.TabIndex = 15; - this.separator7.Text = "separator7"; + separator7.Dock = System.Windows.Forms.DockStyle.Left; + separator7.IsVertical = true; + separator7.Location = new System.Drawing.Point(273, 6); + separator7.Name = "separator7"; + separator7.Size = new System.Drawing.Size(10, 427); + separator7.TabIndex = 15; + separator7.Text = "separator7"; // // groupBox1 // - this.groupBox1.BackColor = System.Drawing.Color.Transparent; - this.groupBox1.Controls.Add(this.listPartyBuffSkills); - this.groupBox1.Controls.Add(this.panel5); - this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; - this.groupBox1.Location = new System.Drawing.Point(6, 6); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Padding = new System.Windows.Forms.Padding(1, 8, 1, 1); - this.groupBox1.Radius = 10; - this.groupBox1.ShadowDepth = 4; - this.groupBox1.Size = new System.Drawing.Size(267, 426); - this.groupBox1.TabIndex = 10; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Buffs"; + groupBox1.BackColor = System.Drawing.Color.Transparent; + groupBox1.Controls.Add(listPartyBuffSkills); + groupBox1.Controls.Add(panel5); + groupBox1.Dock = System.Windows.Forms.DockStyle.Left; + groupBox1.Location = new System.Drawing.Point(6, 6); + groupBox1.Name = "groupBox1"; + groupBox1.Padding = new System.Windows.Forms.Padding(2, 8, 2, 2); + groupBox1.Radius = 10; + groupBox1.ShadowDepth = 4; + groupBox1.Size = new System.Drawing.Size(267, 427); + groupBox1.TabIndex = 10; + groupBox1.TabStop = false; + groupBox1.Text = "Buffs"; // // listPartyBuffSkills // - this.listPartyBuffSkills.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listPartyBuffSkills.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnName, - this.columnLimit}); - this.listPartyBuffSkills.Dock = System.Windows.Forms.DockStyle.Fill; - this.listPartyBuffSkills.FullRowSelect = true; - this.listPartyBuffSkills.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listPartyBuffSkills.Location = new System.Drawing.Point(1, 24); - this.listPartyBuffSkills.Name = "listPartyBuffSkills"; - this.listPartyBuffSkills.Size = new System.Drawing.Size(265, 375); - this.listPartyBuffSkills.TabIndex = 9; - this.listPartyBuffSkills.UseCompatibleStateImageBehavior = false; - this.listPartyBuffSkills.View = System.Windows.Forms.View.Details; + listPartyBuffSkills.BorderStyle = System.Windows.Forms.BorderStyle.None; + listPartyBuffSkills.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnName, columnLimit }); + listPartyBuffSkills.Dock = System.Windows.Forms.DockStyle.Fill; + listPartyBuffSkills.FullRowSelect = true; + listPartyBuffSkills.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + listPartyBuffSkills.Location = new System.Drawing.Point(2, 24); + listPartyBuffSkills.Name = "listPartyBuffSkills"; + listPartyBuffSkills.Size = new System.Drawing.Size(263, 375); + listPartyBuffSkills.TabIndex = 9; + listPartyBuffSkills.UseCompatibleStateImageBehavior = false; + listPartyBuffSkills.View = System.Windows.Forms.View.Details; // // columnName // - this.columnName.Text = "Name"; - this.columnName.Width = 160; + columnName.Text = "Name"; + columnName.Width = 160; // // columnLimit // - this.columnLimit.Text = "Limit"; - this.columnLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.columnLimit.Width = 80; + columnLimit.Text = "Limit"; + columnLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + columnLimit.Width = 80; // // panel5 // - this.panel5.BackColor = System.Drawing.Color.Transparent; - this.panel5.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel5.BorderColor = System.Drawing.Color.Transparent; - this.panel5.Controls.Add(this.checkHideLowerLevelSkills); - this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel5.Location = new System.Drawing.Point(1, 399); - this.panel5.Name = "panel5"; - this.panel5.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); - this.panel5.Radius = 1; - this.panel5.ShadowDepth = 4F; - this.panel5.Size = new System.Drawing.Size(265, 26); - this.panel5.TabIndex = 11; + panel5.BackColor = System.Drawing.Color.Transparent; + panel5.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel5.BorderColor = System.Drawing.Color.Transparent; + panel5.Controls.Add(checkHideLowerLevelSkills); + panel5.Dock = System.Windows.Forms.DockStyle.Bottom; + panel5.Location = new System.Drawing.Point(2, 399); + panel5.Name = "panel5"; + panel5.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); + panel5.Radius = 1; + panel5.ShadowDepth = 4F; + panel5.Size = new System.Drawing.Size(263, 26); + panel5.TabIndex = 11; // // checkHideLowerLevelSkills // - this.checkHideLowerLevelSkills.AutoSize = true; - this.checkHideLowerLevelSkills.BackColor = System.Drawing.Color.Transparent; - this.checkHideLowerLevelSkills.Dock = System.Windows.Forms.DockStyle.Fill; - this.checkHideLowerLevelSkills.Location = new System.Drawing.Point(10, 0); - this.checkHideLowerLevelSkills.Name = "checkHideLowerLevelSkills"; - this.checkHideLowerLevelSkills.ShadowDepth = 1; - this.checkHideLowerLevelSkills.Size = new System.Drawing.Size(255, 26); - this.checkHideLowerLevelSkills.TabIndex = 10; - this.checkHideLowerLevelSkills.Text = "Hide lower level skills"; - this.checkHideLowerLevelSkills.UseVisualStyleBackColor = false; - this.checkHideLowerLevelSkills.Visible = false; - this.checkHideLowerLevelSkills.CheckedChanged += new System.EventHandler(this.checkHideLowerLevelSkills_CheckedChanged); + checkHideLowerLevelSkills.AutoSize = true; + checkHideLowerLevelSkills.BackColor = System.Drawing.Color.Transparent; + checkHideLowerLevelSkills.Dock = System.Windows.Forms.DockStyle.Fill; + checkHideLowerLevelSkills.Location = new System.Drawing.Point(10, 0); + checkHideLowerLevelSkills.Name = "checkHideLowerLevelSkills"; + checkHideLowerLevelSkills.ShadowDepth = 1; + checkHideLowerLevelSkills.Size = new System.Drawing.Size(253, 26); + checkHideLowerLevelSkills.TabIndex = 10; + checkHideLowerLevelSkills.Text = "Hide lower level skills"; + checkHideLowerLevelSkills.UseVisualStyleBackColor = false; + checkHideLowerLevelSkills.Visible = false; + checkHideLowerLevelSkills.CheckedChanged += checkHideLowerLevelSkills_CheckedChanged; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.tabMain); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.Name = "Main"; - this.Size = new System.Drawing.Size(754, 467); - this.tabMain.ResumeLayout(false); - this.tabCurrentParty.ResumeLayout(false); - this.contextParty.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.grpPartySettings.ResumeLayout(false); - this.grpPartySettings.PerformLayout(); - this.tpAutoParty.ResumeLayout(false); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - this.panel2.ResumeLayout(false); - this.groupBox7.ResumeLayout(false); - this.panel4.ResumeLayout(false); - this.groupBox3.ResumeLayout(false); - this.panel3.ResumeLayout(false); - this.grbAutoPartySettings.ResumeLayout(false); - this.grbAutoPartySettings.PerformLayout(); - this.tpPartyMatching.ResumeLayout(false); - this.topPartyPanel.ResumeLayout(false); - this.topPartyPanel.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.nudPartySearchMax)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudPartySearchMin)).EndInit(); - this.bottomPartyPanel.ResumeLayout(false); - this.tpPartyBuffing.ResumeLayout(false); - this.groupBox4.ResumeLayout(false); - this.groupBox6.ResumeLayout(false); - this.groupBox5.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.panel5.ResumeLayout(false); - this.panel5.PerformLayout(); - this.ResumeLayout(false); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(tabMain); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(754, 467); + tabMain.ResumeLayout(false); + tabCurrentParty.ResumeLayout(false); + contextParty.ResumeLayout(false); + panel1.ResumeLayout(false); + grpPartySettings.ResumeLayout(false); + grpPartySettings.PerformLayout(); + tpAutoParty.ResumeLayout(false); + groupBox2.ResumeLayout(false); + groupBox2.PerformLayout(); + panel2.ResumeLayout(false); + groupBox7.ResumeLayout(false); + panel4.ResumeLayout(false); + groupBox3.ResumeLayout(false); + panel3.ResumeLayout(false); + grbAutoPartySettings.ResumeLayout(false); + grbAutoPartySettings.PerformLayout(); + tpPartyMatching.ResumeLayout(false); + topPartyPanel.ResumeLayout(false); + topPartyPanel.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)nudPartySearchMax).EndInit(); + ((System.ComponentModel.ISupportInitialize)nudPartySearchMin).EndInit(); + bottomPartyPanel.ResumeLayout(false); + tpPartyBuffing.ResumeLayout(false); + groupBox4.ResumeLayout(false); + groupBox6.ResumeLayout(false); + groupBox5.ResumeLayout(false); + groupBox1.ResumeLayout(false); + panel5.ResumeLayout(false); + panel5.PerformLayout(); + ResumeLayout(false); } #endregion diff --git a/Plugins/RSBot.Protection/Views/Main.Designer.cs b/Plugins/RSBot.Protection/Views/Main.Designer.cs index 37fb312f..4e3a014b 100644 --- a/Plugins/RSBot.Protection/Views/Main.Designer.cs +++ b/Plugins/RSBot.Protection/Views/Main.Designer.cs @@ -28,1068 +28,987 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.label22 = new SDUI.Controls.Label(); - this.groupBackTown = new SDUI.Controls.GroupBox(); - this.checkStopBotOnReturnToTown = new SDUI.Controls.CheckBox(); - this.label21 = new SDUI.Controls.Label(); - this.numDeadTimeout = new SDUI.Controls.NumUpDown(); - this.checkLevelUp = new SDUI.Controls.CheckBox(); - this.checkFullPetInventory = new SDUI.Controls.CheckBox(); - this.checkNoMPPotions = new SDUI.Controls.CheckBox(); - this.checkNoHPPotions = new SDUI.Controls.CheckBox(); - this.checkDurability = new SDUI.Controls.CheckBox(); - this.checkDead = new SDUI.Controls.CheckBox(); - this.checkInventory = new SDUI.Controls.CheckBox(); - this.checkNoArrows = new SDUI.Controls.CheckBox(); - this.groupBadStatus = new SDUI.Controls.GroupBox(); - this.label18 = new SDUI.Controls.Label(); - this.comboSkillBadStatus = new SDUI.Controls.ComboBox(); - this.checkUseBadStatusSkill = new SDUI.Controls.CheckBox(); - this.checkUseUniversalPills = new SDUI.Controls.CheckBox(); - this.groupHPMP = new SDUI.Controls.GroupBox(); - this.label17 = new SDUI.Controls.Label(); - this.comboSkillPlayerMP = new SDUI.Controls.ComboBox(); - this.comboSkillPlayerHP = new SDUI.Controls.ComboBox(); - this.label11 = new SDUI.Controls.Label(); - this.numPlayerSkillMPMin = new SDUI.Controls.NumUpDown(); - this.label12 = new SDUI.Controls.Label(); - this.label9 = new SDUI.Controls.Label(); - this.numPlayerSkillHPMin = new SDUI.Controls.NumUpDown(); - this.label10 = new SDUI.Controls.Label(); - this.label7 = new SDUI.Controls.Label(); - this.numPlayerMPVigorPotionMin = new SDUI.Controls.NumUpDown(); - this.label8 = new SDUI.Controls.Label(); - this.label5 = new SDUI.Controls.Label(); - this.numPlayerHPVigorPotionMin = new SDUI.Controls.NumUpDown(); - this.label6 = new SDUI.Controls.Label(); - this.label3 = new SDUI.Controls.Label(); - this.numPlayerMPPotionMin = new SDUI.Controls.NumUpDown(); - this.label4 = new SDUI.Controls.Label(); - this.label2 = new SDUI.Controls.Label(); - this.numPlayerHPPotionMin = new SDUI.Controls.NumUpDown(); - this.label1 = new SDUI.Controls.Label(); - this.checkUseSkillHP = new SDUI.Controls.CheckBox(); - this.checkUseSkillMP = new SDUI.Controls.CheckBox(); - this.checkUseHPPotionsPlayer = new SDUI.Controls.CheckBox(); - this.checkUseVigorMP = new SDUI.Controls.CheckBox(); - this.checkUseMPPotionsPlayer = new SDUI.Controls.CheckBox(); - this.checkUseVigorHP = new SDUI.Controls.CheckBox(); - this.groupPet = new SDUI.Controls.GroupBox(); - this.checkAutoSummonAttackPet = new SDUI.Controls.CheckBox(); - this.checkUseAbnormalStatePotion = new SDUI.Controls.CheckBox(); - this.checkReviveAttackPet = new SDUI.Controls.CheckBox(); - this.label13 = new SDUI.Controls.Label(); - this.numPetMinHGP = new SDUI.Controls.NumUpDown(); - this.label14 = new SDUI.Controls.Label(); - this.label15 = new SDUI.Controls.Label(); - this.numPetMinHP = new SDUI.Controls.NumUpDown(); - this.label16 = new SDUI.Controls.Label(); - this.checkUsePetHP = new SDUI.Controls.CheckBox(); - this.checkUseHGP = new SDUI.Controls.CheckBox(); - this.groupStatPoints = new SDUI.Controls.GroupBox(); - this.buttonRun = new SDUI.Controls.Button(); - this.checkIncBotStopped = new SDUI.Controls.CheckBox(); - this.numIncStr = new SDUI.Controls.NumUpDown(); - this.numIncInt = new SDUI.Controls.NumUpDown(); - this.checkIncStr = new SDUI.Controls.CheckBox(); - this.checkIncInt = new SDUI.Controls.CheckBox(); - this.groupBackTown.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numDeadTimeout)).BeginInit(); - this.groupBadStatus.SuspendLayout(); - this.groupHPMP.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerSkillMPMin)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerSkillHPMin)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerMPVigorPotionMin)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerHPVigorPotionMin)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerMPPotionMin)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerHPPotionMin)).BeginInit(); - this.groupPet.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numPetMinHGP)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPetMinHP)).BeginInit(); - this.groupStatPoints.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numIncStr)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numIncInt)).BeginInit(); - this.SuspendLayout(); + label22 = new SDUI.Controls.Label(); + groupBackTown = new SDUI.Controls.GroupBox(); + checkStopBotOnReturnToTown = new SDUI.Controls.CheckBox(); + label21 = new SDUI.Controls.Label(); + numDeadTimeout = new SDUI.Controls.NumUpDown(); + checkLevelUp = new SDUI.Controls.CheckBox(); + checkFullPetInventory = new SDUI.Controls.CheckBox(); + checkNoMPPotions = new SDUI.Controls.CheckBox(); + checkNoHPPotions = new SDUI.Controls.CheckBox(); + checkDurability = new SDUI.Controls.CheckBox(); + checkDead = new SDUI.Controls.CheckBox(); + checkInventory = new SDUI.Controls.CheckBox(); + checkNoArrows = new SDUI.Controls.CheckBox(); + groupBadStatus = new SDUI.Controls.GroupBox(); + label18 = new SDUI.Controls.Label(); + comboSkillBadStatus = new SDUI.Controls.ComboBox(); + checkUseBadStatusSkill = new SDUI.Controls.CheckBox(); + checkUseUniversalPills = new SDUI.Controls.CheckBox(); + groupHPMP = new SDUI.Controls.GroupBox(); + label17 = new SDUI.Controls.Label(); + comboSkillPlayerMP = new SDUI.Controls.ComboBox(); + comboSkillPlayerHP = new SDUI.Controls.ComboBox(); + label11 = new SDUI.Controls.Label(); + numPlayerSkillMPMin = new SDUI.Controls.NumUpDown(); + label12 = new SDUI.Controls.Label(); + label9 = new SDUI.Controls.Label(); + numPlayerSkillHPMin = new SDUI.Controls.NumUpDown(); + label10 = new SDUI.Controls.Label(); + label7 = new SDUI.Controls.Label(); + numPlayerMPVigorPotionMin = new SDUI.Controls.NumUpDown(); + label8 = new SDUI.Controls.Label(); + label5 = new SDUI.Controls.Label(); + numPlayerHPVigorPotionMin = new SDUI.Controls.NumUpDown(); + label6 = new SDUI.Controls.Label(); + label3 = new SDUI.Controls.Label(); + numPlayerMPPotionMin = new SDUI.Controls.NumUpDown(); + label4 = new SDUI.Controls.Label(); + label2 = new SDUI.Controls.Label(); + numPlayerHPPotionMin = new SDUI.Controls.NumUpDown(); + label1 = new SDUI.Controls.Label(); + checkUseSkillHP = new SDUI.Controls.CheckBox(); + checkUseSkillMP = new SDUI.Controls.CheckBox(); + checkUseHPPotionsPlayer = new SDUI.Controls.CheckBox(); + checkUseVigorMP = new SDUI.Controls.CheckBox(); + checkUseMPPotionsPlayer = new SDUI.Controls.CheckBox(); + checkUseVigorHP = new SDUI.Controls.CheckBox(); + groupPet = new SDUI.Controls.GroupBox(); + checkAutoSummonAttackPet = new SDUI.Controls.CheckBox(); + checkUseAbnormalStatePotion = new SDUI.Controls.CheckBox(); + checkReviveAttackPet = new SDUI.Controls.CheckBox(); + label13 = new SDUI.Controls.Label(); + numPetMinHGP = new SDUI.Controls.NumUpDown(); + label14 = new SDUI.Controls.Label(); + label15 = new SDUI.Controls.Label(); + numPetMinHP = new SDUI.Controls.NumUpDown(); + label16 = new SDUI.Controls.Label(); + checkUsePetHP = new SDUI.Controls.CheckBox(); + checkUseHGP = new SDUI.Controls.CheckBox(); + groupStatPoints = new SDUI.Controls.GroupBox(); + buttonRun = new SDUI.Controls.Button(); + checkIncBotStopped = new SDUI.Controls.CheckBox(); + numIncStr = new SDUI.Controls.NumUpDown(); + numIncInt = new SDUI.Controls.NumUpDown(); + checkIncStr = new SDUI.Controls.CheckBox(); + checkIncInt = new SDUI.Controls.CheckBox(); + groupBackTown.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)numDeadTimeout).BeginInit(); + groupBadStatus.SuspendLayout(); + groupHPMP.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)numPlayerSkillMPMin).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerSkillHPMin).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerMPVigorPotionMin).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerHPVigorPotionMin).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerMPPotionMin).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerHPPotionMin).BeginInit(); + groupPet.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)numPetMinHGP).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numPetMinHP).BeginInit(); + groupStatPoints.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)numIncStr).BeginInit(); + ((System.ComponentModel.ISupportInitialize)numIncInt).BeginInit(); + SuspendLayout(); // // label22 // - this.label22.AutoSize = true; - this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label22.Location = new System.Drawing.Point(500, 449); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(254, 15); - this.label22.TabIndex = 16; - this.label22.Text = "* Will also be executed, if the bot is not started."; + label22.AutoSize = true; + label22.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label22.Location = new System.Drawing.Point(500, 449); + label22.Name = "label22"; + label22.Size = new System.Drawing.Size(254, 15); + label22.TabIndex = 16; + label22.Text = "* Will also be executed, if the bot is not started."; // // groupBackTown // - this.groupBackTown.BackColor = System.Drawing.Color.Transparent; - this.groupBackTown.Controls.Add(this.checkStopBotOnReturnToTown); - this.groupBackTown.Controls.Add(this.label21); - this.groupBackTown.Controls.Add(this.numDeadTimeout); - this.groupBackTown.Controls.Add(this.checkLevelUp); - this.groupBackTown.Controls.Add(this.checkFullPetInventory); - this.groupBackTown.Controls.Add(this.checkNoMPPotions); - this.groupBackTown.Controls.Add(this.checkNoHPPotions); - this.groupBackTown.Controls.Add(this.checkDurability); - this.groupBackTown.Controls.Add(this.checkDead); - this.groupBackTown.Controls.Add(this.checkInventory); - this.groupBackTown.Controls.Add(this.checkNoArrows); - this.groupBackTown.Location = new System.Drawing.Point(500, 7); - this.groupBackTown.Name = "groupBackTown"; - this.groupBackTown.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBackTown.Radius = 10; - this.groupBackTown.ShadowDepth = 4; - this.groupBackTown.Size = new System.Drawing.Size(238, 227); - this.groupBackTown.TabIndex = 17; - this.groupBackTown.TabStop = false; - this.groupBackTown.Text = "Back to town"; + groupBackTown.BackColor = System.Drawing.Color.Transparent; + groupBackTown.Controls.Add(checkStopBotOnReturnToTown); + groupBackTown.Controls.Add(label21); + groupBackTown.Controls.Add(numDeadTimeout); + groupBackTown.Controls.Add(checkLevelUp); + groupBackTown.Controls.Add(checkFullPetInventory); + groupBackTown.Controls.Add(checkNoMPPotions); + groupBackTown.Controls.Add(checkNoHPPotions); + groupBackTown.Controls.Add(checkDurability); + groupBackTown.Controls.Add(checkDead); + groupBackTown.Controls.Add(checkInventory); + groupBackTown.Controls.Add(checkNoArrows); + groupBackTown.Location = new System.Drawing.Point(500, 7); + groupBackTown.Name = "groupBackTown"; + groupBackTown.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBackTown.Radius = 10; + groupBackTown.ShadowDepth = 4; + groupBackTown.Size = new System.Drawing.Size(238, 227); + groupBackTown.TabIndex = 17; + groupBackTown.TabStop = false; + groupBackTown.Text = "Back to town"; // // checkStopBotOnReturnToTown // - this.checkStopBotOnReturnToTown.AutoSize = true; - this.checkStopBotOnReturnToTown.BackColor = System.Drawing.Color.Transparent; - this.checkStopBotOnReturnToTown.Location = new System.Drawing.Point(12, 57); - this.checkStopBotOnReturnToTown.Name = "checkStopBotOnReturnToTown"; - this.checkStopBotOnReturnToTown.ShadowDepth = 1; - this.checkStopBotOnReturnToTown.Size = new System.Drawing.Size(171, 15); - this.checkStopBotOnReturnToTown.TabIndex = 11; - this.checkStopBotOnReturnToTown.Text = "Stop bot when back in town"; - this.checkStopBotOnReturnToTown.UseVisualStyleBackColor = false; - this.checkStopBotOnReturnToTown.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkStopBotOnReturnToTown.AutoSize = true; + checkStopBotOnReturnToTown.BackColor = System.Drawing.Color.Transparent; + checkStopBotOnReturnToTown.Location = new System.Drawing.Point(12, 57); + checkStopBotOnReturnToTown.Name = "checkStopBotOnReturnToTown"; + checkStopBotOnReturnToTown.ShadowDepth = 1; + checkStopBotOnReturnToTown.Size = new System.Drawing.Size(171, 15); + checkStopBotOnReturnToTown.TabIndex = 11; + checkStopBotOnReturnToTown.Text = "Stop bot when back in town"; + checkStopBotOnReturnToTown.UseVisualStyleBackColor = false; + checkStopBotOnReturnToTown.CheckedChanged += settings_CheckedChanged; // // label21 // - this.label21.AutoSize = true; - this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label21.Location = new System.Drawing.Point(206, 35); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(27, 15); - this.label21.TabIndex = 10; - this.label21.Text = "sec."; + label21.AutoSize = true; + label21.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label21.Location = new System.Drawing.Point(206, 35); + label21.Name = "label21"; + label21.Size = new System.Drawing.Size(27, 15); + label21.TabIndex = 10; + label21.Text = "sec."; // // numDeadTimeout // - this.numDeadTimeout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numDeadTimeout.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numDeadTimeout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numDeadTimeout.InterceptArrowKeys = false; - this.numDeadTimeout.Location = new System.Drawing.Point(153, 32); - this.numDeadTimeout.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numDeadTimeout.Name = "numDeadTimeout"; - this.numDeadTimeout.Size = new System.Drawing.Size(47, 23); - this.numDeadTimeout.TabIndex = 9; - this.numDeadTimeout.Value = new decimal(new int[] { - 30, - 0, - 0, - 0}); - this.numDeadTimeout.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numDeadTimeout.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numDeadTimeout.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numDeadTimeout.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numDeadTimeout.InterceptArrowKeys = false; + numDeadTimeout.Location = new System.Drawing.Point(153, 32); + numDeadTimeout.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numDeadTimeout.Name = "numDeadTimeout"; + numDeadTimeout.Size = new System.Drawing.Size(47, 23); + numDeadTimeout.TabIndex = 9; + numDeadTimeout.Value = new decimal(new int[] { 30, 0, 0, 0 }); + numDeadTimeout.ValueChanged += numSettings_ValueChanged; // // checkLevelUp // - this.checkLevelUp.AutoSize = true; - this.checkLevelUp.BackColor = System.Drawing.Color.Transparent; - this.checkLevelUp.Location = new System.Drawing.Point(12, 204); - this.checkLevelUp.Name = "checkLevelUp"; - this.checkLevelUp.ShadowDepth = 1; - this.checkLevelUp.Size = new System.Drawing.Size(67, 15); - this.checkLevelUp.TabIndex = 8; - this.checkLevelUp.Text = "Level up"; - this.checkLevelUp.UseVisualStyleBackColor = false; - this.checkLevelUp.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkLevelUp.AutoSize = true; + checkLevelUp.BackColor = System.Drawing.Color.Transparent; + checkLevelUp.Location = new System.Drawing.Point(12, 204); + checkLevelUp.Name = "checkLevelUp"; + checkLevelUp.ShadowDepth = 1; + checkLevelUp.Size = new System.Drawing.Size(67, 15); + checkLevelUp.TabIndex = 8; + checkLevelUp.Text = "Level up"; + checkLevelUp.UseVisualStyleBackColor = false; + checkLevelUp.CheckedChanged += settings_CheckedChanged; // // checkFullPetInventory // - this.checkFullPetInventory.AutoSize = true; - this.checkFullPetInventory.BackColor = System.Drawing.Color.Transparent; - this.checkFullPetInventory.Location = new System.Drawing.Point(12, 120); - this.checkFullPetInventory.Name = "checkFullPetInventory"; - this.checkFullPetInventory.ShadowDepth = 1; - this.checkFullPetInventory.Size = new System.Drawing.Size(115, 15); - this.checkFullPetInventory.TabIndex = 7; - this.checkFullPetInventory.Text = "Full pet inventory"; - this.checkFullPetInventory.UseVisualStyleBackColor = false; - this.checkFullPetInventory.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkFullPetInventory.AutoSize = true; + checkFullPetInventory.BackColor = System.Drawing.Color.Transparent; + checkFullPetInventory.Location = new System.Drawing.Point(12, 120); + checkFullPetInventory.Name = "checkFullPetInventory"; + checkFullPetInventory.ShadowDepth = 1; + checkFullPetInventory.Size = new System.Drawing.Size(115, 15); + checkFullPetInventory.TabIndex = 7; + checkFullPetInventory.Text = "Full pet inventory"; + checkFullPetInventory.UseVisualStyleBackColor = false; + checkFullPetInventory.CheckedChanged += settings_CheckedChanged; // // checkNoMPPotions // - this.checkNoMPPotions.AutoSize = true; - this.checkNoMPPotions.BackColor = System.Drawing.Color.Transparent; - this.checkNoMPPotions.Location = new System.Drawing.Point(12, 162); - this.checkNoMPPotions.Name = "checkNoMPPotions"; - this.checkNoMPPotions.ShadowDepth = 1; - this.checkNoMPPotions.Size = new System.Drawing.Size(123, 15); - this.checkNoMPPotions.TabIndex = 6; - this.checkNoMPPotions.Text = "No MP Potions left"; - this.checkNoMPPotions.UseVisualStyleBackColor = false; - this.checkNoMPPotions.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkNoMPPotions.AutoSize = true; + checkNoMPPotions.BackColor = System.Drawing.Color.Transparent; + checkNoMPPotions.Location = new System.Drawing.Point(12, 162); + checkNoMPPotions.Name = "checkNoMPPotions"; + checkNoMPPotions.ShadowDepth = 1; + checkNoMPPotions.Size = new System.Drawing.Size(123, 15); + checkNoMPPotions.TabIndex = 6; + checkNoMPPotions.Text = "No MP Potions left"; + checkNoMPPotions.UseVisualStyleBackColor = false; + checkNoMPPotions.CheckedChanged += settings_CheckedChanged; // // checkNoHPPotions // - this.checkNoHPPotions.AutoSize = true; - this.checkNoHPPotions.BackColor = System.Drawing.Color.Transparent; - this.checkNoHPPotions.Location = new System.Drawing.Point(12, 141); - this.checkNoHPPotions.Name = "checkNoHPPotions"; - this.checkNoHPPotions.ShadowDepth = 1; - this.checkNoHPPotions.Size = new System.Drawing.Size(121, 15); - this.checkNoHPPotions.TabIndex = 5; - this.checkNoHPPotions.Text = "No HP Potions left"; - this.checkNoHPPotions.UseVisualStyleBackColor = false; - this.checkNoHPPotions.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkNoHPPotions.AutoSize = true; + checkNoHPPotions.BackColor = System.Drawing.Color.Transparent; + checkNoHPPotions.Location = new System.Drawing.Point(12, 141); + checkNoHPPotions.Name = "checkNoHPPotions"; + checkNoHPPotions.ShadowDepth = 1; + checkNoHPPotions.Size = new System.Drawing.Size(121, 15); + checkNoHPPotions.TabIndex = 5; + checkNoHPPotions.Text = "No HP Potions left"; + checkNoHPPotions.UseVisualStyleBackColor = false; + checkNoHPPotions.CheckedChanged += settings_CheckedChanged; // // checkDurability // - this.checkDurability.AutoSize = true; - this.checkDurability.BackColor = System.Drawing.Color.Transparent; - this.checkDurability.Location = new System.Drawing.Point(12, 183); - this.checkDurability.Name = "checkDurability"; - this.checkDurability.ShadowDepth = 1; - this.checkDurability.Size = new System.Drawing.Size(156, 15); - this.checkDurability.TabIndex = 4; - this.checkDurability.Text = "Equipment durability low"; - this.checkDurability.UseVisualStyleBackColor = false; - this.checkDurability.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkDurability.AutoSize = true; + checkDurability.BackColor = System.Drawing.Color.Transparent; + checkDurability.Location = new System.Drawing.Point(12, 183); + checkDurability.Name = "checkDurability"; + checkDurability.ShadowDepth = 1; + checkDurability.Size = new System.Drawing.Size(156, 15); + checkDurability.TabIndex = 4; + checkDurability.Text = "Equipment durability low"; + checkDurability.UseVisualStyleBackColor = false; + checkDurability.CheckedChanged += settings_CheckedChanged; // // checkDead // - this.checkDead.AutoSize = true; - this.checkDead.BackColor = System.Drawing.Color.Transparent; - this.checkDead.Location = new System.Drawing.Point(12, 36); - this.checkDead.Name = "checkDead"; - this.checkDead.ShadowDepth = 1; - this.checkDead.Size = new System.Drawing.Size(124, 15); - this.checkDead.TabIndex = 3; - this.checkDead.Text = "Dead with delay of "; - this.checkDead.UseVisualStyleBackColor = false; - this.checkDead.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkDead.AutoSize = true; + checkDead.BackColor = System.Drawing.Color.Transparent; + checkDead.Location = new System.Drawing.Point(12, 36); + checkDead.Name = "checkDead"; + checkDead.ShadowDepth = 1; + checkDead.Size = new System.Drawing.Size(124, 15); + checkDead.TabIndex = 3; + checkDead.Text = "Dead with delay of "; + checkDead.UseVisualStyleBackColor = false; + checkDead.CheckedChanged += settings_CheckedChanged; // // checkInventory // - this.checkInventory.AutoSize = true; - this.checkInventory.BackColor = System.Drawing.Color.Transparent; - this.checkInventory.Location = new System.Drawing.Point(12, 99); - this.checkInventory.Name = "checkInventory"; - this.checkInventory.ShadowDepth = 1; - this.checkInventory.Size = new System.Drawing.Size(95, 15); - this.checkInventory.TabIndex = 4; - this.checkInventory.Text = "Full inventory"; - this.checkInventory.UseVisualStyleBackColor = false; - this.checkInventory.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkInventory.AutoSize = true; + checkInventory.BackColor = System.Drawing.Color.Transparent; + checkInventory.Location = new System.Drawing.Point(12, 99); + checkInventory.Name = "checkInventory"; + checkInventory.ShadowDepth = 1; + checkInventory.Size = new System.Drawing.Size(95, 15); + checkInventory.TabIndex = 4; + checkInventory.Text = "Full inventory"; + checkInventory.UseVisualStyleBackColor = false; + checkInventory.CheckedChanged += settings_CheckedChanged; // // checkNoArrows // - this.checkNoArrows.AutoSize = true; - this.checkNoArrows.BackColor = System.Drawing.Color.Transparent; - this.checkNoArrows.Location = new System.Drawing.Point(12, 78); - this.checkNoArrows.Name = "checkNoArrows"; - this.checkNoArrows.ShadowDepth = 1; - this.checkNoArrows.Size = new System.Drawing.Size(134, 15); - this.checkNoArrows.TabIndex = 4; - this.checkNoArrows.Text = "No arrows / bolts left"; - this.checkNoArrows.UseVisualStyleBackColor = false; - this.checkNoArrows.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkNoArrows.AutoSize = true; + checkNoArrows.BackColor = System.Drawing.Color.Transparent; + checkNoArrows.Location = new System.Drawing.Point(12, 78); + checkNoArrows.Name = "checkNoArrows"; + checkNoArrows.ShadowDepth = 1; + checkNoArrows.Size = new System.Drawing.Size(134, 15); + checkNoArrows.TabIndex = 4; + checkNoArrows.Text = "No arrows / bolts left"; + checkNoArrows.UseVisualStyleBackColor = false; + checkNoArrows.CheckedChanged += settings_CheckedChanged; // // groupBadStatus // - this.groupBadStatus.BackColor = System.Drawing.Color.Transparent; - this.groupBadStatus.Controls.Add(this.label18); - this.groupBadStatus.Controls.Add(this.comboSkillBadStatus); - this.groupBadStatus.Controls.Add(this.checkUseBadStatusSkill); - this.groupBadStatus.Controls.Add(this.checkUseUniversalPills); - this.groupBadStatus.Location = new System.Drawing.Point(15, 214); - this.groupBadStatus.Name = "groupBadStatus"; - this.groupBadStatus.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupBadStatus.Radius = 10; - this.groupBadStatus.ShadowDepth = 4; - this.groupBadStatus.Size = new System.Drawing.Size(456, 80); - this.groupBadStatus.TabIndex = 6; - this.groupBadStatus.TabStop = false; - this.groupBadStatus.Text = "Bad status"; + groupBadStatus.BackColor = System.Drawing.Color.Transparent; + groupBadStatus.Controls.Add(label18); + groupBadStatus.Controls.Add(comboSkillBadStatus); + groupBadStatus.Controls.Add(checkUseBadStatusSkill); + groupBadStatus.Controls.Add(checkUseUniversalPills); + groupBadStatus.Location = new System.Drawing.Point(15, 214); + groupBadStatus.Name = "groupBadStatus"; + groupBadStatus.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBadStatus.Radius = 10; + groupBadStatus.ShadowDepth = 4; + groupBadStatus.Size = new System.Drawing.Size(456, 80); + groupBadStatus.TabIndex = 6; + groupBadStatus.TabStop = false; + groupBadStatus.Text = "Bad status"; // // label18 // - this.label18.AutoSize = true; - this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label18.Location = new System.Drawing.Point(315, 33); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(31, 15); - this.label18.TabIndex = 27; - this.label18.Text = "Skill:"; + label18.AutoSize = true; + label18.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label18.Location = new System.Drawing.Point(315, 33); + label18.Name = "label18"; + label18.Size = new System.Drawing.Size(31, 15); + label18.TabIndex = 27; + label18.Text = "Skill:"; // // comboSkillBadStatus // - this.comboSkillBadStatus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboSkillBadStatus.DropDownHeight = 100; - this.comboSkillBadStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboSkillBadStatus.FormattingEnabled = true; - this.comboSkillBadStatus.IntegralHeight = false; - this.comboSkillBadStatus.ItemHeight = 17; - this.comboSkillBadStatus.Location = new System.Drawing.Point(318, 50); - this.comboSkillBadStatus.Name = "comboSkillBadStatus"; - this.comboSkillBadStatus.Radius = 5; - this.comboSkillBadStatus.ShadowDepth = 4F; - this.comboSkillBadStatus.Size = new System.Drawing.Size(121, 23); - this.comboSkillBadStatus.TabIndex = 26; - this.comboSkillBadStatus.SelectedIndexChanged += new System.EventHandler(this.comboSkill_SelectedIndexChanged); + comboSkillBadStatus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboSkillBadStatus.DropDownHeight = 100; + comboSkillBadStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboSkillBadStatus.FormattingEnabled = true; + comboSkillBadStatus.IntegralHeight = false; + comboSkillBadStatus.ItemHeight = 17; + comboSkillBadStatus.Location = new System.Drawing.Point(318, 50); + comboSkillBadStatus.Name = "comboSkillBadStatus"; + comboSkillBadStatus.Radius = 5; + comboSkillBadStatus.ShadowDepth = 4F; + comboSkillBadStatus.Size = new System.Drawing.Size(121, 23); + comboSkillBadStatus.TabIndex = 26; + comboSkillBadStatus.SelectedIndexChanged += comboSkill_SelectedIndexChanged; // // checkUseBadStatusSkill // - this.checkUseBadStatusSkill.AutoSize = true; - this.checkUseBadStatusSkill.BackColor = System.Drawing.Color.Transparent; - this.checkUseBadStatusSkill.Location = new System.Drawing.Point(11, 58); - this.checkUseBadStatusSkill.Name = "checkUseBadStatusSkill"; - this.checkUseBadStatusSkill.ShadowDepth = 1; - this.checkUseBadStatusSkill.Size = new System.Drawing.Size(66, 15); - this.checkUseBadStatusSkill.TabIndex = 5; - this.checkUseBadStatusSkill.Text = "Use Skill"; - this.checkUseBadStatusSkill.UseVisualStyleBackColor = false; - this.checkUseBadStatusSkill.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseBadStatusSkill.AutoSize = true; + checkUseBadStatusSkill.BackColor = System.Drawing.Color.Transparent; + checkUseBadStatusSkill.Location = new System.Drawing.Point(11, 58); + checkUseBadStatusSkill.Name = "checkUseBadStatusSkill"; + checkUseBadStatusSkill.ShadowDepth = 1; + checkUseBadStatusSkill.Size = new System.Drawing.Size(66, 15); + checkUseBadStatusSkill.TabIndex = 5; + checkUseBadStatusSkill.Text = "Use Skill"; + checkUseBadStatusSkill.UseVisualStyleBackColor = false; + checkUseBadStatusSkill.CheckedChanged += settings_CheckedChanged; // // checkUseUniversalPills // - this.checkUseUniversalPills.AutoSize = true; - this.checkUseUniversalPills.BackColor = System.Drawing.Color.Transparent; - this.checkUseUniversalPills.Location = new System.Drawing.Point(11, 35); - this.checkUseUniversalPills.Name = "checkUseUniversalPills"; - this.checkUseUniversalPills.ShadowDepth = 1; - this.checkUseUniversalPills.Size = new System.Drawing.Size(125, 15); - this.checkUseUniversalPills.TabIndex = 4; - this.checkUseUniversalPills.Text = "Use Universal Pills *"; - this.checkUseUniversalPills.UseVisualStyleBackColor = false; - this.checkUseUniversalPills.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseUniversalPills.AutoSize = true; + checkUseUniversalPills.BackColor = System.Drawing.Color.Transparent; + checkUseUniversalPills.Location = new System.Drawing.Point(11, 35); + checkUseUniversalPills.Name = "checkUseUniversalPills"; + checkUseUniversalPills.ShadowDepth = 1; + checkUseUniversalPills.Size = new System.Drawing.Size(125, 15); + checkUseUniversalPills.TabIndex = 4; + checkUseUniversalPills.Text = "Use Universal Pills *"; + checkUseUniversalPills.UseVisualStyleBackColor = false; + checkUseUniversalPills.CheckedChanged += settings_CheckedChanged; // // groupHPMP // - this.groupHPMP.BackColor = System.Drawing.Color.Transparent; - this.groupHPMP.Controls.Add(this.label17); - this.groupHPMP.Controls.Add(this.comboSkillPlayerMP); - this.groupHPMP.Controls.Add(this.comboSkillPlayerHP); - this.groupHPMP.Controls.Add(this.label11); - this.groupHPMP.Controls.Add(this.numPlayerSkillMPMin); - this.groupHPMP.Controls.Add(this.label12); - this.groupHPMP.Controls.Add(this.label9); - this.groupHPMP.Controls.Add(this.numPlayerSkillHPMin); - this.groupHPMP.Controls.Add(this.label10); - this.groupHPMP.Controls.Add(this.label7); - this.groupHPMP.Controls.Add(this.numPlayerMPVigorPotionMin); - this.groupHPMP.Controls.Add(this.label8); - this.groupHPMP.Controls.Add(this.label5); - this.groupHPMP.Controls.Add(this.numPlayerHPVigorPotionMin); - this.groupHPMP.Controls.Add(this.label6); - this.groupHPMP.Controls.Add(this.label3); - this.groupHPMP.Controls.Add(this.numPlayerMPPotionMin); - this.groupHPMP.Controls.Add(this.label4); - this.groupHPMP.Controls.Add(this.label2); - this.groupHPMP.Controls.Add(this.numPlayerHPPotionMin); - this.groupHPMP.Controls.Add(this.label1); - this.groupHPMP.Controls.Add(this.checkUseSkillHP); - this.groupHPMP.Controls.Add(this.checkUseSkillMP); - this.groupHPMP.Controls.Add(this.checkUseHPPotionsPlayer); - this.groupHPMP.Controls.Add(this.checkUseVigorMP); - this.groupHPMP.Controls.Add(this.checkUseMPPotionsPlayer); - this.groupHPMP.Controls.Add(this.checkUseVigorHP); - this.groupHPMP.Location = new System.Drawing.Point(15, 7); - this.groupHPMP.Name = "groupHPMP"; - this.groupHPMP.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupHPMP.Radius = 10; - this.groupHPMP.ShadowDepth = 4; - this.groupHPMP.Size = new System.Drawing.Size(456, 201); - this.groupHPMP.TabIndex = 5; - this.groupHPMP.TabStop = false; - this.groupHPMP.Text = "Health / Mana recovery"; + groupHPMP.BackColor = System.Drawing.Color.Transparent; + groupHPMP.Controls.Add(label17); + groupHPMP.Controls.Add(comboSkillPlayerMP); + groupHPMP.Controls.Add(comboSkillPlayerHP); + groupHPMP.Controls.Add(label11); + groupHPMP.Controls.Add(numPlayerSkillMPMin); + groupHPMP.Controls.Add(label12); + groupHPMP.Controls.Add(label9); + groupHPMP.Controls.Add(numPlayerSkillHPMin); + groupHPMP.Controls.Add(label10); + groupHPMP.Controls.Add(label7); + groupHPMP.Controls.Add(numPlayerMPVigorPotionMin); + groupHPMP.Controls.Add(label8); + groupHPMP.Controls.Add(label5); + groupHPMP.Controls.Add(numPlayerHPVigorPotionMin); + groupHPMP.Controls.Add(label6); + groupHPMP.Controls.Add(label3); + groupHPMP.Controls.Add(numPlayerMPPotionMin); + groupHPMP.Controls.Add(label4); + groupHPMP.Controls.Add(label2); + groupHPMP.Controls.Add(numPlayerHPPotionMin); + groupHPMP.Controls.Add(label1); + groupHPMP.Controls.Add(checkUseSkillHP); + groupHPMP.Controls.Add(checkUseSkillMP); + groupHPMP.Controls.Add(checkUseHPPotionsPlayer); + groupHPMP.Controls.Add(checkUseVigorMP); + groupHPMP.Controls.Add(checkUseMPPotionsPlayer); + groupHPMP.Controls.Add(checkUseVigorHP); + groupHPMP.Location = new System.Drawing.Point(15, 7); + groupHPMP.Name = "groupHPMP"; + groupHPMP.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupHPMP.Radius = 10; + groupHPMP.ShadowDepth = 4; + groupHPMP.Size = new System.Drawing.Size(456, 201); + groupHPMP.TabIndex = 5; + groupHPMP.TabStop = false; + groupHPMP.Text = "Health / Mana recovery"; // // label17 // - this.label17.AutoSize = true; - this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label17.Location = new System.Drawing.Point(315, 128); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(31, 15); - this.label17.TabIndex = 26; - this.label17.Text = "Skill:"; + label17.AutoSize = true; + label17.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label17.Location = new System.Drawing.Point(315, 128); + label17.Name = "label17"; + label17.Size = new System.Drawing.Size(31, 15); + label17.TabIndex = 26; + label17.Text = "Skill:"; // // comboSkillPlayerMP // - this.comboSkillPlayerMP.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboSkillPlayerMP.DropDownHeight = 100; - this.comboSkillPlayerMP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboSkillPlayerMP.FormattingEnabled = true; - this.comboSkillPlayerMP.IntegralHeight = false; - this.comboSkillPlayerMP.ItemHeight = 17; - this.comboSkillPlayerMP.Location = new System.Drawing.Point(318, 167); - this.comboSkillPlayerMP.Name = "comboSkillPlayerMP"; - this.comboSkillPlayerMP.Radius = 5; - this.comboSkillPlayerMP.ShadowDepth = 4F; - this.comboSkillPlayerMP.Size = new System.Drawing.Size(121, 23); - this.comboSkillPlayerMP.TabIndex = 25; - this.comboSkillPlayerMP.SelectedIndexChanged += new System.EventHandler(this.comboSkill_SelectedIndexChanged); + comboSkillPlayerMP.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboSkillPlayerMP.DropDownHeight = 100; + comboSkillPlayerMP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboSkillPlayerMP.FormattingEnabled = true; + comboSkillPlayerMP.IntegralHeight = false; + comboSkillPlayerMP.ItemHeight = 17; + comboSkillPlayerMP.Location = new System.Drawing.Point(318, 170); + comboSkillPlayerMP.Name = "comboSkillPlayerMP"; + comboSkillPlayerMP.Radius = 5; + comboSkillPlayerMP.ShadowDepth = 4F; + comboSkillPlayerMP.Size = new System.Drawing.Size(121, 23); + comboSkillPlayerMP.TabIndex = 25; + comboSkillPlayerMP.SelectedIndexChanged += comboSkill_SelectedIndexChanged; // // comboSkillPlayerHP // - this.comboSkillPlayerHP.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.comboSkillPlayerHP.DropDownHeight = 100; - this.comboSkillPlayerHP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboSkillPlayerHP.FormattingEnabled = true; - this.comboSkillPlayerHP.IntegralHeight = false; - this.comboSkillPlayerHP.ItemHeight = 17; - this.comboSkillPlayerHP.Location = new System.Drawing.Point(318, 144); - this.comboSkillPlayerHP.Name = "comboSkillPlayerHP"; - this.comboSkillPlayerHP.Radius = 5; - this.comboSkillPlayerHP.ShadowDepth = 4F; - this.comboSkillPlayerHP.Size = new System.Drawing.Size(121, 23); - this.comboSkillPlayerHP.TabIndex = 7; - this.comboSkillPlayerHP.SelectedIndexChanged += new System.EventHandler(this.comboSkill_SelectedIndexChanged); + comboSkillPlayerHP.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + comboSkillPlayerHP.DropDownHeight = 100; + comboSkillPlayerHP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboSkillPlayerHP.FormattingEnabled = true; + comboSkillPlayerHP.IntegralHeight = false; + comboSkillPlayerHP.ItemHeight = 17; + comboSkillPlayerHP.Location = new System.Drawing.Point(318, 144); + comboSkillPlayerHP.Name = "comboSkillPlayerHP"; + comboSkillPlayerHP.Radius = 5; + comboSkillPlayerHP.ShadowDepth = 4F; + comboSkillPlayerHP.Size = new System.Drawing.Size(121, 23); + comboSkillPlayerHP.TabIndex = 7; + comboSkillPlayerHP.SelectedIndexChanged += comboSkill_SelectedIndexChanged; // // label11 // - this.label11.AutoSize = true; - this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label11.Location = new System.Drawing.Point(273, 173); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(17, 15); - this.label11.TabIndex = 24; - this.label11.Text = "%"; + label11.AutoSize = true; + label11.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label11.Location = new System.Drawing.Point(273, 176); + label11.Name = "label11"; + label11.Size = new System.Drawing.Size(17, 15); + label11.TabIndex = 24; + label11.Text = "%"; // // numPlayerSkillMPMin // - this.numPlayerSkillMPMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPlayerSkillMPMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPlayerSkillMPMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPlayerSkillMPMin.InterceptArrowKeys = false; - this.numPlayerSkillMPMin.Location = new System.Drawing.Point(220, 168); - this.numPlayerSkillMPMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPlayerSkillMPMin.Name = "numPlayerSkillMPMin"; - this.numPlayerSkillMPMin.Size = new System.Drawing.Size(47, 23); - this.numPlayerSkillMPMin.TabIndex = 23; - this.numPlayerSkillMPMin.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPlayerSkillMPMin.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPlayerSkillMPMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPlayerSkillMPMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPlayerSkillMPMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPlayerSkillMPMin.InterceptArrowKeys = false; + numPlayerSkillMPMin.Location = new System.Drawing.Point(220, 171); + numPlayerSkillMPMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPlayerSkillMPMin.Name = "numPlayerSkillMPMin"; + numPlayerSkillMPMin.Size = new System.Drawing.Size(47, 23); + numPlayerSkillMPMin.TabIndex = 23; + numPlayerSkillMPMin.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPlayerSkillMPMin.ValueChanged += numSettings_ValueChanged; // // label12 // - this.label12.AutoSize = true; - this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label12.Location = new System.Drawing.Point(201, 170); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(15, 15); - this.label12.TabIndex = 22; - this.label12.Text = "<"; + label12.AutoSize = true; + label12.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label12.Location = new System.Drawing.Point(201, 173); + label12.Name = "label12"; + label12.Size = new System.Drawing.Size(15, 15); + label12.TabIndex = 22; + label12.Text = "<"; // // label9 // - this.label9.AutoSize = true; - this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label9.Location = new System.Drawing.Point(273, 150); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(17, 15); - this.label9.TabIndex = 21; - this.label9.Text = "%"; + label9.AutoSize = true; + label9.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label9.Location = new System.Drawing.Point(273, 150); + label9.Name = "label9"; + label9.Size = new System.Drawing.Size(17, 15); + label9.TabIndex = 21; + label9.Text = "%"; // // numPlayerSkillHPMin // - this.numPlayerSkillHPMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPlayerSkillHPMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPlayerSkillHPMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPlayerSkillHPMin.InterceptArrowKeys = false; - this.numPlayerSkillHPMin.Location = new System.Drawing.Point(220, 145); - this.numPlayerSkillHPMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPlayerSkillHPMin.Name = "numPlayerSkillHPMin"; - this.numPlayerSkillHPMin.Size = new System.Drawing.Size(47, 23); - this.numPlayerSkillHPMin.TabIndex = 20; - this.numPlayerSkillHPMin.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPlayerSkillHPMin.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPlayerSkillHPMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPlayerSkillHPMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPlayerSkillHPMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPlayerSkillHPMin.InterceptArrowKeys = false; + numPlayerSkillHPMin.Location = new System.Drawing.Point(220, 145); + numPlayerSkillHPMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPlayerSkillHPMin.Name = "numPlayerSkillHPMin"; + numPlayerSkillHPMin.Size = new System.Drawing.Size(47, 23); + numPlayerSkillHPMin.TabIndex = 20; + numPlayerSkillHPMin.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPlayerSkillHPMin.ValueChanged += numSettings_ValueChanged; // // label10 // - this.label10.AutoSize = true; - this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label10.Location = new System.Drawing.Point(201, 147); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(15, 15); - this.label10.TabIndex = 19; - this.label10.Text = "<"; + label10.AutoSize = true; + label10.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label10.Location = new System.Drawing.Point(201, 147); + label10.Name = "label10"; + label10.Size = new System.Drawing.Size(15, 15); + label10.TabIndex = 19; + label10.Text = "<"; // // label7 // - this.label7.AutoSize = true; - this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label7.Location = new System.Drawing.Point(273, 122); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(17, 15); - this.label7.TabIndex = 18; - this.label7.Text = "%"; + label7.AutoSize = true; + label7.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label7.Location = new System.Drawing.Point(273, 122); + label7.Name = "label7"; + label7.Size = new System.Drawing.Size(17, 15); + label7.TabIndex = 18; + label7.Text = "%"; // // numPlayerMPVigorPotionMin // - this.numPlayerMPVigorPotionMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPlayerMPVigorPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPlayerMPVigorPotionMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPlayerMPVigorPotionMin.InterceptArrowKeys = false; - this.numPlayerMPVigorPotionMin.Location = new System.Drawing.Point(220, 117); - this.numPlayerMPVigorPotionMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPlayerMPVigorPotionMin.Name = "numPlayerMPVigorPotionMin"; - this.numPlayerMPVigorPotionMin.Size = new System.Drawing.Size(47, 23); - this.numPlayerMPVigorPotionMin.TabIndex = 17; - this.numPlayerMPVigorPotionMin.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPlayerMPVigorPotionMin.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPlayerMPVigorPotionMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPlayerMPVigorPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPlayerMPVigorPotionMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPlayerMPVigorPotionMin.InterceptArrowKeys = false; + numPlayerMPVigorPotionMin.Location = new System.Drawing.Point(220, 117); + numPlayerMPVigorPotionMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPlayerMPVigorPotionMin.Name = "numPlayerMPVigorPotionMin"; + numPlayerMPVigorPotionMin.Size = new System.Drawing.Size(47, 23); + numPlayerMPVigorPotionMin.TabIndex = 17; + numPlayerMPVigorPotionMin.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPlayerMPVigorPotionMin.ValueChanged += numSettings_ValueChanged; // // label8 // - this.label8.AutoSize = true; - this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label8.Location = new System.Drawing.Point(199, 121); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(15, 15); - this.label8.TabIndex = 16; - this.label8.Text = "<"; + label8.AutoSize = true; + label8.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label8.Location = new System.Drawing.Point(199, 121); + label8.Name = "label8"; + label8.Size = new System.Drawing.Size(15, 15); + label8.TabIndex = 16; + label8.Text = "<"; // // label5 // - this.label5.AutoSize = true; - this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label5.Location = new System.Drawing.Point(273, 96); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(17, 15); - this.label5.TabIndex = 15; - this.label5.Text = "%"; + label5.AutoSize = true; + label5.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label5.Location = new System.Drawing.Point(273, 96); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(17, 15); + label5.TabIndex = 15; + label5.Text = "%"; // // numPlayerHPVigorPotionMin // - this.numPlayerHPVigorPotionMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPlayerHPVigorPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPlayerHPVigorPotionMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPlayerHPVigorPotionMin.InterceptArrowKeys = false; - this.numPlayerHPVigorPotionMin.Location = new System.Drawing.Point(220, 91); - this.numPlayerHPVigorPotionMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPlayerHPVigorPotionMin.Name = "numPlayerHPVigorPotionMin"; - this.numPlayerHPVigorPotionMin.Size = new System.Drawing.Size(47, 23); - this.numPlayerHPVigorPotionMin.TabIndex = 14; - this.numPlayerHPVigorPotionMin.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPlayerHPVigorPotionMin.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPlayerHPVigorPotionMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPlayerHPVigorPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPlayerHPVigorPotionMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPlayerHPVigorPotionMin.InterceptArrowKeys = false; + numPlayerHPVigorPotionMin.Location = new System.Drawing.Point(220, 91); + numPlayerHPVigorPotionMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPlayerHPVigorPotionMin.Name = "numPlayerHPVigorPotionMin"; + numPlayerHPVigorPotionMin.Size = new System.Drawing.Size(47, 23); + numPlayerHPVigorPotionMin.TabIndex = 14; + numPlayerHPVigorPotionMin.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPlayerHPVigorPotionMin.ValueChanged += numSettings_ValueChanged; // // label6 // - this.label6.AutoSize = true; - this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label6.Location = new System.Drawing.Point(201, 93); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(15, 15); - this.label6.TabIndex = 13; - this.label6.Text = "<"; + label6.AutoSize = true; + label6.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label6.Location = new System.Drawing.Point(201, 93); + label6.Name = "label6"; + label6.Size = new System.Drawing.Size(15, 15); + label6.TabIndex = 13; + label6.Text = "<"; // // label3 // - this.label3.AutoSize = true; - this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label3.Location = new System.Drawing.Point(273, 62); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(17, 15); - this.label3.TabIndex = 12; - this.label3.Text = "%"; + label3.AutoSize = true; + label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label3.Location = new System.Drawing.Point(273, 65); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(17, 15); + label3.TabIndex = 12; + label3.Text = "%"; // // numPlayerMPPotionMin // - this.numPlayerMPPotionMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPlayerMPPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPlayerMPPotionMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPlayerMPPotionMin.InterceptArrowKeys = false; - this.numPlayerMPPotionMin.Location = new System.Drawing.Point(220, 58); - this.numPlayerMPPotionMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPlayerMPPotionMin.Name = "numPlayerMPPotionMin"; - this.numPlayerMPPotionMin.Size = new System.Drawing.Size(47, 23); - this.numPlayerMPPotionMin.TabIndex = 11; - this.numPlayerMPPotionMin.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPlayerMPPotionMin.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPlayerMPPotionMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPlayerMPPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPlayerMPPotionMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPlayerMPPotionMin.InterceptArrowKeys = false; + numPlayerMPPotionMin.Location = new System.Drawing.Point(220, 61); + numPlayerMPPotionMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPlayerMPPotionMin.Name = "numPlayerMPPotionMin"; + numPlayerMPPotionMin.Size = new System.Drawing.Size(47, 23); + numPlayerMPPotionMin.TabIndex = 11; + numPlayerMPPotionMin.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPlayerMPPotionMin.ValueChanged += numSettings_ValueChanged; // // label4 // - this.label4.AutoSize = true; - this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label4.Location = new System.Drawing.Point(201, 60); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(15, 15); - this.label4.TabIndex = 10; - this.label4.Text = "<"; + label4.AutoSize = true; + label4.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label4.Location = new System.Drawing.Point(201, 63); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(15, 15); + label4.TabIndex = 10; + label4.Text = "<"; // // label2 // - this.label2.AutoSize = true; - this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label2.Location = new System.Drawing.Point(273, 39); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(17, 15); - this.label2.TabIndex = 9; - this.label2.Text = "%"; + label2.AutoSize = true; + label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label2.Location = new System.Drawing.Point(273, 39); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(17, 15); + label2.TabIndex = 9; + label2.Text = "%"; // // numPlayerHPPotionMin // - this.numPlayerHPPotionMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPlayerHPPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPlayerHPPotionMin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPlayerHPPotionMin.InterceptArrowKeys = false; - this.numPlayerHPPotionMin.Location = new System.Drawing.Point(220, 34); - this.numPlayerHPPotionMin.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPlayerHPPotionMin.Name = "numPlayerHPPotionMin"; - this.numPlayerHPPotionMin.Size = new System.Drawing.Size(47, 23); - this.numPlayerHPPotionMin.TabIndex = 8; - this.numPlayerHPPotionMin.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPlayerHPPotionMin.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPlayerHPPotionMin.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPlayerHPPotionMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPlayerHPPotionMin.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPlayerHPPotionMin.InterceptArrowKeys = false; + numPlayerHPPotionMin.Location = new System.Drawing.Point(220, 34); + numPlayerHPPotionMin.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPlayerHPPotionMin.Name = "numPlayerHPPotionMin"; + numPlayerHPPotionMin.Size = new System.Drawing.Size(47, 23); + numPlayerHPPotionMin.TabIndex = 8; + numPlayerHPPotionMin.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPlayerHPPotionMin.ValueChanged += numSettings_ValueChanged; // // label1 // - this.label1.AutoSize = true; - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(201, 36); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(15, 15); - this.label1.TabIndex = 7; - this.label1.Text = "<"; + label1.AutoSize = true; + label1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label1.Location = new System.Drawing.Point(201, 36); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(15, 15); + label1.TabIndex = 7; + label1.Text = "<"; // // checkUseSkillHP // - this.checkUseSkillHP.AutoSize = true; - this.checkUseSkillHP.BackColor = System.Drawing.Color.Transparent; - this.checkUseSkillHP.Location = new System.Drawing.Point(11, 146); - this.checkUseSkillHP.Name = "checkUseSkillHP"; - this.checkUseSkillHP.ShadowDepth = 1; - this.checkUseSkillHP.Size = new System.Drawing.Size(94, 15); - this.checkUseSkillHP.TabIndex = 4; - this.checkUseSkillHP.Text = "Use skill if HP"; - this.checkUseSkillHP.UseVisualStyleBackColor = false; - this.checkUseSkillHP.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseSkillHP.AutoSize = true; + checkUseSkillHP.BackColor = System.Drawing.Color.Transparent; + checkUseSkillHP.Location = new System.Drawing.Point(11, 146); + checkUseSkillHP.Name = "checkUseSkillHP"; + checkUseSkillHP.ShadowDepth = 1; + checkUseSkillHP.Size = new System.Drawing.Size(94, 15); + checkUseSkillHP.TabIndex = 4; + checkUseSkillHP.Text = "Use skill if HP"; + checkUseSkillHP.UseVisualStyleBackColor = false; + checkUseSkillHP.CheckedChanged += settings_CheckedChanged; // // checkUseSkillMP // - this.checkUseSkillMP.AutoSize = true; - this.checkUseSkillMP.BackColor = System.Drawing.Color.Transparent; - this.checkUseSkillMP.Location = new System.Drawing.Point(11, 169); - this.checkUseSkillMP.Name = "checkUseSkillMP"; - this.checkUseSkillMP.ShadowDepth = 1; - this.checkUseSkillMP.Size = new System.Drawing.Size(96, 15); - this.checkUseSkillMP.TabIndex = 5; - this.checkUseSkillMP.Text = "Use skill if MP"; - this.checkUseSkillMP.UseVisualStyleBackColor = false; - this.checkUseSkillMP.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseSkillMP.AutoSize = true; + checkUseSkillMP.BackColor = System.Drawing.Color.Transparent; + checkUseSkillMP.Location = new System.Drawing.Point(11, 172); + checkUseSkillMP.Name = "checkUseSkillMP"; + checkUseSkillMP.ShadowDepth = 1; + checkUseSkillMP.Size = new System.Drawing.Size(96, 15); + checkUseSkillMP.TabIndex = 5; + checkUseSkillMP.Text = "Use skill if MP"; + checkUseSkillMP.UseVisualStyleBackColor = false; + checkUseSkillMP.CheckedChanged += settings_CheckedChanged; // // checkUseHPPotionsPlayer // - this.checkUseHPPotionsPlayer.AutoSize = true; - this.checkUseHPPotionsPlayer.BackColor = System.Drawing.Color.Transparent; - this.checkUseHPPotionsPlayer.Location = new System.Drawing.Point(11, 36); - this.checkUseHPPotionsPlayer.Name = "checkUseHPPotionsPlayer"; - this.checkUseHPPotionsPlayer.ShadowDepth = 1; - this.checkUseHPPotionsPlayer.Size = new System.Drawing.Size(141, 15); - this.checkUseHPPotionsPlayer.TabIndex = 0; - this.checkUseHPPotionsPlayer.Text = "Use HP potions if HP *"; - this.checkUseHPPotionsPlayer.UseVisualStyleBackColor = false; - this.checkUseHPPotionsPlayer.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseHPPotionsPlayer.AutoSize = true; + checkUseHPPotionsPlayer.BackColor = System.Drawing.Color.Transparent; + checkUseHPPotionsPlayer.Location = new System.Drawing.Point(11, 36); + checkUseHPPotionsPlayer.Name = "checkUseHPPotionsPlayer"; + checkUseHPPotionsPlayer.ShadowDepth = 1; + checkUseHPPotionsPlayer.Size = new System.Drawing.Size(141, 15); + checkUseHPPotionsPlayer.TabIndex = 0; + checkUseHPPotionsPlayer.Text = "Use HP potions if HP *"; + checkUseHPPotionsPlayer.UseVisualStyleBackColor = false; + checkUseHPPotionsPlayer.CheckedChanged += settings_CheckedChanged; // // checkUseVigorMP // - this.checkUseVigorMP.AutoSize = true; - this.checkUseVigorMP.BackColor = System.Drawing.Color.Transparent; - this.checkUseVigorMP.Location = new System.Drawing.Point(11, 118); - this.checkUseVigorMP.Name = "checkUseVigorMP"; - this.checkUseVigorMP.ShadowDepth = 1; - this.checkUseVigorMP.Size = new System.Drawing.Size(147, 15); - this.checkUseVigorMP.TabIndex = 3; - this.checkUseVigorMP.Text = "Use Vigor Potions if MP"; - this.checkUseVigorMP.UseVisualStyleBackColor = false; - this.checkUseVigorMP.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseVigorMP.AutoSize = true; + checkUseVigorMP.BackColor = System.Drawing.Color.Transparent; + checkUseVigorMP.Location = new System.Drawing.Point(11, 118); + checkUseVigorMP.Name = "checkUseVigorMP"; + checkUseVigorMP.ShadowDepth = 1; + checkUseVigorMP.Size = new System.Drawing.Size(147, 15); + checkUseVigorMP.TabIndex = 3; + checkUseVigorMP.Text = "Use Vigor Potions if MP"; + checkUseVigorMP.UseVisualStyleBackColor = false; + checkUseVigorMP.CheckedChanged += settings_CheckedChanged; // // checkUseMPPotionsPlayer // - this.checkUseMPPotionsPlayer.AutoSize = true; - this.checkUseMPPotionsPlayer.BackColor = System.Drawing.Color.Transparent; - this.checkUseMPPotionsPlayer.Location = new System.Drawing.Point(11, 59); - this.checkUseMPPotionsPlayer.Name = "checkUseMPPotionsPlayer"; - this.checkUseMPPotionsPlayer.ShadowDepth = 1; - this.checkUseMPPotionsPlayer.Size = new System.Drawing.Size(145, 15); - this.checkUseMPPotionsPlayer.TabIndex = 1; - this.checkUseMPPotionsPlayer.Text = "Use MP potions if MP *"; - this.checkUseMPPotionsPlayer.UseVisualStyleBackColor = false; - this.checkUseMPPotionsPlayer.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseMPPotionsPlayer.AutoSize = true; + checkUseMPPotionsPlayer.BackColor = System.Drawing.Color.Transparent; + checkUseMPPotionsPlayer.Location = new System.Drawing.Point(11, 62); + checkUseMPPotionsPlayer.Name = "checkUseMPPotionsPlayer"; + checkUseMPPotionsPlayer.ShadowDepth = 1; + checkUseMPPotionsPlayer.Size = new System.Drawing.Size(145, 15); + checkUseMPPotionsPlayer.TabIndex = 1; + checkUseMPPotionsPlayer.Text = "Use MP potions if MP *"; + checkUseMPPotionsPlayer.UseVisualStyleBackColor = false; + checkUseMPPotionsPlayer.CheckedChanged += settings_CheckedChanged; // // checkUseVigorHP // - this.checkUseVigorHP.AutoSize = true; - this.checkUseVigorHP.BackColor = System.Drawing.Color.Transparent; - this.checkUseVigorHP.Location = new System.Drawing.Point(11, 92); - this.checkUseVigorHP.Name = "checkUseVigorHP"; - this.checkUseVigorHP.ShadowDepth = 1; - this.checkUseVigorHP.Size = new System.Drawing.Size(145, 15); - this.checkUseVigorHP.TabIndex = 2; - this.checkUseVigorHP.Text = "Use Vigor Potions if HP"; - this.checkUseVigorHP.UseVisualStyleBackColor = false; - this.checkUseVigorHP.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseVigorHP.AutoSize = true; + checkUseVigorHP.BackColor = System.Drawing.Color.Transparent; + checkUseVigorHP.Location = new System.Drawing.Point(11, 92); + checkUseVigorHP.Name = "checkUseVigorHP"; + checkUseVigorHP.ShadowDepth = 1; + checkUseVigorHP.Size = new System.Drawing.Size(145, 15); + checkUseVigorHP.TabIndex = 2; + checkUseVigorHP.Text = "Use Vigor Potions if HP"; + checkUseVigorHP.UseVisualStyleBackColor = false; + checkUseVigorHP.CheckedChanged += settings_CheckedChanged; // // groupPet // - this.groupPet.BackColor = System.Drawing.Color.Transparent; - this.groupPet.Controls.Add(this.checkAutoSummonAttackPet); - this.groupPet.Controls.Add(this.checkUseAbnormalStatePotion); - this.groupPet.Controls.Add(this.checkReviveAttackPet); - this.groupPet.Controls.Add(this.label13); - this.groupPet.Controls.Add(this.numPetMinHGP); - this.groupPet.Controls.Add(this.label14); - this.groupPet.Controls.Add(this.label15); - this.groupPet.Controls.Add(this.numPetMinHP); - this.groupPet.Controls.Add(this.label16); - this.groupPet.Controls.Add(this.checkUsePetHP); - this.groupPet.Controls.Add(this.checkUseHGP); - this.groupPet.Location = new System.Drawing.Point(15, 300); - this.groupPet.Name = "groupPet"; - this.groupPet.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupPet.Radius = 10; - this.groupPet.ShadowDepth = 4; - this.groupPet.Size = new System.Drawing.Size(456, 164); - this.groupPet.TabIndex = 1; - this.groupPet.TabStop = false; - this.groupPet.Text = "Recovery - Pet"; + groupPet.BackColor = System.Drawing.Color.Transparent; + groupPet.Controls.Add(checkAutoSummonAttackPet); + groupPet.Controls.Add(checkUseAbnormalStatePotion); + groupPet.Controls.Add(checkReviveAttackPet); + groupPet.Controls.Add(label13); + groupPet.Controls.Add(numPetMinHGP); + groupPet.Controls.Add(label14); + groupPet.Controls.Add(label15); + groupPet.Controls.Add(numPetMinHP); + groupPet.Controls.Add(label16); + groupPet.Controls.Add(checkUsePetHP); + groupPet.Controls.Add(checkUseHGP); + groupPet.Location = new System.Drawing.Point(15, 300); + groupPet.Name = "groupPet"; + groupPet.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupPet.Radius = 10; + groupPet.ShadowDepth = 4; + groupPet.Size = new System.Drawing.Size(456, 164); + groupPet.TabIndex = 1; + groupPet.TabStop = false; + groupPet.Text = "Recovery - Pet"; // // checkAutoSummonAttackPet // - this.checkAutoSummonAttackPet.AutoSize = true; - this.checkAutoSummonAttackPet.BackColor = System.Drawing.Color.Transparent; - this.checkAutoSummonAttackPet.Location = new System.Drawing.Point(11, 137); - this.checkAutoSummonAttackPet.Name = "checkAutoSummonAttackPet"; - this.checkAutoSummonAttackPet.ShadowDepth = 1; - this.checkAutoSummonAttackPet.Size = new System.Drawing.Size(209, 15); - this.checkAutoSummonAttackPet.TabIndex = 27; - this.checkAutoSummonAttackPet.Text = "Auto summon growth && fellow pet"; - this.checkAutoSummonAttackPet.UseVisualStyleBackColor = false; - this.checkAutoSummonAttackPet.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkAutoSummonAttackPet.AutoSize = true; + checkAutoSummonAttackPet.BackColor = System.Drawing.Color.Transparent; + checkAutoSummonAttackPet.Location = new System.Drawing.Point(11, 137); + checkAutoSummonAttackPet.Name = "checkAutoSummonAttackPet"; + checkAutoSummonAttackPet.ShadowDepth = 1; + checkAutoSummonAttackPet.Size = new System.Drawing.Size(209, 15); + checkAutoSummonAttackPet.TabIndex = 27; + checkAutoSummonAttackPet.Text = "Auto summon growth && fellow pet"; + checkAutoSummonAttackPet.UseVisualStyleBackColor = false; + checkAutoSummonAttackPet.CheckedChanged += settings_CheckedChanged; // // checkUseAbnormalStatePotion // - this.checkUseAbnormalStatePotion.AutoSize = true; - this.checkUseAbnormalStatePotion.BackColor = System.Drawing.Color.Transparent; - this.checkUseAbnormalStatePotion.Location = new System.Drawing.Point(11, 88); - this.checkUseAbnormalStatePotion.Name = "checkUseAbnormalStatePotion"; - this.checkUseAbnormalStatePotion.ShadowDepth = 1; - this.checkUseAbnormalStatePotion.Size = new System.Drawing.Size(223, 15); - this.checkUseAbnormalStatePotion.TabIndex = 26; - this.checkUseAbnormalStatePotion.Text = "Use abnormal state recovery potions *"; - this.checkUseAbnormalStatePotion.UseVisualStyleBackColor = false; - this.checkUseAbnormalStatePotion.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseAbnormalStatePotion.AutoSize = true; + checkUseAbnormalStatePotion.BackColor = System.Drawing.Color.Transparent; + checkUseAbnormalStatePotion.Location = new System.Drawing.Point(11, 88); + checkUseAbnormalStatePotion.Name = "checkUseAbnormalStatePotion"; + checkUseAbnormalStatePotion.ShadowDepth = 1; + checkUseAbnormalStatePotion.Size = new System.Drawing.Size(223, 15); + checkUseAbnormalStatePotion.TabIndex = 26; + checkUseAbnormalStatePotion.Text = "Use abnormal state recovery potions *"; + checkUseAbnormalStatePotion.UseVisualStyleBackColor = false; + checkUseAbnormalStatePotion.CheckedChanged += settings_CheckedChanged; // // checkReviveAttackPet // - this.checkReviveAttackPet.AutoSize = true; - this.checkReviveAttackPet.BackColor = System.Drawing.Color.Transparent; - this.checkReviveAttackPet.Location = new System.Drawing.Point(11, 113); - this.checkReviveAttackPet.Name = "checkReviveAttackPet"; - this.checkReviveAttackPet.ShadowDepth = 1; - this.checkReviveAttackPet.Size = new System.Drawing.Size(166, 15); - this.checkReviveAttackPet.TabIndex = 25; - this.checkReviveAttackPet.Text = "Revive growth && fellow pet"; - this.checkReviveAttackPet.UseVisualStyleBackColor = false; - this.checkReviveAttackPet.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkReviveAttackPet.AutoSize = true; + checkReviveAttackPet.BackColor = System.Drawing.Color.Transparent; + checkReviveAttackPet.Location = new System.Drawing.Point(11, 113); + checkReviveAttackPet.Name = "checkReviveAttackPet"; + checkReviveAttackPet.ShadowDepth = 1; + checkReviveAttackPet.Size = new System.Drawing.Size(166, 15); + checkReviveAttackPet.TabIndex = 25; + checkReviveAttackPet.Text = "Revive growth && fellow pet"; + checkReviveAttackPet.UseVisualStyleBackColor = false; + checkReviveAttackPet.CheckedChanged += settings_CheckedChanged; // // label13 // - this.label13.AutoSize = true; - this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label13.Location = new System.Drawing.Point(302, 65); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(17, 15); - this.label13.TabIndex = 20; - this.label13.Text = "%"; + label13.AutoSize = true; + label13.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label13.Location = new System.Drawing.Point(302, 65); + label13.Name = "label13"; + label13.Size = new System.Drawing.Size(17, 15); + label13.TabIndex = 20; + label13.Text = "%"; // // numPetMinHGP // - this.numPetMinHGP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPetMinHGP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPetMinHGP.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPetMinHGP.InterceptArrowKeys = false; - this.numPetMinHGP.Location = new System.Drawing.Point(249, 62); - this.numPetMinHGP.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPetMinHGP.Name = "numPetMinHGP"; - this.numPetMinHGP.Size = new System.Drawing.Size(47, 23); - this.numPetMinHGP.TabIndex = 19; - this.numPetMinHGP.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPetMinHGP.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPetMinHGP.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPetMinHGP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPetMinHGP.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPetMinHGP.InterceptArrowKeys = false; + numPetMinHGP.Location = new System.Drawing.Point(249, 62); + numPetMinHGP.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPetMinHGP.Name = "numPetMinHGP"; + numPetMinHGP.Size = new System.Drawing.Size(47, 23); + numPetMinHGP.TabIndex = 19; + numPetMinHGP.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPetMinHGP.ValueChanged += numSettings_ValueChanged; // // label14 // - this.label14.AutoSize = true; - this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label14.Location = new System.Drawing.Point(230, 64); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(15, 15); - this.label14.TabIndex = 18; - this.label14.Text = "<"; + label14.AutoSize = true; + label14.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label14.Location = new System.Drawing.Point(230, 64); + label14.Name = "label14"; + label14.Size = new System.Drawing.Size(15, 15); + label14.TabIndex = 18; + label14.Text = "<"; // // label15 // - this.label15.AutoSize = true; - this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label15.Location = new System.Drawing.Point(302, 38); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(17, 15); - this.label15.TabIndex = 17; - this.label15.Text = "%"; + label15.AutoSize = true; + label15.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label15.Location = new System.Drawing.Point(302, 38); + label15.Name = "label15"; + label15.Size = new System.Drawing.Size(17, 15); + label15.TabIndex = 17; + label15.Text = "%"; // // numPetMinHP // - this.numPetMinHP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numPetMinHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPetMinHP.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numPetMinHP.InterceptArrowKeys = false; - this.numPetMinHP.Location = new System.Drawing.Point(249, 35); - this.numPetMinHP.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.numPetMinHP.Name = "numPetMinHP"; - this.numPetMinHP.Size = new System.Drawing.Size(47, 23); - this.numPetMinHP.TabIndex = 16; - this.numPetMinHP.Value = new decimal(new int[] { - 50, - 0, - 0, - 0}); - this.numPetMinHP.ValueChanged += new System.EventHandler(this.numSettings_ValueChanged); + numPetMinHP.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numPetMinHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numPetMinHP.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numPetMinHP.InterceptArrowKeys = false; + numPetMinHP.Location = new System.Drawing.Point(249, 35); + numPetMinHP.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + numPetMinHP.Name = "numPetMinHP"; + numPetMinHP.Size = new System.Drawing.Size(47, 23); + numPetMinHP.TabIndex = 16; + numPetMinHP.Value = new decimal(new int[] { 50, 0, 0, 0 }); + numPetMinHP.ValueChanged += numSettings_ValueChanged; // // label16 // - this.label16.AutoSize = true; - this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label16.Location = new System.Drawing.Point(230, 37); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(15, 15); - this.label16.TabIndex = 15; - this.label16.Text = "<"; + label16.AutoSize = true; + label16.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + label16.Location = new System.Drawing.Point(230, 37); + label16.Name = "label16"; + label16.Size = new System.Drawing.Size(15, 15); + label16.TabIndex = 15; + label16.Text = "<"; // // checkUsePetHP // - this.checkUsePetHP.AutoSize = true; - this.checkUsePetHP.BackColor = System.Drawing.Color.Transparent; - this.checkUsePetHP.Location = new System.Drawing.Point(11, 37); - this.checkUsePetHP.Name = "checkUsePetHP"; - this.checkUsePetHP.ShadowDepth = 1; - this.checkUsePetHP.Size = new System.Drawing.Size(141, 15); - this.checkUsePetHP.TabIndex = 13; - this.checkUsePetHP.Text = "Use HP potions if HP *"; - this.checkUsePetHP.UseVisualStyleBackColor = false; - this.checkUsePetHP.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUsePetHP.AutoSize = true; + checkUsePetHP.BackColor = System.Drawing.Color.Transparent; + checkUsePetHP.Location = new System.Drawing.Point(11, 37); + checkUsePetHP.Name = "checkUsePetHP"; + checkUsePetHP.ShadowDepth = 1; + checkUsePetHP.Size = new System.Drawing.Size(141, 15); + checkUsePetHP.TabIndex = 13; + checkUsePetHP.Text = "Use HP potions if HP *"; + checkUsePetHP.UseVisualStyleBackColor = false; + checkUsePetHP.CheckedChanged += settings_CheckedChanged; // // checkUseHGP // - this.checkUseHGP.AutoSize = true; - this.checkUseHGP.BackColor = System.Drawing.Color.Transparent; - this.checkUseHGP.Location = new System.Drawing.Point(11, 63); - this.checkUseHGP.Name = "checkUseHGP"; - this.checkUseHGP.ShadowDepth = 1; - this.checkUseHGP.Size = new System.Drawing.Size(218, 15); - this.checkUseHGP.TabIndex = 14; - this.checkUseHGP.Text = "Use HGP && Saiety potions if hunger *"; - this.checkUseHGP.UseVisualStyleBackColor = false; - this.checkUseHGP.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkUseHGP.AutoSize = true; + checkUseHGP.BackColor = System.Drawing.Color.Transparent; + checkUseHGP.Location = new System.Drawing.Point(11, 63); + checkUseHGP.Name = "checkUseHGP"; + checkUseHGP.ShadowDepth = 1; + checkUseHGP.Size = new System.Drawing.Size(218, 15); + checkUseHGP.TabIndex = 14; + checkUseHGP.Text = "Use HGP && Saiety potions if hunger *"; + checkUseHGP.UseVisualStyleBackColor = false; + checkUseHGP.CheckedChanged += settings_CheckedChanged; // // groupStatPoints // - this.groupStatPoints.BackColor = System.Drawing.Color.Transparent; - this.groupStatPoints.Controls.Add(this.buttonRun); - this.groupStatPoints.Controls.Add(this.checkIncBotStopped); - this.groupStatPoints.Controls.Add(this.numIncStr); - this.groupStatPoints.Controls.Add(this.numIncInt); - this.groupStatPoints.Controls.Add(this.checkIncStr); - this.groupStatPoints.Controls.Add(this.checkIncInt); - this.groupStatPoints.Location = new System.Drawing.Point(500, 240); - this.groupStatPoints.Name = "groupStatPoints"; - this.groupStatPoints.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); - this.groupStatPoints.Radius = 10; - this.groupStatPoints.ShadowDepth = 4; - this.groupStatPoints.Size = new System.Drawing.Size(238, 162); - this.groupStatPoints.TabIndex = 18; - this.groupStatPoints.TabStop = false; - this.groupStatPoints.Text = "Stat points"; + groupStatPoints.BackColor = System.Drawing.Color.Transparent; + groupStatPoints.Controls.Add(buttonRun); + groupStatPoints.Controls.Add(checkIncBotStopped); + groupStatPoints.Controls.Add(numIncStr); + groupStatPoints.Controls.Add(numIncInt); + groupStatPoints.Controls.Add(checkIncStr); + groupStatPoints.Controls.Add(checkIncInt); + groupStatPoints.Location = new System.Drawing.Point(500, 240); + groupStatPoints.Name = "groupStatPoints"; + groupStatPoints.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupStatPoints.Radius = 10; + groupStatPoints.ShadowDepth = 4; + groupStatPoints.Size = new System.Drawing.Size(238, 162); + groupStatPoints.TabIndex = 18; + groupStatPoints.TabStop = false; + groupStatPoints.Text = "Stat points"; // // buttonRun // - this.buttonRun.Color = System.Drawing.Color.Transparent; - this.buttonRun.Location = new System.Drawing.Point(62, 133); - this.buttonRun.Name = "buttonRun"; - this.buttonRun.Radius = 6; - this.buttonRun.ShadowDepth = 4F; - this.buttonRun.Size = new System.Drawing.Size(97, 23); - this.buttonRun.TabIndex = 27; - this.buttonRun.Text = "Run"; - this.buttonRun.UseVisualStyleBackColor = true; - this.buttonRun.Click += new System.EventHandler(this.buttonRun_Click); + buttonRun.Color = System.Drawing.Color.Transparent; + buttonRun.Location = new System.Drawing.Point(62, 133); + buttonRun.Name = "buttonRun"; + buttonRun.Radius = 6; + buttonRun.ShadowDepth = 4F; + buttonRun.Size = new System.Drawing.Size(97, 23); + buttonRun.TabIndex = 27; + buttonRun.Text = "Run"; + buttonRun.UseVisualStyleBackColor = true; + buttonRun.Click += buttonRun_Click; // // checkIncBotStopped // - this.checkIncBotStopped.AutoSize = true; - this.checkIncBotStopped.BackColor = System.Drawing.Color.Transparent; - this.checkIncBotStopped.Location = new System.Drawing.Point(18, 106); - this.checkIncBotStopped.Name = "checkIncBotStopped"; - this.checkIncBotStopped.ShadowDepth = 1; - this.checkIncBotStopped.Size = new System.Drawing.Size(153, 15); - this.checkIncBotStopped.TabIndex = 24; - this.checkIncBotStopped.Text = "Enabled if bot is stopped"; - this.checkIncBotStopped.UseVisualStyleBackColor = false; - this.checkIncBotStopped.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkIncBotStopped.AutoSize = true; + checkIncBotStopped.BackColor = System.Drawing.Color.Transparent; + checkIncBotStopped.Location = new System.Drawing.Point(18, 106); + checkIncBotStopped.Name = "checkIncBotStopped"; + checkIncBotStopped.ShadowDepth = 1; + checkIncBotStopped.Size = new System.Drawing.Size(153, 15); + checkIncBotStopped.TabIndex = 24; + checkIncBotStopped.Text = "Enabled if bot is stopped"; + checkIncBotStopped.UseVisualStyleBackColor = false; + checkIncBotStopped.CheckedChanged += settings_CheckedChanged; // // numIncStr // - this.numIncStr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numIncStr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numIncStr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numIncStr.InterceptArrowKeys = false; - this.numIncStr.Location = new System.Drawing.Point(121, 71); - this.numIncStr.Maximum = new decimal(new int[] { - 3, - 0, - 0, - 0}); - this.numIncStr.Name = "numIncStr"; - this.numIncStr.Size = new System.Drawing.Size(47, 23); - this.numIncStr.TabIndex = 22; - this.numIncStr.ValueChanged += new System.EventHandler(this.numIncStr_ValueChanged); + numIncStr.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numIncStr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numIncStr.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numIncStr.InterceptArrowKeys = false; + numIncStr.Location = new System.Drawing.Point(121, 71); + numIncStr.Maximum = new decimal(new int[] { 3, 0, 0, 0 }); + numIncStr.Name = "numIncStr"; + numIncStr.Size = new System.Drawing.Size(47, 23); + numIncStr.TabIndex = 22; + numIncStr.ValueChanged += numIncStr_ValueChanged; // // numIncInt // - this.numIncInt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238))))); - this.numIncInt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numIncInt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.numIncInt.InterceptArrowKeys = false; - this.numIncInt.Location = new System.Drawing.Point(121, 44); - this.numIncInt.Maximum = new decimal(new int[] { - 3, - 0, - 0, - 0}); - this.numIncInt.Name = "numIncInt"; - this.numIncInt.Size = new System.Drawing.Size(47, 23); - this.numIncInt.TabIndex = 21; - this.numIncInt.ValueChanged += new System.EventHandler(this.numIncInt_ValueChanged); + numIncInt.BackColor = System.Drawing.Color.FromArgb(238, 238, 238); + numIncInt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + numIncInt.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + numIncInt.InterceptArrowKeys = false; + numIncInt.Location = new System.Drawing.Point(121, 44); + numIncInt.Maximum = new decimal(new int[] { 3, 0, 0, 0 }); + numIncInt.Name = "numIncInt"; + numIncInt.Size = new System.Drawing.Size(47, 23); + numIncInt.TabIndex = 21; + numIncInt.ValueChanged += numIncInt_ValueChanged; // // checkIncStr // - this.checkIncStr.AutoSize = true; - this.checkIncStr.BackColor = System.Drawing.Color.Transparent; - this.checkIncStr.Location = new System.Drawing.Point(18, 75); - this.checkIncStr.Name = "checkIncStr"; - this.checkIncStr.ShadowDepth = 1; - this.checkIncStr.Size = new System.Drawing.Size(88, 15); - this.checkIncStr.TabIndex = 20; - this.checkIncStr.Text = "Increase STR"; - this.checkIncStr.UseVisualStyleBackColor = false; - this.checkIncStr.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkIncStr.AutoSize = true; + checkIncStr.BackColor = System.Drawing.Color.Transparent; + checkIncStr.Location = new System.Drawing.Point(18, 75); + checkIncStr.Name = "checkIncStr"; + checkIncStr.ShadowDepth = 1; + checkIncStr.Size = new System.Drawing.Size(88, 15); + checkIncStr.TabIndex = 20; + checkIncStr.Text = "Increase STR"; + checkIncStr.UseVisualStyleBackColor = false; + checkIncStr.CheckedChanged += settings_CheckedChanged; // // checkIncInt // - this.checkIncInt.AutoSize = true; - this.checkIncInt.BackColor = System.Drawing.Color.Transparent; - this.checkIncInt.Location = new System.Drawing.Point(18, 46); - this.checkIncInt.Name = "checkIncInt"; - this.checkIncInt.ShadowDepth = 1; - this.checkIncInt.Size = new System.Drawing.Size(87, 15); - this.checkIncInt.TabIndex = 19; - this.checkIncInt.Text = "Increase INT"; - this.checkIncInt.UseVisualStyleBackColor = false; - this.checkIncInt.CheckedChanged += new System.EventHandler(this.settings_CheckedChanged); + checkIncInt.AutoSize = true; + checkIncInt.BackColor = System.Drawing.Color.Transparent; + checkIncInt.Location = new System.Drawing.Point(18, 46); + checkIncInt.Name = "checkIncInt"; + checkIncInt.ShadowDepth = 1; + checkIncInt.Size = new System.Drawing.Size(87, 15); + checkIncInt.TabIndex = 19; + checkIncInt.Text = "Increase INT"; + checkIncInt.UseVisualStyleBackColor = false; + checkIncInt.CheckedChanged += settings_CheckedChanged; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.groupStatPoints); - this.Controls.Add(this.groupBackTown); - this.Controls.Add(this.label22); - this.Controls.Add(this.groupBadStatus); - this.Controls.Add(this.groupHPMP); - this.Controls.Add(this.groupPet); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.Name = "Main"; - this.Size = new System.Drawing.Size(776, 479); - this.groupBackTown.ResumeLayout(false); - this.groupBackTown.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numDeadTimeout)).EndInit(); - this.groupBadStatus.ResumeLayout(false); - this.groupBadStatus.PerformLayout(); - this.groupHPMP.ResumeLayout(false); - this.groupHPMP.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerSkillMPMin)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerSkillHPMin)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerMPVigorPotionMin)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerHPVigorPotionMin)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerMPPotionMin)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPlayerHPPotionMin)).EndInit(); - this.groupPet.ResumeLayout(false); - this.groupPet.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numPetMinHGP)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numPetMinHP)).EndInit(); - this.groupStatPoints.ResumeLayout(false); - this.groupStatPoints.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numIncStr)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numIncInt)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(groupStatPoints); + Controls.Add(groupBackTown); + Controls.Add(label22); + Controls.Add(groupBadStatus); + Controls.Add(groupHPMP); + Controls.Add(groupPet); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(776, 479); + groupBackTown.ResumeLayout(false); + groupBackTown.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)numDeadTimeout).EndInit(); + groupBadStatus.ResumeLayout(false); + groupBadStatus.PerformLayout(); + groupHPMP.ResumeLayout(false); + groupHPMP.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)numPlayerSkillMPMin).EndInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerSkillHPMin).EndInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerMPVigorPotionMin).EndInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerHPVigorPotionMin).EndInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerMPPotionMin).EndInit(); + ((System.ComponentModel.ISupportInitialize)numPlayerHPPotionMin).EndInit(); + groupPet.ResumeLayout(false); + groupPet.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)numPetMinHGP).EndInit(); + ((System.ComponentModel.ISupportInitialize)numPetMinHP).EndInit(); + groupStatPoints.ResumeLayout(false); + groupStatPoints.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)numIncStr).EndInit(); + ((System.ComponentModel.ISupportInitialize)numIncInt).EndInit(); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Plugins/RSBot.Protection/Views/Main.cs b/Plugins/RSBot.Protection/Views/Main.cs index da472ad2..99a0dcd0 100644 --- a/Plugins/RSBot.Protection/Views/Main.cs +++ b/Plugins/RSBot.Protection/Views/Main.cs @@ -261,7 +261,7 @@ private void numIncStr_ValueChanged(object sender, EventArgs e) private void OnIncreaseStat() { - if (Game.Player.StatPoints < numIncInt.Value + numIncStr.Value) + if (Game.Player.StatPoints < numIncInt.Value + numIncStr.Value) { buttonRun.Text = "Run"; @@ -297,8 +297,8 @@ private void buttonRun_Click(object sender, EventArgs e) if (availableSteps == 0) return; - Task.Run(() => StatPointsHandler.IncreaseStatPoints((int) availableSteps)); - + Task.Run(() => StatPointsHandler.IncreaseStatPoints((int)availableSteps)); + _statIncreaseRunning = true; buttonRun.Text = "Cancel"; diff --git a/Plugins/RSBot.Skills/Views/Main.Designer.cs b/Plugins/RSBot.Skills/Views/Main.Designer.cs index 0b1a83e0..c9cfbb2e 100644 --- a/Plugins/RSBot.Skills/Views/Main.Designer.cs +++ b/Plugins/RSBot.Skills/Views/Main.Designer.cs @@ -146,7 +146,7 @@ private void InitializeComponent() // checkBoxNoAttack.AutoSize = true; checkBoxNoAttack.BackColor = System.Drawing.Color.Transparent; - checkBoxNoAttack.Location = new System.Drawing.Point(231, 177); + checkBoxNoAttack.Location = new System.Drawing.Point(231, 176); checkBoxNoAttack.Name = "checkBoxNoAttack"; checkBoxNoAttack.ShadowDepth = 1; checkBoxNoAttack.Size = new System.Drawing.Size(76, 15); @@ -835,10 +835,10 @@ private void InitializeComponent() // tabPage4.BackColor = System.Drawing.Color.White; tabPage4.Controls.Add(listActiveBuffs); - tabPage4.Location = new System.Drawing.Point(4, 24); + tabPage4.Location = new System.Drawing.Point(4, 25); tabPage4.Name = "tabPage4"; tabPage4.Padding = new System.Windows.Forms.Padding(3); - tabPage4.Size = new System.Drawing.Size(354, 439); + tabPage4.Size = new System.Drawing.Size(354, 438); tabPage4.TabIndex = 1; tabPage4.Text = "Active buffs"; // @@ -853,7 +853,7 @@ private void InitializeComponent() listActiveBuffs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; listActiveBuffs.Location = new System.Drawing.Point(3, 3); listActiveBuffs.Name = "listActiveBuffs"; - listActiveBuffs.Size = new System.Drawing.Size(348, 433); + listActiveBuffs.Size = new System.Drawing.Size(348, 432); listActiveBuffs.TabIndex = 6; listActiveBuffs.UseCompatibleStateImageBehavior = false; listActiveBuffs.View = System.Windows.Forms.View.Details; diff --git a/Plugins/RSBot.Statistics/Views/Main.Designer.cs b/Plugins/RSBot.Statistics/Views/Main.Designer.cs index da985d03..5187ab78 100644 --- a/Plugins/RSBot.Statistics/Views/Main.Designer.cs +++ b/Plugins/RSBot.Statistics/Views/Main.Designer.cs @@ -28,99 +28,97 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + components = new System.ComponentModel.Container(); System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Player", System.Windows.Forms.HorizontalAlignment.Left); System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Loot", System.Windows.Forms.HorizontalAlignment.Left); System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Enemy", System.Windows.Forms.HorizontalAlignment.Left); System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Bot", System.Windows.Forms.HorizontalAlignment.Left); - this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.panelStaticFilters = new SDUI.Controls.GroupBox(); - this.separator1 = new SDUI.Controls.Separator(); - this.panelLiveFilters = new SDUI.Controls.GroupBox(); - this.lvStatistics = new SDUI.Controls.ListView(); - this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); - this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); - this.panel1 = new SDUI.Controls.Panel(); - this.btnReset = new SDUI.Controls.Button(); - this.timer = new System.Windows.Forms.Timer(this.components); - this.contextMenuStrip = new SDUI.Controls.ContextMenuStrip(); - this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); - this.splitContainer1.Panel1.SuspendLayout(); - this.splitContainer1.Panel2.SuspendLayout(); - this.splitContainer1.SuspendLayout(); - this.panel1.SuspendLayout(); - this.contextMenuStrip.SuspendLayout(); - this.SuspendLayout(); + splitContainer1 = new System.Windows.Forms.SplitContainer(); + panelStaticFilters = new SDUI.Controls.GroupBox(); + separator1 = new SDUI.Controls.Separator(); + panelLiveFilters = new SDUI.Controls.GroupBox(); + lvStatistics = new SDUI.Controls.ListView(); + columnHeader1 = new System.Windows.Forms.ColumnHeader(); + columnHeader2 = new System.Windows.Forms.ColumnHeader(); + contextMenuStrip = new SDUI.Controls.ContextMenuStrip(); + resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + panel1 = new SDUI.Controls.Panel(); + btnReset = new SDUI.Controls.Button(); + timer = new System.Windows.Forms.Timer(components); + ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit(); + splitContainer1.Panel1.SuspendLayout(); + splitContainer1.Panel2.SuspendLayout(); + splitContainer1.SuspendLayout(); + contextMenuStrip.SuspendLayout(); + panel1.SuspendLayout(); + SuspendLayout(); // // splitContainer1 // - this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer1.Location = new System.Drawing.Point(0, 0); - this.splitContainer1.Name = "splitContainer1"; + splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer1.Location = new System.Drawing.Point(0, 0); + splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // - this.splitContainer1.Panel1.Controls.Add(this.panelStaticFilters); - this.splitContainer1.Panel1.Controls.Add(this.separator1); - this.splitContainer1.Panel1.Controls.Add(this.panelLiveFilters); - this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(10); + splitContainer1.Panel1.Controls.Add(panelStaticFilters); + splitContainer1.Panel1.Controls.Add(separator1); + splitContainer1.Panel1.Controls.Add(panelLiveFilters); + splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(10); // // splitContainer1.Panel2 // - this.splitContainer1.Panel2.Controls.Add(this.lvStatistics); - this.splitContainer1.Panel2.Controls.Add(this.panel1); - this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(10); - this.splitContainer1.Size = new System.Drawing.Size(762, 506); - this.splitContainer1.SplitterDistance = 255; - this.splitContainer1.TabIndex = 0; + splitContainer1.Panel2.Controls.Add(lvStatistics); + splitContainer1.Panel2.Controls.Add(panel1); + splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(10); + splitContainer1.Size = new System.Drawing.Size(762, 506); + splitContainer1.SplitterDistance = 255; + splitContainer1.TabIndex = 0; // // panelStaticFilters // - this.panelStaticFilters.BackColor = System.Drawing.Color.Transparent; - this.panelStaticFilters.Dock = System.Windows.Forms.DockStyle.Top; - this.panelStaticFilters.Location = new System.Drawing.Point(10, 218); - this.panelStaticFilters.Name = "panelStaticFilters"; - this.panelStaticFilters.Padding = new System.Windows.Forms.Padding(8, 10, 3, 10); - this.panelStaticFilters.Radius = 10; - this.panelStaticFilters.ShadowDepth = 4; - this.panelStaticFilters.Size = new System.Drawing.Size(235, 278); - this.panelStaticFilters.TabIndex = 9; - this.panelStaticFilters.TabStop = false; - this.panelStaticFilters.Text = "Tracking"; + panelStaticFilters.BackColor = System.Drawing.Color.Transparent; + panelStaticFilters.Dock = System.Windows.Forms.DockStyle.Top; + panelStaticFilters.Location = new System.Drawing.Point(10, 212); + panelStaticFilters.Name = "panelStaticFilters"; + panelStaticFilters.Padding = new System.Windows.Forms.Padding(8, 10, 3, 10); + panelStaticFilters.Radius = 10; + panelStaticFilters.ShadowDepth = 4; + panelStaticFilters.Size = new System.Drawing.Size(235, 278); + panelStaticFilters.TabIndex = 9; + panelStaticFilters.TabStop = false; + panelStaticFilters.Text = "Tracking"; // // separator1 // - this.separator1.Dock = System.Windows.Forms.DockStyle.Top; - this.separator1.IsVertical = false; - this.separator1.Location = new System.Drawing.Point(10, 200); - this.separator1.Name = "separator1"; - this.separator1.Size = new System.Drawing.Size(235, 18); - this.separator1.TabIndex = 10; - this.separator1.Text = "separator1"; + separator1.Dock = System.Windows.Forms.DockStyle.Top; + separator1.IsVertical = false; + separator1.Location = new System.Drawing.Point(10, 200); + separator1.Name = "separator1"; + separator1.Size = new System.Drawing.Size(235, 12); + separator1.TabIndex = 10; + separator1.Text = "separator1"; // // panelLiveFilters // - this.panelLiveFilters.BackColor = System.Drawing.Color.Transparent; - this.panelLiveFilters.Dock = System.Windows.Forms.DockStyle.Top; - this.panelLiveFilters.Location = new System.Drawing.Point(10, 10); - this.panelLiveFilters.Name = "panelLiveFilters"; - this.panelLiveFilters.Padding = new System.Windows.Forms.Padding(8, 10, 3, 10); - this.panelLiveFilters.Radius = 10; - this.panelLiveFilters.ShadowDepth = 4; - this.panelLiveFilters.Size = new System.Drawing.Size(235, 190); - this.panelLiveFilters.TabIndex = 1; - this.panelLiveFilters.TabStop = false; - this.panelLiveFilters.Text = "Prognosis"; + panelLiveFilters.BackColor = System.Drawing.Color.Transparent; + panelLiveFilters.Dock = System.Windows.Forms.DockStyle.Top; + panelLiveFilters.Location = new System.Drawing.Point(10, 10); + panelLiveFilters.Name = "panelLiveFilters"; + panelLiveFilters.Padding = new System.Windows.Forms.Padding(8, 10, 3, 10); + panelLiveFilters.Radius = 10; + panelLiveFilters.ShadowDepth = 4; + panelLiveFilters.Size = new System.Drawing.Size(235, 190); + panelLiveFilters.TabIndex = 1; + panelLiveFilters.TabStop = false; + panelLiveFilters.Text = "Prognosis"; // // lvStatistics // - this.lvStatistics.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader1, - this.columnHeader2}); - this.lvStatistics.ContextMenuStrip = this.contextMenuStrip; - this.lvStatistics.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvStatistics.FullRowSelect = true; + lvStatistics.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2 }); + lvStatistics.ContextMenuStrip = contextMenuStrip; + lvStatistics.Dock = System.Windows.Forms.DockStyle.Fill; + lvStatistics.FullRowSelect = true; listViewGroup1.Header = "Player"; listViewGroup1.Name = "grpPlayer"; listViewGroup2.Header = "Loot"; @@ -129,92 +127,86 @@ private void InitializeComponent() listViewGroup3.Name = "grpEnemy"; listViewGroup4.Header = "Bot"; listViewGroup4.Name = "grpBot"; - this.lvStatistics.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { - listViewGroup1, - listViewGroup2, - listViewGroup3, - listViewGroup4}); - this.lvStatistics.Location = new System.Drawing.Point(10, 10); - this.lvStatistics.Name = "lvStatistics"; - this.lvStatistics.Size = new System.Drawing.Size(483, 451); - this.lvStatistics.TabIndex = 0; - this.lvStatistics.UseCompatibleStateImageBehavior = false; - this.lvStatistics.View = System.Windows.Forms.View.Details; + lvStatistics.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { listViewGroup1, listViewGroup2, listViewGroup3, listViewGroup4 }); + lvStatistics.Location = new System.Drawing.Point(10, 10); + lvStatistics.Name = "lvStatistics"; + lvStatistics.Size = new System.Drawing.Size(483, 451); + lvStatistics.TabIndex = 0; + lvStatistics.UseCompatibleStateImageBehavior = false; + lvStatistics.View = System.Windows.Forms.View.Details; // // columnHeader1 // - this.columnHeader1.Text = "Name"; - this.columnHeader1.Width = 245; + columnHeader1.Text = "Name"; + columnHeader1.Width = 245; // // columnHeader2 // - this.columnHeader2.Text = "Value"; - this.columnHeader2.Width = 228; + columnHeader2.Text = "Value"; + columnHeader2.Width = 228; // - // panel1 + // contextMenuStrip // - this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); - this.panel1.BorderColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.btnReset); - this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel1.Location = new System.Drawing.Point(10, 461); - this.panel1.Name = "panel1"; - this.panel1.Radius = 0; - this.panel1.ShadowDepth = 4F; - this.panel1.Size = new System.Drawing.Size(483, 35); - this.panel1.TabIndex = 2; + contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { resetToolStripMenuItem }); + contextMenuStrip.Name = "contextMenuStrip"; + contextMenuStrip.Size = new System.Drawing.Size(103, 26); // - // btnReset + // resetToolStripMenuItem // - this.btnReset.Color = System.Drawing.Color.Transparent; - this.btnReset.Location = new System.Drawing.Point(401, 6); - this.btnReset.Name = "btnReset"; - this.btnReset.Radius = 6; - this.btnReset.ShadowDepth = 4F; - this.btnReset.Size = new System.Drawing.Size(75, 23); - this.btnReset.TabIndex = 0; - this.btnReset.Text = "Reset "; - this.btnReset.UseVisualStyleBackColor = true; - this.btnReset.Click += new System.EventHandler(this.btnReset_Click); + resetToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); + resetToolStripMenuItem.Name = "resetToolStripMenuItem"; + resetToolStripMenuItem.Size = new System.Drawing.Size(102, 22); + resetToolStripMenuItem.Text = "Reset"; + resetToolStripMenuItem.Click += resetToolStripMenuItem_Click; // - // timer + // panel1 // - this.timer.Enabled = true; - this.timer.Interval = 1000; - this.timer.Tick += new System.EventHandler(this.RefreshTimer_Elapsed); + panel1.BackColor = System.Drawing.Color.Transparent; + panel1.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); + panel1.BorderColor = System.Drawing.Color.Transparent; + panel1.Controls.Add(btnReset); + panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + panel1.Location = new System.Drawing.Point(10, 461); + panel1.Name = "panel1"; + panel1.Radius = 0; + panel1.ShadowDepth = 4F; + panel1.Size = new System.Drawing.Size(483, 35); + panel1.TabIndex = 2; // - // contextMenuStrip + // btnReset // - this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.resetToolStripMenuItem}); - this.contextMenuStrip.Name = "contextMenuStrip"; - this.contextMenuStrip.Size = new System.Drawing.Size(181, 48); + btnReset.Color = System.Drawing.Color.Transparent; + btnReset.Location = new System.Drawing.Point(401, 6); + btnReset.Name = "btnReset"; + btnReset.Radius = 6; + btnReset.ShadowDepth = 4F; + btnReset.Size = new System.Drawing.Size(75, 23); + btnReset.TabIndex = 0; + btnReset.Text = "Reset "; + btnReset.UseVisualStyleBackColor = true; + btnReset.Click += btnReset_Click; // - // resetToolStripMenuItem + // timer // - this.resetToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.resetToolStripMenuItem.Name = "resetToolStripMenuItem"; - this.resetToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.resetToolStripMenuItem.Text = "Reset"; - this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click); + timer.Enabled = true; + timer.Interval = 1000; + timer.Tick += RefreshTimer_Elapsed; // // Main // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.splitContainer1); - this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.Name = "Main"; - this.Size = new System.Drawing.Size(762, 506); - this.splitContainer1.Panel1.ResumeLayout(false); - this.splitContainer1.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); - this.splitContainer1.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.contextMenuStrip.ResumeLayout(false); - this.ResumeLayout(false); - + AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + Controls.Add(splitContainer1); + Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + Name = "Main"; + Size = new System.Drawing.Size(762, 506); + splitContainer1.Panel1.ResumeLayout(false); + splitContainer1.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit(); + splitContainer1.ResumeLayout(false); + contextMenuStrip.ResumeLayout(false); + panel1.ResumeLayout(false); + ResumeLayout(false); } #endregion diff --git a/Plugins/RSBot.Statistics/Views/Main.cs b/Plugins/RSBot.Statistics/Views/Main.cs index c8d14ba4..38d8dee3 100644 --- a/Plugins/RSBot.Statistics/Views/Main.cs +++ b/Plugins/RSBot.Statistics/Views/Main.cs @@ -8,7 +8,7 @@ using System.Timers; using System.Windows.Forms; -namespace RSBot.Statistics.Views +namespace RSBot.Statistics.Views { [System.ComponentModel.ToolboxItem(false)] public partial class Main : UserControl @@ -106,7 +106,7 @@ private void PopulateStatisticsList() var lvItem = new ListViewItem(calculator.Label) { Tag = calculator }; lvItem.SubItems.Add("0"); - + switch (calculator.Group) { case StatisticsGroup.Player: @@ -127,7 +127,7 @@ private void PopulateStatisticsList() lvStatistics.Items.Add(lvItem); } - + lvStatistics.EndUpdate(); } @@ -138,7 +138,7 @@ private void UpdateStatistics() { foreach (ListViewItem item in lvStatistics.Items) { - var calculator = (IStatisticCalculator) item?.Tag; + var calculator = (IStatisticCalculator)item?.Tag; if (calculator != null) item.SubItems[1].Text = string.Format(calculator.ValueFormat, calculator.GetValue()); @@ -197,11 +197,11 @@ private void btnReset_Click(object sender, EventArgs e) calculator.Reset(); } - private void resetToolStripMenuItem_Click( object sender, EventArgs e ) + private void resetToolStripMenuItem_Click(object sender, EventArgs e) { - foreach( ListViewItem lvItem in lvStatistics.SelectedItems ) + foreach (ListViewItem lvItem in lvStatistics.SelectedItems) { - if( lvItem.Tag is IStatisticCalculator calculator ) + if (lvItem.Tag is IStatisticCalculator calculator) calculator.Reset(); } }