Settings_Form.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. 
  2. namespace FactorioModManager
  3. {
  4. partial class Settings_Form
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.checkBox1 = new System.Windows.Forms.CheckBox();
  33. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.textBox2 = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  42. this.button3 = new System.Windows.Forms.Button();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(12, 9);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(59, 13);
  52. this.label1.TabIndex = 0;
  53. this.label1.Tag = "$SettingsGamePath";
  54. this.label1.Text = "Game path";
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Location = new System.Drawing.Point(12, 25);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(170, 20);
  61. this.textBox1.TabIndex = 1;
  62. //
  63. // button1
  64. //
  65. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.button1.Location = new System.Drawing.Point(188, 23);
  67. this.button1.Name = "button1";
  68. this.button1.Size = new System.Drawing.Size(34, 23);
  69. this.button1.TabIndex = 2;
  70. this.button1.Text = "...";
  71. this.button1.UseVisualStyleBackColor = true;
  72. this.button1.Click += new System.EventHandler(this.button1_Click);
  73. //
  74. // checkBox1
  75. //
  76. this.checkBox1.AutoSize = true;
  77. this.checkBox1.Location = new System.Drawing.Point(12, 51);
  78. this.checkBox1.Name = "checkBox1";
  79. this.checkBox1.Size = new System.Drawing.Size(80, 17);
  80. this.checkBox1.TabIndex = 3;
  81. this.checkBox1.Tag = "$SettingsAutoConnect";
  82. this.checkBox1.Text = "checkBox1";
  83. this.checkBox1.UseVisualStyleBackColor = true;
  84. //
  85. // button2
  86. //
  87. this.button2.Location = new System.Drawing.Point(147, 280);
  88. this.button2.Name = "button2";
  89. this.button2.Size = new System.Drawing.Size(75, 23);
  90. this.button2.TabIndex = 4;
  91. this.button2.Tag = "$SettingsApply";
  92. this.button2.Text = "button2";
  93. this.button2.UseVisualStyleBackColor = true;
  94. this.button2.Click += new System.EventHandler(this.button2_Click);
  95. //
  96. // label2
  97. //
  98. this.label2.AutoSize = true;
  99. this.label2.Location = new System.Drawing.Point(12, 71);
  100. this.label2.Name = "label2";
  101. this.label2.Size = new System.Drawing.Size(35, 13);
  102. this.label2.TabIndex = 5;
  103. this.label2.Tag = "$SettingsLanguage";
  104. this.label2.Text = "label2";
  105. //
  106. // comboBox1
  107. //
  108. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  109. this.comboBox1.FormattingEnabled = true;
  110. this.comboBox1.Location = new System.Drawing.Point(12, 87);
  111. this.comboBox1.Name = "comboBox1";
  112. this.comboBox1.Size = new System.Drawing.Size(210, 21);
  113. this.comboBox1.TabIndex = 6;
  114. //
  115. // label3
  116. //
  117. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  118. this.label3.Location = new System.Drawing.Point(12, 124);
  119. this.label3.Name = "label3";
  120. this.label3.Size = new System.Drawing.Size(210, 2);
  121. this.label3.TabIndex = 7;
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.Location = new System.Drawing.Point(12, 133);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(35, 13);
  129. this.label4.TabIndex = 8;
  130. this.label4.Tag = "$AccountUsername";
  131. this.label4.Text = "label4";
  132. //
  133. // textBox2
  134. //
  135. this.textBox2.Location = new System.Drawing.Point(12, 149);
  136. this.textBox2.Name = "textBox2";
  137. this.textBox2.Size = new System.Drawing.Size(210, 20);
  138. this.textBox2.TabIndex = 9;
  139. //
  140. // label5
  141. //
  142. this.label5.AutoSize = true;
  143. this.label5.Location = new System.Drawing.Point(12, 172);
  144. this.label5.Name = "label5";
  145. this.label5.Size = new System.Drawing.Size(35, 13);
  146. this.label5.TabIndex = 10;
  147. this.label5.Tag = "$AccountPassword";
  148. this.label5.Text = "label5";
  149. //
  150. // maskedTextBox1
  151. //
  152. this.maskedTextBox1.Location = new System.Drawing.Point(12, 188);
  153. this.maskedTextBox1.Name = "maskedTextBox1";
  154. this.maskedTextBox1.PasswordChar = '*';
  155. this.maskedTextBox1.Size = new System.Drawing.Size(210, 20);
  156. this.maskedTextBox1.TabIndex = 11;
  157. //
  158. // button3
  159. //
  160. this.button3.Location = new System.Drawing.Point(12, 214);
  161. this.button3.Name = "button3";
  162. this.button3.Size = new System.Drawing.Size(210, 23);
  163. this.button3.TabIndex = 12;
  164. this.button3.Tag = "$AccountTestConnection";
  165. this.button3.Text = "button3";
  166. this.button3.UseVisualStyleBackColor = true;
  167. this.button3.Click += new System.EventHandler(this.button3_Click);
  168. //
  169. // label6
  170. //
  171. this.label6.AutoSize = true;
  172. this.label6.Location = new System.Drawing.Point(12, 240);
  173. this.label6.Name = "label6";
  174. this.label6.Size = new System.Drawing.Size(35, 13);
  175. this.label6.TabIndex = 13;
  176. this.label6.Tag = "$Empty";
  177. this.label6.Text = "label6";
  178. //
  179. // Settings_Form
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.ClientSize = new System.Drawing.Size(234, 315);
  184. this.Controls.Add(this.label6);
  185. this.Controls.Add(this.button3);
  186. this.Controls.Add(this.maskedTextBox1);
  187. this.Controls.Add(this.label5);
  188. this.Controls.Add(this.textBox2);
  189. this.Controls.Add(this.label4);
  190. this.Controls.Add(this.label3);
  191. this.Controls.Add(this.comboBox1);
  192. this.Controls.Add(this.label2);
  193. this.Controls.Add(this.button2);
  194. this.Controls.Add(this.checkBox1);
  195. this.Controls.Add(this.button1);
  196. this.Controls.Add(this.textBox1);
  197. this.Controls.Add(this.label1);
  198. this.Name = "Settings_Form";
  199. this.Tag = "$Settings";
  200. this.Text = "Settings_Form";
  201. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Settings_Form_FormClosing);
  202. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Settings_Form_FormClosed);
  203. this.ResumeLayout(false);
  204. this.PerformLayout();
  205. }
  206. #endregion
  207. private System.Windows.Forms.Label label1;
  208. private System.Windows.Forms.TextBox textBox1;
  209. private System.Windows.Forms.Button button1;
  210. private System.Windows.Forms.CheckBox checkBox1;
  211. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  212. private System.Windows.Forms.Button button2;
  213. private System.Windows.Forms.Label label2;
  214. private System.Windows.Forms.ComboBox comboBox1;
  215. private System.Windows.Forms.Label label3;
  216. private System.Windows.Forms.Label label4;
  217. private System.Windows.Forms.TextBox textBox2;
  218. private System.Windows.Forms.Label label5;
  219. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  220. private System.Windows.Forms.Button button3;
  221. private System.Windows.Forms.Label label6;
  222. }
  223. }