frmReMeasure.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. 
  2. namespace OTSIncAReportApp._1_UI
  3. {
  4. partial class frmReMeasure
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.LB_IMGSCANSPEED = new System.Windows.Forms.Label();
  31. this.LB_XRAYSCANMODE = new System.Windows.Forms.Label();
  32. this.LB_SCANTIME = new System.Windows.Forms.Label();
  33. this.NUD_SCANTIME = new System.Windows.Forms.NumericUpDown();
  34. this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
  35. this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
  36. this.LB_NEWMAG = new System.Windows.Forms.Label();
  37. this.NUD_MAG = new System.Windows.Forms.NumericUpDown();
  38. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  39. this.BTN_YES = new System.Windows.Forms.Button();
  40. this.BTN_NO = new System.Windows.Forms.Button();
  41. this.LB_OLDMAG = new System.Windows.Forms.Label();
  42. this.LB_OLDMAGVALUE = new System.Windows.Forms.Label();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.pictureBox_part = new System.Windows.Forms.PictureBox();
  45. this.bgw_process = new System.ComponentModel.BackgroundWorker();
  46. this.progressBar_process = new System.Windows.Forms.ProgressBar();
  47. this.label_process = new System.Windows.Forms.Label();
  48. this.richTextBox_process = new System.Windows.Forms.RichTextBox();
  49. this.groupBox2 = new System.Windows.Forms.GroupBox();
  50. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  51. this.groupBox3 = new System.Windows.Forms.GroupBox();
  52. this.tableLayoutPanel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.NUD_MAG)).BeginInit();
  55. this.tableLayoutPanel3.SuspendLayout();
  56. this.groupBox1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).BeginInit();
  58. this.groupBox2.SuspendLayout();
  59. this.tableLayoutPanel2.SuspendLayout();
  60. this.groupBox3.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // tableLayoutPanel1
  64. //
  65. this.tableLayoutPanel1.ColumnCount = 2;
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 61.76471F));
  67. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.23529F));
  68. this.tableLayoutPanel1.Controls.Add(this.LB_IMGSCANSPEED, 0, 0);
  69. this.tableLayoutPanel1.Controls.Add(this.LB_XRAYSCANMODE, 0, 3);
  70. this.tableLayoutPanel1.Controls.Add(this.LB_SCANTIME, 0, 4);
  71. this.tableLayoutPanel1.Controls.Add(this.NUD_SCANTIME, 1, 4);
  72. this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_IMGSCANSPEED, 1, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_XRAYSCANMODE, 1, 3);
  74. this.tableLayoutPanel1.Controls.Add(this.LB_NEWMAG, 0, 2);
  75. this.tableLayoutPanel1.Controls.Add(this.NUD_MAG, 1, 2);
  76. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 5);
  77. this.tableLayoutPanel1.Controls.Add(this.LB_OLDMAG, 0, 1);
  78. this.tableLayoutPanel1.Controls.Add(this.LB_OLDMAGVALUE, 1, 1);
  79. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 17);
  81. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  82. this.tableLayoutPanel1.RowCount = 6;
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  85. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  86. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  87. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  88. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  89. this.tableLayoutPanel1.Size = new System.Drawing.Size(238, 395);
  90. this.tableLayoutPanel1.TabIndex = 0;
  91. //
  92. // LB_IMGSCANSPEED
  93. //
  94. this.LB_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
  95. this.LB_IMGSCANSPEED.AutoSize = true;
  96. this.LB_IMGSCANSPEED.Location = new System.Drawing.Point(29, 26);
  97. this.LB_IMGSCANSPEED.Name = "LB_IMGSCANSPEED";
  98. this.LB_IMGSCANSPEED.Size = new System.Drawing.Size(89, 12);
  99. this.LB_IMGSCANSPEED.TabIndex = 0;
  100. this.LB_IMGSCANSPEED.Text = "图像扫描精度:";
  101. //
  102. // LB_XRAYSCANMODE
  103. //
  104. this.LB_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
  105. this.LB_XRAYSCANMODE.AutoSize = true;
  106. this.LB_XRAYSCANMODE.Location = new System.Drawing.Point(29, 221);
  107. this.LB_XRAYSCANMODE.Name = "LB_XRAYSCANMODE";
  108. this.LB_XRAYSCANMODE.Size = new System.Drawing.Size(89, 12);
  109. this.LB_XRAYSCANMODE.TabIndex = 0;
  110. this.LB_XRAYSCANMODE.Text = "颗粒扫描方式:";
  111. //
  112. // LB_SCANTIME
  113. //
  114. this.LB_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
  115. this.LB_SCANTIME.AutoSize = true;
  116. this.LB_SCANTIME.Location = new System.Drawing.Point(5, 286);
  117. this.LB_SCANTIME.Name = "LB_SCANTIME";
  118. this.LB_SCANTIME.Size = new System.Drawing.Size(137, 12);
  119. this.LB_SCANTIME.TabIndex = 0;
  120. this.LB_SCANTIME.Text = "颗粒扫描时间(毫秒):";
  121. //
  122. // NUD_SCANTIME
  123. //
  124. this.NUD_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
  125. this.NUD_SCANTIME.Location = new System.Drawing.Point(150, 282);
  126. this.NUD_SCANTIME.Maximum = new decimal(new int[] {
  127. 1000000,
  128. 0,
  129. 0,
  130. 0});
  131. this.NUD_SCANTIME.Minimum = new decimal(new int[] {
  132. 1,
  133. 0,
  134. 0,
  135. 0});
  136. this.NUD_SCANTIME.Name = "NUD_SCANTIME";
  137. this.NUD_SCANTIME.Size = new System.Drawing.Size(85, 21);
  138. this.NUD_SCANTIME.TabIndex = 2;
  139. this.NUD_SCANTIME.Value = new decimal(new int[] {
  140. 1000,
  141. 0,
  142. 0,
  143. 0});
  144. //
  145. // IDC_COMBO_IMGSCANSPEED
  146. //
  147. this.IDC_COMBO_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
  148. this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  149. this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
  150. this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(150, 22);
  151. this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
  152. this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(85, 20);
  153. this.IDC_COMBO_IMGSCANSPEED.TabIndex = 3;
  154. //
  155. // IDC_COMBO_XRAYSCANMODE
  156. //
  157. this.IDC_COMBO_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
  158. this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  159. this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
  160. this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(150, 217);
  161. this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
  162. this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(85, 20);
  163. this.IDC_COMBO_XRAYSCANMODE.TabIndex = 3;
  164. //
  165. // LB_NEWMAG
  166. //
  167. this.LB_NEWMAG.Anchor = System.Windows.Forms.AnchorStyles.None;
  168. this.LB_NEWMAG.AutoSize = true;
  169. this.LB_NEWMAG.Location = new System.Drawing.Point(35, 156);
  170. this.LB_NEWMAG.Name = "LB_NEWMAG";
  171. this.LB_NEWMAG.Size = new System.Drawing.Size(77, 12);
  172. this.LB_NEWMAG.TabIndex = 0;
  173. this.LB_NEWMAG.Text = "新放大倍数:";
  174. //
  175. // NUD_MAG
  176. //
  177. this.NUD_MAG.Anchor = System.Windows.Forms.AnchorStyles.None;
  178. this.NUD_MAG.DecimalPlaces = 2;
  179. this.NUD_MAG.Location = new System.Drawing.Point(150, 152);
  180. this.NUD_MAG.Maximum = new decimal(new int[] {
  181. 1000000,
  182. 0,
  183. 0,
  184. 0});
  185. this.NUD_MAG.Minimum = new decimal(new int[] {
  186. 100,
  187. 0,
  188. 0,
  189. 0});
  190. this.NUD_MAG.Name = "NUD_MAG";
  191. this.NUD_MAG.Size = new System.Drawing.Size(85, 21);
  192. this.NUD_MAG.TabIndex = 2;
  193. this.NUD_MAG.Value = new decimal(new int[] {
  194. 200,
  195. 0,
  196. 0,
  197. 0});
  198. //
  199. // tableLayoutPanel3
  200. //
  201. this.tableLayoutPanel3.ColumnCount = 2;
  202. this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel3, 2);
  203. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  204. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  205. this.tableLayoutPanel3.Controls.Add(this.BTN_YES, 1, 0);
  206. this.tableLayoutPanel3.Controls.Add(this.BTN_NO, 0, 0);
  207. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 328);
  209. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  210. this.tableLayoutPanel3.RowCount = 1;
  211. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  212. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
  213. this.tableLayoutPanel3.Size = new System.Drawing.Size(232, 64);
  214. this.tableLayoutPanel3.TabIndex = 4;
  215. //
  216. // BTN_YES
  217. //
  218. this.BTN_YES.Anchor = System.Windows.Forms.AnchorStyles.None;
  219. this.BTN_YES.Location = new System.Drawing.Point(131, 16);
  220. this.BTN_YES.Name = "BTN_YES";
  221. this.BTN_YES.Size = new System.Drawing.Size(85, 31);
  222. this.BTN_YES.TabIndex = 1;
  223. this.BTN_YES.Text = "开始采集";
  224. this.BTN_YES.UseVisualStyleBackColor = true;
  225. this.BTN_YES.Click += new System.EventHandler(this.BTN_YES_Click);
  226. //
  227. // BTN_NO
  228. //
  229. this.BTN_NO.Anchor = System.Windows.Forms.AnchorStyles.None;
  230. this.BTN_NO.Location = new System.Drawing.Point(15, 16);
  231. this.BTN_NO.Name = "BTN_NO";
  232. this.BTN_NO.Size = new System.Drawing.Size(85, 31);
  233. this.BTN_NO.TabIndex = 1;
  234. this.BTN_NO.Text = "返回";
  235. this.BTN_NO.UseVisualStyleBackColor = true;
  236. this.BTN_NO.Click += new System.EventHandler(this.BTN_NO_Click);
  237. //
  238. // LB_OLDMAG
  239. //
  240. this.LB_OLDMAG.Anchor = System.Windows.Forms.AnchorStyles.None;
  241. this.LB_OLDMAG.AutoSize = true;
  242. this.LB_OLDMAG.Location = new System.Drawing.Point(35, 91);
  243. this.LB_OLDMAG.Name = "LB_OLDMAG";
  244. this.LB_OLDMAG.Size = new System.Drawing.Size(77, 12);
  245. this.LB_OLDMAG.TabIndex = 0;
  246. this.LB_OLDMAG.Text = "原放大倍数:";
  247. //
  248. // LB_OLDMAGVALUE
  249. //
  250. this.LB_OLDMAGVALUE.Anchor = System.Windows.Forms.AnchorStyles.None;
  251. this.LB_OLDMAGVALUE.AutoSize = true;
  252. this.LB_OLDMAGVALUE.Location = new System.Drawing.Point(181, 91);
  253. this.LB_OLDMAGVALUE.Name = "LB_OLDMAGVALUE";
  254. this.LB_OLDMAGVALUE.Size = new System.Drawing.Size(23, 12);
  255. this.LB_OLDMAGVALUE.TabIndex = 5;
  256. this.LB_OLDMAGVALUE.Text = "100";
  257. //
  258. // groupBox1
  259. //
  260. this.groupBox1.Controls.Add(this.pictureBox_part);
  261. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  262. this.groupBox1.Name = "groupBox1";
  263. this.groupBox1.Size = new System.Drawing.Size(468, 415);
  264. this.groupBox1.TabIndex = 1;
  265. this.groupBox1.TabStop = false;
  266. this.groupBox1.Text = "颗粒图片";
  267. //
  268. // pictureBox_part
  269. //
  270. this.pictureBox_part.Dock = System.Windows.Forms.DockStyle.Fill;
  271. this.pictureBox_part.Location = new System.Drawing.Point(3, 17);
  272. this.pictureBox_part.Name = "pictureBox_part";
  273. this.pictureBox_part.Size = new System.Drawing.Size(462, 395);
  274. this.pictureBox_part.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  275. this.pictureBox_part.TabIndex = 0;
  276. this.pictureBox_part.TabStop = false;
  277. //
  278. // bgw_process
  279. //
  280. this.bgw_process.WorkerReportsProgress = true;
  281. this.bgw_process.WorkerSupportsCancellation = true;
  282. this.bgw_process.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgw_process_DoWork);
  283. this.bgw_process.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgw_process_ProgressChanged);
  284. //
  285. // progressBar_process
  286. //
  287. this.progressBar_process.Anchor = System.Windows.Forms.AnchorStyles.None;
  288. this.progressBar_process.Location = new System.Drawing.Point(87, 7);
  289. this.progressBar_process.Name = "progressBar_process";
  290. this.progressBar_process.Size = new System.Drawing.Size(152, 23);
  291. this.progressBar_process.TabIndex = 2;
  292. //
  293. // label_process
  294. //
  295. this.label_process.Anchor = System.Windows.Forms.AnchorStyles.None;
  296. this.label_process.AutoSize = true;
  297. this.label_process.Location = new System.Drawing.Point(36, 12);
  298. this.label_process.Name = "label_process";
  299. this.label_process.Size = new System.Drawing.Size(11, 12);
  300. this.label_process.TabIndex = 3;
  301. this.label_process.Text = "-";
  302. //
  303. // richTextBox_process
  304. //
  305. this.tableLayoutPanel2.SetColumnSpan(this.richTextBox_process, 2);
  306. this.richTextBox_process.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.richTextBox_process.Location = new System.Drawing.Point(3, 40);
  308. this.richTextBox_process.Name = "richTextBox_process";
  309. this.richTextBox_process.Size = new System.Drawing.Size(236, 352);
  310. this.richTextBox_process.TabIndex = 4;
  311. this.richTextBox_process.Text = "";
  312. //
  313. // groupBox2
  314. //
  315. this.groupBox2.Controls.Add(this.tableLayoutPanel2);
  316. this.groupBox2.Location = new System.Drawing.Point(486, 12);
  317. this.groupBox2.Name = "groupBox2";
  318. this.groupBox2.Size = new System.Drawing.Size(248, 415);
  319. this.groupBox2.TabIndex = 5;
  320. this.groupBox2.TabStop = false;
  321. this.groupBox2.Text = "测量状态";
  322. //
  323. // tableLayoutPanel2
  324. //
  325. this.tableLayoutPanel2.ColumnCount = 2;
  326. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.84848F));
  327. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65.15151F));
  328. this.tableLayoutPanel2.Controls.Add(this.label_process, 0, 0);
  329. this.tableLayoutPanel2.Controls.Add(this.richTextBox_process, 0, 1);
  330. this.tableLayoutPanel2.Controls.Add(this.progressBar_process, 1, 0);
  331. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 17);
  333. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  334. this.tableLayoutPanel2.RowCount = 2;
  335. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.620254F));
  336. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.37975F));
  337. this.tableLayoutPanel2.Size = new System.Drawing.Size(242, 395);
  338. this.tableLayoutPanel2.TabIndex = 0;
  339. //
  340. // groupBox3
  341. //
  342. this.groupBox3.Controls.Add(this.tableLayoutPanel1);
  343. this.groupBox3.Location = new System.Drawing.Point(737, 12);
  344. this.groupBox3.Name = "groupBox3";
  345. this.groupBox3.Size = new System.Drawing.Size(244, 415);
  346. this.groupBox3.TabIndex = 6;
  347. this.groupBox3.TabStop = false;
  348. this.groupBox3.Text = "测量参数";
  349. //
  350. // frmReMeasure
  351. //
  352. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  353. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  354. this.ClientSize = new System.Drawing.Size(993, 439);
  355. this.Controls.Add(this.groupBox3);
  356. this.Controls.Add(this.groupBox2);
  357. this.Controls.Add(this.groupBox1);
  358. this.MaximizeBox = false;
  359. this.MinimizeBox = false;
  360. this.Name = "frmReMeasure";
  361. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  362. this.Text = "二次采集";
  363. this.Load += new System.EventHandler(this.frmReMeasure_Load);
  364. this.tableLayoutPanel1.ResumeLayout(false);
  365. this.tableLayoutPanel1.PerformLayout();
  366. ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.NUD_MAG)).EndInit();
  368. this.tableLayoutPanel3.ResumeLayout(false);
  369. this.groupBox1.ResumeLayout(false);
  370. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).EndInit();
  371. this.groupBox2.ResumeLayout(false);
  372. this.tableLayoutPanel2.ResumeLayout(false);
  373. this.tableLayoutPanel2.PerformLayout();
  374. this.groupBox3.ResumeLayout(false);
  375. this.ResumeLayout(false);
  376. }
  377. #endregion
  378. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  379. private System.Windows.Forms.Label LB_IMGSCANSPEED;
  380. private System.Windows.Forms.Label LB_XRAYSCANMODE;
  381. private System.Windows.Forms.Label LB_SCANTIME;
  382. private System.Windows.Forms.Button BTN_NO;
  383. private System.Windows.Forms.Button BTN_YES;
  384. private System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
  385. private System.Windows.Forms.NumericUpDown NUD_SCANTIME;
  386. private System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
  387. private System.Windows.Forms.GroupBox groupBox1;
  388. private System.Windows.Forms.Label LB_NEWMAG;
  389. private System.Windows.Forms.NumericUpDown NUD_MAG;
  390. private System.ComponentModel.BackgroundWorker bgw_process;
  391. private System.Windows.Forms.ProgressBar progressBar_process;
  392. private System.Windows.Forms.Label label_process;
  393. private System.Windows.Forms.RichTextBox richTextBox_process;
  394. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  395. private System.Windows.Forms.GroupBox groupBox2;
  396. private System.Windows.Forms.GroupBox groupBox3;
  397. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  398. private System.Windows.Forms.PictureBox pictureBox_part;
  399. private System.Windows.Forms.Label LB_OLDMAG;
  400. private System.Windows.Forms.Label LB_OLDMAGVALUE;
  401. }
  402. }