SettingsDialog.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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. this.groupBox1 = new System.Windows.Forms.GroupBox();
  48. this.groupBox2 = new System.Windows.Forms.GroupBox();
  49. this.checkBox1 = new System.Windows.Forms.CheckBox();
  50. this.groupBox3 = new System.Windows.Forms.GroupBox();
  51. this.checkBox2 = new System.Windows.Forms.CheckBox();
  52. this.checkBox3 = new System.Windows.Forms.CheckBox();
  53. this.checkBox4 = new System.Windows.Forms.CheckBox();
  54. this.checkBox5 = new System.Windows.Forms.CheckBox();
  55. this.label7 = new System.Windows.Forms.Label();
  56. this.textBox5 = new System.Windows.Forms.TextBox();
  57. this.groupBox4 = new System.Windows.Forms.GroupBox();
  58. this.checkBox6 = new System.Windows.Forms.CheckBox();
  59. this.label8 = new System.Windows.Forms.Label();
  60. this.textBox6 = new System.Windows.Forms.TextBox();
  61. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  62. this.groupBox1.SuspendLayout();
  63. this.groupBox2.SuspendLayout();
  64. this.groupBox3.SuspendLayout();
  65. this.groupBox4.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Location = new System.Drawing.Point(6, 40);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(142, 25);
  74. this.label1.TabIndex = 0;
  75. this.label1.Text = "Crusher Number";
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.Location = new System.Drawing.Point(6, 139);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(116, 25);
  83. this.label2.TabIndex = 1;
  84. this.label2.Text = "Serial Output";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Location = new System.Drawing.Point(4, 41);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(176, 25);
  92. this.label3.TabIndex = 2;
  93. this.label3.Text = "Ore Def Input Folder";
  94. //
  95. // label4
  96. //
  97. this.label4.AutoSize = true;
  98. this.label4.Location = new System.Drawing.Point(4, 91);
  99. this.label4.Name = "label4";
  100. this.label4.Size = new System.Drawing.Size(201, 25);
  101. this.label4.TabIndex = 3;
  102. this.label4.Text = "Ore Def Working Folder";
  103. //
  104. // label5
  105. //
  106. this.label5.AutoSize = true;
  107. this.label5.Location = new System.Drawing.Point(4, 141);
  108. this.label5.Name = "label5";
  109. this.label5.Size = new System.Drawing.Size(191, 25);
  110. this.label5.TabIndex = 4;
  111. this.label5.Text = "Ore Def Output Folder";
  112. //
  113. // label6
  114. //
  115. this.label6.AutoSize = true;
  116. this.label6.Location = new System.Drawing.Point(4, 191);
  117. this.label6.Name = "label6";
  118. this.label6.Size = new System.Drawing.Size(131, 25);
  119. this.label6.TabIndex = 5;
  120. this.label6.Text = "Output Format";
  121. //
  122. // numericUpDown1
  123. //
  124. this.numericUpDown1.Location = new System.Drawing.Point(184, 38);
  125. this.numericUpDown1.Maximum = new decimal(new int[] {
  126. 3,
  127. 0,
  128. 0,
  129. 0});
  130. this.numericUpDown1.Minimum = new decimal(new int[] {
  131. 1,
  132. 0,
  133. 0,
  134. 0});
  135. this.numericUpDown1.Name = "numericUpDown1";
  136. this.numericUpDown1.Size = new System.Drawing.Size(239, 31);
  137. this.numericUpDown1.TabIndex = 6;
  138. this.numericUpDown1.Value = new decimal(new int[] {
  139. 1,
  140. 0,
  141. 0,
  142. 0});
  143. //
  144. // textBox1
  145. //
  146. this.textBox1.Location = new System.Drawing.Point(184, 133);
  147. this.textBox1.Name = "textBox1";
  148. this.textBox1.Size = new System.Drawing.Size(239, 31);
  149. this.textBox1.TabIndex = 7;
  150. //
  151. // textBox2
  152. //
  153. this.textBox2.Location = new System.Drawing.Point(207, 38);
  154. this.textBox2.Name = "textBox2";
  155. this.textBox2.Size = new System.Drawing.Size(200, 31);
  156. this.textBox2.TabIndex = 8;
  157. //
  158. // textBox3
  159. //
  160. this.textBox3.Location = new System.Drawing.Point(207, 88);
  161. this.textBox3.Name = "textBox3";
  162. this.textBox3.Size = new System.Drawing.Size(200, 31);
  163. this.textBox3.TabIndex = 9;
  164. //
  165. // textBox4
  166. //
  167. this.textBox4.Location = new System.Drawing.Point(207, 138);
  168. this.textBox4.Name = "textBox4";
  169. this.textBox4.Size = new System.Drawing.Size(200, 31);
  170. this.textBox4.TabIndex = 10;
  171. //
  172. // comboBox1
  173. //
  174. this.comboBox1.FormattingEnabled = true;
  175. this.comboBox1.Items.AddRange(new object[] {
  176. "JSON",
  177. "CSV"});
  178. this.comboBox1.Location = new System.Drawing.Point(207, 188);
  179. this.comboBox1.Name = "comboBox1";
  180. this.comboBox1.Size = new System.Drawing.Size(239, 33);
  181. this.comboBox1.TabIndex = 11;
  182. //
  183. // button1
  184. //
  185. this.button1.Location = new System.Drawing.Point(411, 36);
  186. this.button1.Name = "button1";
  187. this.button1.Size = new System.Drawing.Size(35, 34);
  188. this.button1.TabIndex = 12;
  189. this.button1.Text = "...";
  190. this.button1.UseVisualStyleBackColor = true;
  191. this.button1.Click += new System.EventHandler(this.button1_Click);
  192. //
  193. // button2
  194. //
  195. this.button2.Location = new System.Drawing.Point(411, 86);
  196. this.button2.Name = "button2";
  197. this.button2.Size = new System.Drawing.Size(35, 34);
  198. this.button2.TabIndex = 13;
  199. this.button2.Text = "...";
  200. this.button2.UseVisualStyleBackColor = true;
  201. this.button2.Click += new System.EventHandler(this.button2_Click);
  202. //
  203. // button3
  204. //
  205. this.button3.Location = new System.Drawing.Point(411, 136);
  206. this.button3.Name = "button3";
  207. this.button3.Size = new System.Drawing.Size(35, 34);
  208. this.button3.TabIndex = 14;
  209. this.button3.Text = "...";
  210. this.button3.UseVisualStyleBackColor = true;
  211. this.button3.Click += new System.EventHandler(this.button3_Click);
  212. //
  213. // button4
  214. //
  215. this.button4.Location = new System.Drawing.Point(12, 396);
  216. this.button4.Name = "button4";
  217. this.button4.Size = new System.Drawing.Size(160, 34);
  218. this.button4.TabIndex = 15;
  219. this.button4.Text = "Discard && Exit";
  220. this.button4.UseVisualStyleBackColor = true;
  221. this.button4.Click += new System.EventHandler(this.button4_Click);
  222. //
  223. // button5
  224. //
  225. this.button5.Location = new System.Drawing.Point(295, 396);
  226. this.button5.Name = "button5";
  227. this.button5.Size = new System.Drawing.Size(160, 34);
  228. this.button5.TabIndex = 16;
  229. this.button5.Text = "Save && Exit";
  230. this.button5.UseVisualStyleBackColor = true;
  231. this.button5.Click += new System.EventHandler(this.button5_Click);
  232. //
  233. // groupBox1
  234. //
  235. this.groupBox1.Controls.Add(this.textBox5);
  236. this.groupBox1.Controls.Add(this.label7);
  237. this.groupBox1.Controls.Add(this.textBox2);
  238. this.groupBox1.Controls.Add(this.label3);
  239. this.groupBox1.Controls.Add(this.label4);
  240. this.groupBox1.Controls.Add(this.button3);
  241. this.groupBox1.Controls.Add(this.label5);
  242. this.groupBox1.Controls.Add(this.button2);
  243. this.groupBox1.Controls.Add(this.label6);
  244. this.groupBox1.Controls.Add(this.button1);
  245. this.groupBox1.Controls.Add(this.textBox3);
  246. this.groupBox1.Controls.Add(this.comboBox1);
  247. this.groupBox1.Controls.Add(this.textBox4);
  248. this.groupBox1.Location = new System.Drawing.Point(461, 12);
  249. this.groupBox1.Name = "groupBox1";
  250. this.groupBox1.Size = new System.Drawing.Size(464, 282);
  251. this.groupBox1.TabIndex = 17;
  252. this.groupBox1.TabStop = false;
  253. this.groupBox1.Text = "Ore Def";
  254. //
  255. // groupBox2
  256. //
  257. this.groupBox2.Controls.Add(this.checkBox1);
  258. this.groupBox2.Controls.Add(this.label1);
  259. this.groupBox2.Controls.Add(this.label2);
  260. this.groupBox2.Controls.Add(this.numericUpDown1);
  261. this.groupBox2.Controls.Add(this.textBox1);
  262. this.groupBox2.Location = new System.Drawing.Point(12, 12);
  263. this.groupBox2.Name = "groupBox2";
  264. this.groupBox2.Size = new System.Drawing.Size(443, 191);
  265. this.groupBox2.TabIndex = 18;
  266. this.groupBox2.TabStop = false;
  267. this.groupBox2.Text = "Machine";
  268. //
  269. // checkBox1
  270. //
  271. this.checkBox1.AutoSize = true;
  272. this.checkBox1.Location = new System.Drawing.Point(6, 91);
  273. this.checkBox1.Name = "checkBox1";
  274. this.checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  275. this.checkBox1.Size = new System.Drawing.Size(199, 29);
  276. this.checkBox1.TabIndex = 8;
  277. this.checkBox1.Text = "Enable Serial Output";
  278. this.checkBox1.UseVisualStyleBackColor = true;
  279. //
  280. // groupBox3
  281. //
  282. this.groupBox3.Controls.Add(this.checkBox5);
  283. this.groupBox3.Controls.Add(this.checkBox4);
  284. this.groupBox3.Controls.Add(this.checkBox3);
  285. this.groupBox3.Controls.Add(this.checkBox2);
  286. this.groupBox3.Location = new System.Drawing.Point(12, 217);
  287. this.groupBox3.Name = "groupBox3";
  288. this.groupBox3.Size = new System.Drawing.Size(443, 173);
  289. this.groupBox3.TabIndex = 19;
  290. this.groupBox3.TabStop = false;
  291. this.groupBox3.Text = "Logging";
  292. //
  293. // checkBox2
  294. //
  295. this.checkBox2.AutoSize = true;
  296. this.checkBox2.Location = new System.Drawing.Point(129, 30);
  297. this.checkBox2.Name = "checkBox2";
  298. this.checkBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  299. this.checkBox2.Size = new System.Drawing.Size(76, 29);
  300. this.checkBox2.TabIndex = 0;
  301. this.checkBox2.Text = "Error";
  302. this.checkBox2.UseVisualStyleBackColor = true;
  303. //
  304. // checkBox3
  305. //
  306. this.checkBox3.AutoSize = true;
  307. this.checkBox3.Location = new System.Drawing.Point(101, 65);
  308. this.checkBox3.Name = "checkBox3";
  309. this.checkBox3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  310. this.checkBox3.Size = new System.Drawing.Size(104, 29);
  311. this.checkBox3.TabIndex = 1;
  312. this.checkBox3.Text = "Warning";
  313. this.checkBox3.UseVisualStyleBackColor = true;
  314. //
  315. // checkBox4
  316. //
  317. this.checkBox4.AutoSize = true;
  318. this.checkBox4.Location = new System.Drawing.Point(73, 100);
  319. this.checkBox4.Name = "checkBox4";
  320. this.checkBox4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  321. this.checkBox4.Size = new System.Drawing.Size(132, 29);
  322. this.checkBox4.TabIndex = 2;
  323. this.checkBox4.Text = "Information";
  324. this.checkBox4.UseVisualStyleBackColor = true;
  325. //
  326. // checkBox5
  327. //
  328. this.checkBox5.AutoSize = true;
  329. this.checkBox5.Location = new System.Drawing.Point(77, 135);
  330. this.checkBox5.Name = "checkBox5";
  331. this.checkBox5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  332. this.checkBox5.Size = new System.Drawing.Size(128, 29);
  333. this.checkBox5.TabIndex = 3;
  334. this.checkBox5.Text = "Debugging";
  335. this.checkBox5.UseVisualStyleBackColor = true;
  336. //
  337. // label7
  338. //
  339. this.label7.AutoSize = true;
  340. this.label7.Location = new System.Drawing.Point(4, 241);
  341. this.label7.Name = "label7";
  342. this.label7.Size = new System.Drawing.Size(184, 25);
  343. this.label7.TabIndex = 15;
  344. this.label7.Text = "Ore Def sample types";
  345. //
  346. // textBox5
  347. //
  348. this.textBox5.Location = new System.Drawing.Point(207, 238);
  349. this.textBox5.Name = "textBox5";
  350. this.textBox5.Size = new System.Drawing.Size(239, 31);
  351. this.textBox5.TabIndex = 16;
  352. //
  353. // groupBox4
  354. //
  355. this.groupBox4.Controls.Add(this.textBox6);
  356. this.groupBox4.Controls.Add(this.label8);
  357. this.groupBox4.Controls.Add(this.checkBox6);
  358. this.groupBox4.Location = new System.Drawing.Point(461, 300);
  359. this.groupBox4.Name = "groupBox4";
  360. this.groupBox4.Size = new System.Drawing.Size(464, 125);
  361. this.groupBox4.TabIndex = 20;
  362. this.groupBox4.TabStop = false;
  363. this.groupBox4.Text = "LIMS";
  364. //
  365. // checkBox6
  366. //
  367. this.checkBox6.AutoSize = true;
  368. this.checkBox6.Location = new System.Drawing.Point(6, 30);
  369. this.checkBox6.Name = "checkBox6";
  370. this.checkBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  371. this.checkBox6.Size = new System.Drawing.Size(229, 29);
  372. this.checkBox6.TabIndex = 0;
  373. this.checkBox6.Text = "Enable LIMS Connection";
  374. this.checkBox6.UseVisualStyleBackColor = true;
  375. //
  376. // label8
  377. //
  378. this.label8.AutoSize = true;
  379. this.label8.Location = new System.Drawing.Point(11, 77);
  380. this.label8.Name = "label8";
  381. this.label8.Size = new System.Drawing.Size(146, 25);
  382. this.label8.TabIndex = 17;
  383. this.label8.Text = "LIMS Connection";
  384. //
  385. // textBox6
  386. //
  387. this.textBox6.Location = new System.Drawing.Point(207, 74);
  388. this.textBox6.Name = "textBox6";
  389. this.textBox6.Size = new System.Drawing.Size(239, 31);
  390. this.textBox6.TabIndex = 18;
  391. //
  392. // SettingsDialog
  393. //
  394. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
  395. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  396. this.ClientSize = new System.Drawing.Size(939, 443);
  397. this.Controls.Add(this.groupBox4);
  398. this.Controls.Add(this.groupBox3);
  399. this.Controls.Add(this.groupBox2);
  400. this.Controls.Add(this.groupBox1);
  401. this.Controls.Add(this.button5);
  402. this.Controls.Add(this.button4);
  403. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  404. this.Name = "SettingsDialog";
  405. this.Text = "SettingsDialog";
  406. this.Load += new System.EventHandler(this.SettingsDialog_Load);
  407. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  408. this.groupBox1.ResumeLayout(false);
  409. this.groupBox1.PerformLayout();
  410. this.groupBox2.ResumeLayout(false);
  411. this.groupBox2.PerformLayout();
  412. this.groupBox3.ResumeLayout(false);
  413. this.groupBox3.PerformLayout();
  414. this.groupBox4.ResumeLayout(false);
  415. this.groupBox4.PerformLayout();
  416. this.ResumeLayout(false);
  417. }
  418. #endregion
  419. private Label label1;
  420. private Label label2;
  421. private Label label3;
  422. private Label label4;
  423. private Label label5;
  424. private Label label6;
  425. private NumericUpDown numericUpDown1;
  426. private TextBox textBox1;
  427. private TextBox textBox2;
  428. private TextBox textBox3;
  429. private TextBox textBox4;
  430. private ComboBox comboBox1;
  431. private Button button1;
  432. private Button button2;
  433. private Button button3;
  434. private Button button4;
  435. private Button button5;
  436. private FolderBrowserDialog folderBrowserDialog1;
  437. private GroupBox groupBox1;
  438. private TextBox textBox5;
  439. private Label label7;
  440. private GroupBox groupBox2;
  441. private CheckBox checkBox1;
  442. private GroupBox groupBox3;
  443. private CheckBox checkBox5;
  444. private CheckBox checkBox4;
  445. private CheckBox checkBox3;
  446. private CheckBox checkBox2;
  447. private GroupBox groupBox4;
  448. private TextBox textBox6;
  449. private Label label8;
  450. private CheckBox checkBox6;
  451. }
  452. }