AutoAnalysisDialog.Designer.cs 62 KB

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