From c67b12934d4e6fa94f115bf39599a093f258978a Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 15 Sep 2014 16:53:38 +0200 Subject: [PATCH] Allow set random time for checking item availability. --- scr/SCMBot/Main.Designer.cs | 107 +- scr/SCMBot/Main.cs | 11 +- scr/SCMBot/Main.resx | 4034 ++++++++++++++++++----------------- scr/SCMBot/SCMBot.csproj | 1 + 4 files changed, 2094 insertions(+), 2059 deletions(-) diff --git a/scr/SCMBot/Main.Designer.cs b/scr/SCMBot/Main.Designer.cs index 2433cb0..3c0416b 100644 --- a/scr/SCMBot/Main.Designer.cs +++ b/scr/SCMBot/Main.Designer.cs @@ -39,7 +39,8 @@ private void InitializeComponent() this.label14 = new System.Windows.Forms.Label(); this.linkTextBox = new System.Windows.Forms.TextBox(); this.scanButton = new System.Windows.Forms.Button(); - this.delayTextBox = new System.Windows.Forms.MaskedTextBox(); + this.delayMinTextBox = new System.Windows.Forms.MaskedTextBox(); + this.delayMaxTextBox = new System.Windows.Forms.MaskedTextBox(); this.label9 = new System.Windows.Forms.Label(); this.buyCheckBox = new System.Windows.Forms.CheckBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); @@ -184,12 +185,10 @@ private void InitializeComponent() // // splitContainer1.Panel1 // - resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1"); this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // - resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2"); this.splitContainer1.Panel2.Controls.Add(this.groupBox3); this.splitContainer1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Paint); // @@ -202,26 +201,24 @@ private void InitializeComponent() // // splitContainer2.Panel1 // - resources.ApplyResources(this.splitContainer2.Panel1, "splitContainer2.Panel1"); this.splitContainer2.Panel1.Controls.Add(this.panel1); this.splitContainer2.Panel1.Controls.Add(this.scanGroupBox); // // splitContainer2.Panel2 // - resources.ApplyResources(this.splitContainer2.Panel2, "splitContainer2.Panel2"); this.splitContainer2.Panel2.Controls.Add(this.groupBox4); this.splitContainer2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Paint); // // panel1 // - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.NameLabel); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.nameTextBox); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.linkTextBox); this.panel1.Controls.Add(this.scanButton); - this.panel1.Controls.Add(this.delayTextBox); + this.panel1.Controls.Add(this.delayMinTextBox); + this.panel1.Controls.Add(this.delayMaxTextBox); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.buyCheckBox); this.panel1.Controls.Add(this.pictureBox4); @@ -229,6 +226,7 @@ private void InitializeComponent() this.panel1.Controls.Add(this.wishpriceBox); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.buyUpDown); + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // NameLabel @@ -238,8 +236,8 @@ private void InitializeComponent() // // button3 // - resources.ApplyResources(this.button3, "button3"); this.button3.Image = global::SCMBot.Properties.Resources.copy; + resources.ApplyResources(this.button3, "button3"); this.button3.Name = "button3"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click_1); @@ -266,11 +264,17 @@ private void InitializeComponent() this.scanButton.UseVisualStyleBackColor = true; this.scanButton.Click += new System.EventHandler(this.scanButton_Click); // - // delayTextBox + // delayMinTextBox + // + resources.ApplyResources(this.delayMinTextBox, "delayMinTextBox"); + this.delayMinTextBox.Name = "delayMinTextBox"; + this.delayMinTextBox.TabStop = false; // - resources.ApplyResources(this.delayTextBox, "delayTextBox"); - this.delayTextBox.Name = "delayTextBox"; - this.delayTextBox.TabStop = false; + // delayMaxTextBox + // + resources.ApplyResources(this.delayMaxTextBox, "delayMaxTextBox"); + this.delayMaxTextBox.Name = "delayMaxTextBox"; + this.delayMaxTextBox.TabStop = false; // // label9 // @@ -285,19 +289,19 @@ private void InitializeComponent() // // pictureBox4 // - resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand; + resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.TabStop = false; this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click); // // ExtraGroup // - resources.ApplyResources(this.ExtraGroup, "ExtraGroup"); this.ExtraGroup.Controls.Add(this.resellPriceBox); this.ExtraGroup.Controls.Add(this.label7); this.ExtraGroup.Controls.Add(this.resellComboBox); + resources.ApplyResources(this.ExtraGroup, "ExtraGroup"); this.ExtraGroup.Name = "ExtraGroup"; this.ExtraGroup.TabStop = false; // @@ -313,13 +317,13 @@ private void InitializeComponent() // // resellComboBox // - resources.ApplyResources(this.resellComboBox, "resellComboBox"); this.resellComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.resellComboBox.FormattingEnabled = true; this.resellComboBox.Items.AddRange(new object[] { resources.GetString("resellComboBox.Items"), resources.GetString("resellComboBox.Items1"), resources.GetString("resellComboBox.Items2")}); + resources.ApplyResources(this.resellComboBox, "resellComboBox"); this.resellComboBox.Name = "resellComboBox"; this.resellComboBox.SelectedIndexChanged += new System.EventHandler(this.resellComboBox_SelectedIndexChanged); this.resellComboBox.Click += new System.EventHandler(this.resellComboBox_Click); @@ -363,12 +367,10 @@ private void InitializeComponent() // // splitContainer3.Panel1 // - resources.ApplyResources(this.splitContainer3.Panel1, "splitContainer3.Panel1"); this.splitContainer3.Panel1.Controls.Add(this.tabControl1); // // splitContainer3.Panel2 // - resources.ApplyResources(this.splitContainer3.Panel2, "splitContainer3.Panel2"); this.splitContainer3.Panel2.Controls.Add(this.button4); this.splitContainer3.Panel2.Controls.Add(this.logListBox); this.splitContainer3.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer3_SplitterMoved); @@ -385,15 +387,15 @@ private void InitializeComponent() // // tabPage1 // - resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Controls.Add(this.scanListView); + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // scanListView // - resources.ApplyResources(this.scanListView, "scanListView"); this.scanListView.AllowDrop = true; + resources.ApplyResources(this.scanListView, "scanListView"); this.scanListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader10, this.columnHeader11, @@ -426,7 +428,6 @@ private void InitializeComponent() // // contextMenuStrip3 // - resources.ApplyResources(this.contextMenuStrip3, "contextMenuStrip3"); this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteMenuItem, this.startSelectedMenuItem, @@ -437,72 +438,73 @@ private void InitializeComponent() this.exportListToolStripMenuItem, this.importListToolStripMenuItem}); this.contextMenuStrip3.Name = "contextMenuStrip3"; + resources.ApplyResources(this.contextMenuStrip3, "contextMenuStrip3"); // // deleteMenuItem // - resources.ApplyResources(this.deleteMenuItem, "deleteMenuItem"); this.deleteMenuItem.Image = global::SCMBot.Properties.Resources.cancel; this.deleteMenuItem.Name = "deleteMenuItem"; + resources.ApplyResources(this.deleteMenuItem, "deleteMenuItem"); this.deleteMenuItem.Click += new System.EventHandler(this.удалитьToolStripMenuItem_Click); // // startSelectedMenuItem // - resources.ApplyResources(this.startSelectedMenuItem, "startSelectedMenuItem"); this.startSelectedMenuItem.Image = global::SCMBot.Properties.Resources.selected; this.startSelectedMenuItem.Name = "startSelectedMenuItem"; + resources.ApplyResources(this.startSelectedMenuItem, "startSelectedMenuItem"); this.startSelectedMenuItem.Click += new System.EventHandler(this.startSelectedToolStripMenuItem_Click); // // stopSelectedMenuItem // - resources.ApplyResources(this.stopSelectedMenuItem, "stopSelectedMenuItem"); this.stopSelectedMenuItem.Image = global::SCMBot.Properties.Resources.stop; this.stopSelectedMenuItem.Name = "stopSelectedMenuItem"; + resources.ApplyResources(this.stopSelectedMenuItem, "stopSelectedMenuItem"); this.stopSelectedMenuItem.Click += new System.EventHandler(this.stopSelectedToolStripMenuItem_Click); // // startAllMenuItem // - resources.ApplyResources(this.startAllMenuItem, "startAllMenuItem"); this.startAllMenuItem.Image = global::SCMBot.Properties.Resources.fullset; this.startAllMenuItem.Name = "startAllMenuItem"; + resources.ApplyResources(this.startAllMenuItem, "startAllMenuItem"); this.startAllMenuItem.Click += new System.EventHandler(this.startAllToolStripMenuItem_Click); // // stopAllMenuItem // - resources.ApplyResources(this.stopAllMenuItem, "stopAllMenuItem"); this.stopAllMenuItem.Image = global::SCMBot.Properties.Resources.stop; this.stopAllMenuItem.Name = "stopAllMenuItem"; + resources.ApplyResources(this.stopAllMenuItem, "stopAllMenuItem"); this.stopAllMenuItem.Click += new System.EventHandler(this.stopAllToolStripMenuItem_Click); // // toolStripMenuItem1 // - resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; + resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); // // exportListToolStripMenuItem // - resources.ApplyResources(this.exportListToolStripMenuItem, "exportListToolStripMenuItem"); this.exportListToolStripMenuItem.Image = global::SCMBot.Properties.Resources.export; this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem"; + resources.ApplyResources(this.exportListToolStripMenuItem, "exportListToolStripMenuItem"); this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click); // // importListToolStripMenuItem // - resources.ApplyResources(this.importListToolStripMenuItem, "importListToolStripMenuItem"); this.importListToolStripMenuItem.Image = global::SCMBot.Properties.Resources.import; this.importListToolStripMenuItem.Name = "importListToolStripMenuItem"; + resources.ApplyResources(this.importListToolStripMenuItem, "importListToolStripMenuItem"); this.importListToolStripMenuItem.Click += new System.EventHandler(this.importListToolStripMenuItem_Click); // // tabPage2 // - resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Controls.Add(this.recentListView); + resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // recentListView // - resources.ApplyResources(this.recentListView, "recentListView"); this.recentListView.AllowDrop = true; + resources.ApplyResources(this.recentListView, "recentListView"); this.recentListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader13, this.columnHeader14, @@ -638,40 +640,40 @@ private void InitializeComponent() // // contextMenuStrip1 // - resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.selectedItemToolStripMenuItem, this.checkedToBothSourcesToolStripMenuItem, this.fullSetToolStripMenuItem, this.emptyTabToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; + resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); // // selectedItemToolStripMenuItem // - resources.ApplyResources(this.selectedItemToolStripMenuItem, "selectedItemToolStripMenuItem"); this.selectedItemToolStripMenuItem.Image = global::SCMBot.Properties.Resources.selected; this.selectedItemToolStripMenuItem.Name = "selectedItemToolStripMenuItem"; + resources.ApplyResources(this.selectedItemToolStripMenuItem, "selectedItemToolStripMenuItem"); this.selectedItemToolStripMenuItem.Click += new System.EventHandler(this.selectedItemToolStripMenuItem_Click); // // checkedToBothSourcesToolStripMenuItem // - resources.ApplyResources(this.checkedToBothSourcesToolStripMenuItem, "checkedToBothSourcesToolStripMenuItem"); this.checkedToBothSourcesToolStripMenuItem.Image = global::SCMBot.Properties.Resources.selected; this.checkedToBothSourcesToolStripMenuItem.Name = "checkedToBothSourcesToolStripMenuItem"; + resources.ApplyResources(this.checkedToBothSourcesToolStripMenuItem, "checkedToBothSourcesToolStripMenuItem"); this.checkedToBothSourcesToolStripMenuItem.Click += new System.EventHandler(this.checkedToBothSourcesToolStripMenuItem_Click); // // fullSetToolStripMenuItem // - resources.ApplyResources(this.fullSetToolStripMenuItem, "fullSetToolStripMenuItem"); this.fullSetToolStripMenuItem.Image = global::SCMBot.Properties.Resources.fullset; this.fullSetToolStripMenuItem.Name = "fullSetToolStripMenuItem"; + resources.ApplyResources(this.fullSetToolStripMenuItem, "fullSetToolStripMenuItem"); this.fullSetToolStripMenuItem.Click += new System.EventHandler(this.fullSetToolStripMenuItem_Click); // // emptyTabToolStripMenuItem // - resources.ApplyResources(this.emptyTabToolStripMenuItem, "emptyTabToolStripMenuItem"); this.emptyTabToolStripMenuItem.Image = global::SCMBot.Properties.Resources.blank; this.emptyTabToolStripMenuItem.Name = "emptyTabToolStripMenuItem"; + resources.ApplyResources(this.emptyTabToolStripMenuItem, "emptyTabToolStripMenuItem"); this.emptyTabToolStripMenuItem.Click += new System.EventHandler(this.emptyTabToolStripMenuItem_Click); // // prevButton @@ -755,13 +757,13 @@ private void InitializeComponent() // // filterTypeBox // - resources.ApplyResources(this.filterTypeBox, "filterTypeBox"); this.filterTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.filterTypeBox.FormattingEnabled = true; this.filterTypeBox.Items.AddRange(new object[] { resources.GetString("filterTypeBox.Items"), resources.GetString("filterTypeBox.Items1"), resources.GetString("filterTypeBox.Items2")}); + resources.ApplyResources(this.filterTypeBox, "filterTypeBox"); this.filterTypeBox.Name = "filterTypeBox"; this.filterTypeBox.SelectedIndexChanged += new System.EventHandler(this.filterTypeBox_SelectedIndexChanged); // @@ -848,15 +850,14 @@ private void InitializeComponent() // // SellButton // - resources.ApplyResources(this.SellButton, "SellButton"); this.SellButton.Image = global::SCMBot.Properties.Resources.coins; + resources.ApplyResources(this.SellButton, "SellButton"); this.SellButton.Name = "SellButton"; this.SellButton.UseVisualStyleBackColor = true; this.SellButton.Click += new System.EventHandler(this.SellButton_Click); // // comboBox3 // - resources.ApplyResources(this.comboBox3, "comboBox3"); this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { @@ -869,13 +870,14 @@ private void InitializeComponent() resources.GetString("comboBox3.Items6"), resources.GetString("comboBox3.Items7"), resources.GetString("comboBox3.Items8")}); + resources.ApplyResources(this.comboBox3, "comboBox3"); this.comboBox3.Name = "comboBox3"; this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged); // // button1 // - resources.ApplyResources(this.button1, "button1"); this.button1.Image = global::SCMBot.Properties.Resources.box; + resources.ApplyResources(this.button1, "button1"); this.button1.Name = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); @@ -933,22 +935,21 @@ private void InitializeComponent() // // pictureBox2 // - resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.BackColor = System.Drawing.SystemColors.Window; this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand; + resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.TabStop = false; this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); // // notifyIcon1 // - resources.ApplyResources(this.notifyIcon1, "notifyIcon1"); this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2; + resources.ApplyResources(this.notifyIcon1, "notifyIcon1"); this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick); // // contextMenuStrip2 // - resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2"); this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.minimizeOnClosingToolStripMenuItem, this.settingsToolStripMenuItem, @@ -957,47 +958,48 @@ private void InitializeComponent() this.aboutToolStripMenuItem, this.exitToolStripMenuItem}); this.contextMenuStrip2.Name = "contextMenuStrip2"; + resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2"); // // minimizeOnClosingToolStripMenuItem // - resources.ApplyResources(this.minimizeOnClosingToolStripMenuItem, "minimizeOnClosingToolStripMenuItem"); this.minimizeOnClosingToolStripMenuItem.Checked = true; this.minimizeOnClosingToolStripMenuItem.CheckOnClick = true; this.minimizeOnClosingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.minimizeOnClosingToolStripMenuItem.Name = "minimizeOnClosingToolStripMenuItem"; + resources.ApplyResources(this.minimizeOnClosingToolStripMenuItem, "minimizeOnClosingToolStripMenuItem"); // // settingsToolStripMenuItem // - resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem"); this.settingsToolStripMenuItem.Image = global::SCMBot.Properties.Resources.settings; this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; + resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem"); this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // usingProxyStatuslStrip // - resources.ApplyResources(this.usingProxyStatuslStrip, "usingProxyStatuslStrip"); this.usingProxyStatuslStrip.Name = "usingProxyStatuslStrip"; + resources.ApplyResources(this.usingProxyStatuslStrip, "usingProxyStatuslStrip"); this.usingProxyStatuslStrip.Click += new System.EventHandler(this.usingProxyStatusToolStripMenuItem_Click); // // helpToolStripMenuItem // - resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); this.helpToolStripMenuItem.Image = global::SCMBot.Properties.Resources.help; this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; + resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); this.helpToolStripMenuItem.Click += new System.EventHandler(this.helpToolStripMenuItem_Click); // // aboutToolStripMenuItem // - resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Image = global::SCMBot.Properties.Resources.info; this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; + resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // exitToolStripMenuItem // - resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Image = global::SCMBot.Properties.Resources.logout; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // label3 @@ -1028,13 +1030,13 @@ private void InitializeComponent() // // StatusLabel1 // - resources.ApplyResources(this.StatusLabel1, "StatusLabel1"); this.StatusLabel1.Name = "StatusLabel1"; + resources.ApplyResources(this.StatusLabel1, "StatusLabel1"); // // ProgressBar1 // - resources.ApplyResources(this.ProgressBar1, "ProgressBar1"); this.ProgressBar1.Name = "ProgressBar1"; + resources.ApplyResources(this.ProgressBar1, "ProgressBar1"); // // saveFileDialog1 // @@ -1057,8 +1059,8 @@ private void InitializeComponent() // // loginButton // - resources.ApplyResources(this.loginButton, "loginButton"); this.loginButton.Image = global::SCMBot.Properties.Resources.login; + resources.ApplyResources(this.loginButton, "loginButton"); this.loginButton.Name = "loginButton"; this.loginButton.UseVisualStyleBackColor = true; this.loginButton.Click += new System.EventHandler(this.loginButton_Click); @@ -1192,7 +1194,8 @@ private void InitializeComponent() private System.Windows.Forms.TextBox wishpriceBox; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.Label label9; - private System.Windows.Forms.MaskedTextBox delayTextBox; + private System.Windows.Forms.MaskedTextBox delayMinTextBox; + private System.Windows.Forms.MaskedTextBox delayMaxTextBox; private System.Windows.Forms.TextBox linkTextBox; private System.Windows.Forms.ContextMenuStrip contextMenuStrip3; private System.Windows.Forms.ToolStripMenuItem deleteMenuItem; diff --git a/scr/SCMBot/Main.cs b/scr/SCMBot/Main.cs index ba9a923..a52b798 100644 --- a/scr/SCMBot/Main.cs +++ b/scr/SCMBot/Main.cs @@ -1060,7 +1060,8 @@ private void addRecentItem(SteamSite.SearchItem ourItem, status Stat) var lstItem = new ListViewItem(row); recentListView.Items.Add(lstItem); - var ourTab = new saveTab(ourItem.Name, ourItem.Link, ourItem.ImgLink, ourItem.StartPrice, steam_srch.mainDelay, 0, false, 0, ourItem.StartPrice, Stat); + Int32 delayMax = Convert.ToInt32(delayMaxTextBox.Text); + var ourTab = new saveTab(ourItem.Name, ourItem.Link, ourItem.ImgLink, ourItem.StartPrice, delayMax > 0 && delayMax > steam_srch.mainDelay ? delayMax : steam_srch.mainDelay, 0, false, 0, ourItem.StartPrice, Stat); steam_srch.recentInputList.Add(ourTab); setStatImg(recentListView.Items.Count - 1, (status)Convert.ToByte(!isScanValid(ourTab, false)), recentListView); @@ -2056,8 +2057,8 @@ private void BindToControls(ListView lst) logListBox.DataSource = Item.LogCont; logListBox.DisplayMember = "Text"; - delayTextBox.DataBindings.Clear(); - delayTextBox.DataBindings.Add("Text", ourItem, "Delay"); + delayMinTextBox.DataBindings.Clear(); + delayMinTextBox.DataBindings.Add("Text", ourItem, "Delay"); setButtText(Item.Steam.scanInput.StatId); @@ -2069,8 +2070,8 @@ private void BindToControls(ListView lst) logListBox.DataSource = steam_srch.logContainer; logListBox.DisplayMember = "Text"; - delayTextBox.DataBindings.Clear(); - delayTextBox.DataBindings.Add("Text", steam_srch, "mainDelay"); + delayMinTextBox.DataBindings.Clear(); + delayMinTextBox.DataBindings.Add("Text", steam_srch, "mainDelay"); setButtText(ourItem.StatId); } diff --git a/scr/SCMBot/Main.resx b/scr/SCMBot/Main.resx index bcc205b..a9523e0 100644 --- a/scr/SCMBot/Main.resx +++ b/scr/SCMBot/Main.resx @@ -117,2147 +117,2275 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 145, 22 - - - - 49 - - + Top, Bottom, Left, Right - - buyNowButton - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False + + + 0, 67 - - 65 + + Horizontal - + Top, Bottom, Left, Right - - 97, 25 - - - 7 - - - 6 + + 3, 3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Horizontal - - 95, 26 + + 99, 81 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0000000 - - 51 + + + - - 5 + + 41, 20 - - 116 + + 65 - - MiddleRight + + 3000 - - Page: + + delayMaxTextBox - - 0, 237 + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - 6, 3 + + 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - label2 + + NoControl - - 2, 189 + + 33, 12 - - Count: + + 35, 13 - - 67, 13 + + 64 Name - - 7 + + NameLabel - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + panel1 - - ImageBeforeText + + 1 - - True + + NoControl - - 145, 22 + + 12, 186 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 95, 26 - - 56, 20 + + 56 - - 55 + + Copy - - 137, 19 + + MiddleRight - - None + + ImageBeforeText - - Top, Right + + button3 - - groupBox3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + panel1 - - ExtraGroup - - - Top, Bottom, Left, Right + + 2 - - ImageBeforeText + + 84, 9 - - helpToolStripMenuItem + + 126, 20 - - 3, 3, 3, 3 + + 63 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nameTextBox - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + panel1 - - 9 + + 3 - - 204, 22 + + True - - On Sale + + NoControl - - pictureBox4 + + 9, 36 - - Checked to Both Tabs + + 62, 13 - - 149 + + 54 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Link to Item - - Bit trip + + label14 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 35, 13 + + panel1 - - 53 + + 4 - - MiddleRight + + 84, 33 - - pictureBox2 + + 126, 20 - - Top, Bottom, Left, Right + + 50 - - 0, 0 + + linkTextBox - - Horizontal + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + panel1 - - 414 + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 115, 186 - - 1 + + 96, 26 52 - - 141, 16 + + Start - - resellComboBox + + MiddleRight - - False + + ImageBeforeText - - 465 + + scanButton - - 63 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Full Set + + panel1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - Without resell + + 53, 81 - - columnHeader1 + + 0000000 - - pictureBox1 + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 41, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 57 - - Buyer pays: + + 3000 - - 70, 13 + + delayMinTextBox - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - textBox2 + + panel1 - - columnHeader11 + + 7 - - Load + + True - - 204, 22 + + NoControl - - groupBox3 + + 2, 60 - - 54, 40 + + 70, 13 - - 217, 52 + + 52 - - 33, 13 + + Wished Price - - 18, 47 + + label9 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 52 + + panel1 - - 97, 25 + + 8 - - + + True - - Popup + + NoControl - - resellPriceBox + + 11, 107 - - textBox3 + + 66, 17 - - 16 + + 55 - - 64, 64 + + buy qty.: - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + buyCheckBox - - splitContainer1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 703, 11 + + panel1 - - 3 + + 9 - - Import List + + NoControl - - < + + 145, 57 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 64, 64 - - 48 + + CenterImage - - MiddleRight + + 59 - - ExtraGroup + + pictureBox4 - - 0, 0 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Binary files|*.bin + + panel1 - - 7 + + 10 - - 65 + + 137, 19 - - Name: + + 55, 20 - - NoControl + + 2 - - searchButton + + resellPriceBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ExtraGroup + + + 0 True - - 764, 159 + + NoControl - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 102, 22 - - Main + + 34, 13 - - 8 + + 1 - - label14 + + Value - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label7 - - 51 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 604, 47 + + ExtraGroup - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - columnHeader9 + + Without resell - - 9 + + Set markup Your price - - Set markup + + 6, 19 - - None + + 91, 21 - - splitContainer3 + + 0 - - saveFileDialog1 + + resellComboBox - - Top, Right + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer2.Panel1 + + ExtraGroup - - splitContainer3 + + 2 - - label15 + + 10, 130 - - scanListView + + 198, 46 - - 53 + + 61 - - True + + Resell for - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ExtraGroup - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - 5, 0, 5, 0 + + 11 - - 0 + + 84, 57 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 56, 20 - - 0/0 + + 53 - - splitContainer2 + + wishpriceBox - - tabControl1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 59 + + panel1 - - 25, 25 + + 12 - - label11 + + True - - 59 + + NoControl - - 36 + + 13, 84 - - 0, 67 + + 34, 13 - - splitContainer2.Panel2 + + 56 - - 56, 20 + + Delay - - True + + label12 - - CS:GO + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 412, 212 + + panel1 - - 145, 22 + + 13 - - NoControl + + 84, 105 - - 2 + + 56, 20 - - pictureBox3 + + 60 - - panel1 + + buyUpDown - - Export List + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + panel1 - - MiddleRight + + 14 - - Path of Exile + + 8, 15 - - 145, 22 + + 213, 212 - - Top, Bottom, Left, Right + + 65 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - Top, Bottom, Left, Right + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + splitContainer2.Panel1 - - ExtraGroup + + 0 - - 549, 213 + + Top, Bottom, Left, Right - - 96, 26 + + Top, Bottom, Left, Right - - label10 + + 218, 14 - - scanButton + + Top, Bottom, Left, Right - - settingsToolStripMenuItem + + Top, Bottom, Left, Right - - 7 + + Status - - Cost + + 52 - - 100, 16 + + Name - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 116 - - randomDelayBox + + Wished Price - - 60 + + 123 - - 403, 186 + + 12, 56 + + + 145, 22 - - Top, Right + + Delete - - 51 + + 145, 22 - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Start Selected - - 63 + + 145, 22 - - groupBox3 + + Stop Selected - - splitContainer3.Panel2 + + 145, 22 - - 46 + + Start All - - True + + 145, 22 - - 8 + + Stop All - - ImageBeforeText + + 142, 6 - - splitContainer3.Panel1 + + 145, 22 - - 80, 25 + + Export List - - panel1 + + 145, 22 - - 32 + + Import List - - CenterImage + + 146, 164 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + contextMenuStrip3 - - True + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - startSelectedMenuItem + + 0, 0 - - 0 + + 403, 186 - - NoControl + + 63 - - 6 + + scanListView - - label16 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + tabPage1 - - linkTextBox + + 0 - - NoControl + + 4, 22 - - None + + 3, 3, 3, 3 - - True + + 404, 186 - - $this + + 0 - - 6, 19 + + Item Page - - 4 + + tabPage1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 33, 13 + + tabControl1 - - usingProxyStatuslStrip + + 0 - - FoundList + + Top, Bottom, Left, Right - - True + + Status - - 126, 20 + + 52 - - importListToolStripMenuItem + + Name - - 46 + + 116 - - columnHeader10 + + Wished Price - - label17 + + 123 - - 91, 21 + + 0, 0 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 403, 186 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 64 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + recentListView - - 116 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - searchBox + + tabPage2 - - 300, 50 + + 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - columnHeader8 + + 3, 3, 3, 3 - - False + + 404, 186 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 56 + + Newly Listed - - 61 + + tabPage2 - - 0 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - columnHeader4 + + tabControl1 - - nextButton + + 1 - - statusStrip1 + + 1, 1 - - 84, 9 + + 412, 212 - - Random range + + 66 - - 0 + + tabControl1 - - True + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer3.Panel1 - - splitContainer2.Panel2 + + 0 - - 693, 29 + + splitContainer3.Panel1 - - buyUpDown + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + splitContainer3 - - 3, 3, 3, 3 + + 0 - - splitContainer1 + + Bottom, Left, Right - - 12 + + NoControl - - 794, 22 + + 2, 189 - - True + + 129, 24 - - groupBox2 + + 65 - - SCM Bot alpha + + Watch Graph - - 171, 22 + + MiddleRight - - NoControl - - - Minimize on close + + ImageBeforeText - - True + + button4 - - 48 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + splitContainer3.Panel2 - - label12 + + 0 - - 8, 15 + + Top, Bottom, Left, Right - - InventoryList + + False - - 10 + + 2, 0 - - button4 + + 100, 4 - - 6 + + 129, 189 - - 123 + + 64 - - 51 + + logListBox - - nameTextBox + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer3.Panel2 - - 100, 4 + + 1 - - 0 + + splitContainer3.Panel2 - - groupBox4 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + splitContainer3 - - ImageBeforeText + + 1 - - To Scan + + 549, 213 - - 50 + + 414 - - Top, Right + + 65 - - label13 + + splitContainer3 - - sellDelayBox + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + scanGroupBox - + 0 - - 12, 186 + + 6, 1 - - 4 + + 0, 237 - - 64 + + 775, 237 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 63 - - groupBox3 + + Scan Items - - None + + scanGroupBox + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + splitContainer2.Panel1 1 - - label18 + + splitContainer2.Panel1 - - Warframe + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer2 - - ExtraGroup + + 0 - - groupBox4 + + Top, Bottom, Left, Right - - 1 + + False - - UserName + + Popup - - panel1 + + NoControl - - minimizeOnClosingToolStripMenuItem + + 109, 45 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25, 25 - - Top, Bottom, Left, Right + + 55 - - label19 + + > - - Link to Item + + nextButton - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox4 - - 706, 11 + + 0 - - 5 + + Top, Left, Right - - 3000 + + 8, 19 - - exportListToolStripMenuItem + + 431, 20 - - logListBox + + 54 - - Buy Now + + Bit trip - - True + + searchBox - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 - - 85, 27 + + 1 - - Using Proxy Status + + Top, Bottom, Left, Right - - 33, 13 + + - - 204, 22 + + 23 - - Settings + + Type - - groupBox3 + + 116 - - 9, 36 - - - 0000000 - - - 47 - - - 5 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 330 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 + + Name - - 53, 45 + + 123 - - groupBox3 + + Start Price - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 159 - - button1 + + Quantity - - 45 + + 149 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7, 78 - - Top, Bottom, Left, Right + + 761, 120 - - panel1 + + 53 - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FoundList - - You receive: + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 2 - - 761, 120 + + Top, Right False - - toolStripMenuItem1 - - - groupBox2 - - - 64 + + MiddleLeft - - 794, 811 + + NoControl - - tabPage2 + + 617, 16 - - 2 + + 5, 0, 0, 0 - - button2 + + 80, 25 - - 7, 52 + + 51 - - 40, 13 + + Buy Now - - 213, 212 + + MiddleRight - - 6, 79 + + buyNowButton - - 102, 22 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox4 - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 88, 52 + + Top, Right - - 28 + + 21, 6 + + + 204, 22 - - Start Selected + + Checked to Selected Tab - - groupBox4 + + 204, 22 - - 50 + + Checked to Both Tabs - - 1 + + 204, 22 - - 0 + + Full Set - - button3 + + 204, 22 - - True + + EmptyTab - - 0 + + 205, 92 - - Account Info + + contextMenuStrip1 - - NoControl + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 776, 204 + + False - - 396, 19 + + MiddleLeft - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 531, 16 - - groupBox3 + + 5, 0, 5, 0 - - stopAllMenuItem + + 80, 25 - - 617, 16 + + 49 - - 42 + + To Scan - - System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - + + addtoScan + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Dota 2 + + groupBox4 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - 0000000 + + False - + + Popup + + NoControl - - 129, 24 + + 53, 45 - - 145, 22 + + 25, 25 - - 0 + + 48 - - 1, 1 + + < - - Top, Left, Right + + prevButton - - 47 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox4 - - 356, 22 - - - Sins of a Dark Age + + 5 - - 54 + + True - - 64 + + NoControl - - My Inventory + + 82, 51 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 13 - - Top, Right + + 47 - - 198, 46 + + 0/0 - - True + + label13 - - 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 38, 13 + + groupBox4 - - 53 + + 6 - - scanGroupBox + + True - - Name + + NoControl - - Find Item + + 9, 51 - - splitContainer1.Panel2 + + 38, 13 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Page: - - addtoScan + + label11 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 791, 459 + + groupBox4 - - 33, 84 + + 7 - - 11 + + Top, Right - - columnHeader5 + + NoControl - - 61 + + 703, 11 - - DonateBox + + 64, 64 - - 1 + + CenterImage - - 0 + + 44 - - 9 + + pictureBox1 - - 43, 13 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Trading Cards + + groupBox4 - - Scan Items + + 8 - - panel1 + + Top, Right - - 96, 20 + + MiddleLeft - + NoControl - - label5 + + 445, 16 - - NoControl + + 5, 0, 5, 0 - - NoControl + + 80, 25 - - 526, 47 + + 39 - - CenterScreen + + Search - - groupBox2 + + MiddleRight - - 404, 186 + + searchButton - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contextMenuStrip1 + + groupBox4 - - Ready + + 9 - - NoControl + + 6, 3 - - 56, 20 + + 300, 50 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 776, 204 - - NoControl + + 40 - - 3 + + Find Item - - 66 + + groupBox4 - - $this + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer2.Panel2 - - 80, 25 + + 0 - - splitContainer3 + + splitContainer2.Panel2 - - 126, 20 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contextMenuStrip2 + + splitContainer2 - + 1 - - 65 + + 791, 459 - - 3, 3 + + 245 - - 145, 22 + + 51 - - Exit + + splitContainer2 - - $this + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ImageBeforeText + + splitContainer1.Panel1 - - 431, 20 + + 0 - - NoControl + + splitContainer1.Panel1 - - groupBox4 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + splitContainer1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - StatusLabel1 + + 330 - - 55 + + Top, Bottom, Left, Right - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - exitToolStripMenuItem + + 526, 21 - - 56, 20 + + 96, 17 - - 55 + + 65 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Random range - - 36 + + randomDelayBox - - Start All + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + groupBox3 - - 72, 21 + + 0 - - tabControl1 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 0 + + 88, 52 - - 171, 22 + + 67, 13 - - MiddleLeft + + 64 - - 6, 1 + + You receive: - - scanGroupBox + + label19 - - 84, 105 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox3 + + 1 - - panel1 + + 157, 49 - - 4 + + 56, 20 - - 0 + + 63 - - $this + + textBox3 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20, 13 + + groupBox3 - - 80, 25 + + 2 - - splitContainer1.Panel1 + + Type - - 64 + + Name - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Cost - - groupBox2 + + 526, 47 - - 116 + + 72, 21 - - panel1 + + 62 - - splitContainer2.Panel1 + + filterTypeBox - - 142, 6 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - 5 + + 3 - - NoControl + + True - - tabPage2 + + NoControl - - splitContainer1.Panel2 + + 474, 52 - - Sell + + 43, 13 - - Export List + + 61 - - statusStrip1 + + Filter by - - Login + + label18 - - BattleBlock Theater + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox3 - - 9 + + 4 - - 3000 + + Top, Left, Right - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 604, 47 - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 96, 20 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 60 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + textBox2 - - 11, 107 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - comboBox3 + + True - + NoControl - - 41, 13 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 474, 22 - - 34, 13 + + 20, 13 - - groupBox4 + + 59 - - 43 + + ms - + + label17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 6 + + + 396, 19 + + + 0000000 + + + + + + 72, 20 + + + 58 + + + 3000 + + + sellDelayBox + + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 7 + + + True + + NoControl - - Delete + + 356, 22 - + 34, 13 - - 5, 0, 5, 0 + + 55 - - columnHeader3 + + Delay - - 1 + + label16 - - 60 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - + + 8 + + + True + + + NoControl + + + 217, 52 + + + 62, 13 + + + 53 + + + Buyer pays: + + + label2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - None + + groupBox3 + + + 9 + + + False + + + NoControl + + + 359, 46 + + + 109, 25 + + + 52 + + + Set Price + + + MiddleRight ImageBeforeText - - Popup + + button2 - - MiddleRight + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 403, 186 + + groupBox3 - + + 10 + + Top, Bottom, Left, Right - - Wished Price + + - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23 - - Wished Price + + Type - - 115, 186 + + 116 - - label4 + + Name - - NoControl + + 155 - - 33, 12 + + Cost - - label8 + + 96 - - 0, 789 + + 6, 79 - - 620, 700 + + 764, 159 - - aboutToolStripMenuItem + + 51 - - 155 + + InventoryList - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox3 - - 5, 0, 0, 0 + + 11 - - 0 + + True - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7, 52 - - Top, Bottom, Left, Right + + 41, 13 - - 63 + + 50 - - 145, 57 + + Count: - - System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label6 - - 52 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - panel1 + + 12 - - + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 244, 16 - - - AAABAAMAICAAAAEAIACoEAAANgAAABgYAAABACAAiAkAAN4QAAAQEAAAAQAgAGgEAABmGgAAKAAAACAA - AABAAAAAAQAgAAAAAACAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAJCQkODg4OWRAQEJsQEBDMERER7BEREfwRERH8ERER7BAQEMwQEBCbDg4OWQkJ - CQ4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAMDAwlDw8PnREREfUTExP/ExMT/xMTE/8UFBT/FBQU/xQUFP8UFBT/ExMT/xMT - E/8TExP/ERER9Q8PD50MDAwlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAJCQkJDw8PjBISEvoTExP/FBQU/xQUFP8UFBT/FBQU/xUVFf8VFRX/FRUV/xUV - Ff8UFBT/FBQU/xQUFP8UFBT/ExMT/xISEvoPDw+MCgoKCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAADAwMJRAQENQTExP/FBQU/xQUFP8UFBT/FRUV/xUVFf8VFRX/FRUV/xUV - Ff8VFRX/FRUV/xUVFf8VFRX/FRUV/xQUFP8UFBT/FBQU/xMTE/8QEBDUDAwMJQAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDTERERHqExMT/xQUFP8VFRX/FRUV/xUVFf8VFRX/FRUV/xUV - Ff8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8VFRX/FBQU/xMTE/8RERHqDg4OMQAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0lEhIS6hQUFP8VFRX/FRUV/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8VFRX/FRUV/xQU - FP8SEhLqDQ0NJQAAAAAAAAAAAAAAAAAAAAAAAAAACgoKCREREdQUFBT/FRUV/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FRUV/xQUFP8RERHUCgoKCQAAAAAAAAAAAAAAAAAAAAAQEBCMExMT/xUVFf8VFRX/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8VFRX/FRUV/xMTE/8QEBCMAAAAAAAAAAAAAAAADQ0NJRMTE/oVFRX/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FRUV/xMTE/oNDQ0lAAAAAAAAAAARERGdFBQU/xYW - Fv8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xkZ - Gf8tLS3/GRkZ/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8WFhb/FBQU/xEREZ0AAAAACgoKDhIS - EvUVFRX/FhYW/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcX - F/9TU1P/ysrK/66urv/Jycn/UFBQ/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xYWFv8VFRX/ExMT9QsL - Cw4PDw9ZFBQU/xYWFv8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcX - F/8XFxf/HBwc/+bm5v/Jycn/4uLi/2tra//Ly8v/Hh4e/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xYW - Fv8UFBT/EBAQWREREZsVFRX/FxcX/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgY - GP8YGBj/LCws/4ODg//f39//////////////////0tLS/6Ghof+Ojo7/Ghoa/xgYGP8YGBj/GBgY/xgY - GP8YGBj/FxcX/xUVFf8SEhKbEhISzBYWFv8XFxf/GBgY/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgY - GP8ZGRn/VVVV/7Kysv/5+fn///////////////////////////+np6f/1dXV///////Dw8P/Ly8v/xgY - GP8YGBj/GBgY/xgYGP8XFxf/FhYW/xISEswTExPsFhYW/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgY - GP8tLS3/g4OD/9/f3/////////////////////////////39/f/6+vr/19fX/83Nzf////////////// - ///r6+v/ZmZm/ywsLP8YGBj/GBgY/xgYGP8WFhb/ExMT7BQUFPwXFxf/GBgY/xkZGf9BQUH/Xl5e/y0t - Lf9WVlb/srKy//n5+f///////////////////////////+zs7P+Wlpb/Ozs7/ysrK/9cXFz/8fHx//// - /////////////////////////f39/7S0tP8nJyf/GBgY/xcXF/8UFBT8FBQU/BcXF/8ZGRn/nZ2d/7u7 - u//l5eX//f39/////////////////////////////v7+/8fHx/9qamr/ICAg/xkZGf8ZGRn/GRkZ/xkZ - Gf9ra2v////////////z8/P/jY2N/5OTk/+Hh4f/0tLS/7+/v/8ZGRn/FxcX/xQUFPwUFBTsGBgY/0tL - S/+lpaX/1dXV////////////////////////////7+/v/5qamv8+Pj7/Ghoa/xoaGv8aGhr/Ghoa/xoa - Gv8aGhr/Ghoa/xoaGv+wsLD//////5iYmP/09PT///////7+/v+JiYn//f39/0FBQf8YGBj/FBQU7BUV - FcwYGBj/bm5u/3Z2dv/4+Pj////////////+/v7/ysrK/25ubv8iIiL/Gxsb/xsbG/8bGxv/Gxsb/xsb - G/8bGxv/Gxsb/xsbG/8bGxv/Gxsb/yoqKv/6+vr/mJiY/////////////////6ioqP/v7+//XV1d/xgY - GP8VFRXMFRUVmxgYGP86Ojr/v7+//3V1df/R0dH/vb29/83Nzf8bGxv/Gxsb/xsbG/8bGxv/Gxsb/xsb - G/8bGxv/Gxsb/xsbG/8bGxv/Gxsb/xsbG/8bGxv/Gxsb/9PT0/+ioqL/6enp///////7+/v/iIiI//39 - /f85OTn/GBgY/xUVFZsTExNZGBgY/xoaGv9vb2//zc3N/7W1tf/Hx8f/PT09/xwcHP8cHBz/HBwc/xwc - HP8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/Y2Nj//r6+v+enp7/mpqa/5KS - kv/l5eX/qamp/xoaGv8YGBj/FBQUWQ0NDQ4YGBj1Ghoa/xwcHP8hISH/Li4u/x0dHf8dHR3/HR0d/x0d - Hf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/aGho/97e - 3v/+/v7/7u7u/5OTk/8hISH/Ghoa/xgYGPUPDw8OAAAAABcXF50aGhr/HBwc/x0dHf8dHR3/HR0d/x0d - Hf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0d - Hf8dHR3/HR0d/yUlJf8eHh7/HR0d/xwcHP8aGhr/FxcXnQAAAAAAAAAAEhISJRkZGfobGxv/HR0d/x4e - Hv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4e - Hv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8dHR3/Gxsb/xkZGfoTExMlAAAAAAAAAAAAAAAAGBgYjBsb - G/8dHR3/Hh4e/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8f - H/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hh4e/x0dHf8bGxv/GBgYjAAAAAAAAAAAAAAAAAAA - AAAPDw8JGhoa1BwcHP8eHh7/Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8f - H/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8eHh7/HBwc/xoaGtQQEBAJAAAAAAAA - AAAAAAAAAAAAAAAAAAAUFBQlGxsb6hwcHP8eHh7/Hx8f/x8fH/8gICD/ICAg/yAgIP8gICD/ICAg/yAg - IP8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/x8fH/8fHx//Hh4e/xwcHP8bGxvqFRUVJQAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFhYxGxsb6h0dHf8eHh7/Hx8f/yAgIP8gICD/ICAg/yAg - IP8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/Hx8f/x4eHv8dHR3/HBwc6hcX - FzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVFRUlGxsb1BwcHP8eHh7/Hx8f/yAg - IP8gICD/ICAg/yEhIf8hISH/ISEh/yEhIf8hISH/ISEh/yAgIP8gICD/ICAg/x8fH/8eHh7/HBwc/xsb - G9QWFhYlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAREREJGxsbjBwc - HPodHR3/Hh4e/x8fH/8gICD/ICAg/yEhIf8hISH/ISEh/yEhIf8gICD/ICAg/x8fH/8eHh7/HR0d/xwc - HPobGxuMEhISCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAFRUVJRsbG50cHBz1HR0d/x0dHf8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8dHR3/HR0d/xwc - HPUbGxudFhYWJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAABEREQ4ZGRlZGxsbmxsbG8wbGxvsHBwc/BwcHPwbGxvsGxsbzBsb - G5sZGRlZERERDgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/wAP//wAA//wA - AD/4AAAf8AAAD+AAAAfAAAADwAAAA4AAAAGAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAgAAAAYAAAAHAAAADwAAAA+AAAAfwAAAP+AAAH/wAAD//AAD//8AD/ygA - AAAYAAAAMAAAAAEAIAAAAAAAYAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAACAgIIQ4ODngQEBC6ERER5hISEvsSEhL7ERER5hAQELoODg54CQkJIQAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkJCSAQEBCoEhIS/BMTE/4UFBT/FBQU/hQU - FP8UFBT+FBQU/hQUFP4TExP/EhIS/BAQEKgJCQkgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAADQ0NXBISEvMTExP/FBQU/hQUFP4VFRX/FBQU/hUVFf8UFBT+FBQU/hQUFP4UFBT/FBQU/hMT - E/4SEhLzDQ0NXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPDw92ExMT/hQUFP8VFRX/FRUV/xUV - Ff8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8UFBT/ExMT/g8PD3YAAAAAAAAAAAAA - AAAAAAAAAAAAAA4ODlwTExP+FRUV/hUVFf4WFhb/FRUV/hUVFf4WFhb/FRUV/hYWFv8VFRX+FRUV/hUV - Ff4WFhb/FRUV/hUVFf4VFRX/FRUV/hMTE/4ODg5cAAAAAAAAAAAAAAAACQkJIBISEvMVFRX/FRUV/hUV - Ff4WFhb/FRUV/hUVFf4WFhb/FRUV/hYWFv8VFRX+FRUV/hUVFf4WFhb/FRUV/hUVFf4WFhb/FRUV/hUV - Ff4SEhLzCgoKIAAAAAAAAAAAERERqBUVFf8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8VFRX/ERERqAAAAAAJCQkhFBQU/BYW - Fv4XFxf/FhYW/hYWFv4XFxf/FhYW/hYWFv4XFxf/FhYW/hcXF/8WFhb+TU1N/pWVlf5paWn/FxcX/hYW - Fv4XFxf/FhYW/hYWFv4WFhb/FBQU/AoKCiEPDw94FRUV/hcXF/4XFxf/FxcX/hcXF/4XFxf/FxcX/hcX - F/4XFxf/FxcX/hcXF/86Ojr+29vb/rOzs/6Kior/cHBw/hcXF/4XFxf/FxcX/hcXF/4XFxf/FRUV/hAQ - EHgSEhK6FhYW/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgYGP8YGBj/Ozs7/5eXl//t7e3///////// - //+jo6P/1tbW/0JCQv8YGBj/GBgY/xgYGP8YGBj/FhYW/xISEroTExPmFxcX/hgYGP4YGBj/GBgY/hgY - GP4YGBj/Hh4e/mlpaf7FxcX//v7+/v/////+/v7+/v7+/ujo6P6zs7P//v7+/vf39/55eXn/GBgY/hgY - GP4YGBj/FxcX/hMTE+YUFBT7GBgY/xkZGf89PT3/PT09/zw8PP+Xl5f/7Ozs//////////////////T0 - 9P+lpaX/WVlZ/4CAgP/39/f/////////////////5OTk/5ubm/8hISH/GBgY/xQUFPsVFRX7GBgY/oqK - iv6/v7//+vr6/v7+/v7//////v7+/v7+/v7V1dX/eXl5/iYmJv8ZGRn+GRkZ/hkZGf58fHz//v7+/ufn - 5/6kpKT/q6ur/rS0tP6lpaX/GBgY/hUVFfsVFRXmHR0d/pycnP739/f//v7+/v7+/v729vb/qamp/k1N - Tf4aGhr/Ghoa/hoaGv8aGhr+Ghoa/hoaGv4bGxv/wcHB/q+vr/7+/v7//v7+/ra2tv7q6ur/GRkZ/hUV - FeYVFRW6Ghoa/qmpqf6kpKT/0tLS/tra2v4qKir/Gxsb/hsbG/4bGxv/Gxsb/hsbG/8bGxv+Gxsb/hsb - G/4bGxv/cnJy/re3t/7z8/P//v7+/qmpqf7g4OD/GRkZ/hYWFroUFBR4GRkZ/0tLS/+ioqL/oaGh/0pK - Sv8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/JiYm/9bW1v+1tbX/sbGx/9ra - 2v9ubm7/GRkZ/xQUFHgMDAwhGRkZ/BwcHP4dHR3/HR0d/h0dHf4dHR3/HR0d/h0dHf4dHR3/HR0d/h0d - Hf8dHR3+HR0d/h0dHf4dHR3/HR0d/ikpKf59fX3/j4+P/kxMTP4cHBz/GRkZ/A4ODiEAAAAAFxcXqBsb - G/4dHR3/Hh4e/h4eHv4eHh7/Hh4e/h4eHv4eHh7/Hh4e/h4eHv8eHh7+Hh4e/h4eHv4eHh7/Hh4e/h4e - Hv4eHh7/Hh4e/h0dHf4bGxv/GBgYqAAAAAAAAAAADw8PIBoaGvMdHR3/Hh4e/x8fH/8fHx//Hx8f/x8f - H/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hh4e/x0dHf8aGhrzEBAQIAAA - AAAAAAAAAAAAABYWFlwcHBz+Hh4e/h8fH/4fHx//Hx8f/h8fH/4fHx//Hx8f/h8fH/8fHx/+Hx8f/h8f - H/4fHx//Hx8f/h8fH/4fHx//Hh4e/hwcHP4WFhZcAAAAAAAAAAAAAAAAAAAAAAAAAAAYGBh2HBwc/h4e - Hv4gICD/ICAg/iAgIP4gICD/ICAg/iAgIP8gICD+ICAg/iAgIP4gICD/ICAg/iAgIP4eHh7/HBwc/hgY - GHYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFxcXXBwcHPMeHh7/Hx8f/yAgIP8gICD/ISEh/yEh - If8hISH/ISEh/yAgIP8gICD/Hx8f/x4eHv8cHBzzFxcXXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAABERESAbGxuoHR0d/B4eHv4fHx//Hx8f/iAgIP8gICD+Hx8f/h8fH/4eHh7/HR0d/Bsb - G6gSEhIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQIRkZ - GXgbGxu6HBwc5hwcHPscHBz7HBwc5hsbG7oZGRl4EBAQIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAD+AH8A+AAfAPAADwDgAAcAwAADAIAAAQCAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAIAAAQCAAAEAwAADAOAABwDwAA8A+AAfAP4AfwAoAAAAEAAAACAAAAABACAAAAAAAEAE - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHBzAPDw+XEhIS2RISEvkSEhL5EhIS2Q8P - D5cICAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDCQ8PD5oTExP9FBQU/xQUFP8VFRX/FRUV/xQU - FP8UFBT/ExMT/Q8PD5oEBAQJAAAAAAAAAAAAAAAABAQECREREcEUFBT/FRUV/xUVFf8VFRX/FRUV/xUV - Ff8VFRX/FRUV/xUVFf8UFBT/ERERwQQEBAkAAAAAAAAAAA8PD5oVFRX/FhYW/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xUVFf8QEBCaAAAAAAgICDAUFBT9FhYW/xYWFv8WFhb/FhYW/xYW - Fv8WFhb/FhYW/xwcHP8XFxf/FhYW/xYWFv8WFhb/FBQU/QkJCTAQEBCXFhYW/xcXF/8XFxf/FxcX/xcX - F/8XFxf/FxcX/1tbW//Jycn/lJSU/xkZGf8XFxf/FxcX/xYWFv8QEBCXFBQU2RcXF/8YGBj/GBgY/xgY - GP8YGBj/TU1N/6qqqv/39/f//////7y8vP+ampr/HR0d/xgYGP8XFxf/FBQU2RUVFfkYGBj/NDQ0/y0t - Lf98fHz/2NjY///////6+vr/s7Oz/5aWlv/v7+///////9TU1P99fX3/HBwc/xUVFfkWFhb5aWlp/93d - 3f/+/v7//////+Hh4f+Hh4f/Ly8v/xkZGf8ZGRn/jY2N/+Li4v/ExMT/uLi4/4aGhv8WFhb5FxcX2Xd3 - d//Pz8//4uLi/1xcXP8dHR3/Gxsb/xsbG/8bGxv/Gxsb/x8fH//CwsL/+fn5/8vLy/+goKD/FxcX2RQU - FJcwMDD/dHR0/09PT/8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/eHh4/8XFxf++vr7/QEBA/xUV - FZcMDAwwGxsb/R0dHf8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8gICD/Hh4e/xsb - G/0MDAwwAAAAABcXF5odHR3/Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x0d - Hf8XFxeaAAAAAAAAAAAGBgYJGhoawR4eHv8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/x4e - Hv8aGhrBBwcHCQAAAAAAAAAAAAAAAAYGBgkZGRmaHR0d/R8fH/8gICD/ISEh/yEhIf8gICD/Hx8f/x0d - Hf0ZGRmaBwcHCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ODjAZGRmXHBwc2R0dHfkdHR35HBwc2RkZ - GZcODg4wAAAAAAAAAAAAAAAAAAAAAPAPAADAAwAAgAEAAIABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAIABAACAAQAAwAMAAPAPAAA= - + + 97, 25 - + + 45 + + + Sell + + + MiddleRight + + + ImageBeforeText + + + SellButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - 65 + + 13 - - 171, 22 + + Trading Cards - + + TF 2 + + + Dota 2 + + + CS:GO + + + BattleBlock Theater + + + Warframe + + + Sins of a Dark Age + + + Path of Exile + + + On Sale + + + 6, 19 + + + 128, 21 + + + 48 + + + comboBox3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 14 + + + NoControl + + + 141, 16 + + + 97, 25 + + + 42 + + + Load + + + MiddleRight + + + ImageBeforeText + + + button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 15 + + + True + + + NoControl + + + 48, 52 + + + 33, 13 + + + 43 + + + None + + + label4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox3 + + + 16 + + + Top, Right + + NoControl + + 706, 11 + + + 64, 64 + + + CenterImage + + + 47 + + + pictureBox3 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 17 + + + 285, 49 + + + 56, 20 + + + 46 + + + textBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 18 + 6, 3 - - 474, 22 + + 300, 50 - - 38, 13 + + 778, 244 - - NoControl + + 49 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + My Inventory - - True + + groupBox3 - - 62, 13 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 94, 27 + + splitContainer1.Panel2 - - 40 + + 0 - - groupBox2 + + splitContainer1.Panel2 - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Wished Price + + splitContainer1 - - 84, 81 + + 1 - - 24, 13 + + 130 - - splitContainer3.Panel2 + + 794, 719 - - wishpriceBox + + 465 - - groupBox2 + + 50 - - Import List + + splitContainer1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + NoControl + + + 91, 21 + + + 33, 13 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 35 - - 531, 16 + + None - - TF 2 + + label10 - - 145, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox4 + + groupBox2 - - 4 + + 2 - - 0 + + True - - deleteMenuItem + + NoControl - - 204, 22 + + 54, 40 - - NameLabel + + 40, 13 - - SellButton + + 32 - - toolStripImage + + Wallet: - - 218, 14 + + label8 - - fullSetToolStripMenuItem + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox2 - - CenterImage + + 4 - - 0 + + True - - 11 + + NoControl - - notifyIcon1 + + 91, 40 - - 123 + + 33, 13 - - 109, 45 + + 28 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + None - - 8 + + label5 - - 130 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + groupBox2 - - NoControl + + 3 - - NoControl + + Top, Left, Right - + True - - 157, 49 + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 54, 21 - - 57 + + 38, 13 - - MiddleLeft + + 36 - - 244, 16 + + Name: - - 245 + + label1 - - 56, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer1.Panel1 + + groupBox2 - - groupBox4 + + 0 - - Status + + NoControl - - CenterImage + + 11, 21 - - 171, 22 + + 32, 32 - - False + + CenterImage - - 9, 51 + + 33 - - 25, 25 + + pictureBox2 - - tabPage1 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 66, 17 + + groupBox2 - + 1 - - splitContainer3.Panel1 - - - ProgressBar1 + + 97, 3 - - True + + 590, 64 - - 171, 22 + + 36 - - Newly Listed + + Account Info - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox2 - - Bottom, Left, Right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - delayTextBox + + $this - - 0 + + 7 - - 4, 22 + + 296, 40 + + + 16, 33 + + + 171, 22 - - False + + Minimize on close - - 35 + + 171, 22 - - MiddleRight + + Settings - - 23 + + 171, 22 - - groupBox3 + + Using Proxy Status - - $this + + 171, 22 - - 0 + + Help - - Search + + 171, 22 - - buy qty.: + + About... - - 526, 21 + + 171, 22 - - 32, 32 + + Exit - - 50 + + 172, 136 - - Item Page + + contextMenuStrip2 - - Cost + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + AAABAAMAICAAAAEAIACoEAAANgAAABgYAAABACAAiAkAAN4QAAAQEAAAAQAgAGgEAABmGgAAKAAAACAA AABAAAAAAQAgAAAAAACAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @@ -2379,708 +2507,610 @@ Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xUVFf8QEBCaAAAAAAgICDAUFBT9FhYW/xYWFv8WFhb/FhYW/xYW Fv8WFhb/FhYW/xwcHP8XFxf/FhYW/xYWFv8WFhb/FBQU/QkJCTAQEBCXFhYW/xcXF/8XFxf/FxcX/xcX F/8XFxf/FxcX/1tbW//Jycn/lJSU/xkZGf8XFxf/FxcX/xYWFv8QEBCXFBQU2RcXF/8YGBj/GBgY/xgY - GP8YGBj/TU1N/6qqqv/39/f//////7y8vP+ampr/HR0d/xgYGP8XFxf/FBQU2RUVFfkYGBj/NDQ0/y0t - Lf98fHz/2NjY///////6+vr/s7Oz/5aWlv/v7+///////9TU1P99fX3/HBwc/xUVFfkWFhb5aWlp/93d - 3f/+/v7//////+Hh4f+Hh4f/Ly8v/xkZGf8ZGRn/jY2N/+Li4v/ExMT/uLi4/4aGhv8WFhb5FxcX2Xd3 - d//Pz8//4uLi/1xcXP8dHR3/Gxsb/xsbG/8bGxv/Gxsb/x8fH//CwsL/+fn5/8vLy/+goKD/FxcX2RQU - FJcwMDD/dHR0/09PT/8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/eHh4/8XFxf++vr7/QEBA/xUV - FZcMDAwwGxsb/R0dHf8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8gICD/Hh4e/xsb - G/0MDAwwAAAAABcXF5odHR3/Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x0d - Hf8XFxeaAAAAAAAAAAAGBgYJGhoawR4eHv8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/x4e - Hv8aGhrBBwcHCQAAAAAAAAAAAAAAAAYGBgkZGRmaHR0d/R8fH/8gICD/ISEh/yEhIf8gICD/Hx8f/x0d - Hf0ZGRmaBwcHCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ODjAZGRmXHBwc2R0dHfkdHR35HBwc2RkZ - GZcODg4wAAAAAAAAAAAAAAAAAAAAAPAPAADAAwAAgAEAAIABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAIABAACAAQAAwAMAAPAPAAA= - - - - NoControl - - - 205, 92 - - - panel1 - - - EmptyTab - - - groupBox4 - - - groupBox3 - - - 39, 17 - - - Stop Selected - - - stopSelectedMenuItem - - - groupBox4 - - - groupBox3 - - - columnHeader6 - - - 44 - - - Name - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - 404, 186 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - recentListView - - - label9 - - - groupBox3 - - - $this - - - splitContainer2 - - - columnHeader2 - - - panel1 - - - Top, Bottom, Left, Right - - - splitContainer3.Panel2 - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 63 - - - Stop All - - - NoControl - - - NoControl - - - NoControl - - - columnHeader13 - - - 146, 164 - - - 10, 0, 10, 0 - - - 91, 21 - - - About... - - - 56 - - - 359, 46 - - - 1 - - - 54, 21 - - - 6, 19 - - - Like It? Please, - - - 49 - - - 129, 189 - - - 52 - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Binary files|*.bin - - - MiddleRight - - - 109, 25 - - - openFileDialog1 - - - True - - - 6, 17 - - - 172, 136 - - - columnHeader15 - - - 48, 52 - - - 91, 40 - - - emptyTabToolStripMenuItem - - - loginButton - - - ImageBeforeText - - - contextMenuStrip3 - - - Checked to Selected Tab - - - Name - - - 96 - - - 590, 64 - - - Resell for - - - 4, 22 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - panel1 - - - Status + GP8YGBj/TU1N/6qqqv/39/f//////7y8vP+ampr/HR0d/xgYGP8XFxf/FBQU2RUVFfkYGBj/NDQ0/y0t + Lf98fHz/2NjY///////6+vr/s7Oz/5aWlv/v7+///////9TU1P99fX3/HBwc/xUVFfkWFhb5aWlp/93d + 3f/+/v7//////+Hh4f+Hh4f/Ly8v/xkZGf8ZGRn/jY2N/+Li4v/ExMT/uLi4/4aGhv8WFhb5FxcX2Xd3 + d//Pz8//4uLi/1xcXP8dHR3/Gxsb/xsbG/8bGxv/Gxsb/x8fH//CwsL/+fn5/8vLy/+goKD/FxcX2RQU + FJcwMDD/dHR0/09PT/8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/eHh4/8XFxf++vr7/QEBA/xUV + FZcMDAwwGxsb/R0dHf8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8gICD/Hh4e/xsb + G/0MDAwwAAAAABcXF5odHR3/Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x0d + Hf8XFxeaAAAAAAAAAAAGBgYJGhoawR4eHv8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/x4e + Hv8aGhrBBwcHCQAAAAAAAAAAAAAAAAYGBgkZGRmaHR0d/R8fH/8gICD/ISEh/yEhIf8gICD/Hx8f/x0d + Hf0ZGRmaBwcHCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ODjAZGRmXHBwc2R0dHfkdHR35HBwc2RkZ + GZcODg4wAAAAAAAAAAAAAAAAAAAAAPAPAADAAwAAgAEAAIABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAIABAACAAQAAwAMAAPAPAAA= + - - 474, 52 + + True - - 54 + + True - + NoControl - - False + + 18, 47 - - tabControl1 + + 57, 13 - - 2, 0 + + 51 - - Type + + UserName - - 11, 21 + + label3 - - MiddleRight + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Set Price + + $this - - 10 + + 4 - - 778, 244 + + Top, Right - - label3 + + True - - checkedToBothSourcesToolStripMenuItem + + NoControl - - 62, 13 + + 693, 9 - - label7 + + 80, 13 - - True + + 53 - - 7, 78 + + Like It? Please, - - panel1 + + label15 - - Type + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - Delay + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 294, 13 + + + None - - groupBox3 + + False - - ms + + None - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 - - 1 + + 39, 17 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ready - - 6, 13 + + 100, 16 - - 64, 64 + + False - - 53 + + 0, 789 - - 12 + + 794, 22 - - tabPage1 + + 55 - - Value + + statusStrip1 - - 2 + + statusStrip1 - - Type + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - + 3 - - Start Price + + 158, 13 + + + Binary files|*.bin - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Export List - - NoControl + + 159, 42 + + + Binary files|*.bin - + + Import List + + + Top, Right + + NoControl - - System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 693, 29 - - 3 + + 94, 27 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 54 - - 445, 16 + + DonateBox - - 693, 9 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + $this - - 97, 3 + + 9 - - 58 + + NoControl - - groupBox3 + + 6, 17 - - splitContainer2.Panel1 + + 10, 0, 10, 0 - - 300, 50 + + 85, 27 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - 3 + + Login - - filterTypeBox + + MiddleRight - - 123 + + ImageBeforeText - - 128, 21 + + loginButton - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 + + $this - - Copy + + 6 - - > + + True + + + 6, 13 - - 62 + + 794, 811 - - Top, Bottom, Left, Right + + + AAABAAMAICAAAAEAIACoEAAANgAAABgYAAABACAAiAkAAN4QAAAQEAAAAQAgAGgEAABmGgAAKAAAACAA + AABAAAAAAQAgAAAAAACAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAJCQkODg4OWRAQEJsQEBDMERER7BEREfwRERH8ERER7BAQEMwQEBCbDg4OWQkJ + CQ4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAMDAwlDw8PnREREfUTExP/ExMT/xMTE/8UFBT/FBQU/xQUFP8UFBT/ExMT/xMT + E/8TExP/ERER9Q8PD50MDAwlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAJCQkJDw8PjBISEvoTExP/FBQU/xQUFP8UFBT/FBQU/xUVFf8VFRX/FRUV/xUV + Ff8UFBT/FBQU/xQUFP8UFBT/ExMT/xISEvoPDw+MCgoKCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAADAwMJRAQENQTExP/FBQU/xQUFP8UFBT/FRUV/xUVFf8VFRX/FRUV/xUV + Ff8VFRX/FRUV/xUVFf8VFRX/FRUV/xQUFP8UFBT/FBQU/xMTE/8QEBDUDAwMJQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDTERERHqExMT/xQUFP8VFRX/FRUV/xUVFf8VFRX/FRUV/xUV + Ff8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8VFRX/FBQU/xMTE/8RERHqDg4OMQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0lEhIS6hQUFP8VFRX/FRUV/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8VFRX/FRUV/xQU + FP8SEhLqDQ0NJQAAAAAAAAAAAAAAAAAAAAAAAAAACgoKCREREdQUFBT/FRUV/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FRUV/xQUFP8RERHUCgoKCQAAAAAAAAAAAAAAAAAAAAAQEBCMExMT/xUVFf8VFRX/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8VFRX/FRUV/xMTE/8QEBCMAAAAAAAAAAAAAAAADQ0NJRMTE/oVFRX/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FRUV/xMTE/oNDQ0lAAAAAAAAAAARERGdFBQU/xYW + Fv8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xkZ + Gf8tLS3/GRkZ/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8WFhb/FBQU/xEREZ0AAAAACgoKDhIS + EvUVFRX/FhYW/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcX + F/9TU1P/ysrK/66urv/Jycn/UFBQ/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xYWFv8VFRX/ExMT9QsL + Cw4PDw9ZFBQU/xYWFv8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xcX + F/8XFxf/HBwc/+bm5v/Jycn/4uLi/2tra//Ly8v/Hh4e/xcXF/8XFxf/FxcX/xcXF/8XFxf/FxcX/xYW + Fv8UFBT/EBAQWREREZsVFRX/FxcX/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgY + GP8YGBj/LCws/4ODg//f39//////////////////0tLS/6Ghof+Ojo7/Ghoa/xgYGP8YGBj/GBgY/xgY + GP8YGBj/FxcX/xUVFf8SEhKbEhISzBYWFv8XFxf/GBgY/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgY + GP8ZGRn/VVVV/7Kysv/5+fn///////////////////////////+np6f/1dXV///////Dw8P/Ly8v/xgY + GP8YGBj/GBgY/xgYGP8XFxf/FhYW/xISEswTExPsFhYW/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgY + GP8tLS3/g4OD/9/f3/////////////////////////////39/f/6+vr/19fX/83Nzf////////////// + ///r6+v/ZmZm/ywsLP8YGBj/GBgY/xgYGP8WFhb/ExMT7BQUFPwXFxf/GBgY/xkZGf9BQUH/Xl5e/y0t + Lf9WVlb/srKy//n5+f///////////////////////////+zs7P+Wlpb/Ozs7/ysrK/9cXFz/8fHx//// + /////////////////////////f39/7S0tP8nJyf/GBgY/xcXF/8UFBT8FBQU/BcXF/8ZGRn/nZ2d/7u7 + u//l5eX//f39/////////////////////////////v7+/8fHx/9qamr/ICAg/xkZGf8ZGRn/GRkZ/xkZ + Gf9ra2v////////////z8/P/jY2N/5OTk/+Hh4f/0tLS/7+/v/8ZGRn/FxcX/xQUFPwUFBTsGBgY/0tL + S/+lpaX/1dXV////////////////////////////7+/v/5qamv8+Pj7/Ghoa/xoaGv8aGhr/Ghoa/xoa + Gv8aGhr/Ghoa/xoaGv+wsLD//////5iYmP/09PT///////7+/v+JiYn//f39/0FBQf8YGBj/FBQU7BUV + FcwYGBj/bm5u/3Z2dv/4+Pj////////////+/v7/ysrK/25ubv8iIiL/Gxsb/xsbG/8bGxv/Gxsb/xsb + G/8bGxv/Gxsb/xsbG/8bGxv/Gxsb/yoqKv/6+vr/mJiY/////////////////6ioqP/v7+//XV1d/xgY + GP8VFRXMFRUVmxgYGP86Ojr/v7+//3V1df/R0dH/vb29/83Nzf8bGxv/Gxsb/xsbG/8bGxv/Gxsb/xsb + G/8bGxv/Gxsb/xsbG/8bGxv/Gxsb/xsbG/8bGxv/Gxsb/9PT0/+ioqL/6enp///////7+/v/iIiI//39 + /f85OTn/GBgY/xUVFZsTExNZGBgY/xoaGv9vb2//zc3N/7W1tf/Hx8f/PT09/xwcHP8cHBz/HBwc/xwc + HP8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/Y2Nj//r6+v+enp7/mpqa/5KS + kv/l5eX/qamp/xoaGv8YGBj/FBQUWQ0NDQ4YGBj1Ghoa/xwcHP8hISH/Li4u/x0dHf8dHR3/HR0d/x0d + Hf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/aGho/97e + 3v/+/v7/7u7u/5OTk/8hISH/Ghoa/xgYGPUPDw8OAAAAABcXF50aGhr/HBwc/x0dHf8dHR3/HR0d/x0d + Hf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0dHf8dHR3/HR0d/x0d + Hf8dHR3/HR0d/yUlJf8eHh7/HR0d/xwcHP8aGhr/FxcXnQAAAAAAAAAAEhISJRkZGfobGxv/HR0d/x4e + Hv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4e + Hv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8dHR3/Gxsb/xkZGfoTExMlAAAAAAAAAAAAAAAAGBgYjBsb + G/8dHR3/Hh4e/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8f + H/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hh4e/x0dHf8bGxv/GBgYjAAAAAAAAAAAAAAAAAAA + AAAPDw8JGhoa1BwcHP8eHh7/Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8f + H/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8eHh7/HBwc/xoaGtQQEBAJAAAAAAAA + AAAAAAAAAAAAAAAAAAAUFBQlGxsb6hwcHP8eHh7/Hx8f/x8fH/8gICD/ICAg/yAgIP8gICD/ICAg/yAg + IP8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/x8fH/8fHx//Hh4e/xwcHP8bGxvqFRUVJQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFhYxGxsb6h0dHf8eHh7/Hx8f/yAgIP8gICD/ICAg/yAg + IP8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/Hx8f/x4eHv8dHR3/HBwc6hcX + FzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVFRUlGxsb1BwcHP8eHh7/Hx8f/yAg + IP8gICD/ICAg/yEhIf8hISH/ISEh/yEhIf8hISH/ISEh/yAgIP8gICD/ICAg/x8fH/8eHh7/HBwc/xsb + G9QWFhYlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAREREJGxsbjBwc + HPodHR3/Hh4e/x8fH/8gICD/ICAg/yEhIf8hISH/ISEh/yEhIf8gICD/ICAg/x8fH/8eHh7/HR0d/xwc + HPobGxuMEhISCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAFRUVJRsbG50cHBz1HR0d/x0dHf8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8dHR3/HR0d/xwc + HPUbGxudFhYWJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAABEREQ4ZGRlZGxsbmxsbG8wbGxvsHBwc/BwcHPwbGxvsGxsbzBsb + G5sZGRlZERERDgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/wAP//wAA//wA + AD/4AAAf8AAAD+AAAAfAAAADwAAAA4AAAAGAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAgAAAAYAAAAHAAAADwAAAA+AAAAfwAAAP+AAAH/wAAD//AAD//8AD/ygA + AAAYAAAAMAAAAAEAIAAAAAAAYAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAACAgIIQ4ODngQEBC6ERER5hISEvsSEhL7ERER5hAQELoODg54CQkJIQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkJCSAQEBCoEhIS/BMTE/4UFBT/FBQU/hQU + FP8UFBT+FBQU/hQUFP4TExP/EhIS/BAQEKgJCQkgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAADQ0NXBISEvMTExP/FBQU/hQUFP4VFRX/FBQU/hUVFf8UFBT+FBQU/hQUFP4UFBT/FBQU/hMT + E/4SEhLzDQ0NXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPDw92ExMT/hQUFP8VFRX/FRUV/xUV + Ff8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8VFRX/FRUV/xUVFf8UFBT/ExMT/g8PD3YAAAAAAAAAAAAA + AAAAAAAAAAAAAA4ODlwTExP+FRUV/hUVFf4WFhb/FRUV/hUVFf4WFhb/FRUV/hYWFv8VFRX+FRUV/hUV + Ff4WFhb/FRUV/hUVFf4VFRX/FRUV/hMTE/4ODg5cAAAAAAAAAAAAAAAACQkJIBISEvMVFRX/FRUV/hUV + Ff4WFhb/FRUV/hUVFf4WFhb/FRUV/hYWFv8VFRX+FRUV/hUVFf4WFhb/FRUV/hUVFf4WFhb/FRUV/hUV + Ff4SEhLzCgoKIAAAAAAAAAAAERERqBUVFf8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8WFhb/FhYW/xYWFv8VFRX/ERERqAAAAAAJCQkhFBQU/BYW + Fv4XFxf/FhYW/hYWFv4XFxf/FhYW/hYWFv4XFxf/FhYW/hcXF/8WFhb+TU1N/pWVlf5paWn/FxcX/hYW + Fv4XFxf/FhYW/hYWFv4WFhb/FBQU/AoKCiEPDw94FRUV/hcXF/4XFxf/FxcX/hcXF/4XFxf/FxcX/hcX + F/4XFxf/FxcX/hcXF/86Ojr+29vb/rOzs/6Kior/cHBw/hcXF/4XFxf/FxcX/hcXF/4XFxf/FRUV/hAQ + EHgSEhK6FhYW/xgYGP8YGBj/GBgY/xgYGP8YGBj/GBgY/xgYGP8YGBj/Ozs7/5eXl//t7e3///////// + //+jo6P/1tbW/0JCQv8YGBj/GBgY/xgYGP8YGBj/FhYW/xISEroTExPmFxcX/hgYGP4YGBj/GBgY/hgY + GP4YGBj/Hh4e/mlpaf7FxcX//v7+/v/////+/v7+/v7+/ujo6P6zs7P//v7+/vf39/55eXn/GBgY/hgY + GP4YGBj/FxcX/hMTE+YUFBT7GBgY/xkZGf89PT3/PT09/zw8PP+Xl5f/7Ozs//////////////////T0 + 9P+lpaX/WVlZ/4CAgP/39/f/////////////////5OTk/5ubm/8hISH/GBgY/xQUFPsVFRX7GBgY/oqK + iv6/v7//+vr6/v7+/v7//////v7+/v7+/v7V1dX/eXl5/iYmJv8ZGRn+GRkZ/hkZGf58fHz//v7+/ufn + 5/6kpKT/q6ur/rS0tP6lpaX/GBgY/hUVFfsVFRXmHR0d/pycnP739/f//v7+/v7+/v729vb/qamp/k1N + Tf4aGhr/Ghoa/hoaGv8aGhr+Ghoa/hoaGv4bGxv/wcHB/q+vr/7+/v7//v7+/ra2tv7q6ur/GRkZ/hUV + FeYVFRW6Ghoa/qmpqf6kpKT/0tLS/tra2v4qKir/Gxsb/hsbG/4bGxv/Gxsb/hsbG/8bGxv+Gxsb/hsb + G/4bGxv/cnJy/re3t/7z8/P//v7+/qmpqf7g4OD/GRkZ/hYWFroUFBR4GRkZ/0tLS/+ioqL/oaGh/0pK + Sv8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/JiYm/9bW1v+1tbX/sbGx/9ra + 2v9ubm7/GRkZ/xQUFHgMDAwhGRkZ/BwcHP4dHR3/HR0d/h0dHf4dHR3/HR0d/h0dHf4dHR3/HR0d/h0d + Hf8dHR3+HR0d/h0dHf4dHR3/HR0d/ikpKf59fX3/j4+P/kxMTP4cHBz/GRkZ/A4ODiEAAAAAFxcXqBsb + G/4dHR3/Hh4e/h4eHv4eHh7/Hh4e/h4eHv4eHh7/Hh4e/h4eHv8eHh7+Hh4e/h4eHv4eHh7/Hh4e/h4e + Hv4eHh7/Hh4e/h0dHf4bGxv/GBgYqAAAAAAAAAAADw8PIBoaGvMdHR3/Hh4e/x8fH/8fHx//Hx8f/x8f + H/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hh4e/x0dHf8aGhrzEBAQIAAA + AAAAAAAAAAAAABYWFlwcHBz+Hh4e/h8fH/4fHx//Hx8f/h8fH/4fHx//Hx8f/h8fH/8fHx/+Hx8f/h8f + H/4fHx//Hx8f/h8fH/4fHx//Hh4e/hwcHP4WFhZcAAAAAAAAAAAAAAAAAAAAAAAAAAAYGBh2HBwc/h4e + Hv4gICD/ICAg/iAgIP4gICD/ICAg/iAgIP8gICD+ICAg/iAgIP4gICD/ICAg/iAgIP4eHh7/HBwc/hgY + GHYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFxcXXBwcHPMeHh7/Hx8f/yAgIP8gICD/ISEh/yEh + If8hISH/ISEh/yAgIP8gICD/Hx8f/x4eHv8cHBzzFxcXXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAABERESAbGxuoHR0d/B4eHv4fHx//Hx8f/iAgIP8gICD+Hx8f/h8fH/4eHh7/HR0d/Bsb + G6gSEhIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQIRkZ + GXgbGxu6HBwc5hwcHPscHBz7HBwc5hsbG7oZGRl4EBAQIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD+AH8A+AAfAPAADwDgAAcAwAADAIAAAQCAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAIAAAQCAAAEAwAADAOAABwDwAA8A+AAfAP4AfwAoAAAAEAAAACAAAAABACAAAAAAAEAE + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHBzAPDw+XEhIS2RISEvkSEhL5EhIS2Q8P + D5cICAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDCQ8PD5oTExP9FBQU/xQUFP8VFRX/FRUV/xQU + FP8UFBT/ExMT/Q8PD5oEBAQJAAAAAAAAAAAAAAAABAQECREREcEUFBT/FRUV/xUVFf8VFRX/FRUV/xUV + Ff8VFRX/FRUV/xUVFf8UFBT/ERERwQQEBAkAAAAAAAAAAA8PD5oVFRX/FhYW/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xYWFv8WFhb/FhYW/xUVFf8QEBCaAAAAAAgICDAUFBT9FhYW/xYWFv8WFhb/FhYW/xYW + Fv8WFhb/FhYW/xwcHP8XFxf/FhYW/xYWFv8WFhb/FBQU/QkJCTAQEBCXFhYW/xcXF/8XFxf/FxcX/xcX + F/8XFxf/FxcX/1tbW//Jycn/lJSU/xkZGf8XFxf/FxcX/xYWFv8QEBCXFBQU2RcXF/8YGBj/GBgY/xgY + GP8YGBj/TU1N/6qqqv/39/f//////7y8vP+ampr/HR0d/xgYGP8XFxf/FBQU2RUVFfkYGBj/NDQ0/y0t + Lf98fHz/2NjY///////6+vr/s7Oz/5aWlv/v7+///////9TU1P99fX3/HBwc/xUVFfkWFhb5aWlp/93d + 3f/+/v7//////+Hh4f+Hh4f/Ly8v/xkZGf8ZGRn/jY2N/+Li4v/ExMT/uLi4/4aGhv8WFhb5FxcX2Xd3 + d//Pz8//4uLi/1xcXP8dHR3/Gxsb/xsbG/8bGxv/Gxsb/x8fH//CwsL/+fn5/8vLy/+goKD/FxcX2RQU + FJcwMDD/dHR0/09PT/8cHBz/HBwc/xwcHP8cHBz/HBwc/xwcHP8cHBz/eHh4/8XFxf++vr7/QEBA/xUV + FZcMDAwwGxsb/R0dHf8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8eHh7/Hh4e/x4eHv8gICD/Hh4e/xsb + G/0MDAwwAAAAABcXF5odHR3/Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x8fH/8fHx//Hx8f/x0d + Hf8XFxeaAAAAAAAAAAAGBgYJGhoawR4eHv8gICD/ICAg/yAgIP8gICD/ICAg/yAgIP8gICD/ICAg/x4e + Hv8aGhrBBwcHCQAAAAAAAAAAAAAAAAYGBgkZGRmaHR0d/R8fH/8gICD/ISEh/yEhIf8gICD/Hx8f/x0d + Hf0ZGRmaBwcHCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ODjAZGRmXHBwc2R0dHfkdHR35HBwc2RkZ + GZcODg4wAAAAAAAAAAAAAAAAAAAAAPAPAADAAwAAgAEAAIABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAIABAACAAQAAwAMAAPAPAAA= + - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 620, 700 - - False + + CenterScreen - - Top, Right + + SCM Bot alpha - - 33 + + columnHeader10 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - startAllMenuItem + + columnHeader11 - + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 57, 13 + + columnHeader12 - - 52 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 54 + + deleteMenuItem - - label1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Name + + startSelectedMenuItem - - Top, Right + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + stopSelectedMenuItem - - 1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + startAllMenuItem - - 96, 17 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer2 + + stopAllMenuItem - - CenterImage + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 794, 719 + + toolStripMenuItem1 - - 116 + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + exportListToolStripMenuItem - - 171, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + importListToolStripMenuItem - - 80, 13 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Name + + columnHeader13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 columnHeader14 - - splitContainer1 - - - panel1 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + columnHeader15 - - 1 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + columnHeader5 - - label6 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 159 + + columnHeader6 - - 775, 237 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 285, 49 + + columnHeader7 - - 8, 19 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 82, 51 + + columnHeader8 - - Top, Left, Right + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 72, 20 + + columnHeader9 - - groupBox3 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - columnHeader12 + + selectedItemToolStripMenuItem - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 64, 64 - - - 84, 33 + + checkedToBothSourcesToolStripMenuItem - - True + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + fullSetToolStripMenuItem - - 55 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Start + + emptyTabToolStripMenuItem - - 39 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55, 20 + + columnHeader4 - - 18 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + columnHeader1 - - NoControl + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + columnHeader2 - - textBox1 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Wallet: + + columnHeader3 - - Delay + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - columnHeader7 + + notifyIcon1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - buyCheckBox + + minimizeOnClosingToolStripMenuItem - - panel1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + settingsToolStripMenuItem - - NoControl + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Help + + usingProxyStatuslStrip - - NoControl + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10, 130 + + helpToolStripMenuItem - - Horizontal + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Watch Graph + + aboutToolStripMenuItem - - 84, 57 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Quantity + + exitToolStripMenuItem - - 8 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + toolStripImage - - 34, 13 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Filter by + + StatusLabel1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2, 60 + + ProgressBar1 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - selectedItemToolStripMenuItem + + saveFileDialog1 - - 23 + + System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + openFileDialog1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Main - - prevButton + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16, 33 - - - 12, 56 - - - True - - - 158, 13 - - - 294, 13 - - - 159, 42 - - - 296, 40 - - - 21, 6 - \ No newline at end of file diff --git a/scr/SCMBot/SCMBot.csproj b/scr/SCMBot/SCMBot.csproj index 2e3017c..4245890 100644 --- a/scr/SCMBot/SCMBot.csproj +++ b/scr/SCMBot/SCMBot.csproj @@ -172,6 +172,7 @@ Main.cs + Designer Dialog.cs