diff --git a/scr/SCMBot/Main.Designer.cs b/scr/SCMBot/Main.Designer.cs
index 7cb68cb..367d410 100644
--- a/scr/SCMBot/Main.Designer.cs
+++ b/scr/SCMBot/Main.Designer.cs
@@ -184,12 +184,10 @@ private void InitializeComponent()
//
// splitContainer1.Panel1
//
- resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1");
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
- resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2");
this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
this.splitContainer1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Paint);
//
@@ -202,19 +200,16 @@ private void InitializeComponent()
//
// splitContainer2.Panel1
//
- resources.ApplyResources(this.splitContainer2.Panel1, "splitContainer2.Panel1");
this.splitContainer2.Panel1.Controls.Add(this.panel1);
this.splitContainer2.Panel1.Controls.Add(this.scanGroupBox);
//
// splitContainer2.Panel2
//
- resources.ApplyResources(this.splitContainer2.Panel2, "splitContainer2.Panel2");
this.splitContainer2.Panel2.Controls.Add(this.groupBox4);
this.splitContainer2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Paint);
//
// panel1
//
- resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.NameLabel);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.nameTextBox);
@@ -229,6 +224,7 @@ private void InitializeComponent()
this.panel1.Controls.Add(this.wishpriceBox);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.buyUpDown);
+ resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// NameLabel
@@ -238,8 +234,8 @@ private void InitializeComponent()
//
// button3
//
- resources.ApplyResources(this.button3, "button3");
this.button3.Image = global::SCMBot.Properties.Resources.copy;
+ resources.ApplyResources(this.button3, "button3");
this.button3.Name = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
@@ -285,19 +281,19 @@ private void InitializeComponent()
//
// pictureBox4
//
- resources.ApplyResources(this.pictureBox4, "pictureBox4");
this.pictureBox4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
+ resources.ApplyResources(this.pictureBox4, "pictureBox4");
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.TabStop = false;
this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
//
// ExtraGroup
//
- resources.ApplyResources(this.ExtraGroup, "ExtraGroup");
this.ExtraGroup.Controls.Add(this.resellPriceBox);
this.ExtraGroup.Controls.Add(this.label7);
this.ExtraGroup.Controls.Add(this.resellComboBox);
+ resources.ApplyResources(this.ExtraGroup, "ExtraGroup");
this.ExtraGroup.Name = "ExtraGroup";
this.ExtraGroup.TabStop = false;
//
@@ -313,13 +309,13 @@ private void InitializeComponent()
//
// resellComboBox
//
- resources.ApplyResources(this.resellComboBox, "resellComboBox");
this.resellComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resellComboBox.FormattingEnabled = true;
this.resellComboBox.Items.AddRange(new object[] {
resources.GetString("resellComboBox.Items"),
resources.GetString("resellComboBox.Items1"),
resources.GetString("resellComboBox.Items2")});
+ resources.ApplyResources(this.resellComboBox, "resellComboBox");
this.resellComboBox.Name = "resellComboBox";
this.resellComboBox.SelectedIndexChanged += new System.EventHandler(this.resellComboBox_SelectedIndexChanged);
this.resellComboBox.Click += new System.EventHandler(this.resellComboBox_Click);
@@ -353,6 +349,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this.scanGroupBox, "scanGroupBox");
this.scanGroupBox.Controls.Add(this.splitContainer3);
+ this.scanGroupBox.MinimumSize = new System.Drawing.Size(0, 237);
this.scanGroupBox.Name = "scanGroupBox";
this.scanGroupBox.TabStop = false;
//
@@ -363,12 +360,10 @@ private void InitializeComponent()
//
// splitContainer3.Panel1
//
- resources.ApplyResources(this.splitContainer3.Panel1, "splitContainer3.Panel1");
this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
//
// splitContainer3.Panel2
//
- resources.ApplyResources(this.splitContainer3.Panel2, "splitContainer3.Panel2");
this.splitContainer3.Panel2.Controls.Add(this.button4);
this.splitContainer3.Panel2.Controls.Add(this.logListBox);
this.splitContainer3.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer3_SplitterMoved);
@@ -385,15 +380,15 @@ private void InitializeComponent()
//
// tabPage1
//
- resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Controls.Add(this.scanListView);
+ resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// scanListView
//
- resources.ApplyResources(this.scanListView, "scanListView");
this.scanListView.AllowDrop = true;
+ resources.ApplyResources(this.scanListView, "scanListView");
this.scanListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader10,
this.columnHeader11,
@@ -426,7 +421,6 @@ private void InitializeComponent()
//
// contextMenuStrip3
//
- resources.ApplyResources(this.contextMenuStrip3, "contextMenuStrip3");
this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.deleteMenuItem,
this.startSelectedMenuItem,
@@ -437,72 +431,73 @@ private void InitializeComponent()
this.exportListToolStripMenuItem,
this.importListToolStripMenuItem});
this.contextMenuStrip3.Name = "contextMenuStrip3";
+ resources.ApplyResources(this.contextMenuStrip3, "contextMenuStrip3");
//
// deleteMenuItem
//
- resources.ApplyResources(this.deleteMenuItem, "deleteMenuItem");
this.deleteMenuItem.Image = global::SCMBot.Properties.Resources.cancel;
this.deleteMenuItem.Name = "deleteMenuItem";
+ resources.ApplyResources(this.deleteMenuItem, "deleteMenuItem");
this.deleteMenuItem.Click += new System.EventHandler(this.удалитьToolStripMenuItem_Click);
//
// startSelectedMenuItem
//
- resources.ApplyResources(this.startSelectedMenuItem, "startSelectedMenuItem");
this.startSelectedMenuItem.Image = global::SCMBot.Properties.Resources.selected;
this.startSelectedMenuItem.Name = "startSelectedMenuItem";
+ resources.ApplyResources(this.startSelectedMenuItem, "startSelectedMenuItem");
this.startSelectedMenuItem.Click += new System.EventHandler(this.startSelectedToolStripMenuItem_Click);
//
// stopSelectedMenuItem
//
- resources.ApplyResources(this.stopSelectedMenuItem, "stopSelectedMenuItem");
this.stopSelectedMenuItem.Image = global::SCMBot.Properties.Resources.stop;
this.stopSelectedMenuItem.Name = "stopSelectedMenuItem";
+ resources.ApplyResources(this.stopSelectedMenuItem, "stopSelectedMenuItem");
this.stopSelectedMenuItem.Click += new System.EventHandler(this.stopSelectedToolStripMenuItem_Click);
//
// startAllMenuItem
//
- resources.ApplyResources(this.startAllMenuItem, "startAllMenuItem");
this.startAllMenuItem.Image = global::SCMBot.Properties.Resources.fullset;
this.startAllMenuItem.Name = "startAllMenuItem";
+ resources.ApplyResources(this.startAllMenuItem, "startAllMenuItem");
this.startAllMenuItem.Click += new System.EventHandler(this.startAllToolStripMenuItem_Click);
//
// stopAllMenuItem
//
- resources.ApplyResources(this.stopAllMenuItem, "stopAllMenuItem");
this.stopAllMenuItem.Image = global::SCMBot.Properties.Resources.stop;
this.stopAllMenuItem.Name = "stopAllMenuItem";
+ resources.ApplyResources(this.stopAllMenuItem, "stopAllMenuItem");
this.stopAllMenuItem.Click += new System.EventHandler(this.stopAllToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
- resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
+ resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// exportListToolStripMenuItem
//
- resources.ApplyResources(this.exportListToolStripMenuItem, "exportListToolStripMenuItem");
this.exportListToolStripMenuItem.Image = global::SCMBot.Properties.Resources.export;
this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem";
+ resources.ApplyResources(this.exportListToolStripMenuItem, "exportListToolStripMenuItem");
this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click);
//
// importListToolStripMenuItem
//
- resources.ApplyResources(this.importListToolStripMenuItem, "importListToolStripMenuItem");
this.importListToolStripMenuItem.Image = global::SCMBot.Properties.Resources.import;
this.importListToolStripMenuItem.Name = "importListToolStripMenuItem";
+ resources.ApplyResources(this.importListToolStripMenuItem, "importListToolStripMenuItem");
this.importListToolStripMenuItem.Click += new System.EventHandler(this.importListToolStripMenuItem_Click);
//
// tabPage2
//
- resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Controls.Add(this.recentListView);
+ resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// recentListView
//
- resources.ApplyResources(this.recentListView, "recentListView");
this.recentListView.AllowDrop = true;
+ resources.ApplyResources(this.recentListView, "recentListView");
this.recentListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader13,
this.columnHeader14,
@@ -546,6 +541,7 @@ private void InitializeComponent()
resources.ApplyResources(this.logListBox, "logListBox");
this.logListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.logListBox.FormattingEnabled = true;
+ this.logListBox.MinimumSize = new System.Drawing.Size(100, 4);
this.logListBox.Name = "logListBox";
this.logListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.logListBox_DrawItem);
//
@@ -562,6 +558,7 @@ private void InitializeComponent()
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.pictureBox1);
this.groupBox4.Controls.Add(this.searchButton);
+ this.groupBox4.MinimumSize = new System.Drawing.Size(300, 50);
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
//
@@ -638,40 +635,40 @@ private void InitializeComponent()
//
// contextMenuStrip1
//
- resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.selectedItemToolStripMenuItem,
this.checkedToBothSourcesToolStripMenuItem,
this.fullSetToolStripMenuItem,
this.emptyTabToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
+ resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
//
// selectedItemToolStripMenuItem
//
- resources.ApplyResources(this.selectedItemToolStripMenuItem, "selectedItemToolStripMenuItem");
this.selectedItemToolStripMenuItem.Image = global::SCMBot.Properties.Resources.selected;
this.selectedItemToolStripMenuItem.Name = "selectedItemToolStripMenuItem";
+ resources.ApplyResources(this.selectedItemToolStripMenuItem, "selectedItemToolStripMenuItem");
this.selectedItemToolStripMenuItem.Click += new System.EventHandler(this.selectedItemToolStripMenuItem_Click);
//
// checkedToBothSourcesToolStripMenuItem
//
- resources.ApplyResources(this.checkedToBothSourcesToolStripMenuItem, "checkedToBothSourcesToolStripMenuItem");
this.checkedToBothSourcesToolStripMenuItem.Image = global::SCMBot.Properties.Resources.selected;
this.checkedToBothSourcesToolStripMenuItem.Name = "checkedToBothSourcesToolStripMenuItem";
+ resources.ApplyResources(this.checkedToBothSourcesToolStripMenuItem, "checkedToBothSourcesToolStripMenuItem");
this.checkedToBothSourcesToolStripMenuItem.Click += new System.EventHandler(this.checkedToBothSourcesToolStripMenuItem_Click);
//
// fullSetToolStripMenuItem
//
- resources.ApplyResources(this.fullSetToolStripMenuItem, "fullSetToolStripMenuItem");
this.fullSetToolStripMenuItem.Image = global::SCMBot.Properties.Resources.fullset;
this.fullSetToolStripMenuItem.Name = "fullSetToolStripMenuItem";
+ resources.ApplyResources(this.fullSetToolStripMenuItem, "fullSetToolStripMenuItem");
this.fullSetToolStripMenuItem.Click += new System.EventHandler(this.fullSetToolStripMenuItem_Click);
//
// emptyTabToolStripMenuItem
//
- resources.ApplyResources(this.emptyTabToolStripMenuItem, "emptyTabToolStripMenuItem");
this.emptyTabToolStripMenuItem.Image = global::SCMBot.Properties.Resources.blank;
this.emptyTabToolStripMenuItem.Name = "emptyTabToolStripMenuItem";
+ resources.ApplyResources(this.emptyTabToolStripMenuItem, "emptyTabToolStripMenuItem");
this.emptyTabToolStripMenuItem.Click += new System.EventHandler(this.emptyTabToolStripMenuItem_Click);
//
// prevButton
@@ -730,13 +727,17 @@ private void InitializeComponent()
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.pictureBox3);
this.groupBox3.Controls.Add(this.textBox1);
+ this.groupBox3.MinimumSize = new System.Drawing.Size(300, 50);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// randomDelayBox
//
resources.ApplyResources(this.randomDelayBox, "randomDelayBox");
+ this.randomDelayBox.Checked = true;
+ this.randomDelayBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.randomDelayBox.Name = "randomDelayBox";
+ this.randomDelayBox.TabStop = false;
this.randomDelayBox.UseVisualStyleBackColor = true;
//
// label19
@@ -752,13 +753,13 @@ private void InitializeComponent()
//
// filterTypeBox
//
- resources.ApplyResources(this.filterTypeBox, "filterTypeBox");
this.filterTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.filterTypeBox.FormattingEnabled = true;
this.filterTypeBox.Items.AddRange(new object[] {
resources.GetString("filterTypeBox.Items"),
resources.GetString("filterTypeBox.Items1"),
resources.GetString("filterTypeBox.Items2")});
+ resources.ApplyResources(this.filterTypeBox, "filterTypeBox");
this.filterTypeBox.Name = "filterTypeBox";
this.filterTypeBox.SelectedIndexChanged += new System.EventHandler(this.filterTypeBox_SelectedIndexChanged);
//
@@ -845,15 +846,14 @@ private void InitializeComponent()
//
// SellButton
//
- resources.ApplyResources(this.SellButton, "SellButton");
this.SellButton.Image = global::SCMBot.Properties.Resources.coins;
+ resources.ApplyResources(this.SellButton, "SellButton");
this.SellButton.Name = "SellButton";
this.SellButton.UseVisualStyleBackColor = true;
this.SellButton.Click += new System.EventHandler(this.SellButton_Click);
//
// comboBox3
//
- resources.ApplyResources(this.comboBox3, "comboBox3");
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
@@ -866,13 +866,14 @@ private void InitializeComponent()
resources.GetString("comboBox3.Items6"),
resources.GetString("comboBox3.Items7"),
resources.GetString("comboBox3.Items8")});
+ resources.ApplyResources(this.comboBox3, "comboBox3");
this.comboBox3.Name = "comboBox3";
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
//
// button1
//
- resources.ApplyResources(this.button1, "button1");
this.button1.Image = global::SCMBot.Properties.Resources.box;
+ resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
@@ -930,22 +931,21 @@ private void InitializeComponent()
//
// pictureBox2
//
- resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.BackColor = System.Drawing.SystemColors.Window;
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
+ resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.TabStop = false;
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
//
// notifyIcon1
//
- resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2;
+ resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
//
// contextMenuStrip2
//
- resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.minimizeOnClosingToolStripMenuItem,
this.settingsToolStripMenuItem,
@@ -954,47 +954,48 @@ private void InitializeComponent()
this.aboutToolStripMenuItem,
this.exitToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
+ resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
//
// minimizeOnClosingToolStripMenuItem
//
- resources.ApplyResources(this.minimizeOnClosingToolStripMenuItem, "minimizeOnClosingToolStripMenuItem");
this.minimizeOnClosingToolStripMenuItem.Checked = true;
this.minimizeOnClosingToolStripMenuItem.CheckOnClick = true;
this.minimizeOnClosingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.minimizeOnClosingToolStripMenuItem.Name = "minimizeOnClosingToolStripMenuItem";
+ resources.ApplyResources(this.minimizeOnClosingToolStripMenuItem, "minimizeOnClosingToolStripMenuItem");
//
// settingsToolStripMenuItem
//
- resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
this.settingsToolStripMenuItem.Image = global::SCMBot.Properties.Resources.settings;
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
+ resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
//
// usingProxyStatuslStrip
//
- resources.ApplyResources(this.usingProxyStatuslStrip, "usingProxyStatuslStrip");
this.usingProxyStatuslStrip.Name = "usingProxyStatuslStrip";
+ resources.ApplyResources(this.usingProxyStatuslStrip, "usingProxyStatuslStrip");
this.usingProxyStatuslStrip.Click += new System.EventHandler(this.usingProxyStatusToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
- resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
this.helpToolStripMenuItem.Image = global::SCMBot.Properties.Resources.help;
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
+ resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
this.helpToolStripMenuItem.Click += new System.EventHandler(this.helpToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
- resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
this.aboutToolStripMenuItem.Image = global::SCMBot.Properties.Resources.info;
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
+ resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
- resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Image = global::SCMBot.Properties.Resources.logout;
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
+ resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// label3
@@ -1025,13 +1026,13 @@ private void InitializeComponent()
//
// StatusLabel1
//
- resources.ApplyResources(this.StatusLabel1, "StatusLabel1");
this.StatusLabel1.Name = "StatusLabel1";
+ resources.ApplyResources(this.StatusLabel1, "StatusLabel1");
//
// ProgressBar1
//
- resources.ApplyResources(this.ProgressBar1, "ProgressBar1");
this.ProgressBar1.Name = "ProgressBar1";
+ resources.ApplyResources(this.ProgressBar1, "ProgressBar1");
//
// saveFileDialog1
//
@@ -1054,8 +1055,8 @@ private void InitializeComponent()
//
// loginButton
//
- resources.ApplyResources(this.loginButton, "loginButton");
this.loginButton.Image = global::SCMBot.Properties.Resources.login;
+ resources.ApplyResources(this.loginButton, "loginButton");
this.loginButton.Name = "loginButton";
this.loginButton.UseVisualStyleBackColor = true;
this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
diff --git a/scr/SCMBot/Main.cs b/scr/SCMBot/Main.cs
index 16e920c..a47f003 100644
--- a/scr/SCMBot/Main.cs
+++ b/scr/SCMBot/Main.cs
@@ -8,7 +8,6 @@
using System.Collections.Generic;
using System.Linq;
using System.IO;
-using System.Runtime.Serialization.Formatters.Binary;
using System.Text.RegularExpressions;
@@ -1251,6 +1250,7 @@ private void SellButton_Click(object sender, EventArgs e)
}
steam_srch.sellDelay = Convert.ToInt32(sellDelayBox.Text);
+ steam_srch.isDelayRand = randomDelayBox.Checked;
steam_srch.ItemSell();
}
diff --git a/scr/SCMBot/Main.resx b/scr/SCMBot/Main.resx
index 4569c6e..aaed12e 100644
--- a/scr/SCMBot/Main.resx
+++ b/scr/SCMBot/Main.resx
@@ -117,2150 +117,2233 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 145, 22
-
-
-
- 49
-
-
+
Top, Bottom, Left, Right
-
- buyNowButton
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
+
+
+ 0, 67
-
- 65
+
+ Horizontal
-
+
Top, Bottom, Left, Right
-
- 97, 25
+
+ 3, 3
-
- 7
+
+ Horizontal
-
- 6
+
+
+ True
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 95, 26
+
+ 33, 12
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 34, 13
-
- 51
+
+ 64
-
- 5
+
+ Name
-
- 116
+
+ NameLabel
-
- MiddleRight
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Page:
+
+ panel1
-
- 0, 237
+
+ 0
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 6, 3
+
+ 12, 186
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 95, 26
-
- label2
+
+ 56
-
- 2, 189
+
+ Copy
-
- Count:
+
+ MiddleRight
-
- 67, 13
+
+ ImageBeforeText
-
- Name
+
+ button3
-
- 7
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ panel1
-
- NoControl
+
+ 1
-
- ImageBeforeText
+
+ 84, 9
-
- True
+
+ 126, 20
-
- 145, 22
+
+ 63
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ nameTextBox
-
- 56, 20
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 55
+
+ panel1
-
- 137, 19
+
+ 2
-
- None
+
+ True
-
- Top, Right
+
+ NoControl
-
- groupBox3
+
+ 9, 36
-
- panel1
+
+ 63, 13
-
- ExtraGroup
+
+ 54
-
- Top, Bottom, Left, Right
+
+ Link to Item
-
- ImageBeforeText
+
+ label14
-
- helpToolStripMenuItem
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3, 3, 3, 3
+
+ panel1
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 84, 33
-
- groupBox3
+
+ 126, 20
-
- 9
+
+ 50
-
- 204, 22
+
+ linkTextBox
-
- pictureBox4
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Checked to Both Tabs
+
+ panel1
-
- 149
+
+ 4
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- Bit trip
+
+ 115, 186
-
- 2
+
+ 96, 26
-
- 35, 13
+
+ 52
-
- 53
+
+ Start
-
+
MiddleRight
-
- pictureBox2
+
+ ImageBeforeText
-
- Top, Bottom, Left, Right
+
+ scanButton
-
- 0, 0
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Horizontal
+
+ panel1
-
- groupBox3
+
+ 5
-
- 414
+
+ 84, 81
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 52
-
-
- 141, 16
-
-
- resellComboBox
+
+ 0000000
-
- False
+
+
-
- 465
+
+ 56, 20
-
- 63
+
+ 57
-
- Full Set
+
+ 3000
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ delayTextBox
-
- Without resell
+
+ System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- columnHeader1
+
+ panel1
-
- pictureBox1
+
+ 6
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- Buyer pays:
+
+ 2, 60
- 70, 13
+ 68, 13
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 52
-
- textBox2
+
+ Wished Price
-
- columnHeader11
+
+ label9
-
- Load
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 204, 22
+
+ panel1
-
- groupBox3
+
+ 7
-
- 54, 40
+
+ True
-
- 222, 52
+
+ NoControl
-
- 33, 13
+
+ 11, 107
-
- 18, 47
+
+ 71, 17
-
- NoControl
+
+ 55
-
- 52
+
+ buy qty.:
-
- 97, 25
+
+ buyCheckBox
-
-
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Popup
+
+ panel1
-
- resellPriceBox
+
+ 8
-
- textBox3
+
+ NoControl
-
- 16
+
+ 145, 57
64, 64
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- splitContainer1
-
-
- 703, 11
-
-
- 3
-
-
- Import List
+
+ CenterImage
-
- <
+
+ 59
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ pictureBox4
-
- 48
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- MiddleRight
+
+ panel1
-
- ExtraGroup
+
+ 9
-
- 0, 0
+
+ 137, 19
-
- Binary files|*.bin
+
+ 55, 20
-
- 7
+
+ 2
-
- 65
+
+ resellPriceBox
-
- Name:
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ ExtraGroup
-
- searchButton
+
+ 0
True
-
- 764, 159
+
+ NoControl
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 102, 22
-
- Main
+
+ 33, 13
-
- 8
+
+ 1
-
- label14
+
+ Value
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ label7
-
- 51
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 593, 47
+
+ ExtraGroup
-
- System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- columnHeader9
+
+ Without resell
-
- 9
+
+ Set markup
Your price
-
- Set markup
+
+ 6, 19
-
- None
+
+ 91, 21
-
- splitContainer3
+
+ 0
-
- saveFileDialog1
+
+ resellComboBox
-
- Top, Right
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- splitContainer2.Panel1
+
+ ExtraGroup
-
- splitContainer3
+
+ 2
-
- label15
+
+ 10, 130
-
- scanListView
+
+ 198, 46
-
- 53
+
+ 61
-
- True
+
+ Resell for
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ ExtraGroup
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ panel1
-
- 5, 0, 5, 0
+
+ 10
-
- 0
+
+ 84, 57
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 56, 20
-
- 0/0
+
+ 53
-
- splitContainer2
+
+ wishpriceBox
-
- tabControl1
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 59
+
+ panel1
-
- 25, 25
+
+ 11
-
- label11
+
+ True
-
- 59
+
+ NoControl
-
- 36
+
+ 33, 84
-
- 0, 67
+
+ 34, 13
-
- splitContainer2.Panel2
+
+ 56
-
- 56, 20
+
+ Delay
-
- True
+
+ label12
-
- CS:GO
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 412, 212
+
+ panel1
-
- 145, 22
+
+ 12
-
- NoControl
+
+ 84, 105
-
- 2
+
+ 56, 20
-
- pictureBox3
+
+ 60
-
+
+ buyUpDown
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
panel1
-
- Export List
+
+ 13
-
- 17
+
+ 8, 15
-
- MiddleRight
+
+ 213, 212
-
- Path of Exile
+
+ 65
-
- 145, 22
+
+ panel1
-
- Top, Bottom, Left, Right
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ splitContainer2.Panel1
-
+
+ 0
+
+
Top, Bottom, Left, Right
-
- MiddleRight
+
+ Top, Bottom, Left, Right
-
- ExtraGroup
+
+ 218, 14
-
- 549, 213
+
+ Top, Bottom, Left, Right
-
- 96, 26
+
+ Top, Bottom, Left, Right
-
- label10
+
+ Status
-
- scanButton
+
+ 52
-
- settingsToolStripMenuItem
+
+ Name
-
- 7
+
+ 116
-
- Cost
+
+ Wished Price
-
- 100, 16
+
+ 123
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 12, 56
+
+
+ 153, 22
-
- randomDelayBox
+
+ Delete
-
- 60
+
+ 153, 22
-
- 403, 186
+
+ Start Selected
-
- Top, Right
+
+ 153, 22
-
- 51
+
+ Stop Selected
-
- System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 153, 22
-
- 63
+
+ Start All
-
- groupBox3
+
+ 153, 22
-
- splitContainer3.Panel2
+
+ Stop All
-
- 46
+
+ 150, 6
-
- True
+
+ 153, 22
-
- 8
+
+ Export List
-
- ImageBeforeText
+
+ 153, 22
-
- splitContainer3.Panel1
+
+ Import List
-
- 80, 25
+
+ 154, 164
-
- panel1
+
+ contextMenuStrip3
-
- 32
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- CenterImage
+
+ 0, 0
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 403, 186
-
- True
+
+ 63
-
- startSelectedMenuItem
+
+ scanListView
-
- 0
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ tabPage1
-
- 6
+
+ 0
-
- label16
+
+ 4, 22
-
- 13
+
+ 3, 3, 3, 3
-
- linkTextBox
+
+ 404, 186
-
- NoControl
+
+ 0
-
- None
+
+ Item Page
-
- True
+
+ tabPage1
-
- $this
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 6, 19
+
+ tabControl1
-
- 4
+
+ 0
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Top, Bottom, Left, Right
-
- 33, 13
+
+ Status
-
- usingProxyStatuslStrip
+
+ 52
-
- FoundList
+
+ Name
-
- True
+
+ 116
-
- 126, 20
+
+ Wished Price
-
- importListToolStripMenuItem
+
+ 123
-
- 46
+
+ 0, 0
-
- columnHeader10
+
+ 403, 186
-
- label17
+
+ 64
-
- 91, 21
+
+ recentListView
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tabPage2
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- 116
+
+ 4, 22
-
- searchBox
+
+ 3, 3, 3, 3
-
- 300, 50
+
+ 404, 186
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- columnHeader8
+
+ Newly Listed
-
- False
+
+ tabPage2
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 56
+
+ tabControl1
-
- 61
+
+ 1
-
- 0
+
+ 1, 1
-
- columnHeader4
+
+ 412, 212
-
- nextButton
+
+ 66
-
- statusStrip1
+
+ tabControl1
-
- 84, 9
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Random
+
+ splitContainer3.Panel1
-
+
0
-
- True
+
+ splitContainer3.Panel1
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- splitContainer2.Panel2
+
+ splitContainer3
-
- 693, 29
+
+ 0
-
- buyUpDown
+
+ Bottom, Left, Right
-
- MiddleLeft
+
+ NoControl
-
- 3, 3, 3, 3
+
+ 2, 189
-
- splitContainer1
+
+ 129, 24
-
- 12
+
+ 65
-
- 794, 22
+
+ Watch Graph
-
- True
+
+ MiddleRight
-
- groupBox2
+
+ ImageBeforeText
-
- SCM Bot alpha
+
+ button4
-
- 171, 22
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ splitContainer3.Panel2
-
- Minimize on close
+
+ 0
-
- True
+
+ Top, Bottom, Left, Right
-
- 48
+
+