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

@@ -329,10 +329,10 @@ namespace ArchiSteamFarm {
break; break;
} }
result = Console.ReadLine(); result = Console.ReadLine();
if (!Console.IsOutputRedirected) { if (!Console.IsOutputRedirected) {
Console.Clear(); // For security purposes Console.Clear(); // For security purposes
} }
ConsoleIsBusy = false; ConsoleIsBusy = false;
} }
return string.IsNullOrEmpty(result) ? null : result.Trim(); return string.IsNullOrEmpty(result) ? null : result.Trim();

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

@@ -28,416 +28,452 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
this.button5 = new System.Windows.Forms.Button(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.TextBox();
this.checkBox3 = new System.Windows.Forms.CheckBox(); this.comboBox1 = new System.Windows.Forms.ComboBox();
this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox();
this.textBox3 = new System.Windows.Forms.TextBox(); this.checkBox1 = new System.Windows.Forms.CheckBox();
this.ASFGUI = new System.Windows.Forms.NotifyIcon(this.components); this.textBox3 = new System.Windows.Forms.TextBox();
this.checkBox4 = new System.Windows.Forms.CheckBox(); this.ASFGUI = new System.Windows.Forms.NotifyIcon(this.components);
this.button6 = new System.Windows.Forms.Button(); this.checkBox4 = new System.Windows.Forms.CheckBox();
this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button();
this.button18 = new System.Windows.Forms.Button(); this.button17 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button(); this.button18 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label(); this.button19 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.button20 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label(); this.button20 = new System.Windows.Forms.Button();
this.SuspendLayout(); this.label5 = new System.Windows.Forms.Label();
// this.SuspendLayout();
// button5 //
// // button5
this.button5.Location = new System.Drawing.Point(115, 251); //
this.button5.Name = "button5"; this.button5.Location = new System.Drawing.Point(86, 204);
this.button5.Size = new System.Drawing.Size(75, 23); this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button5.TabIndex = 27; this.button5.Name = "button5";
this.button5.Text = "2fa ok"; this.button5.Size = new System.Drawing.Size(56, 19);
this.button5.UseVisualStyleBackColor = true; this.button5.TabIndex = 27;
this.button5.Click += new System.EventHandler(this.button5_Click); this.button5.Text = "2fa ok";
// this.button5.UseVisualStyleBackColor = true;
// button4 this.button5.Click += new System.EventHandler(this.button5_Click);
// //
this.button4.Location = new System.Drawing.Point(34, 251); // button4
this.button4.Name = "button4"; //
this.button4.Size = new System.Drawing.Size(75, 23); this.button4.Location = new System.Drawing.Point(26, 204);
this.button4.TabIndex = 26; this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button4.Text = "2fa code"; this.button4.Name = "button4";
this.button4.UseVisualStyleBackColor = true; this.button4.Size = new System.Drawing.Size(56, 19);
this.button4.Click += new System.EventHandler(this.button4_Click); this.button4.TabIndex = 26;
// this.button4.Text = "2fa code";
// button3 this.button4.UseVisualStyleBackColor = true;
// this.button4.Click += new System.EventHandler(this.button4_Click);
this.button3.Location = new System.Drawing.Point(35, 352); //
this.button3.Name = "button3"; // button3
this.button3.Size = new System.Drawing.Size(75, 23); //
this.button3.TabIndex = 24; this.button3.Location = new System.Drawing.Point(26, 286);
this.button3.Text = "Redeem"; this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button3.UseVisualStyleBackColor = true; this.button3.Name = "button3";
this.button3.Click += new System.EventHandler(this.button3_Click); this.button3.Size = new System.Drawing.Size(56, 19);
// this.button3.TabIndex = 24;
// button2 this.button3.Text = "Redeem";
// this.button3.UseVisualStyleBackColor = true;
this.button2.Location = new System.Drawing.Point(35, 211); this.button3.Click += new System.EventHandler(this.button3_Click);
this.button2.Name = "button2"; //
this.button2.Size = new System.Drawing.Size(75, 23); // button2
this.button2.TabIndex = 23; //
this.button2.Text = "Loot"; this.button2.Location = new System.Drawing.Point(26, 171);
this.button2.UseVisualStyleBackColor = true; this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button2.Click += new System.EventHandler(this.button2_Click); this.button2.Name = "button2";
// this.button2.Size = new System.Drawing.Size(56, 19);
// button1 this.button2.TabIndex = 23;
// this.button2.Text = "Loot";
this.button1.Location = new System.Drawing.Point(225, 160); this.button2.UseVisualStyleBackColor = true;
this.button1.Name = "button1"; this.button2.Click += new System.EventHandler(this.button2_Click);
this.button1.Size = new System.Drawing.Size(75, 23); //
this.button1.TabIndex = 22; // button1
this.button1.Text = "Send"; //
this.button1.UseVisualStyleBackColor = true; this.button1.Location = new System.Drawing.Point(169, 130);
this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// this.button1.Name = "button1";
// label2 this.button1.Size = new System.Drawing.Size(56, 19);
// this.button1.TabIndex = 22;
this.label2.AutoSize = true; this.button1.Text = "Send";
this.label2.Location = new System.Drawing.Point(772, 16); this.button1.UseVisualStyleBackColor = true;
this.label2.Name = "label2"; this.button1.Click += new System.EventHandler(this.button1_Click);
this.label2.Size = new System.Drawing.Size(51, 17); //
this.label2.TabIndex = 21; // label2
this.label2.Text = "Output"; //
// this.label2.AutoSize = true;
// label1 this.label2.Location = new System.Drawing.Point(579, 13);
// this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.AutoSize = true; this.label2.Name = "label2";
this.label1.Location = new System.Drawing.Point(344, 48); this.label2.Size = new System.Drawing.Size(39, 13);
this.label1.Name = "label1"; this.label2.TabIndex = 21;
this.label1.Size = new System.Drawing.Size(39, 17); this.label2.Text = "Output";
this.label1.TabIndex = 20; //
this.label1.Text = "Input"; // label1
// //
// textBox2 this.label1.AutoSize = true;
// this.label1.Location = new System.Drawing.Point(258, 39);
this.textBox2.Location = new System.Drawing.Point(551, 42); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.textBox2.Multiline = true; this.label1.Name = "label1";
this.textBox2.Name = "textBox2"; this.label1.Size = new System.Drawing.Size(31, 13);
this.textBox2.ReadOnly = true; this.label1.TabIndex = 20;
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.label1.Text = "Input";
this.textBox2.Size = new System.Drawing.Size(575, 454); //
this.textBox2.TabIndex = 19; // textBox2
// //
// textBox1 this.textBox2.Location = new System.Drawing.Point(413, 34);
// this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox1.Location = new System.Drawing.Point(225, 75); this.textBox2.Multiline = true;
this.textBox1.Multiline = true; this.textBox2.Name = "textBox2";
this.textBox1.Name = "textBox1"; this.textBox2.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(296, 79); this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.TabIndex = 18; this.textBox2.Size = new System.Drawing.Size(432, 370);
// this.textBox2.TabIndex = 19;
// comboBox1 //
// // textBox1
this.comboBox1.FormattingEnabled = true; //
this.comboBox1.Location = new System.Drawing.Point(35, 143); this.textBox1.Location = new System.Drawing.Point(169, 61);
this.comboBox1.Name = "comboBox1"; this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.comboBox1.Size = new System.Drawing.Size(121, 24); this.textBox1.Multiline = true;
this.comboBox1.TabIndex = 17; this.textBox1.Name = "textBox1";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); this.textBox1.Size = new System.Drawing.Size(223, 65);
// this.textBox1.TabIndex = 18;
// checkBox3 //
// // comboBox1
this.checkBox3.AutoSize = true; //
this.checkBox3.Location = new System.Drawing.Point(35, 116); this.comboBox1.FormattingEnabled = true;
this.checkBox3.Name = "checkBox3"; this.comboBox1.Location = new System.Drawing.Point(26, 116);
this.checkBox3.Size = new System.Drawing.Size(130, 21); this.comboBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox3.TabIndex = 16; this.comboBox1.Name = "comboBox1";
this.checkBox3.Text = "Send to specific"; this.comboBox1.Size = new System.Drawing.Size(92, 21);
this.checkBox3.UseVisualStyleBackColor = true; this.comboBox1.TabIndex = 17;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged); this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
// //
// checkBox2 // checkBox3
// //
this.checkBox2.AutoSize = true; this.checkBox3.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(35, 89); this.checkBox3.Location = new System.Drawing.Point(26, 94);
this.checkBox2.Name = "checkBox2"; this.checkBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox2.Size = new System.Drawing.Size(129, 21); this.checkBox3.Name = "checkBox3";
this.checkBox2.TabIndex = 15; this.checkBox3.Size = new System.Drawing.Size(102, 17);
this.checkBox2.Text = "Send to all Bots"; this.checkBox3.TabIndex = 16;
this.checkBox2.UseVisualStyleBackColor = true; this.checkBox3.Text = "Send to specific";
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); this.checkBox3.UseVisualStyleBackColor = true;
// this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
// checkBox1 //
// // checkBox2
this.checkBox1.AutoSize = true; //
this.checkBox1.Location = new System.Drawing.Point(143, 14); this.checkBox2.AutoSize = true;
this.checkBox1.Name = "checkBox1"; this.checkBox2.Location = new System.Drawing.Point(26, 72);
this.checkBox1.Size = new System.Drawing.Size(94, 21); this.checkBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox1.TabIndex = 14; this.checkBox2.Name = "checkBox2";
this.checkBox1.Text = "Safemode"; this.checkBox2.Size = new System.Drawing.Size(100, 17);
this.checkBox1.UseVisualStyleBackColor = true; this.checkBox2.TabIndex = 15;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); this.checkBox2.Text = "Send to all Bots";
// this.checkBox2.UseVisualStyleBackColor = true;
// textBox3 this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
// //
this.textBox3.Location = new System.Drawing.Point(35, 476); // checkBox1
this.textBox3.Name = "textBox3"; //
this.textBox3.Size = new System.Drawing.Size(486, 22); this.checkBox1.AutoSize = true;
this.textBox3.TabIndex = 28; this.checkBox1.Location = new System.Drawing.Point(107, 11);
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); this.checkBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// this.checkBox1.Name = "checkBox1";
// ASFGUI this.checkBox1.Size = new System.Drawing.Size(74, 17);
// this.checkBox1.TabIndex = 14;
this.ASFGUI.Text = "notifyIcon1"; this.checkBox1.Text = "Safemode";
this.ASFGUI.Visible = true; this.checkBox1.UseVisualStyleBackColor = true;
this.ASFGUI.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ASFGUI_MouseDoubleClick); this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
// //
// checkBox4 // textBox3
// //
this.checkBox4.AutoSize = true; this.textBox3.Location = new System.Drawing.Point(26, 387);
this.checkBox4.Location = new System.Drawing.Point(35, 14); this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox4.Name = "checkBox4"; this.textBox3.Name = "textBox3";
this.checkBox4.Size = new System.Drawing.Size(106, 21); this.textBox3.Size = new System.Drawing.Size(366, 20);
this.checkBox4.TabIndex = 29; this.textBox3.TabIndex = 28;
this.checkBox4.Text = "Send to any"; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
this.checkBox4.UseVisualStyleBackColor = true; //
this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // ASFGUI
// //
// button6 this.ASFGUI.Text = "notifyIcon1";
// this.ASFGUI.Visible = true;
this.button6.Location = new System.Drawing.Point(34, 50); this.ASFGUI.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ASFGUI_MouseDoubleClick);
this.button6.Name = "button6"; //
this.button6.Size = new System.Drawing.Size(126, 33); // checkBox4
this.button6.TabIndex = 30; //
this.button6.Text = "generate Botlist"; this.checkBox4.AutoSize = true;
this.button6.UseVisualStyleBackColor = true; this.checkBox4.Location = new System.Drawing.Point(26, 11);
this.button6.Click += new System.EventHandler(this.button6_Click); this.checkBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// this.checkBox4.Name = "checkBox4";
// button7 this.checkBox4.Size = new System.Drawing.Size(83, 17);
// this.checkBox4.TabIndex = 29;
this.button7.Location = new System.Drawing.Point(196, 251); this.checkBox4.Text = "Send to any";
this.button7.Name = "button7"; this.checkBox4.UseVisualStyleBackColor = true;
this.button7.Size = new System.Drawing.Size(75, 23); this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
this.button7.TabIndex = 31; //
this.button7.Text = "2fano"; // button6
this.button7.UseVisualStyleBackColor = true; //
this.button7.Click += new System.EventHandler(this.button7_Click); this.button6.Location = new System.Drawing.Point(26, 41);
// this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// button8 this.button6.Name = "button6";
// this.button6.Size = new System.Drawing.Size(94, 27);
this.button8.Location = new System.Drawing.Point(116, 352); this.button6.TabIndex = 30;
this.button8.Name = "button8"; this.button6.Text = "generate Botlist";
this.button8.Size = new System.Drawing.Size(75, 23); this.button6.UseVisualStyleBackColor = true;
this.button8.TabIndex = 32; this.button6.Click += new System.EventHandler(this.button6_Click);
this.button8.Text = "2faoff"; //
this.button8.UseVisualStyleBackColor = true; // button7
this.button8.Click += new System.EventHandler(this.button8_Click); //
// this.button7.Location = new System.Drawing.Point(147, 204);
// button9 this.button7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// this.button7.Name = "button7";
this.button9.Location = new System.Drawing.Point(197, 352); this.button7.Size = new System.Drawing.Size(56, 19);
this.button9.Name = "button9"; this.button7.TabIndex = 31;
this.button9.Size = new System.Drawing.Size(75, 23); this.button7.Text = "2fano";
this.button9.TabIndex = 33; this.button7.UseVisualStyleBackColor = true;
this.button9.Text = "exit"; this.button7.Click += new System.EventHandler(this.button7_Click);
this.button9.UseVisualStyleBackColor = true; //
this.button9.Click += new System.EventHandler(this.button9_Click); // button8
// //
// button10 this.button8.Location = new System.Drawing.Point(87, 286);
// this.button8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button10.Location = new System.Drawing.Point(115, 211); this.button8.Name = "button8";
this.button10.Name = "button10"; this.button8.Size = new System.Drawing.Size(56, 19);
this.button10.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 32;
this.button10.TabIndex = 34; this.button8.Text = "2faoff";
this.button10.Text = "farm"; this.button8.UseVisualStyleBackColor = true;
this.button10.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click);
this.button10.Click += new System.EventHandler(this.button10_Click); //
// // button9
// button11 //
// this.button9.Location = new System.Drawing.Point(148, 286);
this.button11.Location = new System.Drawing.Point(196, 211); this.button9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button11.Name = "button11"; this.button9.Name = "button9";
this.button11.Size = new System.Drawing.Size(75, 23); this.button9.Size = new System.Drawing.Size(56, 19);
this.button11.TabIndex = 35; this.button9.TabIndex = 33;
this.button11.Text = "help"; this.button9.Text = "exit";
this.button11.UseVisualStyleBackColor = true; this.button9.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click); this.button9.Click += new System.EventHandler(this.button9_Click);
// //
// button12 // button10
// //
this.button12.Location = new System.Drawing.Point(277, 211); this.button10.Location = new System.Drawing.Point(86, 171);
this.button12.Name = "button12"; this.button10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button12.Size = new System.Drawing.Size(75, 23); this.button10.Name = "button10";
this.button12.TabIndex = 36; this.button10.Size = new System.Drawing.Size(56, 19);
this.button12.Text = "start"; this.button10.TabIndex = 34;
this.button12.UseVisualStyleBackColor = true; this.button10.Text = "farm";
this.button12.Click += new System.EventHandler(this.button12_Click); this.button10.UseVisualStyleBackColor = true;
// this.button10.Click += new System.EventHandler(this.button10_Click);
// button13 //
// // button11
this.button13.Location = new System.Drawing.Point(358, 211); //
this.button13.Name = "button13"; this.button11.Location = new System.Drawing.Point(147, 171);
this.button13.Size = new System.Drawing.Size(75, 23); this.button11.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button13.TabIndex = 37; this.button11.Name = "button11";
this.button13.Text = "stop"; this.button11.Size = new System.Drawing.Size(56, 19);
this.button13.UseVisualStyleBackColor = true; this.button11.TabIndex = 35;
this.button13.Click += new System.EventHandler(this.button13_Click); this.button11.Text = "help";
// this.button11.UseVisualStyleBackColor = true;
// button14 this.button11.Click += new System.EventHandler(this.button11_Click);
// //
this.button14.Location = new System.Drawing.Point(439, 211); // button12
this.button14.Name = "button14"; //
this.button14.Size = new System.Drawing.Size(75, 23); this.button12.Location = new System.Drawing.Point(208, 171);
this.button14.TabIndex = 38; this.button12.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button14.Text = "pause"; this.button12.Name = "button12";
this.button14.UseVisualStyleBackColor = true; this.button12.Size = new System.Drawing.Size(56, 19);
this.button14.Click += new System.EventHandler(this.button14_Click); this.button12.TabIndex = 36;
// this.button12.Text = "start";
// button15 this.button12.UseVisualStyleBackColor = true;
// this.button12.Click += new System.EventHandler(this.button12_Click);
this.button15.Location = new System.Drawing.Point(358, 251); //
this.button15.Name = "button15"; // button13
this.button15.Size = new System.Drawing.Size(75, 23); //
this.button15.TabIndex = 39; this.button13.Location = new System.Drawing.Point(268, 171);
this.button15.Text = "status"; this.button13.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button15.UseVisualStyleBackColor = true; this.button13.Name = "button13";
this.button15.Click += new System.EventHandler(this.button15_Click); this.button13.Size = new System.Drawing.Size(56, 19);
// this.button13.TabIndex = 37;
// button16 this.button13.Text = "stop";
// this.button13.UseVisualStyleBackColor = true;
this.button16.Location = new System.Drawing.Point(439, 251); this.button13.Click += new System.EventHandler(this.button13_Click);
this.button16.Name = "button16"; //
this.button16.Size = new System.Drawing.Size(75, 23); // button14
this.button16.TabIndex = 40; //
this.button16.Text = "status all"; this.button14.Location = new System.Drawing.Point(329, 171);
this.button16.UseVisualStyleBackColor = true; this.button14.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button16.Click += new System.EventHandler(this.button16_Click); this.button14.Name = "button14";
// this.button14.Size = new System.Drawing.Size(56, 19);
// button17 this.button14.TabIndex = 38;
// this.button14.Text = "pause";
this.button17.Location = new System.Drawing.Point(35, 391); this.button14.UseVisualStyleBackColor = true;
this.button17.Name = "button17"; this.button14.Click += new System.EventHandler(this.button14_Click);
this.button17.Size = new System.Drawing.Size(75, 23); //
this.button17.TabIndex = 41; // button15
this.button17.Text = "owns"; //
this.button17.UseVisualStyleBackColor = true; this.button15.Location = new System.Drawing.Point(268, 204);
this.button17.Click += new System.EventHandler(this.button17_Click); this.button15.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// this.button15.Name = "button15";
// button18 this.button15.Size = new System.Drawing.Size(56, 19);
// this.button15.TabIndex = 39;
this.button18.Location = new System.Drawing.Point(196, 391); this.button15.Text = "status";
this.button18.Name = "button18"; this.button15.UseVisualStyleBackColor = true;
this.button18.Size = new System.Drawing.Size(75, 23); this.button15.Click += new System.EventHandler(this.button15_Click);
this.button18.TabIndex = 42; //
this.button18.Text = "addlicense"; // button16
this.button18.UseVisualStyleBackColor = true; //
this.button18.Click += new System.EventHandler(this.button18_Click); this.button16.Location = new System.Drawing.Point(329, 204);
// this.button16.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// button19 this.button16.Name = "button16";
// this.button16.Size = new System.Drawing.Size(56, 19);
this.button19.Location = new System.Drawing.Point(116, 391); this.button16.TabIndex = 40;
this.button19.Name = "button19"; this.button16.Text = "status all";
this.button19.Size = new System.Drawing.Size(75, 23); this.button16.UseVisualStyleBackColor = true;
this.button19.TabIndex = 43; this.button16.Click += new System.EventHandler(this.button16_Click);
this.button19.Text = "play"; //
this.button19.UseVisualStyleBackColor = true; // button17
this.button19.Click += new System.EventHandler(this.button19_Click); //
// this.button17.Location = new System.Drawing.Point(26, 318);
// label3 this.button17.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
// this.button17.Name = "button17";
this.label3.AutoSize = true; this.button17.Size = new System.Drawing.Size(56, 19);
this.label3.Location = new System.Drawing.Point(32, 302); this.button17.TabIndex = 41;
this.label3.Name = "label3"; this.button17.Text = "owns";
this.label3.Size = new System.Drawing.Size(305, 17); this.button17.UseVisualStyleBackColor = true;
this.label3.TabIndex = 44; this.button17.Click += new System.EventHandler(this.button17_Click);
this.label3.Text = "The following do not work with \"Send to all\" and"; //
// // button18
// label4 //
// this.button18.Location = new System.Drawing.Point(147, 318);
this.label4.AutoSize = true; this.button18.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.label4.Location = new System.Drawing.Point(32, 319); this.button18.Name = "button18";
this.label4.Name = "label4"; this.button18.Size = new System.Drawing.Size(56, 19);
this.label4.Size = new System.Drawing.Size(295, 17); this.button18.TabIndex = 42;
this.label4.TabIndex = 45; this.button18.Text = "addlicense";
this.label4.Text = "require confirmation even without \"Safemode\""; this.button18.UseVisualStyleBackColor = true;
// this.button18.Click += new System.EventHandler(this.button18_Click);
// button20 //
// // button19
this.button20.Location = new System.Drawing.Point(308, 160); //
this.button20.Name = "button20"; this.button19.Location = new System.Drawing.Point(87, 318);
this.button20.Size = new System.Drawing.Size(75, 23); this.button19.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button20.TabIndex = 46; this.button19.Name = "button19";
this.button20.Text = "clear"; this.button19.Size = new System.Drawing.Size(56, 19);
this.button20.UseVisualStyleBackColor = true; this.button19.TabIndex = 43;
this.button20.Click += new System.EventHandler(this.button20_Click); this.button19.Text = "play";
// this.button19.UseVisualStyleBackColor = true;
// label5 this.button19.Click += new System.EventHandler(this.button19_Click);
// //
this.label5.AutoSize = true; // label3
this.label5.Location = new System.Drawing.Point(39, 456); //
this.label5.Name = "label5"; this.label3.AutoSize = true;
this.label5.Size = new System.Drawing.Size(288, 17); this.label3.Location = new System.Drawing.Point(24, 245);
this.label5.TabIndex = 47; this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Text = "If you don\'t know what this is... Don\'t touch it!"; this.label3.Name = "label3";
// this.label3.Size = new System.Drawing.Size(235, 13);
// Form1 this.label3.TabIndex = 44;
// this.label3.Text = "The following do not work with \"Send to all\" and";
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; // label4
this.ClientSize = new System.Drawing.Size(1138, 510); //
this.Controls.Add(this.label5); this.label4.AutoSize = true;
this.Controls.Add(this.button20); this.label4.Location = new System.Drawing.Point(24, 259);
this.Controls.Add(this.label4); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.Controls.Add(this.label3); this.label4.Name = "label4";
this.Controls.Add(this.button19); this.label4.Size = new System.Drawing.Size(224, 13);
this.Controls.Add(this.button18); this.label4.TabIndex = 45;
this.Controls.Add(this.button17); this.label4.Text = "require confirmation even without \"Safemode\"";
this.Controls.Add(this.button16); //
this.Controls.Add(this.button15); // button20
this.Controls.Add(this.button14); //
this.Controls.Add(this.button13); this.button20.Location = new System.Drawing.Point(231, 130);
this.Controls.Add(this.button12); this.button20.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Controls.Add(this.button11); this.button20.Name = "button20";
this.Controls.Add(this.button10); this.button20.Size = new System.Drawing.Size(56, 19);
this.Controls.Add(this.button9); this.button20.TabIndex = 46;
this.Controls.Add(this.button8); this.button20.Text = "clear";
this.Controls.Add(this.button7); this.button20.UseVisualStyleBackColor = true;
this.Controls.Add(this.button6); this.button20.Click += new System.EventHandler(this.button20_Click);
this.Controls.Add(this.checkBox4); //
this.Controls.Add(this.textBox3); // label5
this.Controls.Add(this.button5); //
this.Controls.Add(this.button4); this.label5.AutoSize = true;
this.Controls.Add(this.button3); this.label5.Location = new System.Drawing.Point(29, 370);
this.Controls.Add(this.button2); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.Controls.Add(this.button1); this.label5.Name = "label5";
this.Controls.Add(this.label2); this.label5.Size = new System.Drawing.Size(221, 13);
this.Controls.Add(this.label1); this.label5.TabIndex = 47;
this.Controls.Add(this.textBox2); this.label5.Text = "If you don\'t know what this is... Don\'t touch it!";
this.Controls.Add(this.textBox1); //
this.Controls.Add(this.comboBox1); // Form1
this.Controls.Add(this.checkBox3); //
this.Controls.Add(this.checkBox2); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.Controls.Add(this.checkBox1); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "Form1"; this.ClientSize = new System.Drawing.Size(854, 414);
this.Text = "Form1"; this.Controls.Add(this.label5);
this.Load += new System.EventHandler(this.Form1_Load); this.Controls.Add(this.button20);
this.ResumeLayout(false); this.Controls.Add(this.label4);
this.PerformLayout(); this.Controls.Add(this.label3);
this.Controls.Add(this.button19);
this.Controls.Add(this.button18);
this.Controls.Add(this.button17);
this.Controls.Add(this.button16);
this.Controls.Add(this.button15);
this.Controls.Add(this.button14);
this.Controls.Add(this.button13);
this.Controls.Add(this.button12);
this.Controls.Add(this.button11);
this.Controls.Add(this.button10);
this.Controls.Add(this.button9);
this.Controls.Add(this.button8);
this.Controls.Add(this.button7);
this.Controls.Add(this.button6);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
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.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
} }

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;
} }
} }