diff --git a/scr/SCMBot/Main.Designer.cs b/scr/SCMBot/Main.Designer.cs index 7cb68cb..367d410 100644 --- a/scr/SCMBot/Main.Designer.cs +++ b/scr/SCMBot/Main.Designer.cs @@ -184,12 +184,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,19 +200,16 @@ 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); @@ -229,6 +224,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 +234,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); @@ -285,19 +281,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 +309,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); @@ -353,6 +349,7 @@ private void InitializeComponent() // resources.ApplyResources(this.scanGroupBox, "scanGroupBox"); this.scanGroupBox.Controls.Add(this.splitContainer3); + this.scanGroupBox.MinimumSize = new System.Drawing.Size(0, 237); this.scanGroupBox.Name = "scanGroupBox"; this.scanGroupBox.TabStop = false; // @@ -363,12 +360,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 +380,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 +421,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 +431,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, @@ -546,6 +541,7 @@ private void InitializeComponent() resources.ApplyResources(this.logListBox, "logListBox"); this.logListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.logListBox.FormattingEnabled = true; + this.logListBox.MinimumSize = new System.Drawing.Size(100, 4); this.logListBox.Name = "logListBox"; this.logListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.logListBox_DrawItem); // @@ -562,6 +558,7 @@ private void InitializeComponent() this.groupBox4.Controls.Add(this.label11); this.groupBox4.Controls.Add(this.pictureBox1); this.groupBox4.Controls.Add(this.searchButton); + this.groupBox4.MinimumSize = new System.Drawing.Size(300, 50); this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; // @@ -638,40 +635,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 @@ -730,13 +727,17 @@ private void InitializeComponent() this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.pictureBox3); this.groupBox3.Controls.Add(this.textBox1); + this.groupBox3.MinimumSize = new System.Drawing.Size(300, 50); this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // randomDelayBox // resources.ApplyResources(this.randomDelayBox, "randomDelayBox"); + this.randomDelayBox.Checked = true; + this.randomDelayBox.CheckState = System.Windows.Forms.CheckState.Checked; this.randomDelayBox.Name = "randomDelayBox"; + this.randomDelayBox.TabStop = false; this.randomDelayBox.UseVisualStyleBackColor = true; // // label19 @@ -752,13 +753,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); // @@ -845,15 +846,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[] { @@ -866,13 +866,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); @@ -930,22 +931,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, @@ -954,47 +954,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 @@ -1025,13 +1026,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 // @@ -1054,8 +1055,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); diff --git a/scr/SCMBot/Main.cs b/scr/SCMBot/Main.cs index 16e920c..a47f003 100644 --- a/scr/SCMBot/Main.cs +++ b/scr/SCMBot/Main.cs @@ -8,7 +8,6 @@ using System.Collections.Generic; using System.Linq; using System.IO; -using System.Runtime.Serialization.Formatters.Binary; using System.Text.RegularExpressions; @@ -1251,6 +1250,7 @@ private void SellButton_Click(object sender, EventArgs e) } steam_srch.sellDelay = Convert.ToInt32(sellDelayBox.Text); + steam_srch.isDelayRand = randomDelayBox.Checked; steam_srch.ItemSell(); } diff --git a/scr/SCMBot/Main.resx b/scr/SCMBot/Main.resx index 4569c6e..aaed12e 100644 --- a/scr/SCMBot/Main.resx +++ b/scr/SCMBot/Main.resx @@ -117,2150 +117,2233 @@ 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 + + 3, 3 - - 7 + + Horizontal - - 6 + + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 95, 26 + + 33, 12 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 34, 13 - - 51 + + 64 - - 5 + + Name - - 116 + + NameLabel - - MiddleRight + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Page: + + panel1 - - 0, 237 + + 0 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 6, 3 + + 12, 186 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 95, 26 - - label2 + + 56 - - 2, 189 + + Copy - - Count: + + MiddleRight - - 67, 13 + + ImageBeforeText - - Name + + button3 - - 7 + + System.Windows.Forms.Button, 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 + + panel1 - - NoControl + + 1 - - ImageBeforeText + + 84, 9 - - True + + 126, 20 - - 145, 22 + + 63 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nameTextBox - - 56, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55 + + panel1 - - 137, 19 + + 2 - - None + + True - - Top, Right + + NoControl - - groupBox3 + + 9, 36 - - panel1 + + 63, 13 - - ExtraGroup + + 54 - - Top, Bottom, Left, Right + + Link to Item - - ImageBeforeText + + label14 - - helpToolStripMenuItem + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + panel1 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 84, 33 - - groupBox3 + + 126, 20 - - 9 + + 50 - - 204, 22 + + linkTextBox - - pictureBox4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Checked to Both Tabs + + panel1 - - 149 + + 4 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Bit trip + + 115, 186 - - 2 + + 96, 26 - - 35, 13 + + 52 - - 53 + + Start - + MiddleRight - - pictureBox2 + + ImageBeforeText - - Top, Bottom, Left, Right + + scanButton - - 0, 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Horizontal + + panel1 - - groupBox3 + + 5 - - 414 + + 84, 81 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 52 - - - 141, 16 - - - resellComboBox + + 0000000 - - False + + - - 465 + + 56, 20 - - 63 + + 57 - - Full Set + + 3000 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + delayTextBox - - Without resell + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - columnHeader1 + + panel1 - - pictureBox1 + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Buyer pays: + + 2, 60 - 70, 13 + 68, 13 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52 - - textBox2 + + Wished Price - - columnHeader11 + + label9 - - Load + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 204, 22 + + panel1 - - groupBox3 + + 7 - - 54, 40 + + True - - 222, 52 + + NoControl - - 33, 13 + + 11, 107 - - 18, 47 + + 71, 17 - - NoControl + + 55 - - 52 + + buy qty.: - - 97, 25 + + buyCheckBox - - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Popup + + panel1 - - resellPriceBox + + 8 - - textBox3 + + NoControl - - 16 + + 145, 57 64, 64 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splitContainer1 - - - 703, 11 - - - 3 - - - Import List + + CenterImage - - < + + 59 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pictureBox4 - - 48 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + panel1 - - ExtraGroup + + 9 - - 0, 0 + + 137, 19 - - Binary files|*.bin + + 55, 20 - - 7 + + 2 - - 65 + + resellPriceBox - - Name: + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + ExtraGroup - - searchButton + + 0 True - - 764, 159 + + NoControl - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 102, 22 - - Main + + 33, 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 - - 593, 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 + + 10 - - 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 + + 11 - - label11 + + True - - 59 + + NoControl - - 36 + + 33, 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 + + 12 - - NoControl + + 84, 105 - - 2 + + 56, 20 - - pictureBox3 + + 60 - + + buyUpDown + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - Export List + + 13 - - 17 + + 8, 15 - - MiddleRight + + 213, 212 - - Path of Exile + + 65 - - 145, 22 + + panel1 - - Top, Bottom, Left, Right + + System.Windows.Forms.Panel, 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 + + splitContainer2.Panel1 - + + 0 + + Top, Bottom, Left, Right - - MiddleRight + + Top, Bottom, Left, Right - - ExtraGroup + + 218, 14 - - 549, 213 + + Top, Bottom, Left, Right - - 96, 26 + + Top, Bottom, Left, Right - - label10 + + Status - - scanButton + + 52 - - settingsToolStripMenuItem + + Name - - 7 + + 116 - - Cost + + Wished Price - - 100, 16 + + 123 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12, 56 + + + 153, 22 - - randomDelayBox + + Delete - - 60 + + 153, 22 - - 403, 186 + + Start Selected - - Top, Right + + 153, 22 - - 51 + + Stop Selected - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 153, 22 - - 63 + + Start All - - groupBox3 + + 153, 22 - - splitContainer3.Panel2 + + Stop All - - 46 + + 150, 6 - - True + + 153, 22 - - 8 + + Export List - - ImageBeforeText + + 153, 22 - - splitContainer3.Panel1 + + Import List - - 80, 25 + + 154, 164 - - panel1 + + contextMenuStrip3 - - 32 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CenterImage + + 0, 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 403, 186 - - True + + 63 - - startSelectedMenuItem + + scanListView - - 0 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabPage1 - - 6 + + 0 - - label16 + + 4, 22 - - 13 + + 3, 3, 3, 3 - - linkTextBox + + 404, 186 - - NoControl + + 0 - - None + + Item Page - - True + + tabPage1 - - $this + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 19 + + tabControl1 - - 4 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Bottom, Left, Right - - 33, 13 + + Status - - usingProxyStatuslStrip + + 52 - - FoundList + + Name - - True + + 116 - - 126, 20 + + Wished Price - - importListToolStripMenuItem + + 123 - - 46 + + 0, 0 - - columnHeader10 + + 403, 186 - - label17 + + 64 - - 91, 21 + + recentListView - - System.Windows.Forms.Form, 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 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage2 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 116 + + 4, 22 - - searchBox + + 3, 3, 3, 3 - - 300, 50 + + 404, 186 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - columnHeader8 + + Newly Listed - - False + + tabPage2 - - System.Windows.Forms.TextBox, 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 - - 56 + + tabControl1 - - 61 + + 1 - - 0 + + 1, 1 - - columnHeader4 + + 412, 212 - - nextButton + + 66 - - statusStrip1 + + tabControl1 - - 84, 9 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Random + + splitContainer3.Panel1 - + 0 - - True + + splitContainer3.Panel1 - - System.Windows.Forms.ComboBox, 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 - - splitContainer2.Panel2 + + splitContainer3 - - 693, 29 + + 0 - - buyUpDown + + Bottom, Left, Right - - MiddleLeft + + NoControl - - 3, 3, 3, 3 + + 2, 189 - - splitContainer1 + + 129, 24 - - 12 + + 65 - - 794, 22 + + Watch Graph - - True + + MiddleRight - - groupBox2 + + ImageBeforeText - - SCM Bot alpha + + button4 - - 171, 22 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + splitContainer3.Panel2 - - Minimize on close + + 0 - - True + + Top, Bottom, Left, Right - - 48 + + False - - MiddleRight + + 2, 0 - - label12 + + 129, 189 - - 8, 15 + + 64 - - InventoryList + + logListBox - - 10 + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button4 + + splitContainer3.Panel2 - - 6 + + 1 - - 123 + + splitContainer3.Panel2 - - 51 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nameTextBox + + splitContainer3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 100, 4 + + 549, 213 - - 0 + + 414 - - groupBox4 + + 65 - - + + splitContainer3 - - ImageBeforeText + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - To Scan + + scanGroupBox - - 50 + + 0 - - Top, Right + + 6, 1 - - label13 + + 775, 237 - - sellDelayBox + + 63 - - 14 + + Scan Items - - 0 + + scanGroupBox - - 12, 186 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + splitContainer2.Panel1 - - 64 + + 1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer2.Panel1 - - groupBox3 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - None + + splitContainer2 - - 1 + + 0 - - label18 + + Top, Bottom, Left, Right - - Warframe + + False - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Popup - - ExtraGroup + + NoControl - - groupBox4 + + 109, 45 - - 1 + + 25, 25 - - UserName + + 55 - - panel1 + + > - - minimizeOnClosingToolStripMenuItem + + nextButton System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Bottom, Left, Right - - - label19 + + groupBox4 - - Link to Item + + 0 - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Left, Right - - 2 + + 8, 19 - - 706, 11 + + 431, 20 - - 5 + + 54 - - 3000 + + Bit trip - - exportListToolStripMenuItem + + searchBox - - logListBox + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Buy Now + + groupBox4 - - True + + 1 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Bottom, Left, Right - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - 85, 27 + + 23 - - Using Proxy Status + + Type - - 33, 13 + + 116 - - 204, 22 + + Name - - Settings + + 123 - - groupBox3 + + Start Price - - 9, 36 + + 159 - - 0000000 + + Quantity - - 47 + + 149 - - 5 + + 7, 78 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 761, 120 - - 330 + + 53 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FoundList - - groupBox3 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53, 45 + + groupBox4 - - groupBox3 + + 2 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Right - - button1 + + False - - 45 + + MiddleLeft - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Top, Bottom, Left, Right + + 617, 16 - - panel1 + + 5, 0, 0, 0 - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 25 - - You receive: + + 51 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Buy Now - - 2 + + MiddleRight - - 761, 120 + + buyNowButton - - False + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripMenuItem1 + + groupBox4 - - groupBox2 + + 3 - - 64 + + Top, Right - - 794, 811 + + 21, 6 + + + 204, 22 - - tabPage2 + + Checked to Selected Tab - - 2 + + 204, 22 - - button2 + + Checked to Both Tabs - - 7, 52 + + 204, 22 - - 40, 13 + + Full Set - - 213, 212 + + 204, 22 - - 6, 79 + + EmptyTab - - 102, 22 + + 205, 92 - - groupBox4 + + contextMenuStrip1 - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 88, 52 + + False - - 28 + + MiddleLeft - - Start Selected + + NoControl - - groupBox4 + + 531, 16 - - 50 + + 5, 0, 5, 0 - - 1 + + 80, 25 - - 0 + + 49 - - button3 + + To Scan - - True + + MiddleRight - - 0 + + addtoScan - - Account Info + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox4 - - 776, 204 + + 4 - - 396, 19 + + False - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Popup - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + 53, 45 - - stopAllMenuItem + + 25, 25 - - 617, 16 + + 48 - - 42 + + < - - System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + prevButton 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 + + 5 - - 0000000 + + True - + NoControl - - 129, 24 + + 82, 51 - - 145, 22 + + 23, 13 - - 0 + + 47 - - 1, 1 + + 0/0 - - Top, Left, Right + + label13 - - 47 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox4 - - 356, 22 + + 6 - - Sins of a Dark Age + + True - - 54 + + NoControl - - 64 + + 9, 51 - - My Inventory + + 38, 13 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46 - - Top, Right + + Page: - - 198, 46 + + label11 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox4 - - 38, 13 + + 7 - - 53 + + Top, Right - - scanGroupBox + + NoControl - - Name + + 703, 11 - - Find Item + + 64, 64 - - splitContainer1.Panel2 + + CenterImage - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pictureBox1 - - False + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - addtoScan + + groupBox4 - - 0 + + 8 - - 791, 459 + + Top, Right - - 33, 84 + + MiddleLeft - - 11 + + NoControl - - columnHeader5 + + 445, 16 - - 61 + + 5, 0, 5, 0 - - DonateBox + + 80, 25 - - 1 + + 39 - - 0 + + Search + + + MiddleRight + + + searchButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 9 - - 43, 13 - - - Trading Cards + + 6, 3 - - Scan Items + + 776, 204 - - panel1 + + 40 - - 107, 20 + + Find Item - - NoControl + + groupBox4 - - label5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + splitContainer2.Panel2 - - NoControl + + 0 - - 515, 47 + + splitContainer2.Panel2 - - CenterScreen + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox2 + + splitContainer2 - - 404, 186 + + 1 - - True + + 791, 459 - - contextMenuStrip1 + + 245 - - Ready + + 51 - - NoControl + + splitContainer2 - - 56, 20 + + System.Windows.Forms.SplitContainer, 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 + + splitContainer1.Panel1 - - NoControl + + 0 - - 3 + + splitContainer1.Panel1 - - 66 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + splitContainer1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 80, 25 + + 330 - - splitContainer3 + + Top, Bottom, Left, Right - - 126, 20 + + True - - contextMenuStrip2 + + 526, 21 - - 1 + + 96, 17 - + 65 - - 3, 3 + + Random range - - 145, 22 + + randomDelayBox - - splitContainer2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + groupBox3 - - ImageBeforeText + + 0 - - 431, 20 + + True - + NoControl - - groupBox4 + + 88, 52 - - groupBox3 + + 67, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 64 - - StatusLabel1 + + You receive: - - 55 + + label19 - - System.Windows.Forms.Button, 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 - - exitToolStripMenuItem + + groupBox3 + + + 1 + + + 157, 49 56, 20 - - 55 + + 63 - + + textBox3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36 + + groupBox3 - - Start All + + 2 - - 13 + + Type - - 72, 21 + + Name - - tabControl1 + + Cost - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 526, 47 - - 0 + + 72, 21 - - 171, 22 + + 62 - - MiddleLeft + + filterTypeBox - - 6, 1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - scanGroupBox + + groupBox3 - - 84, 105 + + 3 - - 1 + + True - - panel1 + + NoControl - - 4 + + 474, 52 - - 0 + + 46, 13 - - $this + + 61 - - 0 + + Filter by - - 20, 13 + + label18 - - 80, 25 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer1.Panel1 + + groupBox3 - - 64 + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Left, Right - - groupBox2 + + 604, 47 - - 116 + + 96, 20 - - panel1 + + 60 - - splitContainer2.Panel1 + + textBox2 - - 142, 6 + + System.Windows.Forms.TextBox, 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 - + + True + + NoControl - - tabPage2 + + 474, 22 - - splitContainer1.Panel2 + + 20, 13 - - Sell + + 59 - - Export List + + ms - - statusStrip1 + + label17 - - Login + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BattleBlock Theater + + groupBox3 - - NoControl + + 6 - - 9 + + 396, 19 - - 3000 + + 0000000 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 72, 20 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 58 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3000 - - 11, 107 + + sellDelayBox - - System.Windows.Forms.ToolStripMenuItem, 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 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - comboBox3 + + 7 - - NoControl + + True - - 41, 13 + + NoControl - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 356, 22 - + 34, 13 - - groupBox4 + + 55 - - 43 + + Delay - - NoControl + + label16 - - Newly Listed + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Delete + + groupBox3 - - 34, 13 + + 8 - - 5, 0, 5, 0 + + True - - columnHeader3 + + NoControl - - 1 + + 217, 52 - - 60 + + 65, 13 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 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 - + + groupBox3 + + + 11 + + True - - 5, 0, 0, 0 + + NoControl - - 0 + + 7, 52 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 43, 13 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50 - - Top, Bottom, Left, Right + + Count: - - 63 + + label6 - - 145, 57 + + 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 + + groupBox3 - - 52 + + 12 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - panel1 + + 244, 16 - - + + 97, 25 - + + 45 + + + Sell + + + MiddleRight + + + ImageBeforeText + + + SellButton + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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= - - - + groupBox3 - - 65 + + 13 - - 171, 22 + + Trading Cards - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TF 2 - - NoControl + + Dota 2 - - 6, 3 + + CS:GO - - 474, 22 + + BattleBlock Theater - - 38, 13 + + Warframe - - NoControl + + Sins of a Dark Age - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Path of Exile - - True + + On Sale - - 62, 13 + + 6, 19 - - 94, 27 + + 128, 21 - - 40 + + 48 - - groupBox2 + + comboBox3 - - System.Windows.Forms.SplitContainer, 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 - - Wished Price + + groupBox3 - - 84, 81 + + 14 - - 24, 13 + + NoControl - - splitContainer3.Panel2 + + 141, 16 - - wishpriceBox + + 97, 25 - - groupBox2 + + 42 - - Import List + + Load - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ImageBeforeText - - 531, 16 + + button1 - - TF 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 145, 22 + + groupBox3 - - groupBox4 + + 15 - - 4 + + True - - 0 + + NoControl - - deleteMenuItem + + 48, 52 - - 204, 22 + + 32, 13 - - NameLabel + + 43 - - SellButton + + None - - toolStripImage + + label4 - - 218, 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullSetToolStripMenuItem + + groupBox3 - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16 - - CenterImage + + Top, Right - - 0 + + NoControl - - 11 + + 706, 11 - - notifyIcon1 + + 64, 64 - - 123 + + CenterImage - - 109, 45 + + 47 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pictureBox3 - - 8 + + 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 + + + 778, 244 + + + 49 + + + My Inventory + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + splitContainer1.Panel2 + + + 0 + + + splitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + splitContainer1 + + + 1 130 - - $this + + 794, 719 - - NoControl + + 465 - - NoControl + + 50 - - True + + splitContainer1 - - 161, 49 + + System.Windows.Forms.SplitContainer, 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 + + $this - - 57 + + 5 - - MiddleLeft + + True - - 244, 16 + + NoControl - - 245 + + 91, 21 - - 56, 20 + + 32, 13 - - splitContainer1.Panel1 + + 35 - - groupBox4 + + None - - Status + + label10 - - CenterImage + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 171, 22 + + groupBox2 - - False + + 2 - - 9, 51 + + True - - 25, 25 + + NoControl - - tabPage1 + + 54, 40 - - 66, 17 + + 41, 13 - - 1 + + 32 - - splitContainer3.Panel1 + + Wallet: - - ProgressBar1 + + label8 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 171, 22 + + groupBox2 - - Exit + + 4 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - Bottom, Left, Right + + NoControl - - delayTextBox + + 91, 40 - - 0 + + 32, 13 - - 4, 22 + + 28 - - False + + None - - 35 + + label5 - - MiddleRight + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23 + + groupBox2 - - groupBox3 + + 3 - - $this + + Top, Left, Right - - 0 + + True - - Search + + NoControl - - buy qty.: + + 54, 21 - - 515, 21 + + 38, 13 - - 32, 32 + + 36 - - 50 + + Name: - - Item Page + + label1 - - Cost + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox2 + + + 0 + + + NoControl + + + 11, 21 + + + 32, 32 + + + CenterImage + + + 33 + + + pictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 1 + + + 97, 3 + + + 590, 64 + + + 36 + + + Account Info + + + groupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + 296, 40 + + + 16, 33 + + + 176, 22 + + + Minimize on close + + + 176, 22 + + + Settings + + + 176, 22 + + + Using Proxy Status + + + 176, 22 + + + Help + + + 176, 22 + + + About... + + + 176, 22 + + + Exit + + + 177, 136 + + + contextMenuStrip2 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AAABAAMAICAAAAEAIACoEAAANgAAABgYAAABACAAiAkAAN4QAAAQEAAAAQAgAGgEAABmGgAAKAAAACAA AABAAAAAAQAgAAAAAACAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @@ -2396,694 +2479,596 @@ AAAAAAAAAAAAAIABAACAAQAAwAMAAPAPAAA= - - NoControl - - - 205, 92 - - - panel1 + + True - - EmptyTab + + True - - groupBox4 + + NoControl - - groupBox3 + + 18, 47 - - 39, 17 + + 56, 13 - - Stop Selected + + 51 - - stopSelectedMenuItem + + UserName - - groupBox4 + + label3 - - groupBox3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - columnHeader6 + + $this - - 44 + + 4 - - Name + + Top, Right - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - Top, Left, Right + + NoControl - - 404, 186 + + 693, 9 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 13 - - groupBox3 + + 53 - - recentListView + + Like It? Please, - - label9 + + label15 - - groupBox3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + $this - - On Sale + + 8 - - columnHeader2 + + 294, 13 + + + None - - panel1 + + False - - Top, Bottom, Left, Right + + None - - splitContainer3.Panel2 + + 17, 17 - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 38, 17 - - 63 + + Ready - - Stop All + + 100, 16 - - NoControl + + False - - NoControl + + 0, 789 - - NoControl + + 794, 22 - - columnHeader13 + + 55 - - 146, 164 + + statusStrip1 - - 10, 0, 10, 0 + + statusStrip1 - - 91, 21 + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - About... + + $this - - 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 + + 3 + + 158, 13 + Binary files|*.bin - - MiddleRight - - - 97, 25 - - - openFileDialog1 - - - True - - - 6, 17 - - - 172, 136 - - - columnHeader15 - - - 44, 52 - - - 91, 40 - - - emptyTabToolStripMenuItem - - - loginButton - - - ImageBeforeText - - - contextMenuStrip3 - - - Checked to Selected Tab + + Export List - - Name + + 159, 42 + + + Binary files|*.bin - - 96 + + Import List - - 590, 64 + + Top, Right - - Resell for + + NoControl - - 4, 22 + + 693, 29 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 94, 27 - - 15 + + 54 - - panel1 + + DonateBox - - Status + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 466, 52 + + $this - - 54 + + 9 - + NoControl - - False + + 6, 17 - - tabControl1 + + 10, 0, 10, 0 - - 2, 0 + + 85, 27 - - Type + + 8 - - 11, 21 + + Login - + MiddleRight - - Set Price - - - 10 - - - 778, 244 + + ImageBeforeText - - label3 + + loginButton - - checkedToBothSourcesToolStripMenuItem + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 62, 13 + + $this - - label7 + + 6 - + True - - - 7, 78 - - - panel1 - - - Type - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Delay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - ms - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 6, 13 - - 64, 64 - - - 53 - - - 12 - - - tabPage1 - - - Value - - - 2 - - - Type - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - Start Price - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - NoControl - - - System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 445, 16 + + 794, 811 - - 693, 9 - - - True - - - 97, 3 - - - 58 - - - groupBox3 - - - splitContainer2.Panel1 - - - 300, 50 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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= + - - 3 + + 620, 700 - - filterTypeBox + + CenterScreen - - 123 + + SCM Bot alpha - - 128, 21 + + 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 - - 17, 17 + + columnHeader11 - - Copy + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - > + + columnHeader12 - - 62 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Bottom, Left, Right + + deleteMenuItem - - System.Windows.Forms.StatusStrip, 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 - - False + + startSelectedMenuItem - - Top, Right + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 33 + + stopSelectedMenuItem - - System.Windows.Forms.GroupBox, 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 startAllMenuItem - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 57, 13 - - - 52 - - - 54 - - - label1 - - - Name - - - Top, Right - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - - - - 66, 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/MainUtils.cs b/scr/SCMBot/MainUtils.cs index 984eaca..8549b0b 100644 --- a/scr/SCMBot/MainUtils.cs +++ b/scr/SCMBot/MainUtils.cs @@ -75,7 +75,7 @@ public partial class Main const string helpPage = homePage + "/wiki"; public const string cockPath = "coockies.dat"; - const string steamUA = "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; Valve Steam Client/1401381906; ) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19"; + const string steamUA = "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 OPR/22.0.1471.70"; //Just put here your random values private const string initVector = "tu89geji340t89u2"; @@ -443,7 +443,7 @@ public static int GetFreeIndex() } - public static string GetRequest(string url, CookieContainer cookie, bool UseProxy) + public static string GetRequest(string url, CookieContainer cookie, bool UseProxy, bool keepAlive) { string content = string.Empty; int proxyNum = 0; @@ -458,8 +458,9 @@ public static string GetRequest(string url, CookieContainer cookie, bool UseProx //New request.Proxy = null; request.Timeout = 30000; + //KeepAlive is True by default - //request.KeepAlive = true; + request.KeepAlive = keepAlive; //LOL, really? request.UserAgent = steamUA; diff --git a/scr/SCMBot/Properties/Settings.Designer.cs b/scr/SCMBot/Properties/Settings.Designer.cs index 2da48d9..b29ddda 100644 --- a/scr/SCMBot/Properties/Settings.Designer.cs +++ b/scr/SCMBot/Properties/Settings.Designer.cs @@ -316,7 +316,7 @@ public bool withFee [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1000")] + [global::System.Configuration.DefaultSettingValueAttribute("100")] public int StopFunds { get diff --git a/scr/SCMBot/SteamSite.cs b/scr/SCMBot/SteamSite.cs index de91171..bcd3bc2 100644 --- a/scr/SCMBot/SteamSite.cs +++ b/scr/SCMBot/SteamSite.cs @@ -35,6 +35,7 @@ partial class SteamSite public bool NotSetHead { get; set; } public int sellDelay { get; set; } + public bool isDelayRand { get; set; } public static string myUserId; @@ -125,7 +126,7 @@ public void CancelLogin() public void Logout() { ThreadStart threadStart = delegate() { - SendGet(_logout, cookieCont, false); + SendGet(_logout, cookieCont, false, true); doMessage(flag.Logout_, 0, string.Empty, true); Logged = false; }; @@ -138,7 +139,7 @@ public void ChangeLng(string lang) { ThreadStart threadStart = delegate() { - SendGet(_lang_chg + lang, cookieCont, false); + SendGet(_lang_chg + lang, cookieCont, false, true); doMessage(flag.Lang_Changed, 0, lang, true); }; Thread pTh = new Thread(threadStart); @@ -221,7 +222,7 @@ public void GetPriceTread(string appid, string markname, int pos, bool isInv) try { - var priceOver = JsonConvert.DeserializeObject(SendGet(string.Format(priceOverview, Main.jsonAddon, appid, markname), cookieCont, false)); + var priceOver = JsonConvert.DeserializeObject(SendGet(string.Format(priceOverview, Main.jsonAddon, appid, markname), cookieCont, false, true)); if (priceOver.Success) { @@ -258,11 +259,11 @@ private void getInventory_DoWork(object sender, DoWorkEventArgs e) if (!LoadOnSale) { invCount = ParseInventory(SendGet(string.Format(_jsonInv, myUserId, GetUrlApp(invApp, true).App), - cookieCont, false)); + cookieCont, false, true)); } else { - invCount = ParseOnSale(SendGet(_market, cookieCont, false), currencies); + invCount = ParseOnSale(SendGet(_market, cookieCont, false, true), currencies); } if (invCount > 0) @@ -288,6 +289,11 @@ private void sellThread_DoWork(object sender, DoWorkEventArgs e) if (cunt > 0) isSleep = true; + + Random random = new Random(); + int min = sellDelay / 2; + int max = sellDelay * 2; + for (int i = 0; i < cunt; i++) { @@ -310,7 +316,14 @@ private void sellThread_DoWork(object sender, DoWorkEventArgs e) doMessage(flag.Sell_progress, 0, (incr * (i + 1)).ToString(), true); if ((isSleep) && (i != cunt - 1)) + { + if (isDelayRand) + { + Thread.Sleep(random.Next(min, max)); + } + else Thread.Sleep(sellDelay); + } } doMessage(flag.Items_Sold, 0, string.Empty, true); @@ -325,7 +338,7 @@ private void sellThread_DoWork(object sender, DoWorkEventArgs e) private void reqThread_DoWork(object sender, DoWorkEventArgs e) { - doMessage(flag.Search_success, 0, ParseSearchRes(SendGet(linkTxt, cookieCont, false), searchList, currencies), true); + doMessage(flag.Search_success, 0, ParseSearchRes(SendGet(linkTxt, cookieCont, false, true), searchList, currencies), true); } @@ -561,7 +574,7 @@ public bool fillLotList(string link, bool full, bool ismain) else { lotList.Clear(); - byte ret = ParseLotList(SendGet(link, cookieCont, true), lotList, currencies, full); + byte ret = ParseLotList(SendGet(link, cookieCont, true, false), lotList, currencies, full); if (ret != 7) { @@ -585,7 +598,8 @@ public string UrlForRender(string input) } else { - url = url.Insert(fint, "/render" + Main.jsonAddon + "/"); + //fix + url = url.Replace("?", "/render"+ Main.jsonAddon + "&"); } return url; } @@ -601,7 +615,7 @@ public void scanThread_DoWork(object sender, DoWorkEventArgs e) if (BuyNow) { - ParseLotList(SendGet(url, cookieCont, false), lotList, currencies, false); + ParseLotList(SendGet(url, cookieCont, false, true), lotList, currencies, false); if (lotList.Count == 0) { @@ -744,7 +758,7 @@ private void StartResellThread(string lotPrice, string resellPrice, AppType appT } //You get the point! - ParseInventory(SendGet(string.Format(_jsonInv, myUserId, appType.App + "/" + appType.Context), cookieCont, false)); + ParseInventory(SendGet(string.Format(_jsonInv, myUserId, appType.App + "/" + appType.Context), cookieCont, false, true)); var req = string.Format(sellReq, GetSessId(cookieCont), appType.App, appType.Context, inventList.Find(p => p.Name == markName).AssetId, sellPrice.ToString()); @@ -765,6 +779,8 @@ private void StartResellThread(string lotPrice, string resellPrice, AppType appT } + + } } diff --git a/scr/SCMBot/SteamUtils.cs b/scr/SCMBot/SteamUtils.cs index bee487b..95e48a7 100644 --- a/scr/SCMBot/SteamUtils.cs +++ b/scr/SCMBot/SteamUtils.cs @@ -498,12 +498,12 @@ private string SendPost(string data, string url, string refer, bool tolog) } - private string SendGet(string url, CookieContainer cok, bool UseProxy) + private string SendGet(string url, CookieContainer cok, bool UseProxy, bool keepAlive) { Main.reqPool.WaitOne(); doMessage(flag.StripImg, 0, string.Empty, true); - var res = Main.GetRequest(url, cookieCont, UseProxy); + var res = Main.GetRequest(url, cookieCont, UseProxy, keepAlive); doMessage(flag.StripImg, 1, string.Empty, true); //MessageBox.Show("blocked"); @@ -644,7 +644,7 @@ public static AppType GetUrlApp(int appIndx, bool isGetInv) public StrParam GetNameBalance(CookieContainer cock, CurrInfoLst currLst) { Main.AddtoLog("Getting account name and balance..."); - string markpage = SendGet(_market, cock, false); + string markpage = SendGet(_market, cock, false, true); //For testring purposes! //string markpage = File.ReadAllText(@"C:\dollars.html"); @@ -768,11 +768,6 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst //Content empty return 0; } - else if ((content.Length < 200) && (content[0] == '{')) - { - //Json without data - return 1; - } else if (content == "403") { //403 Forbidden @@ -786,10 +781,13 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst try { + //"success":false + if (content.Substring(11, 1) == "f") + return 1; var pageJS = JsonConvert.DeserializeObject(content); - if (pageJS.Listing.Count != 0 && pageJS.Success == true) + if (pageJS.Listing.Count != 0) { foreach (ListingInfo ourItem in pageJS.Listing.Values) { @@ -839,7 +837,8 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst catch(Exception e) { //Parsing fail - Main.AddtoLog("Err Source: " + e.Source); + Main.AddtoLog("Err Source: " + e.Message); + System.IO.File.WriteAllText("xxx.txt", content); return 3; }