From ec6eef53e7856c9f84327da4b89b1dee97caeb47 Mon Sep 17 00:00:00 2001 From: Maxx53 Date: Sat, 5 Jul 2014 20:15:48 +0400 Subject: [PATCH] Load HTML instead JSON feature for Item page Slower but more stable method --- scr/SCMBot/Main.Designer.cs | 88 +- scr/SCMBot/Main.cs | 11 +- scr/SCMBot/Main.resx | 3946 ++++++++++---------- scr/SCMBot/Main.ru-RU.resx | 7 +- scr/SCMBot/MainUtils.cs | 2 +- scr/SCMBot/Properties/Settings.Designer.cs | 16 + scr/SCMBot/SettingsFrm.Designer.cs | 9 + scr/SCMBot/SettingsFrm.resx | 607 ++- scr/SCMBot/SettingsFrm.ru-RU.resx | 34 +- scr/SCMBot/SteamSite.cs | 12 +- scr/SCMBot/SteamUtils.cs | 132 +- 11 files changed, 2511 insertions(+), 2353 deletions(-) diff --git a/scr/SCMBot/Main.Designer.cs b/scr/SCMBot/Main.Designer.cs index 367d410..2433cb0 100644 --- a/scr/SCMBot/Main.Designer.cs +++ b/scr/SCMBot/Main.Designer.cs @@ -184,10 +184,12 @@ 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); // @@ -200,16 +202,19 @@ 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); @@ -224,7 +229,6 @@ 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 @@ -234,8 +238,8 @@ private void InitializeComponent() // // button3 // - this.button3.Image = global::SCMBot.Properties.Resources.copy; resources.ApplyResources(this.button3, "button3"); + this.button3.Image = global::SCMBot.Properties.Resources.copy; this.button3.Name = "button3"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click_1); @@ -281,19 +285,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; // @@ -309,13 +313,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); @@ -349,7 +353,6 @@ 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; // @@ -360,10 +363,12 @@ 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); @@ -380,15 +385,15 @@ private void InitializeComponent() // // tabPage1 // - this.tabPage1.Controls.Add(this.scanListView); resources.ApplyResources(this.tabPage1, "tabPage1"); + this.tabPage1.Controls.Add(this.scanListView); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // scanListView // - this.scanListView.AllowDrop = true; resources.ApplyResources(this.scanListView, "scanListView"); + this.scanListView.AllowDrop = true; this.scanListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader10, this.columnHeader11, @@ -421,6 +426,7 @@ private void InitializeComponent() // // contextMenuStrip3 // + resources.ApplyResources(this.contextMenuStrip3, "contextMenuStrip3"); this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteMenuItem, this.startSelectedMenuItem, @@ -431,73 +437,72 @@ 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 // - this.toolStripMenuItem1.Name = "toolStripMenuItem1"; resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); + this.toolStripMenuItem1.Name = "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 // - this.tabPage2.Controls.Add(this.recentListView); resources.ApplyResources(this.tabPage2, "tabPage2"); + this.tabPage2.Controls.Add(this.recentListView); this.tabPage2.Name = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // recentListView // - this.recentListView.AllowDrop = true; resources.ApplyResources(this.recentListView, "recentListView"); + this.recentListView.AllowDrop = true; this.recentListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader13, this.columnHeader14, @@ -541,7 +546,6 @@ 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); // @@ -558,7 +562,6 @@ 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; // @@ -635,40 +638,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 @@ -727,7 +730,6 @@ 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; // @@ -753,13 +755,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); // @@ -846,14 +848,15 @@ private void InitializeComponent() // // SellButton // - this.SellButton.Image = global::SCMBot.Properties.Resources.coins; resources.ApplyResources(this.SellButton, "SellButton"); + this.SellButton.Image = global::SCMBot.Properties.Resources.coins; 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,14 +869,13 @@ 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 // - this.button1.Image = global::SCMBot.Properties.Resources.box; resources.ApplyResources(this.button1, "button1"); + this.button1.Image = global::SCMBot.Properties.Resources.box; this.button1.Name = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); @@ -931,21 +933,22 @@ 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 // - this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2; resources.ApplyResources(this.notifyIcon1, "notifyIcon1"); + this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2; 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,48 +957,47 @@ 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 // - this.usingProxyStatuslStrip.Name = "usingProxyStatuslStrip"; resources.ApplyResources(this.usingProxyStatuslStrip, "usingProxyStatuslStrip"); + this.usingProxyStatuslStrip.Name = "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 @@ -1026,13 +1028,13 @@ private void InitializeComponent() // // StatusLabel1 // - this.StatusLabel1.Name = "StatusLabel1"; resources.ApplyResources(this.StatusLabel1, "StatusLabel1"); + this.StatusLabel1.Name = "StatusLabel1"; // // ProgressBar1 // - this.ProgressBar1.Name = "ProgressBar1"; resources.ApplyResources(this.ProgressBar1, "ProgressBar1"); + this.ProgressBar1.Name = "ProgressBar1"; // // saveFileDialog1 // @@ -1055,8 +1057,8 @@ private void InitializeComponent() // // loginButton // - this.loginButton.Image = global::SCMBot.Properties.Resources.login; resources.ApplyResources(this.loginButton, "loginButton"); + this.loginButton.Image = global::SCMBot.Properties.Resources.login; 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 a47f003..4d99ff5 100644 --- a/scr/SCMBot/Main.cs +++ b/scr/SCMBot/Main.cs @@ -35,7 +35,7 @@ public partial class Main : Form bool relog = false; static bool isLog = true; - + public static bool isHTML = true; //ItemComparer itemComparer = new ItemComparer(); static public Semaphore reqPool; @@ -187,7 +187,7 @@ private void LoadSettings(bool loadtabs) label3Stretch(); isLog = settings.keepLog; - settingsForm.keepLogBox.Checked = isLog; + settingsForm.keepLogBox.Checked = settings.keepLog; settingsForm.checkBox2.Checked = settings.loginOnstart; settingsForm.logCountBox.Text = settings.logCount.ToString(); @@ -196,6 +196,9 @@ private void LoadSettings(bool loadtabs) settingsForm.ignoreBox.Checked = settings.ignoreWarn; settingsForm.actualBox.Checked = settings.loadActual; + isHTML = settings.scanHTML; + settingsForm.scanHtlmBox.Checked = settings.scanHTML; + settingsForm.stopFundsBox.Text = MainScanItem.LogItem.DoFracture(settings.StopFunds.ToString()); stopfundsVal = settings.StopFunds; @@ -306,6 +309,10 @@ private void SaveSettings(bool savetabs) settings.playSnd = settingsForm.playSndCheckBox.Checked; + + isHTML = settingsForm.scanHtlmBox.Checked; + settings.scanHTML = isHTML; + settings.delayVal = steam_srch.mainDelay; settings.InvType = comboBox3.SelectedIndex; diff --git a/scr/SCMBot/Main.resx b/scr/SCMBot/Main.resx index aaed12e..bcc205b 100644 --- a/scr/SCMBot/Main.resx +++ b/scr/SCMBot/Main.resx @@ -117,2233 +117,2147 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom, Left, Right - - - 0, 67 - - - Horizontal - - - Top, Bottom, Left, Right - - - 3, 3 - - - Horizontal + + 145, 22 - - True - - - NoControl + + 49 - - 33, 12 + + + Top, Bottom, Left, Right - - 34, 13 + + buyNowButton - - 64 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Name + + False - - NameLabel + + 65 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Bottom, Left, Right - - panel1 + + 97, 25 - - 0 + + 7 - - NoControl + + 6 - - 12, 186 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 95, 26 - - 56 - - - Copy + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + 51 - - ImageBeforeText + + 5 - - button3 + + 116 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - - panel1 + + Page: - - 1 + + 0, 237 - - 84, 9 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 126, 20 + + 6, 3 - - 63 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nameTextBox + + label2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2, 189 - - panel1 + + Count: - - 2 + + 67, 13 - - True + + Name - - NoControl + + 7 - - 9, 36 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 63, 13 + + NoControl - - 54 + + ImageBeforeText - - Link to Item + + True - - label14 + + 145, 22 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panel1 - - - 3 + + 56, 20 - - 84, 33 + + 55 - - 126, 20 + + 137, 19 - - 50 + + None - - linkTextBox + + Top, Right - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - + panel1 - - 4 + + ExtraGroup - - NoControl + + Top, Bottom, Left, Right - - 115, 186 + + ImageBeforeText - - 96, 26 + + helpToolStripMenuItem - - 52 + + 3, 3, 3, 3 - - Start + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ImageBeforeText + + groupBox3 - - scanButton + + 9 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 204, 22 - - panel1 + + On Sale - - 5 + + pictureBox4 - - 84, 81 + + Checked to Both Tabs - - 0000000 + + 149 - - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 56, 20 + + Bit trip - - 57 + + 2 - - 3000 + + 35, 13 - - delayTextBox + + 53 - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - - panel1 + + pictureBox2 - - 6 + + Top, Bottom, Left, Right - - True + + 0, 0 - - NoControl + + Horizontal - - 2, 60 + + groupBox3 - - 68, 13 + + 414 - - 52 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Wished Price + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label9 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52 - - panel1 + + 141, 16 - - 7 + + resellComboBox - - True + + False - - NoControl + + 465 - - 11, 107 + + 63 - - 71, 17 + + Full Set - - 55 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - buy qty.: + + Without resell - - buyCheckBox + + columnHeader1 + + + pictureBox1 System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panel1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + Buyer pays: - - NoControl + + 70, 13 - - 145, 57 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 64, 64 + + textBox2 - - CenterImage + + columnHeader11 - - 59 + + Load - - pictureBox4 + + 204, 22 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - panel1 + + 54, 40 - - 9 + + 217, 52 - - 137, 19 + + 33, 13 - - 55, 20 + + 18, 47 - - 2 + + NoControl - - resellPriceBox + + 52 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 97, 25 - - ExtraGroup + + - - 0 + + Popup - - True + + resellPriceBox - - NoControl + + textBox3 - - 102, 22 + + 16 - - 33, 13 + + 64, 64 - - 1 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Value + + splitContainer1 - - label7 + + 703, 11 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - ExtraGroup + + Import List - - 1 + + < - - Without resell + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Set markup + + 48 - - Your price + + MiddleRight - - 6, 19 + + ExtraGroup - - 91, 21 + + 0, 0 - - 0 + + Binary files|*.bin - - resellComboBox + + 7 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 65 - - ExtraGroup + + Name: - - 2 + + NoControl - - 10, 130 + + searchButton - - 198, 46 + + True - - 61 + + 764, 159 - - Resell for + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ExtraGroup + + Main - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - panel1 + + label14 - - 10 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 84, 57 + + 51 - - 56, 20 + + 604, 47 - - 53 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - wishpriceBox + + columnHeader9 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - panel1 + + Your price - - 11 + + Set markup - - True + + None - - NoControl + + splitContainer3 - - 33, 84 + + saveFileDialog1 - - 34, 13 + + Top, Right - - 56 + + splitContainer2.Panel1 - - Delay + + splitContainer3 - - label12 + + label15 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + scanListView - - panel1 + + 53 - - 12 + + True - - 84, 105 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 56, 20 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - buyUpDown + + 5, 0, 5, 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - panel1 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + 0/0 - - 8, 15 + + splitContainer2 - - 213, 212 + + tabControl1 - - 65 + + 59 - - panel1 + + 25, 25 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label11 - - splitContainer2.Panel1 + + 59 - - 0 + + 36 - - Top, Bottom, Left, Right + + 0, 67 - - Top, Bottom, Left, Right + + splitContainer2.Panel2 - - 218, 14 + + 56, 20 - - Top, Bottom, Left, Right + + True - - Top, Bottom, Left, Right + + CS:GO - - Status + + 412, 212 - - 52 + + 145, 22 - - Name + + NoControl - - 116 + + 2 - - Wished Price + + pictureBox3 - - 123 + + panel1 - - 12, 56 - - - 153, 22 + + Export List - - Delete + + 17 - - 153, 22 + + MiddleRight - - Start Selected + + Path of Exile - - 153, 22 + + 145, 22 - - Stop Selected + + Top, Bottom, Left, Right - - 153, 22 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Start All + + Top, Bottom, Left, Right - - 153, 22 + + MiddleRight - - Stop All + + ExtraGroup - - 150, 6 + + 549, 213 - - 153, 22 + + 96, 26 - - Export List + + label10 - - 153, 22 + + scanButton - - Import List + + settingsToolStripMenuItem - - 154, 164 + + 7 - - contextMenuStrip3 + + Cost - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100, 16 - - 0, 0 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + randomDelayBox + + + 60 403, 186 - - 63 + + Top, Right - - scanListView + + 51 - - System.Windows.Forms.ListView, 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 - - tabPage1 + + 63 - - 0 + + groupBox3 - - 4, 22 + + splitContainer3.Panel2 - - 3, 3, 3, 3 + + 46 - - 404, 186 + + True - - 0 + + 8 - - Item Page + + ImageBeforeText - - tabPage1 + + splitContainer3.Panel1 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 25 - - tabControl1 + + panel1 - - 0 + + 32 - - Top, Bottom, Left, Right + + CenterImage - - Status + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 52 + + True - - Name + + startSelectedMenuItem - - 116 + + 0 - - Wished Price + + NoControl - - 123 + + 6 - - 0, 0 + + label16 - - 403, 186 + + 13 - - 64 + + linkTextBox - - recentListView + + NoControl - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + None - - tabPage2 + + True - - 0 + + $this - - 4, 22 + + 6, 19 - - 3, 3, 3, 3 + + 4 - - 404, 186 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + 33, 13 - - Newly Listed + + usingProxyStatuslStrip - - tabPage2 + + FoundList - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tabControl1 + + 126, 20 - - 1 + + importListToolStripMenuItem - - 1, 1 + + 46 - - 412, 212 + + columnHeader10 - - 66 + + label17 - - tabControl1 + + 91, 21 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer3.Panel1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer3.Panel1 + + 116 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + searchBox - - splitContainer3 + + 300, 50 - - 0 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom, Left, Right + + columnHeader8 - - NoControl + + False - - 2, 189 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 129, 24 + + 56 - - 65 + + 61 - - Watch Graph + + 0 - - MiddleRight + + columnHeader4 - - ImageBeforeText + + nextButton - - button4 + + statusStrip1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 84, 9 - - splitContainer3.Panel2 + + Random range - + 0 - - Top, Bottom, Left, Right + + True - - False + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2, 0 + + splitContainer2.Panel2 - - 129, 189 + + 693, 29 - - 64 + + buyUpDown - - logListBox + + MiddleLeft - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splitContainer3.Panel2 + + 3, 3, 3, 3 - - 1 + + splitContainer1 - - splitContainer3.Panel2 + + 12 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 794, 22 - - splitContainer3 + + True - - 1 + + groupBox2 - - 549, 213 + + SCM Bot alpha - - 414 + + 171, 22 - - 65 + + NoControl - - splitContainer3 + + Minimize on close - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - scanGroupBox + + 48 - - 0 + + MiddleRight - - 6, 1 + + label12 - - 775, 237 + + 8, 15 - - 63 + + InventoryList - - Scan Items + + 10 - - scanGroupBox + + button4 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - splitContainer2.Panel1 + + 123 - - 1 + + 51 - - splitContainer2.Panel1 + + nameTextBox - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer2 + + 100, 4 - + 0 - - Top, Bottom, Left, Right + + groupBox4 - - False + + - - Popup + + ImageBeforeText - - NoControl + + To Scan - - 109, 45 + + 50 - - 25, 25 + + Top, Right - - 55 + + label13 - - > + + sellDelayBox - - nextButton + + 14 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox4 + + 12, 186 - - 0 + + 4 - - Top, Left, Right + + 64 - - 8, 19 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 431, 20 + + groupBox3 - - 54 + + None - - Bit trip + + 1 - - searchBox + + label18 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Warframe - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ExtraGroup + + groupBox4 - + 1 - - Top, Bottom, Left, Right + + UserName - - + + panel1 - - 23 + + minimizeOnClosingToolStripMenuItem - - Type + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 116 + + Top, Bottom, Left, Right - - Name + + label19 - - 123 + + Link to Item - - Start Price + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 159 + + 2 - - Quantity + + 706, 11 - - 149 + + 5 - - 7, 78 + + 3000 - - 761, 120 + + exportListToolStripMenuItem - - 53 + + logListBox - - FoundList + + Buy Now - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox4 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Right + + 85, 27 - - False + + Using Proxy Status - - MiddleLeft + + 33, 13 - - NoControl + + 204, 22 - - 617, 16 + + Settings - - 5, 0, 0, 0 + + groupBox3 - - 80, 25 + + 9, 36 - - 51 + + 0000000 - - Buy Now + + 47 - - MiddleRight + + 5 - - buyNowButton + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 330 - - groupBox4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox3 - - Top, Right + + 53, 45 - - 21, 6 - - - 204, 22 + + groupBox3 - - Checked to Selected Tab + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 204, 22 + + button1 - - Checked to Both Tabs + + 45 - - 204, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Full Set + + Top, Bottom, Left, Right - - 204, 22 + + panel1 - - EmptyTab + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 205, 92 + + You receive: - - contextMenuStrip1 + + 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 + + 2 - - False + + 761, 120 - - MiddleLeft + + False - - NoControl + + toolStripMenuItem1 - - 531, 16 + + groupBox2 - - 5, 0, 5, 0 + + 64 - - 80, 25 + + 794, 811 - - 49 + + tabPage2 - - To Scan + + 2 - - MiddleRight + + button2 - - addtoScan + + 7, 52 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 13 - - groupBox4 + + 213, 212 - - 4 + + 6, 79 - - False + + 102, 22 - - Popup + + groupBox4 - - NoControl + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53, 45 + + 88, 52 - - 25, 25 + + 28 - - 48 + + Start Selected - - < + + groupBox4 - - prevButton + + 50 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox4 + + 0 - - 5 + + button3 - + True - - NoControl - - - 82, 51 + + 0 - - 23, 13 + + Account Info - - 47 + + NoControl - - 0/0 + + 776, 204 - - label13 + + 396, 19 - - System.Windows.Forms.Label, 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 - - groupBox4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox3 - - True + + stopAllMenuItem - - NoControl + + 617, 16 - - 9, 51 + + 42 - - 38, 13 + + System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 46 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Page: - - - label11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox4 + + Dota 2 - - 7 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Right + + 0000000 - + NoControl - - 703, 11 + + 129, 24 - - 64, 64 + + 145, 22 - - CenterImage + + 0 - - 44 + + 1, 1 - - pictureBox1 + + Top, Left, Right - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47 - + groupBox4 - - 8 - - - Top, Right - - - MiddleLeft - - - NoControl + + 356, 22 - - 445, 16 + + Sins of a Dark Age - - 5, 0, 5, 0 + + 54 - - 80, 25 + + 64 - - 39 + + My Inventory - - Search + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + Top, Right - - searchButton + + 198, 46 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox4 + + 8 - - 9 + + 38, 13 - - 6, 3 + + 53 - - 776, 204 + + scanGroupBox - - 40 + + Name Find Item - - groupBox4 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splitContainer2.Panel2 - - - 0 + + splitContainer1.Panel2 - - splitContainer2.Panel2 + + System.Windows.Forms.ToolStripMenuItem, 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 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - splitContainer2 + + addtoScan - - 1 + + 0 791, 459 - - 245 + + 33, 84 - - 51 + + 11 - - splitContainer2 + + columnHeader5 - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 61 - - splitContainer1.Panel1 + + DonateBox - - 0 + + 1 - - splitContainer1.Panel1 + + 0 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - splitContainer1 + + 43, 13 - - 0 + + Trading Cards - - 330 + + Scan Items - - Top, Bottom, Left, Right + + panel1 - - True + + 96, 20 - - 526, 21 + + NoControl - - 96, 17 + + label5 - - 65 + + NoControl - - Random range + + NoControl - - randomDelayBox + + 526, 47 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CenterScreen - - groupBox3 + + groupBox2 - - 0 + + 404, 186 - + True - - NoControl + + contextMenuStrip1 - - 88, 52 + + Ready - - 67, 13 + + NoControl - - 64 + + 56, 20 - - You receive: + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label19 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - groupBox3 + + 66 - - 1 + + $this - - 157, 49 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 56, 20 + + 80, 25 - - 63 + + splitContainer3 - - textBox3 + + 126, 20 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + contextMenuStrip2 - - groupBox3 + + 1 - - 2 + + 65 - - Type + + 3, 3 - - Name + + 145, 22 - - Cost + + Exit - - 526, 47 + + $this - - 72, 21 + + ImageBeforeText - - 62 + + 431, 20 - - filterTypeBox + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 - + groupBox3 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + StatusLabel1 - - NoControl + + 55 - - 474, 52 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 46, 13 + + exitToolStripMenuItem - - 61 + + 56, 20 - - Filter by + + 55 - - label18 + + 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 + + 36 - - groupBox3 + + Start All - - 4 + + 13 - - Top, Left, Right + + 72, 21 - - 604, 47 + + tabControl1 - - 96, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60 + + 0 - - textBox2 + + 171, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - groupBox3 + + 6, 1 - - 5 + + scanGroupBox - - True + + 84, 105 - - NoControl + + 1 - - 474, 22 + + panel1 + + + 4 + + + 0 + + + $this + + + 0 20, 13 - - 59 + + 80, 25 - - ms + + splitContainer1.Panel1 - - label17 + + 64 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + groupBox2 - - 6 + + 116 - - 396, 19 + + panel1 - - 0000000 + + splitContainer2.Panel1 - - + + 142, 6 - - 72, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 58 + + 5 - - 3000 + + NoControl - - sellDelayBox + + tabPage2 - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer1.Panel2 - - groupBox3 + + Sell - - 7 + + Export List - - True + + statusStrip1 - - NoControl + + Login - - 356, 22 + + BattleBlock Theater - - 34, 13 + + NoControl - - 55 + + 9 - - Delay + + 3000 - - label16 + + System.Windows.Forms.Label, 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 + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 11, 107 - + + System.Windows.Forms.ToolStripMenuItem, 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 + + + comboBox3 + + NoControl - - 217, 52 + + 41, 13 - - 65, 13 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53 + + 34, 13 - - Buyer pays: + + groupBox4 - - label2 + + 43 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + Delete - - 9 + + 34, 13 - - False + + 5, 0, 5, 0 - - NoControl + + columnHeader3 - - 359, 46 + + 1 - - 109, 25 + + 60 - - 52 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Set Price + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + None ImageBeforeText - - button2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Popup - - groupBox3 + + MiddleRight - - 10 + + 403, 186 - + Top, Bottom, Left, Right - - - - - 23 - - - Type + + Wished Price - - 116 + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Name + + Wished Price - - 155 + + 115, 186 - - Cost + + label4 - - 96 + + NoControl - - 6, 79 + + 33, 12 - - 764, 159 + + label8 - - 51 + + 0, 789 - - InventoryList + + 620, 700 - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + aboutToolStripMenuItem - - groupBox3 + + 155 - - 11 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - NoControl - - - 7, 52 - - - 43, 13 - - - 50 - - - Count: - - - label6 + + 5, 0, 0, 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox3 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + Top, Bottom, Left, Right - - 244, 16 + + 63 - - 97, 25 + + 145, 57 - - 45 + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Sell + + 52 - - MiddleRight + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ImageBeforeText + + panel1 - - SellButton + + - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 - - - 13 - - - Trading Cards - - - TF 2 - - - Dota 2 - - - CS:GO - - - BattleBlock Theater - - - Warframe - - - Sins of a Dark Age - - - Path of Exile + + + 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= + - - On Sale + + groupBox3 - - 6, 19 + + 65 - - 128, 21 + + 171, 22 - - 48 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - comboBox3 + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 3 - - groupBox3 + + 474, 22 - - 14 + + 38, 13 - + NoControl - - 141, 16 - - - 97, 25 - - - 42 - - - Load + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + True - - ImageBeforeText + + 62, 13 - - button1 + + 94, 27 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40 - - groupBox3 + + groupBox2 - - 15 + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + Wished Price - - NoControl + + 84, 81 - - 48, 52 + + 24, 13 - - 32, 13 + + splitContainer3.Panel2 - - 43 + + wishpriceBox - - None + + groupBox2 - - label4 + + Import List - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + 531, 16 - - Top, Right + + TF 2 - - NoControl + + 145, 22 - - 706, 11 + + groupBox4 - - 64, 64 + + 4 - - CenterImage - - - 47 + + 0 - - pictureBox3 + + deleteMenuItem - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 204, 22 - - groupBox3 + + NameLabel - - 17 + + SellButton - - 285, 49 + + toolStripImage - - 56, 20 + + 218, 14 - - 46 + + fullSetToolStripMenuItem - - textBox1 + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CenterImage - - groupBox3 + + 0 - - 18 + + 11 - - 6, 3 + + notifyIcon1 - - 778, 244 + + 123 - - 49 + + 109, 45 - - My Inventory + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + 8 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 130 - - splitContainer1.Panel2 + + $this - - 0 + + NoControl - - splitContainer1.Panel2 + + NoControl - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - splitContainer1 + + 157, 49 - - 1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 130 + + 57 - - 794, 719 + + MiddleLeft - - 465 + + 244, 16 - - 50 + + 245 - - splitContainer1 + + 56, 20 - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer1.Panel1 - - $this + + groupBox4 - - 5 + + Status - - True + + CenterImage - - NoControl + + 171, 22 - - 91, 21 + + False - - 32, 13 + + 9, 51 - - 35 + + 25, 25 - - None + + tabPage1 - - label10 + + 66, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox2 + + splitContainer3.Panel1 - - 2 + + ProgressBar1 - + True - - NoControl - - - 54, 40 + + 171, 22 - - 41, 13 + + Newly Listed - - 32 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Wallet: + + Bottom, Left, Right - - label8 + + delayTextBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox2 + + 4, 22 - - 4 + + False - - True + + 35 - - NoControl + + MiddleRight - - 91, 40 + + 23 - - 32, 13 + + groupBox3 - - 28 + + $this - - None + + 0 - - label5 + + Search - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + buy qty.: - - groupBox2 + + 526, 21 - - 3 + + 32, 32 - - Top, Left, Right + + 50 - - True + + Item Page - - NoControl + + Cost - - 54, 21 - - - 38, 13 - - - 36 - - - Name: - - - label1 - - - 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 @@ -2479,596 +2393,694 @@ AAAAAAAAAAAAAIABAACAAQAAwAMAAPAPAAA= - - True - - - True - - + NoControl - - 18, 47 + + 205, 92 - - 56, 13 + + panel1 - - 51 + + EmptyTab - - UserName + + groupBox4 - - label3 + + groupBox3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 39, 17 - - $this + + Stop Selected - - 4 + + stopSelectedMenuItem - - Top, Right + + groupBox4 - - True + + groupBox3 - - NoControl + + columnHeader6 - - 693, 9 + + 44 - - 79, 13 + + Name - - 53 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Like It? Please, + + Top, Left, Right - - label15 + + 404, 186 - - System.Windows.Forms.Label, 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 - - $this + + groupBox3 - - 8 + + recentListView - - 294, 13 - - - None + + label9 - - False + + groupBox3 - - None + + $this - - 17, 17 + + splitContainer2 - - 38, 17 + + columnHeader2 - - Ready + + panel1 - - 100, 16 + + Top, Bottom, Left, Right - - False + + splitContainer3.Panel2 - - 0, 789 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 794, 22 + + 63 - - 55 + + Stop All - - statusStrip1 + + NoControl - - statusStrip1 + + NoControl - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - $this + + columnHeader13 - - 3 + + 146, 164 + + + 10, 0, 10, 0 + + + 91, 21 + + + About... + + + 56 + + + 359, 46 + + + 1 + + + 54, 21 + + + 6, 19 + + + Like It? Please, + + + 49 + + + 129, 189 + + + 52 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 158, 13 - Binary files|*.bin - - Export List + + MiddleRight - - 159, 42 - - - Binary files|*.bin + + 109, 25 - - Import List + + openFileDialog1 - - Top, Right + + True - - NoControl + + 6, 17 - - 693, 29 + + 172, 136 - - 94, 27 + + columnHeader15 - - 54 + + 48, 52 - - DonateBox + + 91, 40 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + emptyTabToolStripMenuItem - - $this + + loginButton - - 9 + + ImageBeforeText - + + contextMenuStrip3 + + + Checked to Selected Tab + + + Name + + + 96 + + + 590, 64 + + + Resell for + + + 4, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + panel1 + + + Status + + + 474, 52 + + + 54 + + NoControl - - 6, 17 + + False - - 10, 0, 10, 0 + + tabControl1 - - 85, 27 + + 2, 0 - - 8 + + Type - - Login + + 11, 21 - + MiddleRight - - ImageBeforeText + + Set Price - - loginButton + + 10 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 778, 244 - - $this + + label3 - - 6 + + checkedToBothSourcesToolStripMenuItem - + + 62, 13 + + + label7 + + 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 - - 794, 811 + + 64, 64 - - - 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= - + + 53 - - 620, 700 + + 12 - - CenterScreen + + tabPage1 - - SCM Bot alpha + + Value - - columnHeader10 + + 2 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Type - - columnHeader11 + + System.Windows.Forms.Label, 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 + + 3 - - columnHeader12 + + Start Price - + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - deleteMenuItem + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - startSelectedMenuItem + + System.Windows.Forms.SaveFileDialog, 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 + + 3 - - stopSelectedMenuItem + + System.Windows.Forms.SplitterPanel, 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 + + 445, 16 + + + 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 + + + 3 + + + filterTypeBox + + + 123 + + + 128, 21 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + Copy + + + > + + + 62 + + + Top, Bottom, Left, Right + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + Top, Right + + + 33 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 startAllMenuItem - - System.Windows.Forms.ToolStripMenuItem, 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 - - stopAllMenuItem + + 57, 13 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52 - - toolStripMenuItem1 + + 54 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label1 - - exportListToolStripMenuItem + + Name - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Right - - importListToolStripMenuItem + + 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 + + 1 + + + + + + 96, 17 + + + splitContainer2 + + + CenterImage + + + 794, 719 + + + 116 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 171, 22 + + + 0 + + + 80, 13 - - columnHeader13 + + Name - - 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 columnHeader14 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + splitContainer1 - - columnHeader15 + + panel1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - columnHeader5 + + 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 - - columnHeader6 + + label6 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 159 - - columnHeader7 + + 775, 237 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 285, 49 - - columnHeader8 + + 8, 19 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 82, 51 - - columnHeader9 + + Top, Left, Right - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 72, 20 - - selectedItemToolStripMenuItem + + groupBox3 - + + columnHeader12 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkedToBothSourcesToolStripMenuItem + + 64, 64 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 84, 33 - - fullSetToolStripMenuItem + + True - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - emptyTabToolStripMenuItem + + 55 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Start - - columnHeader4 + + 39 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 55, 20 - - columnHeader1 + + 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 - - columnHeader2 + + NoControl - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - columnHeader3 + + textBox1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Wallet: - - notifyIcon1 + + Delay - - System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + columnHeader7 - - minimizeOnClosingToolStripMenuItem + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + buyCheckBox - - settingsToolStripMenuItem + + panel1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - usingProxyStatuslStrip + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Help - - helpToolStripMenuItem + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10, 130 - - aboutToolStripMenuItem + + Horizontal - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Watch Graph - - exitToolStripMenuItem + + 84, 57 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Quantity - - toolStripImage + + 8 - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - StatusLabel1 + + 34, 13 - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Filter by - - ProgressBar1 + + System.Windows.Forms.ColumnHeader, 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 + + 2, 60 - - saveFileDialog1 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + selectedItemToolStripMenuItem - - openFileDialog1 + + 23 - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Main + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Form, 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 + + + prevButton + + 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/Main.ru-RU.resx b/scr/SCMBot/Main.ru-RU.resx index c5f9a88..fdd0513 100644 --- a/scr/SCMBot/Main.ru-RU.resx +++ b/scr/SCMBot/Main.ru-RU.resx @@ -349,9 +349,6 @@ Получите: - - 157, 49 - Тип @@ -362,10 +359,10 @@ Цена - 521, 46 + 521, 48 - 450, 52 + 455, 52 62, 13 diff --git a/scr/SCMBot/MainUtils.cs b/scr/SCMBot/MainUtils.cs index 8549b0b..ab11f89 100644 --- a/scr/SCMBot/MainUtils.cs +++ b/scr/SCMBot/MainUtils.cs @@ -460,7 +460,7 @@ public static string GetRequest(string url, CookieContainer cookie, bool UseProx request.Timeout = 30000; //KeepAlive is True by default - request.KeepAlive = keepAlive; + //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 b29ddda..8a5084c 100644 --- a/scr/SCMBot/Properties/Settings.Designer.cs +++ b/scr/SCMBot/Properties/Settings.Designer.cs @@ -281,6 +281,22 @@ public bool minOnClose { } } + [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool scanHTML + { + get + { + return ((bool)(this["scanHTML"])); + } + set + { + this["scanHTML"] = value; + } + } + [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] diff --git a/scr/SCMBot/SettingsFrm.Designer.cs b/scr/SCMBot/SettingsFrm.Designer.cs index 2c0bcd5..72ff439 100644 --- a/scr/SCMBot/SettingsFrm.Designer.cs +++ b/scr/SCMBot/SettingsFrm.Designer.cs @@ -67,6 +67,7 @@ private void InitializeComponent() this.tabPage3 = new System.Windows.Forms.TabPage(); this.keepLogBox = new System.Windows.Forms.CheckBox(); this.tabPage4 = new System.Windows.Forms.TabPage(); + this.scanHtlmBox = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numThreadsBox)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -347,12 +348,19 @@ private void InitializeComponent() // tabPage4 // resources.ApplyResources(this.tabPage4, "tabPage4"); + this.tabPage4.Controls.Add(this.scanHtlmBox); this.tabPage4.Controls.Add(this.label10); this.tabPage4.Controls.Add(this.label9); this.tabPage4.Controls.Add(this.numThreadsBox); this.tabPage4.Name = "tabPage4"; this.tabPage4.UseVisualStyleBackColor = true; // + // scanHtlmBox + // + resources.ApplyResources(this.scanHtlmBox, "scanHtlmBox"); + this.scanHtlmBox.Name = "scanHtlmBox"; + this.scanHtlmBox.UseVisualStyleBackColor = true; + // // SettingsFrm // resources.ApplyResources(this, "$this"); @@ -420,5 +428,6 @@ private void InitializeComponent() public System.Windows.Forms.TextBox stopFundsBox; private System.Windows.Forms.Label label15; public System.Windows.Forms.CheckBox FeeCheckBox; + public System.Windows.Forms.CheckBox scanHtlmBox; } } \ No newline at end of file diff --git a/scr/SCMBot/SettingsFrm.resx b/scr/SCMBot/SettingsFrm.resx index 6bb0ec3..5075a61 100644 --- a/scr/SCMBot/SettingsFrm.resx +++ b/scr/SCMBot/SettingsFrm.resx @@ -131,15 +131,15 @@ 198, 41 + + 94, 67 + 317, 151 1 - - Save and Close - Language: @@ -152,30 +152,24 @@ 1 - - Hide "My Inventory" panel - - - 94, 67 + + tabPage1 33 - - tabPage3 + + 32 label15 - - tabPage1 - - - label1 + + 2 - - tchinese + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 actualBox @@ -195,6 +189,9 @@ czech + + 10 + 68 @@ -204,8 +201,8 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 67, 90 @@ -213,12 +210,12 @@ 70 + + 67, 67 + 155, 21 - - intLangComboBox - @@ -228,11 +225,8 @@ 52, 20 - - - - - 65, 13 + + tabPage3 playSndCheckBox @@ -249,6 +243,12 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label5 + + + tabControl1 + 5 @@ -256,25 +256,19 @@ 4, 44 - 13, 13 + 11, 13 - 2 - - - Resell delay: + 3 - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 50, 13 + 49, 13 - - 100 - - - tabControl1 + + tabPage4 dutch @@ -282,8 +276,8 @@ tabPage3 - - tabPage2 + + 0 12, 194 @@ -297,50 +291,44 @@ label10 - - 107, 17 + + 4 317, 151 - - 242, 94 + + User + + + True Settings - - tabPage1 + + 5 greek - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - swedish - Name 62 - - 1 + + Ignore Items with warnings label11 - - NoControl - 12, 12 - - 227, 124 + + swedish tabControl1 @@ -351,8 +339,8 @@ french - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage3 52, 20 @@ -369,12 +357,15 @@ True - - 95, 16 - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 108, 17 + + + hideInventBox + True @@ -384,50 +375,56 @@ 29, 13 - - 3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 3 - - label9 + + True 2 + + label6 + 6, 13 System.Windows.Forms.TabPage, 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 + + 5 1 + + numThreadsBox + 109, 118 + + label14 + 3, 3, 3, 3 stopFundsBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 67, 13 - - 9 + + 113, 20 - - 68, 13 + + 3 3, 3, 3, 3 @@ -447,11 +444,8 @@ 28, 18 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - wallet funds + + tabControl1 @@ -460,7 +454,7 @@ 157, 15 - 43, 13 + 42, 13 System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -468,23 +462,26 @@ tabPage2 - - 2 + + passwordBox 57 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage2 System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18, 68 + + tabPage1 - 79, 13 + 77, 13 + + + japanese 17, 17 @@ -498,6 +495,9 @@ + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + tabPage2 @@ -507,11 +507,11 @@ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 136, 98 + + tchinese - - numThreadsBox + + label12 records @@ -537,14 +537,23 @@ tabPage2 - - searchResBox + + 7 * + + tabPage2 + - 80, 13 + 75, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl label8 @@ -552,6 +561,9 @@ label13 + + Scan HTML instead JSON + 0 @@ -561,9 +573,6 @@ 95, 41 - - True - True @@ -588,14 +597,8 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 - - - 17 - - - label3 + + 100 4, 24 @@ -612,20 +615,11 @@ Clear log after: - - 14, 17 - - - Network - - - tabPage2 + + searchResBox - 160, 13 - - - tabPage1 + 153, 13 1 @@ -633,65 +627,65 @@ $this - - True - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage1 + 4, 24 + + 18, 68 + + + 1 + True 2 - - tabPage3 + + 9 - 150, 17 + 146, 17 Interface - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 + + 107, 13 - - 53, 13 + + 2 17, 94 - - 129, 21 + + 1 66 + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + label2 + + 20, 50 + 0 - - tabPage2 - - 13, 13 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 11, 13 00000 @@ -699,17 +693,14 @@ Keep Log - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 16 + + 11, 13 - - 59 + + 00000 - - 5 + + tabPage4 tabPage2 @@ -723,15 +714,15 @@ Password + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + tabPage2 233, 208 - - 0 - 17, 41 @@ -750,29 +741,26 @@ 18 - - 00000 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 button1 - - 1 + + True + + + Login * - - 71 - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 67, 67 - - - 7 + + True ignoreBox @@ -783,56 +771,47 @@ $this - - 15 - - - 2 - 66 113, 20 - - True + + label1 button2 - - 13, 13 - True 58, 13 + + tabPage1 + 317, 151 - - 113, 20 - tabControl1 20, 118 - - tabPage1 - 0 Play sounds - - True + + 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 tabPage2 @@ -840,21 +819,27 @@ 65 + + 61 + + + Resell delay: + 15, 19 System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + brazilian + tabPage1 System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl - Login at start @@ -862,7 +847,7 @@ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 157, 17 + 151, 17 Language: @@ -870,6 +855,9 @@ tabControl1 + + Password + tabPage4 @@ -879,14 +867,11 @@ tabPage3 - - 4 - 3 - 70, 17 + 72, 17 Import cookie @@ -894,17 +879,11 @@ 82, 15 - - Login - 52, 20 - - True - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + scanHtlmBox keepLogBox @@ -918,9 +897,15 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 + 58, 13 + + 59 + * @@ -963,26 +948,23 @@ * Restart needed to take effect - - 4, 24 + + finnish - - logCountBox + + label7 - - NoControl + + 4, 24 - - 3 + + 15 5 - - 1 - - - per page + + 16 System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -990,11 +972,8 @@ 4, 24 - - label16 - - 90, 17 + 87, 17 64 @@ -1003,25 +982,28 @@ Stop Buying Items at: - 152, 17 + 151, 17 9 - - Password + + 242, 94 + + + True tabPage2 - - 1 + + 136, 98 0 - 1 + 2 85, 20 @@ -1032,8 +1014,8 @@ italian - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + hungarian koreana @@ -1041,14 +1023,14 @@ * - - tabPage3 + + polish norwegian - 138, 13 + 133, 13 portuguese @@ -1059,24 +1041,24 @@ System.Windows.Forms.Label, 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 - - 61 - - - Ignore Items with warnings + + 95, 16 83, 17 - - Market + + tabPage3 39, 20 + + Market + resDelayBox @@ -1086,8 +1068,8 @@ 0 - - 10 + + 17 199, 17 @@ -1095,47 +1077,47 @@ System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage3 + + 1 - - finnish + + intLangComboBox - - japanese + + 7 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - brazilian + + 152, 17 - - romanian + + Number of parallel threads: 346, 247 - - Number of parallel threads: - - - True + + label4 19, 124 - - english + + logCountBox 0000000 - - label7 + + 1 - - label5 + + 129, 21 + + + 65 5 @@ -1143,8 +1125,8 @@ 20 - - 65 + + tabPage1 tabPage3 @@ -1155,32 +1137,26 @@ thai - - tabPage1 + + english turkish - - polish - - - label12 - - - User + + label3 tabPage4 - - 7 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 154, 19 - - label4 + + Hide "My Inventory" panel True @@ -1191,41 +1167,53 @@ True - - 111, 13 + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Network + + + Save and Close + + + per page NoControl - - 32 - bulgarian System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - passwordBox + + tabPage3 - - hungarian + + 63 - - hideInventBox + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + romanian + + + 14, 17 317, 151 - + 4 - - tabPage4 + + 4 checkBox2 @@ -1233,20 +1221,29 @@ True - - label6 - - + tabPage3 + + 3 + german 60 - - label14 + + NoControl + + + label9 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 53, 13 True diff --git a/scr/SCMBot/SettingsFrm.ru-RU.resx b/scr/SCMBot/SettingsFrm.ru-RU.resx index ea685aa..9c98d6c 100644 --- a/scr/SCMBot/SettingsFrm.ru-RU.resx +++ b/scr/SCMBot/SettingsFrm.ru-RU.resx @@ -119,7 +119,7 @@ - 80, 17 + 79, 17 Автологин @@ -128,7 +128,7 @@ 17, 44 - 44, 13 + 45, 13 Пароль @@ -137,7 +137,7 @@ 20, 18 - 37, 13 + 38, 13 Логин @@ -149,7 +149,7 @@ 20, 69 - 134, 13 + 132, 13 Задержка перепродажи: @@ -170,7 +170,7 @@ 19, 19 - 37, 13 + 38, 13 Язык: @@ -206,7 +206,7 @@ на странице - 114, 13 + 113, 13 Результатов поиска: @@ -215,7 +215,7 @@ 135, 41 - 37, 13 + 38, 13 Язык: @@ -245,19 +245,19 @@ строк - 110, 13 + 108, 13 Очищать лог после: - 188, 13 + 191, 13 * Требуется перезапуск программы - 135, 13 + 136, 13 Параллельных запросов: @@ -275,7 +275,7 @@ 22, 108 - 168, 17 + 172, 17 Продажа с учетом комиссии @@ -287,7 +287,7 @@ 19, 127 - 181, 13 + 182, 13 Не покупать при балансе меньше: @@ -296,7 +296,7 @@ 22, 89 - 174, 17 + 168, 17 Загружать актуальную цену @@ -308,7 +308,7 @@ 150, 118 - 75, 17 + 76, 17 Вести лог @@ -316,6 +316,12 @@ Сеть + + 196, 17 + + + Сканировать HTML вместо JSON + 347, 248 diff --git a/scr/SCMBot/SteamSite.cs b/scr/SCMBot/SteamSite.cs index bcd3bc2..1a21034 100644 --- a/scr/SCMBot/SteamSite.cs +++ b/scr/SCMBot/SteamSite.cs @@ -574,7 +574,8 @@ public bool fillLotList(string link, bool full, bool ismain) else { lotList.Clear(); - byte ret = ParseLotList(SendGet(link, cookieCont, true, false), lotList, currencies, full); + + byte ret = ParseLotList(SendGet(link, cookieCont, true, false), lotList, currencies, full); ; if (ret != 7) { @@ -611,7 +612,14 @@ public void scanThread_DoWork(object sender, DoWorkEventArgs e) BackgroundWorker worker = sender as BackgroundWorker; string sessid = GetSessId(cookieCont); - string url = UrlForRender(scanInput.Link); + + string url = scanInput.Link; + + if (!Main.isHTML) + { + url = UrlForRender(scanInput.Link); + } + if (BuyNow) { diff --git a/scr/SCMBot/SteamUtils.cs b/scr/SCMBot/SteamUtils.cs index 95e48a7..d113b9f 100644 --- a/scr/SCMBot/SteamUtils.cs +++ b/scr/SCMBot/SteamUtils.cs @@ -68,7 +68,10 @@ public partial class SteamSite //New, update fix public const string priceOverview = _market + "priceoverview/?{0}&appid={1}&market_hash_name={2}"; - public const string jsonAddonUrl = "?country={0}&language={1}¤cy={2}&count=10"; + public const string jsonAddonUrl = "?country={0}&language={1}¤cy={2}"; + + //For html parsing, bulding own json! + public string buildJson = "\"success\":true,\"results_html\":\"\",\"listinginfo\":{0},\"assets\":{1}"; //================================ Consts ======================= End =============================================== @@ -762,21 +765,35 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst { lst.Clear(); - - if (content == string.Empty) - { - //Content empty - return 0; - } - else if (content == "403") + //Smart ass! + if (Main.isHTML) { - //403 Forbidden - return 5; + + string jsonAssets = Regex.Match(content, @"(?<=g_rgAssets \= )(.*)(?=; + var g_rgCurrency)", RegexOptions.Singleline).ToString(); + string jsonListInfo = Regex.Match(content, @"(?<=g_rgListingInfo \= )(.*)(?=; + var g_plotPriceHistory)", RegexOptions.Singleline).ToString(); + + content = "{" + string.Format(buildJson, jsonListInfo, jsonAssets) + "}"; } - else if (content[0] != '{') + else { - //Json is not valid - return 2; + + if (content == string.Empty) + { + //Content empty + return 0; + } + else if (content == "403") + { + //403 Forbidden + return 5; + } + else if (content[0] != '{') + { + //Json is not valid + return 2; + } } try @@ -838,7 +855,6 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst { //Parsing fail Main.AddtoLog("Err Source: " + e.Message); - System.IO.File.WriteAllText("xxx.txt", content); return 3; } @@ -850,6 +866,94 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst } + + public static byte ParseLotListHTMLxxxx(string content, List lst, CurrInfoLst currLst, bool full) + { + lst.Clear(); + + if (content == string.Empty) + { + //Content empty + return 0; + } + else if (content == "403") + { + //403 Forbidden + return 5; + } + + try + { + + MatchCollection matches = Regex.Matches(content, "BuyMarketListing(.*?)market_listing_game_name", RegexOptions.IgnoreCase | RegexOptions.Multiline | RegexOptions.Singleline); + + if (matches.Count != 0) + { + //Парсим все лоты (авось пригодится в будущем), но использовать будем пока только первый. + foreach (Match match in matches) + { + string currmatch = match.Groups[1].Value; + + string itName = Regex.Match(currmatch, "(?<=;\">)(.*)(?=)").ToString(); + + if (full) + itName = Regex.Match(itName, "(?<=\">)(.*)(?=)").ToString(); + + //Чистим результат от тегов + //Оставляем цифры, пробелы, точки и запятые, разделяющие цены + currmatch = Regex.Replace(currmatch, "<[^>]+>", string.Empty).Trim(); + + //Удаляем ascii кода нашей текущей валюты + currmatch = Regex.Replace(currmatch, currLst[currLst.Current].AsciiName, string.Empty); + + currmatch = Regex.Replace(currmatch, @"[^\.\,\d\ ]+", string.Empty); + + //Отделяем номер лота + string sellid = currmatch.Substring(2, 19); + + //Отделяем тип приложения + string appDirty = currmatch.Substring(23, 30); + + string[] app = Regex.Split(appDirty, ", "); + var appRes = new AppType(app[0], app[1]); + + //Отделяем строку, содержащую цены + string amount = currmatch.Substring(43, currmatch.Length - 43).Trim(); + + string[] parts = Regex.Split(amount, " +"); + + MessageBox.Show(parts[0]); + + int _price = Convert.ToInt32((parts[0])); + int _subtot = Convert.ToInt32((parts[1])); + + //Заполняем список лотов + // lst.Add(new ScanItem(sellid, _price, _subtot, appRes, itName)); + lst.Add(new ScanItem(sellid, _price, _subtot, appRes, itName)); + + //Remove this to parse all 10 items + if (!full) + return 7; + } + } + } + catch (Exception e) + { + //Parsing fail + Main.AddtoLog("Err Source: " + e.Message); + return 3; + } + + if (lst.Count == 0) + return 0; + else + //Fine! + return 7; + + } + + + public static string ParseSearchRes(string content, List lst, CurrInfoLst currLst) { lst.Clear();