This commit is contained in:
JustArchi
2016-04-13 16:48:11 +02:00
parent 3ff95995b9
commit 5e73d18cd2
9 changed files with 6681 additions and 485 deletions

View File

@@ -1,7 +1,7 @@
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 14
VisualStudioVersion = 14.0.25123.0 VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiSteamFarm", "ArchiSteamFarm\ArchiSteamFarm.csproj", "{35AF7887-08B9-40E8-A5EA-797D8B60B30C}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiSteamFarm", "ArchiSteamFarm\ArchiSteamFarm.csproj", "{35AF7887-08B9-40E8-A5EA-797D8B60B30C}"
EndProject EndProject
@@ -13,6 +13,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigGenerator", "ConfigGe
EndProjectSection EndProjectSection
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gui2", "WcfClientGui\Gui2.csproj", "{599121A9-5887-4522-A3D6-61470B90BAD4}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gui2", "WcfClientGui\Gui2.csproj", "{599121A9-5887-4522-A3D6-61470B90BAD4}"
ProjectSection(ProjectDependencies) = postProject
{35AF7887-08B9-40E8-A5EA-797D8B60B30C} = {35AF7887-08B9-40E8-A5EA-797D8B60B30C}
EndProjectSection
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
</startup> </startup>
</configuration> </configuration>

View File

@@ -29,6 +29,7 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button5 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button();
@@ -67,9 +68,10 @@
// //
// button5 // button5
// //
this.button5.Location = new System.Drawing.Point(115, 251); this.button5.Location = new System.Drawing.Point(86, 204);
this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button5.Name = "button5"; this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23); this.button5.Size = new System.Drawing.Size(56, 19);
this.button5.TabIndex = 27; this.button5.TabIndex = 27;
this.button5.Text = "2fa ok"; this.button5.Text = "2fa ok";
this.button5.UseVisualStyleBackColor = true; this.button5.UseVisualStyleBackColor = true;
@@ -77,9 +79,10 @@
// //
// button4 // button4
// //
this.button4.Location = new System.Drawing.Point(34, 251); this.button4.Location = new System.Drawing.Point(26, 204);
this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button4.Name = "button4"; this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23); this.button4.Size = new System.Drawing.Size(56, 19);
this.button4.TabIndex = 26; this.button4.TabIndex = 26;
this.button4.Text = "2fa code"; this.button4.Text = "2fa code";
this.button4.UseVisualStyleBackColor = true; this.button4.UseVisualStyleBackColor = true;
@@ -87,9 +90,10 @@
// //
// button3 // button3
// //
this.button3.Location = new System.Drawing.Point(35, 352); this.button3.Location = new System.Drawing.Point(26, 286);
this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button3.Name = "button3"; this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23); this.button3.Size = new System.Drawing.Size(56, 19);
this.button3.TabIndex = 24; this.button3.TabIndex = 24;
this.button3.Text = "Redeem"; this.button3.Text = "Redeem";
this.button3.UseVisualStyleBackColor = true; this.button3.UseVisualStyleBackColor = true;
@@ -97,9 +101,10 @@
// //
// button2 // button2
// //
this.button2.Location = new System.Drawing.Point(35, 211); this.button2.Location = new System.Drawing.Point(26, 171);
this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button2.Name = "button2"; this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23); this.button2.Size = new System.Drawing.Size(56, 19);
this.button2.TabIndex = 23; this.button2.TabIndex = 23;
this.button2.Text = "Loot"; this.button2.Text = "Loot";
this.button2.UseVisualStyleBackColor = true; this.button2.UseVisualStyleBackColor = true;
@@ -107,9 +112,10 @@
// //
// button1 // button1
// //
this.button1.Location = new System.Drawing.Point(225, 160); this.button1.Location = new System.Drawing.Point(169, 130);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1"; this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23); this.button1.Size = new System.Drawing.Size(56, 19);
this.button1.TabIndex = 22; this.button1.TabIndex = 22;
this.button1.Text = "Send"; this.button1.Text = "Send";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
@@ -118,54 +124,60 @@
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(772, 16); this.label2.Location = new System.Drawing.Point(579, 13);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 17); this.label2.Size = new System.Drawing.Size(39, 13);
this.label2.TabIndex = 21; this.label2.TabIndex = 21;
this.label2.Text = "Output"; this.label2.Text = "Output";
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(344, 48); this.label1.Location = new System.Drawing.Point(258, 39);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 17); this.label1.Size = new System.Drawing.Size(31, 13);
this.label1.TabIndex = 20; this.label1.TabIndex = 20;
this.label1.Text = "Input"; this.label1.Text = "Input";
// //
// textBox2 // textBox2
// //
this.textBox2.Location = new System.Drawing.Point(551, 42); this.textBox2.Location = new System.Drawing.Point(413, 34);
this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox2.Multiline = true; this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2"; this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true; this.textBox2.ReadOnly = true;
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox2.Size = new System.Drawing.Size(575, 454); this.textBox2.Size = new System.Drawing.Size(432, 370);
this.textBox2.TabIndex = 19; this.textBox2.TabIndex = 19;
// //
// textBox1 // textBox1
// //
this.textBox1.Location = new System.Drawing.Point(225, 75); this.textBox1.Location = new System.Drawing.Point(169, 61);
this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox1.Multiline = true; this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1"; this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(296, 79); this.textBox1.Size = new System.Drawing.Size(223, 65);
this.textBox1.TabIndex = 18; this.textBox1.TabIndex = 18;
// //
// comboBox1 // comboBox1
// //
this.comboBox1.FormattingEnabled = true; this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(35, 143); this.comboBox1.Location = new System.Drawing.Point(26, 116);
this.comboBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.comboBox1.Name = "comboBox1"; this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 24); this.comboBox1.Size = new System.Drawing.Size(92, 21);
this.comboBox1.TabIndex = 17; this.comboBox1.TabIndex = 17;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
// //
// checkBox3 // checkBox3
// //
this.checkBox3.AutoSize = true; this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(35, 116); this.checkBox3.Location = new System.Drawing.Point(26, 94);
this.checkBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox3.Name = "checkBox3"; this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(130, 21); this.checkBox3.Size = new System.Drawing.Size(102, 17);
this.checkBox3.TabIndex = 16; this.checkBox3.TabIndex = 16;
this.checkBox3.Text = "Send to specific"; this.checkBox3.Text = "Send to specific";
this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.UseVisualStyleBackColor = true;
@@ -174,9 +186,10 @@
// checkBox2 // checkBox2
// //
this.checkBox2.AutoSize = true; this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(35, 89); this.checkBox2.Location = new System.Drawing.Point(26, 72);
this.checkBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox2.Name = "checkBox2"; this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(129, 21); this.checkBox2.Size = new System.Drawing.Size(100, 17);
this.checkBox2.TabIndex = 15; this.checkBox2.TabIndex = 15;
this.checkBox2.Text = "Send to all Bots"; this.checkBox2.Text = "Send to all Bots";
this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.UseVisualStyleBackColor = true;
@@ -185,9 +198,10 @@
// checkBox1 // checkBox1
// //
this.checkBox1.AutoSize = true; this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(143, 14); this.checkBox1.Location = new System.Drawing.Point(107, 11);
this.checkBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox1.Name = "checkBox1"; this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(94, 21); this.checkBox1.Size = new System.Drawing.Size(74, 17);
this.checkBox1.TabIndex = 14; this.checkBox1.TabIndex = 14;
this.checkBox1.Text = "Safemode"; this.checkBox1.Text = "Safemode";
this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.UseVisualStyleBackColor = true;
@@ -195,9 +209,10 @@
// //
// textBox3 // textBox3
// //
this.textBox3.Location = new System.Drawing.Point(35, 476); this.textBox3.Location = new System.Drawing.Point(26, 387);
this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox3.Name = "textBox3"; this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(486, 22); this.textBox3.Size = new System.Drawing.Size(366, 20);
this.textBox3.TabIndex = 28; this.textBox3.TabIndex = 28;
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
// //
@@ -210,9 +225,10 @@
// checkBox4 // checkBox4
// //
this.checkBox4.AutoSize = true; this.checkBox4.AutoSize = true;
this.checkBox4.Location = new System.Drawing.Point(35, 14); this.checkBox4.Location = new System.Drawing.Point(26, 11);
this.checkBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox4.Name = "checkBox4"; this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(106, 21); this.checkBox4.Size = new System.Drawing.Size(83, 17);
this.checkBox4.TabIndex = 29; this.checkBox4.TabIndex = 29;
this.checkBox4.Text = "Send to any"; this.checkBox4.Text = "Send to any";
this.checkBox4.UseVisualStyleBackColor = true; this.checkBox4.UseVisualStyleBackColor = true;
@@ -220,9 +236,10 @@
// //
// button6 // button6
// //
this.button6.Location = new System.Drawing.Point(34, 50); this.button6.Location = new System.Drawing.Point(26, 41);
this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button6.Name = "button6"; this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(126, 33); this.button6.Size = new System.Drawing.Size(94, 27);
this.button6.TabIndex = 30; this.button6.TabIndex = 30;
this.button6.Text = "generate Botlist"; this.button6.Text = "generate Botlist";
this.button6.UseVisualStyleBackColor = true; this.button6.UseVisualStyleBackColor = true;
@@ -230,9 +247,10 @@
// //
// button7 // button7
// //
this.button7.Location = new System.Drawing.Point(196, 251); this.button7.Location = new System.Drawing.Point(147, 204);
this.button7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button7.Name = "button7"; this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23); this.button7.Size = new System.Drawing.Size(56, 19);
this.button7.TabIndex = 31; this.button7.TabIndex = 31;
this.button7.Text = "2fano"; this.button7.Text = "2fano";
this.button7.UseVisualStyleBackColor = true; this.button7.UseVisualStyleBackColor = true;
@@ -240,9 +258,10 @@
// //
// button8 // button8
// //
this.button8.Location = new System.Drawing.Point(116, 352); this.button8.Location = new System.Drawing.Point(87, 286);
this.button8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button8.Name = "button8"; this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 23); this.button8.Size = new System.Drawing.Size(56, 19);
this.button8.TabIndex = 32; this.button8.TabIndex = 32;
this.button8.Text = "2faoff"; this.button8.Text = "2faoff";
this.button8.UseVisualStyleBackColor = true; this.button8.UseVisualStyleBackColor = true;
@@ -250,9 +269,10 @@
// //
// button9 // button9
// //
this.button9.Location = new System.Drawing.Point(197, 352); this.button9.Location = new System.Drawing.Point(148, 286);
this.button9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button9.Name = "button9"; this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(75, 23); this.button9.Size = new System.Drawing.Size(56, 19);
this.button9.TabIndex = 33; this.button9.TabIndex = 33;
this.button9.Text = "exit"; this.button9.Text = "exit";
this.button9.UseVisualStyleBackColor = true; this.button9.UseVisualStyleBackColor = true;
@@ -260,9 +280,10 @@
// //
// button10 // button10
// //
this.button10.Location = new System.Drawing.Point(115, 211); this.button10.Location = new System.Drawing.Point(86, 171);
this.button10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button10.Name = "button10"; this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(75, 23); this.button10.Size = new System.Drawing.Size(56, 19);
this.button10.TabIndex = 34; this.button10.TabIndex = 34;
this.button10.Text = "farm"; this.button10.Text = "farm";
this.button10.UseVisualStyleBackColor = true; this.button10.UseVisualStyleBackColor = true;
@@ -270,9 +291,10 @@
// //
// button11 // button11
// //
this.button11.Location = new System.Drawing.Point(196, 211); this.button11.Location = new System.Drawing.Point(147, 171);
this.button11.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button11.Name = "button11"; this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(75, 23); this.button11.Size = new System.Drawing.Size(56, 19);
this.button11.TabIndex = 35; this.button11.TabIndex = 35;
this.button11.Text = "help"; this.button11.Text = "help";
this.button11.UseVisualStyleBackColor = true; this.button11.UseVisualStyleBackColor = true;
@@ -280,9 +302,10 @@
// //
// button12 // button12
// //
this.button12.Location = new System.Drawing.Point(277, 211); this.button12.Location = new System.Drawing.Point(208, 171);
this.button12.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button12.Name = "button12"; this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(75, 23); this.button12.Size = new System.Drawing.Size(56, 19);
this.button12.TabIndex = 36; this.button12.TabIndex = 36;
this.button12.Text = "start"; this.button12.Text = "start";
this.button12.UseVisualStyleBackColor = true; this.button12.UseVisualStyleBackColor = true;
@@ -290,9 +313,10 @@
// //
// button13 // button13
// //
this.button13.Location = new System.Drawing.Point(358, 211); this.button13.Location = new System.Drawing.Point(268, 171);
this.button13.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button13.Name = "button13"; this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(75, 23); this.button13.Size = new System.Drawing.Size(56, 19);
this.button13.TabIndex = 37; this.button13.TabIndex = 37;
this.button13.Text = "stop"; this.button13.Text = "stop";
this.button13.UseVisualStyleBackColor = true; this.button13.UseVisualStyleBackColor = true;
@@ -300,9 +324,10 @@
// //
// button14 // button14
// //
this.button14.Location = new System.Drawing.Point(439, 211); this.button14.Location = new System.Drawing.Point(329, 171);
this.button14.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button14.Name = "button14"; this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(75, 23); this.button14.Size = new System.Drawing.Size(56, 19);
this.button14.TabIndex = 38; this.button14.TabIndex = 38;
this.button14.Text = "pause"; this.button14.Text = "pause";
this.button14.UseVisualStyleBackColor = true; this.button14.UseVisualStyleBackColor = true;
@@ -310,9 +335,10 @@
// //
// button15 // button15
// //
this.button15.Location = new System.Drawing.Point(358, 251); this.button15.Location = new System.Drawing.Point(268, 204);
this.button15.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button15.Name = "button15"; this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(75, 23); this.button15.Size = new System.Drawing.Size(56, 19);
this.button15.TabIndex = 39; this.button15.TabIndex = 39;
this.button15.Text = "status"; this.button15.Text = "status";
this.button15.UseVisualStyleBackColor = true; this.button15.UseVisualStyleBackColor = true;
@@ -320,9 +346,10 @@
// //
// button16 // button16
// //
this.button16.Location = new System.Drawing.Point(439, 251); this.button16.Location = new System.Drawing.Point(329, 204);
this.button16.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button16.Name = "button16"; this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(75, 23); this.button16.Size = new System.Drawing.Size(56, 19);
this.button16.TabIndex = 40; this.button16.TabIndex = 40;
this.button16.Text = "status all"; this.button16.Text = "status all";
this.button16.UseVisualStyleBackColor = true; this.button16.UseVisualStyleBackColor = true;
@@ -330,9 +357,10 @@
// //
// button17 // button17
// //
this.button17.Location = new System.Drawing.Point(35, 391); this.button17.Location = new System.Drawing.Point(26, 318);
this.button17.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button17.Name = "button17"; this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(75, 23); this.button17.Size = new System.Drawing.Size(56, 19);
this.button17.TabIndex = 41; this.button17.TabIndex = 41;
this.button17.Text = "owns"; this.button17.Text = "owns";
this.button17.UseVisualStyleBackColor = true; this.button17.UseVisualStyleBackColor = true;
@@ -340,9 +368,10 @@
// //
// button18 // button18
// //
this.button18.Location = new System.Drawing.Point(196, 391); this.button18.Location = new System.Drawing.Point(147, 318);
this.button18.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button18.Name = "button18"; this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(75, 23); this.button18.Size = new System.Drawing.Size(56, 19);
this.button18.TabIndex = 42; this.button18.TabIndex = 42;
this.button18.Text = "addlicense"; this.button18.Text = "addlicense";
this.button18.UseVisualStyleBackColor = true; this.button18.UseVisualStyleBackColor = true;
@@ -350,9 +379,10 @@
// //
// button19 // button19
// //
this.button19.Location = new System.Drawing.Point(116, 391); this.button19.Location = new System.Drawing.Point(87, 318);
this.button19.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button19.Name = "button19"; this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(75, 23); this.button19.Size = new System.Drawing.Size(56, 19);
this.button19.TabIndex = 43; this.button19.TabIndex = 43;
this.button19.Text = "play"; this.button19.Text = "play";
this.button19.UseVisualStyleBackColor = true; this.button19.UseVisualStyleBackColor = true;
@@ -361,26 +391,29 @@
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 302); this.label3.Location = new System.Drawing.Point(24, 245);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(305, 17); this.label3.Size = new System.Drawing.Size(235, 13);
this.label3.TabIndex = 44; this.label3.TabIndex = 44;
this.label3.Text = "The following do not work with \"Send to all\" and"; this.label3.Text = "The following do not work with \"Send to all\" and";
// //
// label4 // label4
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(32, 319); this.label4.Location = new System.Drawing.Point(24, 259);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(295, 17); this.label4.Size = new System.Drawing.Size(224, 13);
this.label4.TabIndex = 45; this.label4.TabIndex = 45;
this.label4.Text = "require confirmation even without \"Safemode\""; this.label4.Text = "require confirmation even without \"Safemode\"";
// //
// button20 // button20
// //
this.button20.Location = new System.Drawing.Point(308, 160); this.button20.Location = new System.Drawing.Point(231, 130);
this.button20.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button20.Name = "button20"; this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(75, 23); this.button20.Size = new System.Drawing.Size(56, 19);
this.button20.TabIndex = 46; this.button20.TabIndex = 46;
this.button20.Text = "clear"; this.button20.Text = "clear";
this.button20.UseVisualStyleBackColor = true; this.button20.UseVisualStyleBackColor = true;
@@ -389,17 +422,18 @@
// label5 // label5
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(39, 456); this.label5.Location = new System.Drawing.Point(29, 370);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(288, 17); this.label5.Size = new System.Drawing.Size(221, 13);
this.label5.TabIndex = 47; this.label5.TabIndex = 47;
this.label5.Text = "If you don\'t know what this is... Don\'t touch it!"; this.label5.Text = "If you don\'t know what this is... Don\'t touch it!";
// //
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1138, 510); this.ClientSize = new System.Drawing.Size(854, 414);
this.Controls.Add(this.label5); this.Controls.Add(this.label5);
this.Controls.Add(this.button20); this.Controls.Add(this.button20);
this.Controls.Add(this.label4); this.Controls.Add(this.label4);
@@ -433,6 +467,8 @@
this.Controls.Add(this.checkBox3); this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1); this.Controls.Add(this.checkBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form1"; this.Name = "Form1";
this.Text = "Form1"; this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load); this.Load += new System.EventHandler(this.Form1_Load);

View File

@@ -92,7 +92,6 @@ namespace Gui2
private void Form1_Load(object sender, System.EventArgs e) private void Form1_Load(object sender, System.EventArgs e)
{ {
this.Resize += new System.EventHandler(this.Form1_Resize); this.Resize += new System.EventHandler(this.Form1_Resize);
ASFGUI.Icon = new Icon("cirno.ico");
textBox2.ScrollBars = ScrollBars.Vertical; textBox2.ScrollBars = ScrollBars.Vertical;
textBox1.ScrollBars = ScrollBars.Vertical; textBox1.ScrollBars = ScrollBars.Vertical;
checkBox4.Checked = true; checkBox4.Checked = true;

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Gui2</RootNamespace> <RootNamespace>Gui2</RootNamespace>
<AssemblyName>Gui2</AssemblyName> <AssemblyName>Gui2</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<Install>true</Install> <Install>true</Install>
@@ -26,6 +26,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
@@ -59,24 +60,9 @@
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.ServiceModel" /> <Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Activation" />
<Reference Include="System.ServiceModel.Activities" />
<Reference Include="System.ServiceModel.Channels" />
<Reference Include="System.ServiceModel.Discovery" />
<Reference Include="System.ServiceModel.DomainServices.EntityFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.ServiceModel.DomainServices.Hosting.OData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.ServiceModel.DomainServices.Server, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.ServiceModel.Routing" />
<Reference Include="System.ServiceModel.Web" /> <Reference Include="System.ServiceModel.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" /> <Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" /> <Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Form1.cs"> <Compile Include="Form1.cs">
@@ -108,6 +94,7 @@
<Compile Include="Properties\Resources.Designer.cs"> <Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen> <AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon> <DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile> </Compile>
<None Include="app.manifest" /> <None Include="app.manifest" />
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
@@ -147,6 +134,16 @@
<Content Include="cirno.ico" /> <Content Include="cirno.ico" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent Condition=" '$(OS)' != 'Unix' AND '$(ConfigurationName)' == 'Release' ">
"$(SolutionDir)tools\ILRepack\ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out\ASF-WCF.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
del "$(SolutionDir)out\ASF-WCF.exe.config"
</PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
mono -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-WCF.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
rm "$(SolutionDir)out/ASF-WCF.exe.config"
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@@ -1,49 +1,44 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// Dieser Code wurde von einem Tool generiert. // This code was generated by a tool.
// Laufzeitversion:4.0.30319.42000 // Runtime Version:4.0.30319.42000
// //
// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn // Changes to this file may cause incorrect behavior and will be lost if
// der Code neu generiert wird. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Gui2.Properties namespace Gui2.Properties {
{ using System;
/// <summary> /// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary> /// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse // This class was auto-generated by the StronglyTypedResourceBuilder
// über ein Tool wie ResGen oder Visual Studio automatisch generiert. // class via a tool like ResGen or Visual Studio.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources internal class Resources {
{
private static global::System.Resources.ResourceManager resourceMan; private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture; private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() internal Resources() {
{
} }
/// <summary> /// <summary>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// Returns the cached ResourceManager instance used by this class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager internal static global::System.Resources.ResourceManager ResourceManager {
{ get {
get if (object.ReferenceEquals(resourceMan, null)) {
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Gui2.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Gui2.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
@@ -52,18 +47,15 @@ namespace Gui2.Properties
} }
/// <summary> /// <summary>
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle /// Overrides the current thread's CurrentUICulture property for all
/// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden. /// resource lookups using this strongly typed resource class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture internal static global::System.Globalization.CultureInfo Culture {
{ get {
get
{
return resourceCulture; return resourceCulture;
} }
set set {
{
resourceCulture = value; resourceCulture = value;
} }
} }

View File

@@ -8,21 +8,17 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Gui2.Properties namespace Gui2.Properties {
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default public static Settings Default {
{ get {
get
{
return defaultInstance; return defaultInstance;
} }
} }