AutoAnalysisDialog.Designer.cs 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279
  1. 
  2. namespace Metis.AutoAnalysis
  3. {
  4. partial class AutoAnalysisDialog
  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.components = new System.ComponentModel.Container();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.grpFocus = new System.Windows.Forms.GroupBox();
  32. this.cmbFocusCount = new System.Windows.Forms.ComboBox();
  33. this.rbtFocusForecast = new System.Windows.Forms.RadioButton();
  34. this.cmbAutoFocusParm = new System.Windows.Forms.ComboBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.rbtAutoFocus = new System.Windows.Forms.RadioButton();
  37. this.rbtWithoutFocus = new System.Windows.Forms.RadioButton();
  38. this.grpStage = new System.Windows.Forms.GroupBox();
  39. this.cmbSampleStageList = new System.Windows.Forms.ComboBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.panel2 = new System.Windows.Forms.Panel();
  42. this.grpWorkOperate = new System.Windows.Forms.GroupBox();
  43. this.cmbProjuctSelect = new System.Windows.Forms.ComboBox();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.btnStop = new System.Windows.Forms.Button();
  46. this.btnStart = new System.Windows.Forms.Button();
  47. this.btnPreview = new System.Windows.Forms.Button();
  48. this.rdbReplayAll = new System.Windows.Forms.RadioButton();
  49. this.rdbOnlyCurrent = new System.Windows.Forms.RadioButton();
  50. this.rdbStratFormCurrent = new System.Windows.Forms.RadioButton();
  51. this.btnOfflineTest = new System.Windows.Forms.Button();
  52. this.panel3 = new System.Windows.Forms.Panel();
  53. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  54. this.panel7 = new System.Windows.Forms.Panel();
  55. this.grpResult = new System.Windows.Forms.GroupBox();
  56. this.pnlScanGrid = new System.Windows.Forms.Panel();
  57. this.panel6 = new System.Windows.Forms.Panel();
  58. this.grpAnalysis = new System.Windows.Forms.GroupBox();
  59. this.panel15 = new System.Windows.Forms.Panel();
  60. this.lblResult = new System.Windows.Forms.Label();
  61. this.pnlTest = new System.Windows.Forms.Panel();
  62. this.grpAiOperate = new System.Windows.Forms.GroupBox();
  63. this.chkAutoUpload = new System.Windows.Forms.CheckBox();
  64. this.btnUpData = new System.Windows.Forms.Button();
  65. this.btnReport = new System.Windows.Forms.Button();
  66. this.btnLocate = new System.Windows.Forms.Button();
  67. this.btnAnalysis = new System.Windows.Forms.Button();
  68. this.btnLookBack = new System.Windows.Forms.Button();
  69. this.grpFilePath = new System.Windows.Forms.GroupBox();
  70. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  71. this.panel13 = new System.Windows.Forms.Panel();
  72. this.panel16 = new System.Windows.Forms.Panel();
  73. this.lblDisk = new System.Windows.Forms.Label();
  74. this.lblDiskUsed = new System.Windows.Forms.Label();
  75. this.panel12 = new System.Windows.Forms.Panel();
  76. this.btnChangDir = new System.Windows.Forms.Button();
  77. this.lblDirectory = new System.Windows.Forms.Label();
  78. this.grpRange = new System.Windows.Forms.GroupBox();
  79. this.panel11 = new System.Windows.Forms.Panel();
  80. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  81. this.lblStageSize = new System.Windows.Forms.Label();
  82. this.label14 = new System.Windows.Forms.Label();
  83. this.lblImageSize = new System.Windows.Forms.Label();
  84. this.label12 = new System.Windows.Forms.Label();
  85. this.lblTotal = new System.Windows.Forms.Label();
  86. this.label10 = new System.Windows.Forms.Label();
  87. this.panel10 = new System.Windows.Forms.Panel();
  88. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  89. this.label8 = new System.Windows.Forms.Label();
  90. this.nupVertical = new System.Windows.Forms.NumericUpDown();
  91. this.label9 = new System.Windows.Forms.Label();
  92. this.label7 = new System.Windows.Forms.Label();
  93. this.label5 = new System.Windows.Forms.Label();
  94. this.nupHorizon = new System.Windows.Forms.NumericUpDown();
  95. this.cmbScanMode = new System.Windows.Forms.ComboBox();
  96. this.label6 = new System.Windows.Forms.Label();
  97. this.panel5 = new System.Windows.Forms.Panel();
  98. this.grpStageDisplay = new System.Windows.Forms.GroupBox();
  99. this.pnlStageDisplay = new System.Windows.Forms.Panel();
  100. this.panel4 = new System.Windows.Forms.Panel();
  101. this.grpStageInfo = new System.Windows.Forms.GroupBox();
  102. this.dgvStageInfo = new System.Windows.Forms.DataGridView();
  103. this.panel9 = new System.Windows.Forms.Panel();
  104. this.btnAddInfo = new System.Windows.Forms.Button();
  105. this.btnDelInfo = new System.Windows.Forms.Button();
  106. this.lblInfo = new System.Windows.Forms.Label();
  107. this.panel8 = new System.Windows.Forms.Panel();
  108. this.btnDelUser = new System.Windows.Forms.Button();
  109. this.btnAddUser = new System.Windows.Forms.Button();
  110. this.cmbUser = new System.Windows.Forms.ComboBox();
  111. this.lblUser = new System.Windows.Forms.Label();
  112. this.tmrUpdateUI = new System.Windows.Forms.Timer(this.components);
  113. this.panel1.SuspendLayout();
  114. this.grpFocus.SuspendLayout();
  115. this.grpStage.SuspendLayout();
  116. this.panel2.SuspendLayout();
  117. this.grpWorkOperate.SuspendLayout();
  118. this.panel3.SuspendLayout();
  119. this.tableLayoutPanel1.SuspendLayout();
  120. this.panel7.SuspendLayout();
  121. this.grpResult.SuspendLayout();
  122. this.panel6.SuspendLayout();
  123. this.grpAnalysis.SuspendLayout();
  124. this.panel15.SuspendLayout();
  125. this.pnlTest.SuspendLayout();
  126. this.grpAiOperate.SuspendLayout();
  127. this.grpFilePath.SuspendLayout();
  128. this.tableLayoutPanel4.SuspendLayout();
  129. this.panel13.SuspendLayout();
  130. this.panel16.SuspendLayout();
  131. this.panel12.SuspendLayout();
  132. this.grpRange.SuspendLayout();
  133. this.panel11.SuspendLayout();
  134. this.tableLayoutPanel3.SuspendLayout();
  135. this.panel10.SuspendLayout();
  136. this.tableLayoutPanel2.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.nupVertical)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.nupHorizon)).BeginInit();
  139. this.panel5.SuspendLayout();
  140. this.grpStageDisplay.SuspendLayout();
  141. this.panel4.SuspendLayout();
  142. this.grpStageInfo.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.dgvStageInfo)).BeginInit();
  144. this.panel9.SuspendLayout();
  145. this.panel8.SuspendLayout();
  146. this.SuspendLayout();
  147. //
  148. // panel1
  149. //
  150. this.panel1.Controls.Add(this.grpFocus);
  151. this.panel1.Controls.Add(this.grpStage);
  152. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  153. this.panel1.Location = new System.Drawing.Point(8, 8);
  154. this.panel1.Name = "panel1";
  155. this.panel1.Size = new System.Drawing.Size(956, 54);
  156. this.panel1.TabIndex = 1;
  157. //
  158. // grpFocus
  159. //
  160. this.grpFocus.Controls.Add(this.cmbFocusCount);
  161. this.grpFocus.Controls.Add(this.rbtFocusForecast);
  162. this.grpFocus.Controls.Add(this.cmbAutoFocusParm);
  163. this.grpFocus.Controls.Add(this.label2);
  164. this.grpFocus.Controls.Add(this.rbtAutoFocus);
  165. this.grpFocus.Controls.Add(this.rbtWithoutFocus);
  166. this.grpFocus.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.grpFocus.Location = new System.Drawing.Point(409, 0);
  168. this.grpFocus.Name = "grpFocus";
  169. this.grpFocus.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
  170. this.grpFocus.Size = new System.Drawing.Size(547, 54);
  171. this.grpFocus.TabIndex = 2;
  172. this.grpFocus.TabStop = false;
  173. this.grpFocus.Text = "聚焦设置";
  174. //
  175. // cmbFocusCount
  176. //
  177. this.cmbFocusCount.Dock = System.Windows.Forms.DockStyle.Left;
  178. this.cmbFocusCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  179. this.cmbFocusCount.Enabled = false;
  180. this.cmbFocusCount.FormattingEnabled = true;
  181. this.cmbFocusCount.Location = new System.Drawing.Point(349, 24);
  182. this.cmbFocusCount.Name = "cmbFocusCount";
  183. this.cmbFocusCount.Size = new System.Drawing.Size(74, 20);
  184. this.cmbFocusCount.TabIndex = 5;
  185. //
  186. // rbtFocusForecast
  187. //
  188. this.rbtFocusForecast.AutoSize = true;
  189. this.rbtFocusForecast.Dock = System.Windows.Forms.DockStyle.Left;
  190. this.rbtFocusForecast.Location = new System.Drawing.Point(268, 24);
  191. this.rbtFocusForecast.Name = "rbtFocusForecast";
  192. this.rbtFocusForecast.Padding = new System.Windows.Forms.Padding(10, 4, 0, 0);
  193. this.rbtFocusForecast.Size = new System.Drawing.Size(81, 20);
  194. this.rbtFocusForecast.TabIndex = 4;
  195. this.rbtFocusForecast.Text = "聚焦补偿";
  196. this.rbtFocusForecast.UseVisualStyleBackColor = true;
  197. this.rbtFocusForecast.CheckedChanged += new System.EventHandler(this.rbtFocusForecast_CheckedChanged);
  198. //
  199. // cmbAutoFocusParm
  200. //
  201. this.cmbAutoFocusParm.Dock = System.Windows.Forms.DockStyle.Left;
  202. this.cmbAutoFocusParm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.cmbAutoFocusParm.FormattingEnabled = true;
  204. this.cmbAutoFocusParm.Items.AddRange(new object[] {
  205. "1",
  206. "2",
  207. "3",
  208. "4",
  209. "5",
  210. "6",
  211. "7",
  212. "8",
  213. "9",
  214. "10"});
  215. this.cmbAutoFocusParm.Location = new System.Drawing.Point(219, 24);
  216. this.cmbAutoFocusParm.Name = "cmbAutoFocusParm";
  217. this.cmbAutoFocusParm.Size = new System.Drawing.Size(49, 20);
  218. this.cmbAutoFocusParm.TabIndex = 3;
  219. this.cmbAutoFocusParm.SelectedIndexChanged += new System.EventHandler(this.cmbAutoFocusParm_SelectedIndexChanged);
  220. //
  221. // label2
  222. //
  223. this.label2.AutoSize = true;
  224. this.label2.Dock = System.Windows.Forms.DockStyle.Left;
  225. this.label2.Location = new System.Drawing.Point(126, 24);
  226. this.label2.Name = "label2";
  227. this.label2.Padding = new System.Windows.Forms.Padding(10, 4, 0, 0);
  228. this.label2.Size = new System.Drawing.Size(93, 16);
  229. this.label2.TabIndex = 2;
  230. this.label2.Text = "自动聚焦选择:";
  231. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  232. //
  233. // rbtAutoFocus
  234. //
  235. this.rbtAutoFocus.AutoSize = true;
  236. this.rbtAutoFocus.Dock = System.Windows.Forms.DockStyle.Left;
  237. this.rbtAutoFocus.Location = new System.Drawing.Point(55, 24);
  238. this.rbtAutoFocus.Name = "rbtAutoFocus";
  239. this.rbtAutoFocus.Size = new System.Drawing.Size(71, 20);
  240. this.rbtAutoFocus.TabIndex = 1;
  241. this.rbtAutoFocus.Text = "自动聚焦";
  242. this.rbtAutoFocus.UseVisualStyleBackColor = true;
  243. //
  244. // rbtWithoutFocus
  245. //
  246. this.rbtWithoutFocus.AutoSize = true;
  247. this.rbtWithoutFocus.Checked = true;
  248. this.rbtWithoutFocus.Dock = System.Windows.Forms.DockStyle.Left;
  249. this.rbtWithoutFocus.Location = new System.Drawing.Point(20, 24);
  250. this.rbtWithoutFocus.Name = "rbtWithoutFocus";
  251. this.rbtWithoutFocus.Size = new System.Drawing.Size(35, 20);
  252. this.rbtWithoutFocus.TabIndex = 0;
  253. this.rbtWithoutFocus.TabStop = true;
  254. this.rbtWithoutFocus.Text = "无";
  255. this.rbtWithoutFocus.UseVisualStyleBackColor = true;
  256. //
  257. // grpStage
  258. //
  259. this.grpStage.Controls.Add(this.cmbSampleStageList);
  260. this.grpStage.Controls.Add(this.label1);
  261. this.grpStage.Dock = System.Windows.Forms.DockStyle.Left;
  262. this.grpStage.Location = new System.Drawing.Point(0, 0);
  263. this.grpStage.Name = "grpStage";
  264. this.grpStage.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
  265. this.grpStage.Size = new System.Drawing.Size(409, 54);
  266. this.grpStage.TabIndex = 1;
  267. this.grpStage.TabStop = false;
  268. this.grpStage.Text = "样品台";
  269. //
  270. // cmbSampleStageList
  271. //
  272. this.cmbSampleStageList.Dock = System.Windows.Forms.DockStyle.Left;
  273. this.cmbSampleStageList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  274. this.cmbSampleStageList.FormattingEnabled = true;
  275. this.cmbSampleStageList.Location = new System.Drawing.Point(79, 24);
  276. this.cmbSampleStageList.Name = "cmbSampleStageList";
  277. this.cmbSampleStageList.Size = new System.Drawing.Size(146, 20);
  278. this.cmbSampleStageList.TabIndex = 1;
  279. this.cmbSampleStageList.SelectedIndexChanged += new System.EventHandler(this.cmbSampleStageList_SelectedIndexChanged);
  280. //
  281. // label1
  282. //
  283. this.label1.AutoSize = true;
  284. this.label1.Dock = System.Windows.Forms.DockStyle.Left;
  285. this.label1.Location = new System.Drawing.Point(20, 24);
  286. this.label1.Name = "label1";
  287. this.label1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  288. this.label1.Size = new System.Drawing.Size(59, 16);
  289. this.label1.TabIndex = 0;
  290. this.label1.Text = "样品选择:";
  291. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  292. //
  293. // panel2
  294. //
  295. this.panel2.Controls.Add(this.grpWorkOperate);
  296. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  297. this.panel2.Location = new System.Drawing.Point(8, 799);
  298. this.panel2.Name = "panel2";
  299. this.panel2.Size = new System.Drawing.Size(956, 54);
  300. this.panel2.TabIndex = 2;
  301. //
  302. // grpWorkOperate
  303. //
  304. this.grpWorkOperate.Controls.Add(this.cmbProjuctSelect);
  305. this.grpWorkOperate.Controls.Add(this.label3);
  306. this.grpWorkOperate.Controls.Add(this.btnStop);
  307. this.grpWorkOperate.Controls.Add(this.btnStart);
  308. this.grpWorkOperate.Controls.Add(this.btnPreview);
  309. this.grpWorkOperate.Controls.Add(this.rdbReplayAll);
  310. this.grpWorkOperate.Controls.Add(this.rdbOnlyCurrent);
  311. this.grpWorkOperate.Controls.Add(this.rdbStratFormCurrent);
  312. this.grpWorkOperate.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.grpWorkOperate.Location = new System.Drawing.Point(0, 0);
  314. this.grpWorkOperate.Name = "grpWorkOperate";
  315. this.grpWorkOperate.Padding = new System.Windows.Forms.Padding(20, 5, 10, 5);
  316. this.grpWorkOperate.Size = new System.Drawing.Size(956, 54);
  317. this.grpWorkOperate.TabIndex = 0;
  318. this.grpWorkOperate.TabStop = false;
  319. this.grpWorkOperate.Text = "相关操作";
  320. //
  321. // cmbProjuctSelect
  322. //
  323. this.cmbProjuctSelect.FormattingEnabled = true;
  324. this.cmbProjuctSelect.Location = new System.Drawing.Point(553, 25);
  325. this.cmbProjuctSelect.Name = "cmbProjuctSelect";
  326. this.cmbProjuctSelect.Size = new System.Drawing.Size(124, 20);
  327. this.cmbProjuctSelect.TabIndex = 7;
  328. //
  329. // label3
  330. //
  331. this.label3.AutoSize = true;
  332. this.label3.Location = new System.Drawing.Point(497, 28);
  333. this.label3.Name = "label3";
  334. this.label3.Size = new System.Drawing.Size(53, 12);
  335. this.label3.TabIndex = 6;
  336. this.label3.Text = "检测项目";
  337. //
  338. // btnStop
  339. //
  340. this.btnStop.Dock = System.Windows.Forms.DockStyle.Right;
  341. this.btnStop.Location = new System.Drawing.Point(721, 19);
  342. this.btnStop.Name = "btnStop";
  343. this.btnStop.Size = new System.Drawing.Size(75, 30);
  344. this.btnStop.TabIndex = 5;
  345. this.btnStop.Text = "停止";
  346. this.btnStop.UseVisualStyleBackColor = true;
  347. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  348. //
  349. // btnStart
  350. //
  351. this.btnStart.Dock = System.Windows.Forms.DockStyle.Right;
  352. this.btnStart.Location = new System.Drawing.Point(796, 19);
  353. this.btnStart.Name = "btnStart";
  354. this.btnStart.Size = new System.Drawing.Size(75, 30);
  355. this.btnStart.TabIndex = 4;
  356. this.btnStart.Text = "开始";
  357. this.btnStart.UseVisualStyleBackColor = true;
  358. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  359. //
  360. // btnPreview
  361. //
  362. this.btnPreview.Dock = System.Windows.Forms.DockStyle.Right;
  363. this.btnPreview.Location = new System.Drawing.Point(871, 19);
  364. this.btnPreview.Name = "btnPreview";
  365. this.btnPreview.Size = new System.Drawing.Size(75, 30);
  366. this.btnPreview.TabIndex = 4;
  367. this.btnPreview.Text = "显示相机";
  368. this.btnPreview.UseVisualStyleBackColor = true;
  369. this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
  370. //
  371. // rdbReplayAll
  372. //
  373. this.rdbReplayAll.AutoSize = true;
  374. this.rdbReplayAll.Dock = System.Windows.Forms.DockStyle.Left;
  375. this.rdbReplayAll.Location = new System.Drawing.Point(246, 19);
  376. this.rdbReplayAll.Name = "rdbReplayAll";
  377. this.rdbReplayAll.Size = new System.Drawing.Size(95, 30);
  378. this.rdbReplayAll.TabIndex = 3;
  379. this.rdbReplayAll.Text = "全部重新检测";
  380. this.rdbReplayAll.UseVisualStyleBackColor = true;
  381. //
  382. // rdbOnlyCurrent
  383. //
  384. this.rdbOnlyCurrent.AutoSize = true;
  385. this.rdbOnlyCurrent.Dock = System.Windows.Forms.DockStyle.Left;
  386. this.rdbOnlyCurrent.Location = new System.Drawing.Point(139, 19);
  387. this.rdbOnlyCurrent.Name = "rdbOnlyCurrent";
  388. this.rdbOnlyCurrent.Size = new System.Drawing.Size(107, 30);
  389. this.rdbOnlyCurrent.TabIndex = 2;
  390. this.rdbOnlyCurrent.Text = "只检测当前位置";
  391. this.rdbOnlyCurrent.UseVisualStyleBackColor = true;
  392. //
  393. // rdbStratFormCurrent
  394. //
  395. this.rdbStratFormCurrent.AutoSize = true;
  396. this.rdbStratFormCurrent.Checked = true;
  397. this.rdbStratFormCurrent.Dock = System.Windows.Forms.DockStyle.Left;
  398. this.rdbStratFormCurrent.Location = new System.Drawing.Point(20, 19);
  399. this.rdbStratFormCurrent.Name = "rdbStratFormCurrent";
  400. this.rdbStratFormCurrent.Size = new System.Drawing.Size(119, 30);
  401. this.rdbStratFormCurrent.TabIndex = 1;
  402. this.rdbStratFormCurrent.TabStop = true;
  403. this.rdbStratFormCurrent.Text = "当前位置开始检测";
  404. this.rdbStratFormCurrent.UseVisualStyleBackColor = true;
  405. //
  406. // btnOfflineTest
  407. //
  408. this.btnOfflineTest.Location = new System.Drawing.Point(9, 12);
  409. this.btnOfflineTest.Name = "btnOfflineTest";
  410. this.btnOfflineTest.Size = new System.Drawing.Size(75, 30);
  411. this.btnOfflineTest.TabIndex = 5;
  412. this.btnOfflineTest.Text = "脱机运行";
  413. this.btnOfflineTest.UseVisualStyleBackColor = true;
  414. this.btnOfflineTest.Click += new System.EventHandler(this.btnOfflineTest_Click);
  415. //
  416. // panel3
  417. //
  418. this.panel3.Controls.Add(this.tableLayoutPanel1);
  419. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  420. this.panel3.Location = new System.Drawing.Point(8, 62);
  421. this.panel3.Name = "panel3";
  422. this.panel3.Size = new System.Drawing.Size(956, 737);
  423. this.panel3.TabIndex = 3;
  424. //
  425. // tableLayoutPanel1
  426. //
  427. this.tableLayoutPanel1.ColumnCount = 2;
  428. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.625F));
  429. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.375F));
  430. this.tableLayoutPanel1.Controls.Add(this.panel7, 0, 1);
  431. this.tableLayoutPanel1.Controls.Add(this.panel6, 1, 1);
  432. this.tableLayoutPanel1.Controls.Add(this.panel5, 1, 0);
  433. this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 0);
  434. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  435. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  436. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  437. this.tableLayoutPanel1.RowCount = 2;
  438. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.43419F));
  439. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 59.56581F));
  440. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  441. this.tableLayoutPanel1.Size = new System.Drawing.Size(956, 737);
  442. this.tableLayoutPanel1.TabIndex = 0;
  443. //
  444. // panel7
  445. //
  446. this.panel7.Controls.Add(this.grpResult);
  447. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.panel7.Location = new System.Drawing.Point(3, 300);
  449. this.panel7.Name = "panel7";
  450. this.panel7.Size = new System.Drawing.Size(544, 434);
  451. this.panel7.TabIndex = 3;
  452. //
  453. // grpResult
  454. //
  455. this.grpResult.Controls.Add(this.pnlScanGrid);
  456. this.grpResult.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.grpResult.Location = new System.Drawing.Point(0, 0);
  458. this.grpResult.Name = "grpResult";
  459. this.grpResult.Size = new System.Drawing.Size(544, 434);
  460. this.grpResult.TabIndex = 3;
  461. this.grpResult.TabStop = false;
  462. this.grpResult.Text = "结果显示";
  463. //
  464. // pnlScanGrid
  465. //
  466. this.pnlScanGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  467. this.pnlScanGrid.Location = new System.Drawing.Point(3, 17);
  468. this.pnlScanGrid.Name = "pnlScanGrid";
  469. this.pnlScanGrid.Size = new System.Drawing.Size(538, 414);
  470. this.pnlScanGrid.TabIndex = 0;
  471. //
  472. // panel6
  473. //
  474. this.panel6.Controls.Add(this.grpAnalysis);
  475. this.panel6.Controls.Add(this.grpAiOperate);
  476. this.panel6.Controls.Add(this.grpFilePath);
  477. this.panel6.Controls.Add(this.grpRange);
  478. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  479. this.panel6.Location = new System.Drawing.Point(553, 300);
  480. this.panel6.Name = "panel6";
  481. this.panel6.Size = new System.Drawing.Size(400, 434);
  482. this.panel6.TabIndex = 2;
  483. //
  484. // grpAnalysis
  485. //
  486. this.grpAnalysis.Controls.Add(this.panel15);
  487. this.grpAnalysis.Controls.Add(this.pnlTest);
  488. this.grpAnalysis.Dock = System.Windows.Forms.DockStyle.Fill;
  489. this.grpAnalysis.Location = new System.Drawing.Point(0, 89);
  490. this.grpAnalysis.Name = "grpAnalysis";
  491. this.grpAnalysis.Size = new System.Drawing.Size(400, 179);
  492. this.grpAnalysis.TabIndex = 5;
  493. this.grpAnalysis.TabStop = false;
  494. this.grpAnalysis.Text = "图像分析结果";
  495. //
  496. // panel15
  497. //
  498. this.panel15.Controls.Add(this.lblResult);
  499. this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.panel15.Location = new System.Drawing.Point(99, 17);
  501. this.panel15.Name = "panel15";
  502. this.panel15.Size = new System.Drawing.Size(298, 159);
  503. this.panel15.TabIndex = 1;
  504. //
  505. // lblResult
  506. //
  507. this.lblResult.BackColor = System.Drawing.Color.White;
  508. this.lblResult.Dock = System.Windows.Forms.DockStyle.Fill;
  509. this.lblResult.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.lblResult.Location = new System.Drawing.Point(0, 0);
  511. this.lblResult.Name = "lblResult";
  512. this.lblResult.Size = new System.Drawing.Size(298, 159);
  513. this.lblResult.TabIndex = 0;
  514. this.lblResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  515. //
  516. // pnlTest
  517. //
  518. this.pnlTest.Controls.Add(this.btnOfflineTest);
  519. this.pnlTest.Dock = System.Windows.Forms.DockStyle.Left;
  520. this.pnlTest.Location = new System.Drawing.Point(3, 17);
  521. this.pnlTest.Name = "pnlTest";
  522. this.pnlTest.Size = new System.Drawing.Size(96, 159);
  523. this.pnlTest.TabIndex = 0;
  524. this.pnlTest.Visible = false;
  525. //
  526. // grpAiOperate
  527. //
  528. this.grpAiOperate.Controls.Add(this.chkAutoUpload);
  529. this.grpAiOperate.Controls.Add(this.btnUpData);
  530. this.grpAiOperate.Controls.Add(this.btnReport);
  531. this.grpAiOperate.Controls.Add(this.btnLocate);
  532. this.grpAiOperate.Controls.Add(this.btnAnalysis);
  533. this.grpAiOperate.Controls.Add(this.btnLookBack);
  534. this.grpAiOperate.Dock = System.Windows.Forms.DockStyle.Bottom;
  535. this.grpAiOperate.Location = new System.Drawing.Point(0, 268);
  536. this.grpAiOperate.Name = "grpAiOperate";
  537. this.grpAiOperate.Padding = new System.Windows.Forms.Padding(8);
  538. this.grpAiOperate.Size = new System.Drawing.Size(400, 83);
  539. this.grpAiOperate.TabIndex = 4;
  540. this.grpAiOperate.TabStop = false;
  541. this.grpAiOperate.Text = "相关操作";
  542. //
  543. // chkAutoUpload
  544. //
  545. this.chkAutoUpload.AutoSize = true;
  546. this.chkAutoUpload.Location = new System.Drawing.Point(288, 23);
  547. this.chkAutoUpload.Name = "chkAutoUpload";
  548. this.chkAutoUpload.Size = new System.Drawing.Size(72, 16);
  549. this.chkAutoUpload.TabIndex = 5;
  550. this.chkAutoUpload.Text = "自动上传";
  551. this.chkAutoUpload.UseVisualStyleBackColor = true;
  552. //
  553. // btnUpData
  554. //
  555. this.btnUpData.Location = new System.Drawing.Point(281, 46);
  556. this.btnUpData.Name = "btnUpData";
  557. this.btnUpData.Size = new System.Drawing.Size(108, 26);
  558. this.btnUpData.TabIndex = 4;
  559. this.btnUpData.Text = "数据上传";
  560. this.btnUpData.UseVisualStyleBackColor = true;
  561. this.btnUpData.Click += new System.EventHandler(this.btnUpData_Click);
  562. //
  563. // btnReport
  564. //
  565. this.btnReport.Location = new System.Drawing.Point(144, 46);
  566. this.btnReport.Name = "btnReport";
  567. this.btnReport.Size = new System.Drawing.Size(130, 26);
  568. this.btnReport.TabIndex = 3;
  569. this.btnReport.Text = "生成报告";
  570. this.btnReport.UseVisualStyleBackColor = true;
  571. this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
  572. //
  573. // btnLocate
  574. //
  575. this.btnLocate.Location = new System.Drawing.Point(7, 46);
  576. this.btnLocate.Name = "btnLocate";
  577. this.btnLocate.Size = new System.Drawing.Size(130, 26);
  578. this.btnLocate.TabIndex = 2;
  579. this.btnLocate.Text = "定位相机";
  580. this.btnLocate.UseVisualStyleBackColor = true;
  581. this.btnLocate.Click += new System.EventHandler(this.btnLocate_Click);
  582. //
  583. // btnAnalysis
  584. //
  585. this.btnAnalysis.Location = new System.Drawing.Point(144, 18);
  586. this.btnAnalysis.Name = "btnAnalysis";
  587. this.btnAnalysis.Size = new System.Drawing.Size(130, 26);
  588. this.btnAnalysis.TabIndex = 1;
  589. this.btnAnalysis.Text = "分析过程";
  590. this.btnAnalysis.UseVisualStyleBackColor = true;
  591. this.btnAnalysis.Click += new System.EventHandler(this.btnAnalysis_Click);
  592. //
  593. // btnLookBack
  594. //
  595. this.btnLookBack.Location = new System.Drawing.Point(8, 18);
  596. this.btnLookBack.Name = "btnLookBack";
  597. this.btnLookBack.Size = new System.Drawing.Size(130, 26);
  598. this.btnLookBack.TabIndex = 0;
  599. this.btnLookBack.Text = "查看原图";
  600. this.btnLookBack.UseVisualStyleBackColor = true;
  601. this.btnLookBack.Click += new System.EventHandler(this.btnLookBack_Click);
  602. //
  603. // grpFilePath
  604. //
  605. this.grpFilePath.Controls.Add(this.tableLayoutPanel4);
  606. this.grpFilePath.Dock = System.Windows.Forms.DockStyle.Bottom;
  607. this.grpFilePath.Location = new System.Drawing.Point(0, 351);
  608. this.grpFilePath.Name = "grpFilePath";
  609. this.grpFilePath.Size = new System.Drawing.Size(400, 83);
  610. this.grpFilePath.TabIndex = 3;
  611. this.grpFilePath.TabStop = false;
  612. this.grpFilePath.Text = "图像存储路径";
  613. //
  614. // tableLayoutPanel4
  615. //
  616. this.tableLayoutPanel4.ColumnCount = 1;
  617. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  618. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  619. this.tableLayoutPanel4.Controls.Add(this.panel13, 0, 1);
  620. this.tableLayoutPanel4.Controls.Add(this.panel12, 0, 0);
  621. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  622. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 17);
  623. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  624. this.tableLayoutPanel4.RowCount = 2;
  625. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  626. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  627. this.tableLayoutPanel4.Size = new System.Drawing.Size(394, 63);
  628. this.tableLayoutPanel4.TabIndex = 0;
  629. //
  630. // panel13
  631. //
  632. this.panel13.Controls.Add(this.panel16);
  633. this.panel13.Controls.Add(this.lblDiskUsed);
  634. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  635. this.panel13.Location = new System.Drawing.Point(3, 34);
  636. this.panel13.Name = "panel13";
  637. this.panel13.Padding = new System.Windows.Forms.Padding(4);
  638. this.panel13.Size = new System.Drawing.Size(388, 26);
  639. this.panel13.TabIndex = 1;
  640. //
  641. // panel16
  642. //
  643. this.panel16.BackColor = System.Drawing.Color.White;
  644. this.panel16.Controls.Add(this.lblDisk);
  645. this.panel16.Dock = System.Windows.Forms.DockStyle.Fill;
  646. this.panel16.Location = new System.Drawing.Point(93, 4);
  647. this.panel16.Name = "panel16";
  648. this.panel16.Size = new System.Drawing.Size(291, 18);
  649. this.panel16.TabIndex = 2;
  650. //
  651. // lblDisk
  652. //
  653. this.lblDisk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  654. this.lblDisk.Dock = System.Windows.Forms.DockStyle.Left;
  655. this.lblDisk.Location = new System.Drawing.Point(0, 0);
  656. this.lblDisk.Name = "lblDisk";
  657. this.lblDisk.Size = new System.Drawing.Size(0, 18);
  658. this.lblDisk.TabIndex = 0;
  659. //
  660. // lblDiskUsed
  661. //
  662. this.lblDiskUsed.Dock = System.Windows.Forms.DockStyle.Left;
  663. this.lblDiskUsed.Location = new System.Drawing.Point(4, 4);
  664. this.lblDiskUsed.Name = "lblDiskUsed";
  665. this.lblDiskUsed.Size = new System.Drawing.Size(89, 18);
  666. this.lblDiskUsed.TabIndex = 1;
  667. this.lblDiskUsed.Text = "硬盘使用情况:";
  668. this.lblDiskUsed.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  669. //
  670. // panel12
  671. //
  672. this.panel12.Controls.Add(this.btnChangDir);
  673. this.panel12.Controls.Add(this.lblDirectory);
  674. this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
  675. this.panel12.Location = new System.Drawing.Point(3, 3);
  676. this.panel12.Name = "panel12";
  677. this.panel12.Size = new System.Drawing.Size(388, 25);
  678. this.panel12.TabIndex = 0;
  679. //
  680. // btnChangDir
  681. //
  682. this.btnChangDir.Dock = System.Windows.Forms.DockStyle.Right;
  683. this.btnChangDir.Location = new System.Drawing.Point(270, 0);
  684. this.btnChangDir.Margin = new System.Windows.Forms.Padding(0);
  685. this.btnChangDir.Name = "btnChangDir";
  686. this.btnChangDir.Size = new System.Drawing.Size(118, 25);
  687. this.btnChangDir.TabIndex = 1;
  688. this.btnChangDir.Text = "更改存储路径";
  689. this.btnChangDir.UseVisualStyleBackColor = true;
  690. this.btnChangDir.Click += new System.EventHandler(this.btnChangDir_Click);
  691. //
  692. // lblDirectory
  693. //
  694. this.lblDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  695. this.lblDirectory.Location = new System.Drawing.Point(0, 0);
  696. this.lblDirectory.Name = "lblDirectory";
  697. this.lblDirectory.Size = new System.Drawing.Size(388, 25);
  698. this.lblDirectory.TabIndex = 0;
  699. this.lblDirectory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  700. //
  701. // grpRange
  702. //
  703. this.grpRange.Controls.Add(this.panel11);
  704. this.grpRange.Controls.Add(this.panel10);
  705. this.grpRange.Dock = System.Windows.Forms.DockStyle.Top;
  706. this.grpRange.Location = new System.Drawing.Point(0, 0);
  707. this.grpRange.Name = "grpRange";
  708. this.grpRange.Size = new System.Drawing.Size(400, 89);
  709. this.grpRange.TabIndex = 6;
  710. this.grpRange.TabStop = false;
  711. this.grpRange.Text = "测定范围";
  712. //
  713. // panel11
  714. //
  715. this.panel11.Controls.Add(this.tableLayoutPanel3);
  716. this.panel11.Dock = System.Windows.Forms.DockStyle.Right;
  717. this.panel11.Location = new System.Drawing.Point(204, 17);
  718. this.panel11.Name = "panel11";
  719. this.panel11.Size = new System.Drawing.Size(193, 69);
  720. this.panel11.TabIndex = 1;
  721. //
  722. // tableLayoutPanel3
  723. //
  724. this.tableLayoutPanel3.ColumnCount = 2;
  725. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.93264F));
  726. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 59.06736F));
  727. this.tableLayoutPanel3.Controls.Add(this.lblStageSize, 1, 2);
  728. this.tableLayoutPanel3.Controls.Add(this.label14, 0, 2);
  729. this.tableLayoutPanel3.Controls.Add(this.lblImageSize, 1, 1);
  730. this.tableLayoutPanel3.Controls.Add(this.label12, 0, 1);
  731. this.tableLayoutPanel3.Controls.Add(this.lblTotal, 1, 0);
  732. this.tableLayoutPanel3.Controls.Add(this.label10, 0, 0);
  733. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  734. this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  735. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  736. this.tableLayoutPanel3.RowCount = 3;
  737. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  738. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  739. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  740. this.tableLayoutPanel3.Size = new System.Drawing.Size(193, 69);
  741. this.tableLayoutPanel3.TabIndex = 0;
  742. //
  743. // lblStageSize
  744. //
  745. this.lblStageSize.AutoSize = true;
  746. this.lblStageSize.Dock = System.Windows.Forms.DockStyle.Fill;
  747. this.lblStageSize.Location = new System.Drawing.Point(81, 48);
  748. this.lblStageSize.Name = "lblStageSize";
  749. this.lblStageSize.Size = new System.Drawing.Size(109, 21);
  750. this.lblStageSize.TabIndex = 5;
  751. this.lblStageSize.Text = "1000*1000";
  752. this.lblStageSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  753. //
  754. // label14
  755. //
  756. this.label14.AutoSize = true;
  757. this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
  758. this.label14.Location = new System.Drawing.Point(3, 48);
  759. this.label14.Name = "label14";
  760. this.label14.Size = new System.Drawing.Size(72, 21);
  761. this.label14.TabIndex = 4;
  762. this.label14.Text = "测量点大小";
  763. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  764. //
  765. // lblImageSize
  766. //
  767. this.lblImageSize.AutoSize = true;
  768. this.lblImageSize.Dock = System.Windows.Forms.DockStyle.Fill;
  769. this.lblImageSize.Location = new System.Drawing.Point(81, 24);
  770. this.lblImageSize.Name = "lblImageSize";
  771. this.lblImageSize.Size = new System.Drawing.Size(109, 24);
  772. this.lblImageSize.TabIndex = 3;
  773. this.lblImageSize.Text = "1000*1000";
  774. this.lblImageSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  775. //
  776. // label12
  777. //
  778. this.label12.AutoSize = true;
  779. this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
  780. this.label12.Location = new System.Drawing.Point(3, 24);
  781. this.label12.Name = "label12";
  782. this.label12.Size = new System.Drawing.Size(72, 24);
  783. this.label12.TabIndex = 2;
  784. this.label12.Text = "拍照大小";
  785. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  786. //
  787. // lblTotal
  788. //
  789. this.lblTotal.AutoSize = true;
  790. this.lblTotal.Dock = System.Windows.Forms.DockStyle.Fill;
  791. this.lblTotal.Location = new System.Drawing.Point(81, 0);
  792. this.lblTotal.Name = "lblTotal";
  793. this.lblTotal.Size = new System.Drawing.Size(109, 24);
  794. this.lblTotal.TabIndex = 1;
  795. this.lblTotal.Text = "1000";
  796. this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  797. //
  798. // label10
  799. //
  800. this.label10.AutoSize = true;
  801. this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
  802. this.label10.Location = new System.Drawing.Point(3, 0);
  803. this.label10.Name = "label10";
  804. this.label10.Size = new System.Drawing.Size(72, 24);
  805. this.label10.TabIndex = 0;
  806. this.label10.Text = "总点数";
  807. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  808. //
  809. // panel10
  810. //
  811. this.panel10.Controls.Add(this.tableLayoutPanel2);
  812. this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
  813. this.panel10.Location = new System.Drawing.Point(3, 17);
  814. this.panel10.Name = "panel10";
  815. this.panel10.Size = new System.Drawing.Size(195, 69);
  816. this.panel10.TabIndex = 0;
  817. //
  818. // tableLayoutPanel2
  819. //
  820. this.tableLayoutPanel2.ColumnCount = 3;
  821. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.5F));
  822. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.5F));
  823. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
  824. this.tableLayoutPanel2.Controls.Add(this.label8, 2, 1);
  825. this.tableLayoutPanel2.Controls.Add(this.nupVertical, 1, 1);
  826. this.tableLayoutPanel2.Controls.Add(this.label9, 0, 2);
  827. this.tableLayoutPanel2.Controls.Add(this.label7, 0, 1);
  828. this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
  829. this.tableLayoutPanel2.Controls.Add(this.nupHorizon, 1, 0);
  830. this.tableLayoutPanel2.Controls.Add(this.cmbScanMode, 1, 2);
  831. this.tableLayoutPanel2.Controls.Add(this.label6, 2, 0);
  832. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  833. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  834. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  835. this.tableLayoutPanel2.RowCount = 3;
  836. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  837. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  838. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
  839. this.tableLayoutPanel2.Size = new System.Drawing.Size(195, 69);
  840. this.tableLayoutPanel2.TabIndex = 0;
  841. //
  842. // label8
  843. //
  844. this.label8.AutoSize = true;
  845. this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
  846. this.label8.Location = new System.Drawing.Point(163, 23);
  847. this.label8.Name = "label8";
  848. this.label8.Size = new System.Drawing.Size(29, 23);
  849. this.label8.TabIndex = 10;
  850. this.label8.Text = "点";
  851. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  852. //
  853. // nupVertical
  854. //
  855. this.nupVertical.Dock = System.Windows.Forms.DockStyle.Fill;
  856. this.nupVertical.Location = new System.Drawing.Point(47, 26);
  857. this.nupVertical.Maximum = new decimal(new int[] {
  858. 100000,
  859. 0,
  860. 0,
  861. 0});
  862. this.nupVertical.Minimum = new decimal(new int[] {
  863. 1,
  864. 0,
  865. 0,
  866. 0});
  867. this.nupVertical.Name = "nupVertical";
  868. this.nupVertical.Size = new System.Drawing.Size(110, 21);
  869. this.nupVertical.TabIndex = 7;
  870. this.nupVertical.Value = new decimal(new int[] {
  871. 1,
  872. 0,
  873. 0,
  874. 0});
  875. this.nupVertical.ValueChanged += new System.EventHandler(this.nupHorizon_ValueChanged);
  876. //
  877. // label9
  878. //
  879. this.label9.AutoSize = true;
  880. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  881. this.label9.Location = new System.Drawing.Point(3, 46);
  882. this.label9.Name = "label9";
  883. this.label9.Size = new System.Drawing.Size(38, 23);
  884. this.label9.TabIndex = 5;
  885. this.label9.Text = "模式:";
  886. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  887. //
  888. // label7
  889. //
  890. this.label7.AutoSize = true;
  891. this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
  892. this.label7.Location = new System.Drawing.Point(3, 23);
  893. this.label7.Name = "label7";
  894. this.label7.Size = new System.Drawing.Size(38, 23);
  895. this.label7.TabIndex = 3;
  896. this.label7.Text = "纵向:";
  897. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  898. //
  899. // label5
  900. //
  901. this.label5.AutoSize = true;
  902. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  903. this.label5.Location = new System.Drawing.Point(3, 0);
  904. this.label5.Name = "label5";
  905. this.label5.Size = new System.Drawing.Size(38, 23);
  906. this.label5.TabIndex = 0;
  907. this.label5.Text = "横向:";
  908. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  909. //
  910. // nupHorizon
  911. //
  912. this.nupHorizon.Dock = System.Windows.Forms.DockStyle.Fill;
  913. this.nupHorizon.Location = new System.Drawing.Point(47, 3);
  914. this.nupHorizon.Maximum = new decimal(new int[] {
  915. 100000,
  916. 0,
  917. 0,
  918. 0});
  919. this.nupHorizon.Minimum = new decimal(new int[] {
  920. 1,
  921. 0,
  922. 0,
  923. 0});
  924. this.nupHorizon.Name = "nupHorizon";
  925. this.nupHorizon.Size = new System.Drawing.Size(110, 21);
  926. this.nupHorizon.TabIndex = 6;
  927. this.nupHorizon.Value = new decimal(new int[] {
  928. 1,
  929. 0,
  930. 0,
  931. 0});
  932. this.nupHorizon.ValueChanged += new System.EventHandler(this.nupHorizon_ValueChanged);
  933. //
  934. // cmbScanMode
  935. //
  936. this.cmbScanMode.Dock = System.Windows.Forms.DockStyle.Fill;
  937. this.cmbScanMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  938. this.cmbScanMode.FormattingEnabled = true;
  939. this.cmbScanMode.Location = new System.Drawing.Point(47, 49);
  940. this.cmbScanMode.Name = "cmbScanMode";
  941. this.cmbScanMode.Size = new System.Drawing.Size(110, 20);
  942. this.cmbScanMode.TabIndex = 8;
  943. this.cmbScanMode.SelectedIndexChanged += new System.EventHandler(this.cmbScanMode_SelectedIndexChanged);
  944. //
  945. // label6
  946. //
  947. this.label6.AutoSize = true;
  948. this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
  949. this.label6.Location = new System.Drawing.Point(163, 0);
  950. this.label6.Name = "label6";
  951. this.label6.Size = new System.Drawing.Size(29, 23);
  952. this.label6.TabIndex = 9;
  953. this.label6.Text = "点";
  954. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  955. //
  956. // panel5
  957. //
  958. this.panel5.Controls.Add(this.grpStageDisplay);
  959. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  960. this.panel5.Location = new System.Drawing.Point(553, 3);
  961. this.panel5.Name = "panel5";
  962. this.panel5.Size = new System.Drawing.Size(400, 291);
  963. this.panel5.TabIndex = 1;
  964. //
  965. // grpStageDisplay
  966. //
  967. this.grpStageDisplay.Controls.Add(this.pnlStageDisplay);
  968. this.grpStageDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
  969. this.grpStageDisplay.Location = new System.Drawing.Point(0, 0);
  970. this.grpStageDisplay.Name = "grpStageDisplay";
  971. this.grpStageDisplay.Size = new System.Drawing.Size(400, 291);
  972. this.grpStageDisplay.TabIndex = 1;
  973. this.grpStageDisplay.TabStop = false;
  974. this.grpStageDisplay.Text = "样品台示意图";
  975. //
  976. // pnlStageDisplay
  977. //
  978. this.pnlStageDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
  979. this.pnlStageDisplay.Location = new System.Drawing.Point(3, 17);
  980. this.pnlStageDisplay.Name = "pnlStageDisplay";
  981. this.pnlStageDisplay.Size = new System.Drawing.Size(394, 271);
  982. this.pnlStageDisplay.TabIndex = 0;
  983. //
  984. // panel4
  985. //
  986. this.panel4.Controls.Add(this.grpStageInfo);
  987. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  988. this.panel4.Location = new System.Drawing.Point(3, 3);
  989. this.panel4.Name = "panel4";
  990. this.panel4.Size = new System.Drawing.Size(544, 291);
  991. this.panel4.TabIndex = 0;
  992. //
  993. // grpStageInfo
  994. //
  995. this.grpStageInfo.Controls.Add(this.dgvStageInfo);
  996. this.grpStageInfo.Controls.Add(this.panel9);
  997. this.grpStageInfo.Controls.Add(this.panel8);
  998. this.grpStageInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  999. this.grpStageInfo.Location = new System.Drawing.Point(0, 0);
  1000. this.grpStageInfo.Name = "grpStageInfo";
  1001. this.grpStageInfo.Size = new System.Drawing.Size(544, 291);
  1002. this.grpStageInfo.TabIndex = 0;
  1003. this.grpStageInfo.TabStop = false;
  1004. this.grpStageInfo.Text = "样品台系信息";
  1005. //
  1006. // dgvStageInfo
  1007. //
  1008. this.dgvStageInfo.AllowUserToAddRows = false;
  1009. this.dgvStageInfo.AllowUserToDeleteRows = false;
  1010. this.dgvStageInfo.AllowUserToResizeColumns = false;
  1011. this.dgvStageInfo.AllowUserToResizeRows = false;
  1012. this.dgvStageInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  1013. this.dgvStageInfo.BackgroundColor = System.Drawing.Color.White;
  1014. this.dgvStageInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1015. this.dgvStageInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1016. this.dgvStageInfo.Location = new System.Drawing.Point(3, 83);
  1017. this.dgvStageInfo.MultiSelect = false;
  1018. this.dgvStageInfo.Name = "dgvStageInfo";
  1019. this.dgvStageInfo.RowHeadersVisible = false;
  1020. this.dgvStageInfo.RowHeadersWidth = 51;
  1021. this.dgvStageInfo.RowTemplate.Height = 23;
  1022. this.dgvStageInfo.Size = new System.Drawing.Size(538, 205);
  1023. this.dgvStageInfo.TabIndex = 0;
  1024. //
  1025. // panel9
  1026. //
  1027. this.panel9.Controls.Add(this.btnAddInfo);
  1028. this.panel9.Controls.Add(this.btnDelInfo);
  1029. this.panel9.Controls.Add(this.lblInfo);
  1030. this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
  1031. this.panel9.Location = new System.Drawing.Point(3, 50);
  1032. this.panel9.Name = "panel9";
  1033. this.panel9.Padding = new System.Windows.Forms.Padding(6);
  1034. this.panel9.Size = new System.Drawing.Size(538, 33);
  1035. this.panel9.TabIndex = 2;
  1036. //
  1037. // btnAddInfo
  1038. //
  1039. this.btnAddInfo.Dock = System.Windows.Forms.DockStyle.Right;
  1040. this.btnAddInfo.Location = new System.Drawing.Point(439, 6);
  1041. this.btnAddInfo.Name = "btnAddInfo";
  1042. this.btnAddInfo.Size = new System.Drawing.Size(44, 21);
  1043. this.btnAddInfo.TabIndex = 5;
  1044. this.btnAddInfo.Text = "添加";
  1045. this.btnAddInfo.UseVisualStyleBackColor = true;
  1046. this.btnAddInfo.Click += new System.EventHandler(this.btnAddInfo_Click);
  1047. //
  1048. // btnDelInfo
  1049. //
  1050. this.btnDelInfo.Dock = System.Windows.Forms.DockStyle.Right;
  1051. this.btnDelInfo.Location = new System.Drawing.Point(483, 6);
  1052. this.btnDelInfo.Name = "btnDelInfo";
  1053. this.btnDelInfo.Size = new System.Drawing.Size(49, 21);
  1054. this.btnDelInfo.TabIndex = 4;
  1055. this.btnDelInfo.Text = "删除";
  1056. this.btnDelInfo.UseVisualStyleBackColor = true;
  1057. this.btnDelInfo.Click += new System.EventHandler(this.btnDelInfo_Click);
  1058. //
  1059. // lblInfo
  1060. //
  1061. this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
  1062. this.lblInfo.Location = new System.Drawing.Point(6, 6);
  1063. this.lblInfo.Name = "lblInfo";
  1064. this.lblInfo.Size = new System.Drawing.Size(61, 21);
  1065. this.lblInfo.TabIndex = 1;
  1066. this.lblInfo.Text = "样品信息:";
  1067. this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1068. //
  1069. // panel8
  1070. //
  1071. this.panel8.Controls.Add(this.btnDelUser);
  1072. this.panel8.Controls.Add(this.btnAddUser);
  1073. this.panel8.Controls.Add(this.cmbUser);
  1074. this.panel8.Controls.Add(this.lblUser);
  1075. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  1076. this.panel8.Location = new System.Drawing.Point(3, 17);
  1077. this.panel8.Name = "panel8";
  1078. this.panel8.Padding = new System.Windows.Forms.Padding(6);
  1079. this.panel8.Size = new System.Drawing.Size(538, 33);
  1080. this.panel8.TabIndex = 1;
  1081. //
  1082. // btnDelUser
  1083. //
  1084. this.btnDelUser.Dock = System.Windows.Forms.DockStyle.Left;
  1085. this.btnDelUser.Location = new System.Drawing.Point(240, 6);
  1086. this.btnDelUser.Name = "btnDelUser";
  1087. this.btnDelUser.Size = new System.Drawing.Size(41, 21);
  1088. this.btnDelUser.TabIndex = 3;
  1089. this.btnDelUser.Text = "删除";
  1090. this.btnDelUser.UseVisualStyleBackColor = true;
  1091. this.btnDelUser.Click += new System.EventHandler(this.btnDelUser_Click);
  1092. //
  1093. // btnAddUser
  1094. //
  1095. this.btnAddUser.Dock = System.Windows.Forms.DockStyle.Left;
  1096. this.btnAddUser.Location = new System.Drawing.Point(196, 6);
  1097. this.btnAddUser.Name = "btnAddUser";
  1098. this.btnAddUser.Size = new System.Drawing.Size(44, 21);
  1099. this.btnAddUser.TabIndex = 3;
  1100. this.btnAddUser.Text = "添加";
  1101. this.btnAddUser.UseVisualStyleBackColor = true;
  1102. this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
  1103. //
  1104. // cmbUser
  1105. //
  1106. this.cmbUser.Dock = System.Windows.Forms.DockStyle.Left;
  1107. this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1108. this.cmbUser.FormattingEnabled = true;
  1109. this.cmbUser.Location = new System.Drawing.Point(67, 6);
  1110. this.cmbUser.Name = "cmbUser";
  1111. this.cmbUser.Size = new System.Drawing.Size(129, 20);
  1112. this.cmbUser.TabIndex = 2;
  1113. //
  1114. // lblUser
  1115. //
  1116. this.lblUser.Dock = System.Windows.Forms.DockStyle.Left;
  1117. this.lblUser.Location = new System.Drawing.Point(6, 6);
  1118. this.lblUser.Name = "lblUser";
  1119. this.lblUser.Size = new System.Drawing.Size(61, 21);
  1120. this.lblUser.TabIndex = 1;
  1121. this.lblUser.Text = "检验人员:";
  1122. this.lblUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1123. //
  1124. // tmrUpdateUI
  1125. //
  1126. this.tmrUpdateUI.Tick += new System.EventHandler(this.TmrUpdateUI_Tick);
  1127. //
  1128. // AutoAnalysisDialog
  1129. //
  1130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1132. this.ClientSize = new System.Drawing.Size(972, 861);
  1133. this.Controls.Add(this.panel3);
  1134. this.Controls.Add(this.panel2);
  1135. this.Controls.Add(this.panel1);
  1136. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  1137. this.Location = new System.Drawing.Point(0, 0);
  1138. this.Name = "AutoAnalysisDialog";
  1139. this.Padding = new System.Windows.Forms.Padding(8);
  1140. this.ShowInTaskbar = true;
  1141. this.Text = "自动分析";
  1142. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AutoAnalysisDialog_FormClosing);
  1143. this.Load += new System.EventHandler(this.AutoAnalysisDialog_Load);
  1144. this.Controls.SetChildIndex(this.panel1, 0);
  1145. this.Controls.SetChildIndex(this.panel2, 0);
  1146. this.Controls.SetChildIndex(this.panel3, 0);
  1147. this.panel1.ResumeLayout(false);
  1148. this.grpFocus.ResumeLayout(false);
  1149. this.grpFocus.PerformLayout();
  1150. this.grpStage.ResumeLayout(false);
  1151. this.grpStage.PerformLayout();
  1152. this.panel2.ResumeLayout(false);
  1153. this.grpWorkOperate.ResumeLayout(false);
  1154. this.grpWorkOperate.PerformLayout();
  1155. this.panel3.ResumeLayout(false);
  1156. this.tableLayoutPanel1.ResumeLayout(false);
  1157. this.panel7.ResumeLayout(false);
  1158. this.grpResult.ResumeLayout(false);
  1159. this.panel6.ResumeLayout(false);
  1160. this.grpAnalysis.ResumeLayout(false);
  1161. this.panel15.ResumeLayout(false);
  1162. this.pnlTest.ResumeLayout(false);
  1163. this.grpAiOperate.ResumeLayout(false);
  1164. this.grpAiOperate.PerformLayout();
  1165. this.grpFilePath.ResumeLayout(false);
  1166. this.tableLayoutPanel4.ResumeLayout(false);
  1167. this.panel13.ResumeLayout(false);
  1168. this.panel16.ResumeLayout(false);
  1169. this.panel12.ResumeLayout(false);
  1170. this.grpRange.ResumeLayout(false);
  1171. this.panel11.ResumeLayout(false);
  1172. this.tableLayoutPanel3.ResumeLayout(false);
  1173. this.tableLayoutPanel3.PerformLayout();
  1174. this.panel10.ResumeLayout(false);
  1175. this.tableLayoutPanel2.ResumeLayout(false);
  1176. this.tableLayoutPanel2.PerformLayout();
  1177. ((System.ComponentModel.ISupportInitialize)(this.nupVertical)).EndInit();
  1178. ((System.ComponentModel.ISupportInitialize)(this.nupHorizon)).EndInit();
  1179. this.panel5.ResumeLayout(false);
  1180. this.grpStageDisplay.ResumeLayout(false);
  1181. this.panel4.ResumeLayout(false);
  1182. this.grpStageInfo.ResumeLayout(false);
  1183. ((System.ComponentModel.ISupportInitialize)(this.dgvStageInfo)).EndInit();
  1184. this.panel9.ResumeLayout(false);
  1185. this.panel8.ResumeLayout(false);
  1186. this.ResumeLayout(false);
  1187. }
  1188. #endregion
  1189. private System.Windows.Forms.Panel panel1;
  1190. private System.Windows.Forms.Panel panel2;
  1191. private System.Windows.Forms.Panel panel3;
  1192. private System.Windows.Forms.GroupBox grpFocus;
  1193. private System.Windows.Forms.GroupBox grpStage;
  1194. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1195. private System.Windows.Forms.Panel panel7;
  1196. private System.Windows.Forms.GroupBox grpResult;
  1197. private System.Windows.Forms.Panel panel6;
  1198. private System.Windows.Forms.GroupBox grpAnalysis;
  1199. private System.Windows.Forms.GroupBox grpAiOperate;
  1200. private System.Windows.Forms.GroupBox grpFilePath;
  1201. private System.Windows.Forms.Panel panel5;
  1202. private System.Windows.Forms.GroupBox grpStageDisplay;
  1203. private System.Windows.Forms.Panel panel4;
  1204. private System.Windows.Forms.GroupBox grpStageInfo;
  1205. private System.Windows.Forms.DataGridView dgvStageInfo;
  1206. private System.Windows.Forms.Panel panel9;
  1207. private System.Windows.Forms.Panel panel8;
  1208. private System.Windows.Forms.GroupBox grpWorkOperate;
  1209. private System.Windows.Forms.ComboBox cmbAutoFocusParm;
  1210. private System.Windows.Forms.Label label2;
  1211. private System.Windows.Forms.RadioButton rbtAutoFocus;
  1212. private System.Windows.Forms.RadioButton rbtWithoutFocus;
  1213. private System.Windows.Forms.ComboBox cmbSampleStageList;
  1214. private System.Windows.Forms.Label label1;
  1215. private System.Windows.Forms.Label lblInfo;
  1216. private System.Windows.Forms.Button btnDelUser;
  1217. private System.Windows.Forms.Button btnAddUser;
  1218. private System.Windows.Forms.ComboBox cmbUser;
  1219. private System.Windows.Forms.Label lblUser;
  1220. private System.Windows.Forms.Button btnStart;
  1221. private System.Windows.Forms.Button btnPreview;
  1222. private System.Windows.Forms.RadioButton rdbReplayAll;
  1223. private System.Windows.Forms.RadioButton rdbOnlyCurrent;
  1224. private System.Windows.Forms.RadioButton rdbStratFormCurrent;
  1225. private System.Windows.Forms.Button btnReport;
  1226. private System.Windows.Forms.Button btnLocate;
  1227. private System.Windows.Forms.Button btnAnalysis;
  1228. private System.Windows.Forms.Button btnLookBack;
  1229. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1230. private System.Windows.Forms.Panel panel13;
  1231. private System.Windows.Forms.Label lblDiskUsed;
  1232. private System.Windows.Forms.Panel panel12;
  1233. private System.Windows.Forms.Button btnChangDir;
  1234. private System.Windows.Forms.Label lblDirectory;
  1235. private System.Windows.Forms.Button btnAddInfo;
  1236. private System.Windows.Forms.Button btnDelInfo;
  1237. private System.Windows.Forms.Panel pnlStageDisplay;
  1238. private System.Windows.Forms.Panel pnlScanGrid;
  1239. private System.Windows.Forms.Button btnOfflineTest;
  1240. private System.Windows.Forms.Panel pnlTest;
  1241. private System.Windows.Forms.Panel panel15;
  1242. private System.Windows.Forms.Panel panel16;
  1243. private System.Windows.Forms.Label lblDisk;
  1244. private System.Windows.Forms.Timer tmrUpdateUI;
  1245. private System.Windows.Forms.Label lblResult;
  1246. private System.Windows.Forms.GroupBox grpRange;
  1247. private System.Windows.Forms.Panel panel11;
  1248. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1249. private System.Windows.Forms.Label lblStageSize;
  1250. private System.Windows.Forms.Label label14;
  1251. private System.Windows.Forms.Label lblImageSize;
  1252. private System.Windows.Forms.Label label12;
  1253. private System.Windows.Forms.Label lblTotal;
  1254. private System.Windows.Forms.Label label10;
  1255. private System.Windows.Forms.Panel panel10;
  1256. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1257. private System.Windows.Forms.Label label8;
  1258. private System.Windows.Forms.NumericUpDown nupVertical;
  1259. private System.Windows.Forms.Label label9;
  1260. private System.Windows.Forms.Label label7;
  1261. private System.Windows.Forms.Label label5;
  1262. private System.Windows.Forms.NumericUpDown nupHorizon;
  1263. private System.Windows.Forms.ComboBox cmbScanMode;
  1264. private System.Windows.Forms.Label label6;
  1265. private System.Windows.Forms.Button btnStop;
  1266. private System.Windows.Forms.ComboBox cmbProjuctSelect;
  1267. private System.Windows.Forms.Label label3;
  1268. private System.Windows.Forms.RadioButton rbtFocusForecast;
  1269. private System.Windows.Forms.ComboBox cmbFocusCount;
  1270. private System.Windows.Forms.Button btnUpData;
  1271. private System.Windows.Forms.CheckBox chkAutoUpload;
  1272. }
  1273. }