SettingsDialog.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. namespace crusherScanner
  2. {
  3. partial class SettingsDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsDialog));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.textBox2 = new System.Windows.Forms.TextBox();
  38. this.textBox3 = new System.Windows.Forms.TextBox();
  39. this.textBox4 = new System.Windows.Forms.TextBox();
  40. this.comboBox1 = new System.Windows.Forms.ComboBox();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.button4 = new System.Windows.Forms.Button();
  45. this.button5 = new System.Windows.Forms.Button();
  46. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  47. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Location = new System.Drawing.Point(40, 50);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(142, 25);
  56. this.label1.TabIndex = 0;
  57. this.label1.Text = "Crusher Number";
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Location = new System.Drawing.Point(40, 100);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(116, 25);
  65. this.label2.TabIndex = 1;
  66. this.label2.Text = "Serial Output";
  67. //
  68. // label3
  69. //
  70. this.label3.AutoSize = true;
  71. this.label3.Location = new System.Drawing.Point(40, 150);
  72. this.label3.Name = "label3";
  73. this.label3.Size = new System.Drawing.Size(176, 25);
  74. this.label3.TabIndex = 2;
  75. this.label3.Text = "Ore Def Input Folder";
  76. //
  77. // label4
  78. //
  79. this.label4.AutoSize = true;
  80. this.label4.Location = new System.Drawing.Point(40, 200);
  81. this.label4.Name = "label4";
  82. this.label4.Size = new System.Drawing.Size(201, 25);
  83. this.label4.TabIndex = 3;
  84. this.label4.Text = "Ore Def Working Folder";
  85. //
  86. // label5
  87. //
  88. this.label5.AutoSize = true;
  89. this.label5.Location = new System.Drawing.Point(40, 250);
  90. this.label5.Name = "label5";
  91. this.label5.Size = new System.Drawing.Size(191, 25);
  92. this.label5.TabIndex = 4;
  93. this.label5.Text = "Ore Def Output Folder";
  94. //
  95. // label6
  96. //
  97. this.label6.AutoSize = true;
  98. this.label6.Location = new System.Drawing.Point(40, 300);
  99. this.label6.Name = "label6";
  100. this.label6.Size = new System.Drawing.Size(131, 25);
  101. this.label6.TabIndex = 5;
  102. this.label6.Text = "Output Format";
  103. //
  104. // numericUpDown1
  105. //
  106. this.numericUpDown1.Location = new System.Drawing.Point(298, 48);
  107. this.numericUpDown1.Maximum = new decimal(new int[] {
  108. 3,
  109. 0,
  110. 0,
  111. 0});
  112. this.numericUpDown1.Minimum = new decimal(new int[] {
  113. 1,
  114. 0,
  115. 0,
  116. 0});
  117. this.numericUpDown1.Name = "numericUpDown1";
  118. this.numericUpDown1.Size = new System.Drawing.Size(239, 31);
  119. this.numericUpDown1.TabIndex = 6;
  120. this.numericUpDown1.Value = new decimal(new int[] {
  121. 1,
  122. 0,
  123. 0,
  124. 0});
  125. //
  126. // textBox1
  127. //
  128. this.textBox1.Location = new System.Drawing.Point(298, 97);
  129. this.textBox1.Name = "textBox1";
  130. this.textBox1.Size = new System.Drawing.Size(239, 31);
  131. this.textBox1.TabIndex = 7;
  132. //
  133. // textBox2
  134. //
  135. this.textBox2.Location = new System.Drawing.Point(298, 147);
  136. this.textBox2.Name = "textBox2";
  137. this.textBox2.Size = new System.Drawing.Size(200, 31);
  138. this.textBox2.TabIndex = 8;
  139. //
  140. // textBox3
  141. //
  142. this.textBox3.Location = new System.Drawing.Point(298, 197);
  143. this.textBox3.Name = "textBox3";
  144. this.textBox3.Size = new System.Drawing.Size(200, 31);
  145. this.textBox3.TabIndex = 9;
  146. //
  147. // textBox4
  148. //
  149. this.textBox4.Location = new System.Drawing.Point(298, 247);
  150. this.textBox4.Name = "textBox4";
  151. this.textBox4.Size = new System.Drawing.Size(200, 31);
  152. this.textBox4.TabIndex = 10;
  153. //
  154. // comboBox1
  155. //
  156. this.comboBox1.FormattingEnabled = true;
  157. this.comboBox1.Items.AddRange(new object[] {
  158. "JSON",
  159. "CSV"});
  160. this.comboBox1.Location = new System.Drawing.Point(298, 297);
  161. this.comboBox1.Name = "comboBox1";
  162. this.comboBox1.Size = new System.Drawing.Size(239, 33);
  163. this.comboBox1.TabIndex = 11;
  164. //
  165. // button1
  166. //
  167. this.button1.Location = new System.Drawing.Point(502, 145);
  168. this.button1.Name = "button1";
  169. this.button1.Size = new System.Drawing.Size(35, 34);
  170. this.button1.TabIndex = 12;
  171. this.button1.Text = "...";
  172. this.button1.UseVisualStyleBackColor = true;
  173. this.button1.Click += new System.EventHandler(this.button1_Click);
  174. //
  175. // button2
  176. //
  177. this.button2.Location = new System.Drawing.Point(502, 195);
  178. this.button2.Name = "button2";
  179. this.button2.Size = new System.Drawing.Size(35, 34);
  180. this.button2.TabIndex = 13;
  181. this.button2.Text = "...";
  182. this.button2.UseVisualStyleBackColor = true;
  183. this.button2.Click += new System.EventHandler(this.button2_Click);
  184. //
  185. // button3
  186. //
  187. this.button3.Location = new System.Drawing.Point(502, 245);
  188. this.button3.Name = "button3";
  189. this.button3.Size = new System.Drawing.Size(35, 34);
  190. this.button3.TabIndex = 14;
  191. this.button3.Text = "...";
  192. this.button3.UseVisualStyleBackColor = true;
  193. this.button3.Click += new System.EventHandler(this.button3_Click);
  194. //
  195. // button4
  196. //
  197. this.button4.Location = new System.Drawing.Point(40, 355);
  198. this.button4.Name = "button4";
  199. this.button4.Size = new System.Drawing.Size(160, 34);
  200. this.button4.TabIndex = 15;
  201. this.button4.Text = "Discard && Exit";
  202. this.button4.UseVisualStyleBackColor = true;
  203. this.button4.Click += new System.EventHandler(this.button4_Click);
  204. //
  205. // button5
  206. //
  207. this.button5.Location = new System.Drawing.Point(377, 355);
  208. this.button5.Name = "button5";
  209. this.button5.Size = new System.Drawing.Size(160, 34);
  210. this.button5.TabIndex = 16;
  211. this.button5.Text = "Save && Exit";
  212. this.button5.UseVisualStyleBackColor = true;
  213. this.button5.Click += new System.EventHandler(this.button5_Click);
  214. //
  215. // SettingsDialog
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.ClientSize = new System.Drawing.Size(559, 403);
  220. this.Controls.Add(this.button5);
  221. this.Controls.Add(this.button4);
  222. this.Controls.Add(this.button3);
  223. this.Controls.Add(this.button2);
  224. this.Controls.Add(this.button1);
  225. this.Controls.Add(this.comboBox1);
  226. this.Controls.Add(this.textBox4);
  227. this.Controls.Add(this.textBox3);
  228. this.Controls.Add(this.textBox2);
  229. this.Controls.Add(this.textBox1);
  230. this.Controls.Add(this.numericUpDown1);
  231. this.Controls.Add(this.label6);
  232. this.Controls.Add(this.label5);
  233. this.Controls.Add(this.label4);
  234. this.Controls.Add(this.label3);
  235. this.Controls.Add(this.label2);
  236. this.Controls.Add(this.label1);
  237. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  238. this.Name = "SettingsDialog";
  239. this.Text = "SettingsDialog";
  240. this.Load += new System.EventHandler(this.SettingsDialog_Load);
  241. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  242. this.ResumeLayout(false);
  243. this.PerformLayout();
  244. }
  245. #endregion
  246. private Label label1;
  247. private Label label2;
  248. private Label label3;
  249. private Label label4;
  250. private Label label5;
  251. private Label label6;
  252. private NumericUpDown numericUpDown1;
  253. private TextBox textBox1;
  254. private TextBox textBox2;
  255. private TextBox textBox3;
  256. private TextBox textBox4;
  257. private ComboBox comboBox1;
  258. private Button button1;
  259. private Button button2;
  260. private Button button3;
  261. private Button button4;
  262. private Button button5;
  263. private FolderBrowserDialog folderBrowserDialog1;
  264. }
  265. }