frmBCRegulate.Designer.cs 18 KB

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