frmBCRegulate.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. namespace OTSMeasureApp._5_OTSMeasureStatuImageFun
  2. {
  3. partial class frmBCRegulate
  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. this.txtstdpos = new System.Windows.Forms.TextBox();
  29. this.cbobrele = new System.Windows.Forms.ComboBox();
  30. this.txtbrvalue = new System.Windows.Forms.TextBox();
  31. this.txtdarkvalue = new System.Windows.Forms.TextBox();
  32. this.cbodarkele = new System.Windows.Forms.ComboBox();
  33. this.txtinitbr = new System.Windows.Forms.TextBox();
  34. this.txtinitcontrast = new System.Windows.Forms.TextBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.EnableAutoBC = new System.Windows.Forms.CheckBox();
  45. this.txtMag = new System.Windows.Forms.TextBox();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.button4 = new System.Windows.Forms.Button();
  48. this.button5 = new System.Windows.Forms.Button();
  49. this.button6 = new System.Windows.Forms.Button();
  50. this.button7 = new System.Windows.Forms.Button();
  51. this.button8 = new System.Windows.Forms.Button();
  52. this.groupBox2 = new System.Windows.Forms.GroupBox();
  53. this.label7 = new System.Windows.Forms.Label();
  54. this.txtperiod = new System.Windows.Forms.TextBox();
  55. this.radiobtnEverySample = new System.Windows.Forms.RadioButton();
  56. this.radiobtnEveryPeriod = new System.Windows.Forms.RadioButton();
  57. this.txtWD = new System.Windows.Forms.TextBox();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.label9 = new System.Windows.Forms.Label();
  60. this.groupBox2.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // txtstdpos
  64. //
  65. this.txtstdpos.Location = new System.Drawing.Point(161, 36);
  66. this.txtstdpos.Name = "txtstdpos";
  67. this.txtstdpos.Size = new System.Drawing.Size(75, 21);
  68. this.txtstdpos.TabIndex = 0;
  69. //
  70. // cbobrele
  71. //
  72. this.cbobrele.FormattingEnabled = true;
  73. this.cbobrele.Items.AddRange(new object[] {
  74. "C",
  75. "Al",
  76. "Fe",
  77. "Cu",
  78. "Zn"});
  79. this.cbobrele.Location = new System.Drawing.Point(162, 104);
  80. this.cbobrele.Name = "cbobrele";
  81. this.cbobrele.Size = new System.Drawing.Size(55, 20);
  82. this.cbobrele.TabIndex = 1;
  83. //
  84. // txtbrvalue
  85. //
  86. this.txtbrvalue.Location = new System.Drawing.Point(223, 104);
  87. this.txtbrvalue.Name = "txtbrvalue";
  88. this.txtbrvalue.Size = new System.Drawing.Size(84, 21);
  89. this.txtbrvalue.TabIndex = 2;
  90. //
  91. // txtdarkvalue
  92. //
  93. this.txtdarkvalue.Location = new System.Drawing.Point(223, 78);
  94. this.txtdarkvalue.Name = "txtdarkvalue";
  95. this.txtdarkvalue.Size = new System.Drawing.Size(84, 21);
  96. this.txtdarkvalue.TabIndex = 3;
  97. //
  98. // cbodarkele
  99. //
  100. this.cbodarkele.FormattingEnabled = true;
  101. this.cbodarkele.Items.AddRange(new object[] {
  102. "C",
  103. "Al",
  104. "Fe",
  105. "Cu"});
  106. this.cbodarkele.Location = new System.Drawing.Point(162, 79);
  107. this.cbodarkele.Name = "cbodarkele";
  108. this.cbodarkele.Size = new System.Drawing.Size(55, 20);
  109. this.cbodarkele.TabIndex = 4;
  110. //
  111. // txtinitbr
  112. //
  113. this.txtinitbr.Location = new System.Drawing.Point(162, 179);
  114. this.txtinitbr.Name = "txtinitbr";
  115. this.txtinitbr.Size = new System.Drawing.Size(145, 21);
  116. this.txtinitbr.TabIndex = 5;
  117. //
  118. // txtinitcontrast
  119. //
  120. this.txtinitcontrast.Location = new System.Drawing.Point(162, 213);
  121. this.txtinitcontrast.Name = "txtinitcontrast";
  122. this.txtinitcontrast.Size = new System.Drawing.Size(144, 21);
  123. this.txtinitcontrast.TabIndex = 6;
  124. //
  125. // button1
  126. //
  127. this.button1.Location = new System.Drawing.Point(313, 38);
  128. this.button1.Name = "button1";
  129. this.button1.Size = new System.Drawing.Size(62, 19);
  130. this.button1.TabIndex = 7;
  131. this.button1.Text = "Read";
  132. this.button1.UseVisualStyleBackColor = true;
  133. this.button1.Click += new System.EventHandler(this.button1_Click);
  134. //
  135. // label1
  136. //
  137. this.label1.AutoSize = true;
  138. this.label1.Location = new System.Drawing.Point(89, 41);
  139. this.label1.Name = "label1";
  140. this.label1.Size = new System.Drawing.Size(53, 12);
  141. this.label1.TabIndex = 8;
  142. this.label1.Text = "Location";
  143. //
  144. // label2
  145. //
  146. this.label2.AutoSize = true;
  147. this.label2.Location = new System.Drawing.Point(93, 104);
  148. this.label2.Name = "label2";
  149. this.label2.Size = new System.Drawing.Size(41, 12);
  150. this.label2.TabIndex = 8;
  151. this.label2.Text = "Bright";
  152. //
  153. // label3
  154. //
  155. this.label3.AutoSize = true;
  156. this.label3.Location = new System.Drawing.Point(93, 78);
  157. this.label3.Name = "label3";
  158. this.label3.Size = new System.Drawing.Size(29, 12);
  159. this.label3.TabIndex = 8;
  160. this.label3.Text = "Dark";
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Location = new System.Drawing.Point(67, 182);
  166. this.label4.Name = "label4";
  167. this.label4.Size = new System.Drawing.Size(77, 12);
  168. this.label4.TabIndex = 9;
  169. this.label4.Text = "InitalBright";
  170. //
  171. // label5
  172. //
  173. this.label5.AutoSize = true;
  174. this.label5.Location = new System.Drawing.Point(67, 216);
  175. this.label5.Name = "label5";
  176. this.label5.Size = new System.Drawing.Size(89, 12);
  177. this.label5.TabIndex = 9;
  178. this.label5.Text = "InitalContrast";
  179. //
  180. // button2
  181. //
  182. this.button2.Location = new System.Drawing.Point(69, 265);
  183. this.button2.Name = "button2";
  184. this.button2.Size = new System.Drawing.Size(124, 42);
  185. this.button2.TabIndex = 10;
  186. this.button2.Text = "AutoBrightContrast";
  187. this.button2.UseVisualStyleBackColor = true;
  188. this.button2.Click += new System.EventHandler(this.button2_Click);
  189. //
  190. // groupBox1
  191. //
  192. this.groupBox1.Location = new System.Drawing.Point(12, 249);
  193. this.groupBox1.Name = "groupBox1";
  194. this.groupBox1.Size = new System.Drawing.Size(453, 10);
  195. this.groupBox1.TabIndex = 11;
  196. this.groupBox1.TabStop = false;
  197. //
  198. // button3
  199. //
  200. this.button3.Location = new System.Drawing.Point(347, 445);
  201. this.button3.Name = "button3";
  202. this.button3.Size = new System.Drawing.Size(109, 35);
  203. this.button3.TabIndex = 12;
  204. this.button3.Text = "Record";
  205. this.button3.UseVisualStyleBackColor = true;
  206. this.button3.Click += new System.EventHandler(this.button3_Click);
  207. //
  208. // EnableAutoBC
  209. //
  210. this.EnableAutoBC.AutoSize = true;
  211. this.EnableAutoBC.Location = new System.Drawing.Point(10, 20);
  212. this.EnableAutoBC.Name = "EnableAutoBC";
  213. this.EnableAutoBC.Size = new System.Drawing.Size(96, 16);
  214. this.EnableAutoBC.TabIndex = 13;
  215. this.EnableAutoBC.Text = "EnableAutoBC";
  216. this.EnableAutoBC.UseVisualStyleBackColor = true;
  217. //
  218. // txtMag
  219. //
  220. this.txtMag.Location = new System.Drawing.Point(162, 143);
  221. this.txtMag.Name = "txtMag";
  222. this.txtMag.Size = new System.Drawing.Size(144, 21);
  223. this.txtMag.TabIndex = 14;
  224. //
  225. // label6
  226. //
  227. this.label6.AutoSize = true;
  228. this.label6.Location = new System.Drawing.Point(95, 143);
  229. this.label6.Name = "label6";
  230. this.label6.Size = new System.Drawing.Size(23, 12);
  231. this.label6.TabIndex = 15;
  232. this.label6.Text = "Mag";
  233. //
  234. // button4
  235. //
  236. this.button4.Location = new System.Drawing.Point(313, 95);
  237. this.button4.Name = "button4";
  238. this.button4.Size = new System.Drawing.Size(60, 21);
  239. this.button4.TabIndex = 16;
  240. this.button4.Text = "Read";
  241. this.button4.UseVisualStyleBackColor = true;
  242. this.button4.Click += new System.EventHandler(this.button4_Click);
  243. //
  244. // button5
  245. //
  246. this.button5.Location = new System.Drawing.Point(315, 192);
  247. this.button5.Name = "button5";
  248. this.button5.Size = new System.Drawing.Size(60, 21);
  249. this.button5.TabIndex = 17;
  250. this.button5.Text = "Read";
  251. this.button5.UseVisualStyleBackColor = true;
  252. this.button5.Click += new System.EventHandler(this.button5_Click);
  253. //
  254. // button6
  255. //
  256. this.button6.Location = new System.Drawing.Point(381, 191);
  257. this.button6.Name = "button6";
  258. this.button6.Size = new System.Drawing.Size(57, 22);
  259. this.button6.TabIndex = 18;
  260. this.button6.Text = "write";
  261. this.button6.UseVisualStyleBackColor = true;
  262. this.button6.Click += new System.EventHandler(this.button6_Click);
  263. //
  264. // button7
  265. //
  266. this.button7.Location = new System.Drawing.Point(381, 38);
  267. this.button7.Name = "button7";
  268. this.button7.Size = new System.Drawing.Size(57, 19);
  269. this.button7.TabIndex = 19;
  270. this.button7.Text = "GOTO";
  271. this.button7.UseVisualStyleBackColor = true;
  272. this.button7.Click += new System.EventHandler(this.button7_Click);
  273. //
  274. // button8
  275. //
  276. this.button8.Location = new System.Drawing.Point(199, 266);
  277. this.button8.Name = "button8";
  278. this.button8.Size = new System.Drawing.Size(124, 42);
  279. this.button8.TabIndex = 20;
  280. this.button8.Text = "stop";
  281. this.button8.UseVisualStyleBackColor = true;
  282. this.button8.Click += new System.EventHandler(this.button8_Click);
  283. //
  284. // groupBox2
  285. //
  286. this.groupBox2.Controls.Add(this.label7);
  287. this.groupBox2.Controls.Add(this.txtperiod);
  288. this.groupBox2.Controls.Add(this.radiobtnEverySample);
  289. this.groupBox2.Controls.Add(this.radiobtnEveryPeriod);
  290. this.groupBox2.Controls.Add(this.EnableAutoBC);
  291. this.groupBox2.Location = new System.Drawing.Point(12, 313);
  292. this.groupBox2.Name = "groupBox2";
  293. this.groupBox2.Size = new System.Drawing.Size(470, 113);
  294. this.groupBox2.TabIndex = 21;
  295. this.groupBox2.TabStop = false;
  296. this.groupBox2.Text = "Strategy";
  297. //
  298. // label7
  299. //
  300. this.label7.AutoSize = true;
  301. this.label7.Location = new System.Drawing.Point(227, 54);
  302. this.label7.Name = "label7";
  303. this.label7.Size = new System.Drawing.Size(41, 12);
  304. this.label7.TabIndex = 17;
  305. this.label7.Text = "minute";
  306. //
  307. // txtperiod
  308. //
  309. this.txtperiod.Location = new System.Drawing.Point(119, 52);
  310. this.txtperiod.Name = "txtperiod";
  311. this.txtperiod.Size = new System.Drawing.Size(99, 21);
  312. this.txtperiod.TabIndex = 16;
  313. //
  314. // radiobtnEverySample
  315. //
  316. this.radiobtnEverySample.AutoSize = true;
  317. this.radiobtnEverySample.Location = new System.Drawing.Point(10, 91);
  318. this.radiobtnEverySample.Name = "radiobtnEverySample";
  319. this.radiobtnEverySample.Size = new System.Drawing.Size(95, 16);
  320. this.radiobtnEverySample.TabIndex = 15;
  321. this.radiobtnEverySample.TabStop = true;
  322. this.radiobtnEverySample.Text = "Every Sample";
  323. this.radiobtnEverySample.UseVisualStyleBackColor = true;
  324. //
  325. // radiobtnEveryPeriod
  326. //
  327. this.radiobtnEveryPeriod.AutoSize = true;
  328. this.radiobtnEveryPeriod.Location = new System.Drawing.Point(10, 53);
  329. this.radiobtnEveryPeriod.Name = "radiobtnEveryPeriod";
  330. this.radiobtnEveryPeriod.Size = new System.Drawing.Size(95, 16);
  331. this.radiobtnEveryPeriod.TabIndex = 14;
  332. this.radiobtnEveryPeriod.TabStop = true;
  333. this.radiobtnEveryPeriod.Text = "Every Period";
  334. this.radiobtnEveryPeriod.UseVisualStyleBackColor = true;
  335. //
  336. // txtWD
  337. //
  338. this.txtWD.Location = new System.Drawing.Point(271, 38);
  339. this.txtWD.Name = "txtWD";
  340. this.txtWD.Size = new System.Drawing.Size(35, 21);
  341. this.txtWD.TabIndex = 22;
  342. //
  343. // label8
  344. //
  345. this.label8.AutoSize = true;
  346. this.label8.Location = new System.Drawing.Point(242, 41);
  347. this.label8.Name = "label8";
  348. this.label8.Size = new System.Drawing.Size(23, 12);
  349. this.label8.TabIndex = 23;
  350. this.label8.Text = "WD:";
  351. //
  352. // label9
  353. //
  354. this.label9.AutoSize = true;
  355. this.label9.ForeColor = System.Drawing.Color.Red;
  356. this.label9.Location = new System.Drawing.Point(334, 280);
  357. this.label9.Name = "label9";
  358. this.label9.Size = new System.Drawing.Size(83, 12);
  359. this.label9.TabIndex = 24;
  360. this.label9.Text = "working state";
  361. //
  362. // frmBCRegulate
  363. //
  364. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  365. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  366. this.ClientSize = new System.Drawing.Size(494, 492);
  367. this.Controls.Add(this.label9);
  368. this.Controls.Add(this.label8);
  369. this.Controls.Add(this.txtWD);
  370. this.Controls.Add(this.groupBox2);
  371. this.Controls.Add(this.button8);
  372. this.Controls.Add(this.button7);
  373. this.Controls.Add(this.button6);
  374. this.Controls.Add(this.button5);
  375. this.Controls.Add(this.button4);
  376. this.Controls.Add(this.label6);
  377. this.Controls.Add(this.txtMag);
  378. this.Controls.Add(this.button3);
  379. this.Controls.Add(this.groupBox1);
  380. this.Controls.Add(this.button2);
  381. this.Controls.Add(this.label5);
  382. this.Controls.Add(this.label4);
  383. this.Controls.Add(this.label3);
  384. this.Controls.Add(this.label2);
  385. this.Controls.Add(this.label1);
  386. this.Controls.Add(this.button1);
  387. this.Controls.Add(this.txtinitcontrast);
  388. this.Controls.Add(this.txtinitbr);
  389. this.Controls.Add(this.cbodarkele);
  390. this.Controls.Add(this.txtdarkvalue);
  391. this.Controls.Add(this.txtbrvalue);
  392. this.Controls.Add(this.cbobrele);
  393. this.Controls.Add(this.txtstdpos);
  394. this.Name = "frmBCRegulate";
  395. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  396. this.Text = "frmBCRegulate";
  397. this.Load += new System.EventHandler(this.frmBCRegulate_Load_1);
  398. this.groupBox2.ResumeLayout(false);
  399. this.groupBox2.PerformLayout();
  400. this.ResumeLayout(false);
  401. this.PerformLayout();
  402. }
  403. #endregion
  404. private System.Windows.Forms.TextBox txtstdpos;
  405. private System.Windows.Forms.ComboBox cbobrele;
  406. private System.Windows.Forms.TextBox txtbrvalue;
  407. private System.Windows.Forms.TextBox txtdarkvalue;
  408. private System.Windows.Forms.ComboBox cbodarkele;
  409. private System.Windows.Forms.TextBox txtinitbr;
  410. private System.Windows.Forms.TextBox txtinitcontrast;
  411. private System.Windows.Forms.Button button1;
  412. private System.Windows.Forms.Label label1;
  413. private System.Windows.Forms.Label label2;
  414. private System.Windows.Forms.Label label3;
  415. private System.Windows.Forms.Label label4;
  416. private System.Windows.Forms.Label label5;
  417. private System.Windows.Forms.Button button2;
  418. private System.Windows.Forms.GroupBox groupBox1;
  419. private System.Windows.Forms.Button button3;
  420. private System.Windows.Forms.CheckBox EnableAutoBC;
  421. private System.Windows.Forms.TextBox txtMag;
  422. private System.Windows.Forms.Label label6;
  423. private System.Windows.Forms.Button button4;
  424. private System.Windows.Forms.Button button5;
  425. private System.Windows.Forms.Button button6;
  426. private System.Windows.Forms.Button button7;
  427. private System.Windows.Forms.Button button8;
  428. private System.Windows.Forms.GroupBox groupBox2;
  429. private System.Windows.Forms.TextBox txtperiod;
  430. private System.Windows.Forms.RadioButton radiobtnEverySample;
  431. private System.Windows.Forms.RadioButton radiobtnEveryPeriod;
  432. private System.Windows.Forms.Label label7;
  433. private System.Windows.Forms.TextBox txtWD;
  434. private System.Windows.Forms.Label label8;
  435. private System.Windows.Forms.Label label9;
  436. }
  437. }