MainForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. namespace WindowsFormsApp1
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.button8 = new System.Windows.Forms.Button();
  31. this.btnOpenFile = new System.Windows.Forms.Button();
  32. this.btnSaveFile = new System.Windows.Forms.Button();
  33. this.btnNewFile = new System.Windows.Forms.Button();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.button7 = new System.Windows.Forms.Button();
  37. this.button6 = new System.Windows.Forms.Button();
  38. this.button5 = new System.Windows.Forms.Button();
  39. this.button4 = new System.Windows.Forms.Button();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.btnLoadCutHoles = new System.Windows.Forms.Button();
  42. this.groupBox3 = new System.Windows.Forms.GroupBox();
  43. this.btParamOK = new System.Windows.Forms.Button();
  44. this.btFIB = new System.Windows.Forms.Button();
  45. this.tBFIBTemp = new System.Windows.Forms.TextBox();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.tBSampleName = new System.Windows.Forms.TextBox();
  49. this.cBIsManul = new System.Windows.Forms.CheckBox();
  50. this.cBIsPT = new System.Windows.Forms.CheckBox();
  51. this.CutHoleGridView = new System.Windows.Forms.DataGridView();
  52. this.Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.M = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.R = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.T = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.listmsg = new System.Windows.Forms.ListBox();
  60. this.tbAutoFocus = new System.Windows.Forms.Button();
  61. this.groupBox5 = new System.Windows.Forms.GroupBox();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.label14 = new System.Windows.Forms.Label();
  64. this.label13 = new System.Windows.Forms.Label();
  65. this.label12 = new System.Windows.Forms.Label();
  66. this.label11 = new System.Windows.Forms.Label();
  67. this.label10 = new System.Windows.Forms.Label();
  68. this.label9 = new System.Windows.Forms.Label();
  69. this.tB_WD = new System.Windows.Forms.TextBox();
  70. this.tB_fStep = new System.Windows.Forms.TextBox();
  71. this.tB_fRange = new System.Windows.Forms.TextBox();
  72. this.tB_Step = new System.Windows.Forms.TextBox();
  73. this.tB_Down = new System.Windows.Forms.TextBox();
  74. this.tB_Up = new System.Windows.Forms.TextBox();
  75. this.label8 = new System.Windows.Forms.Label();
  76. this.label7 = new System.Windows.Forms.Label();
  77. this.label6 = new System.Windows.Forms.Label();
  78. this.label5 = new System.Windows.Forms.Label();
  79. this.label4 = new System.Windows.Forms.Label();
  80. this.label3 = new System.Windows.Forms.Label();
  81. this.tBImgPath = new System.Windows.Forms.TextBox();
  82. this.btImgPath = new System.Windows.Forms.Button();
  83. this.groupBox1.SuspendLayout();
  84. this.groupBox2.SuspendLayout();
  85. this.groupBox3.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.CutHoleGridView)).BeginInit();
  87. this.groupBox5.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // groupBox1
  91. //
  92. this.groupBox1.Controls.Add(this.button8);
  93. this.groupBox1.Controls.Add(this.btnOpenFile);
  94. this.groupBox1.Controls.Add(this.btnSaveFile);
  95. this.groupBox1.Controls.Add(this.btnNewFile);
  96. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  97. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  98. this.groupBox1.Name = "groupBox1";
  99. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  100. this.groupBox1.Size = new System.Drawing.Size(784, 80);
  101. this.groupBox1.TabIndex = 1;
  102. this.groupBox1.TabStop = false;
  103. this.groupBox1.Text = "测量文件操作";
  104. //
  105. // button8
  106. //
  107. this.button8.Location = new System.Drawing.Point(346, 28);
  108. this.button8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  109. this.button8.Name = "button8";
  110. this.button8.Size = new System.Drawing.Size(114, 37);
  111. this.button8.TabIndex = 3;
  112. this.button8.Text = "创建数据库";
  113. this.button8.UseVisualStyleBackColor = true;
  114. this.button8.Click += new System.EventHandler(this.button8_Click);
  115. //
  116. // btnOpenFile
  117. //
  118. this.btnOpenFile.Location = new System.Drawing.Point(235, 28);
  119. this.btnOpenFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  120. this.btnOpenFile.Name = "btnOpenFile";
  121. this.btnOpenFile.Size = new System.Drawing.Size(102, 37);
  122. this.btnOpenFile.TabIndex = 2;
  123. this.btnOpenFile.Text = "打开";
  124. this.btnOpenFile.UseVisualStyleBackColor = true;
  125. this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
  126. //
  127. // btnSaveFile
  128. //
  129. this.btnSaveFile.Location = new System.Drawing.Point(127, 28);
  130. this.btnSaveFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  131. this.btnSaveFile.Name = "btnSaveFile";
  132. this.btnSaveFile.Size = new System.Drawing.Size(102, 37);
  133. this.btnSaveFile.TabIndex = 1;
  134. this.btnSaveFile.Text = "保存";
  135. this.btnSaveFile.UseVisualStyleBackColor = true;
  136. this.btnSaveFile.Click += new System.EventHandler(this.btnSaveFile_Click);
  137. //
  138. // btnNewFile
  139. //
  140. this.btnNewFile.Location = new System.Drawing.Point(19, 28);
  141. this.btnNewFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  142. this.btnNewFile.Name = "btnNewFile";
  143. this.btnNewFile.Size = new System.Drawing.Size(102, 37);
  144. this.btnNewFile.TabIndex = 0;
  145. this.btnNewFile.Text = "新建";
  146. this.btnNewFile.UseVisualStyleBackColor = true;
  147. this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
  148. //
  149. // groupBox2
  150. //
  151. this.groupBox2.Controls.Add(this.button1);
  152. this.groupBox2.Controls.Add(this.button7);
  153. this.groupBox2.Controls.Add(this.button6);
  154. this.groupBox2.Controls.Add(this.button5);
  155. this.groupBox2.Controls.Add(this.button4);
  156. this.groupBox2.Controls.Add(this.button3);
  157. this.groupBox2.Controls.Add(this.btnLoadCutHoles);
  158. this.groupBox2.Location = new System.Drawing.Point(12, 98);
  159. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  160. this.groupBox2.Name = "groupBox2";
  161. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.groupBox2.Size = new System.Drawing.Size(784, 130);
  163. this.groupBox2.TabIndex = 2;
  164. this.groupBox2.TabStop = false;
  165. this.groupBox2.Text = "测量流程";
  166. //
  167. // button1
  168. //
  169. this.button1.Location = new System.Drawing.Point(343, 80);
  170. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171. this.button1.Name = "button1";
  172. this.button1.Size = new System.Drawing.Size(102, 37);
  173. this.button1.TabIndex = 6;
  174. this.button1.Text = "截面";
  175. this.button1.UseVisualStyleBackColor = true;
  176. this.button1.Click += new System.EventHandler(this.button1_Click);
  177. //
  178. // button7
  179. //
  180. this.button7.Location = new System.Drawing.Point(235, 80);
  181. this.button7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this.button7.Name = "button7";
  183. this.button7.Size = new System.Drawing.Size(102, 37);
  184. this.button7.TabIndex = 5;
  185. this.button7.Text = "分析位置";
  186. this.button7.UseVisualStyleBackColor = true;
  187. this.button7.Click += new System.EventHandler(this.button7_Click);
  188. //
  189. // button6
  190. //
  191. this.button6.Location = new System.Drawing.Point(127, 80);
  192. this.button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  193. this.button6.Name = "button6";
  194. this.button6.Size = new System.Drawing.Size(102, 37);
  195. this.button6.TabIndex = 4;
  196. this.button6.Text = "切割";
  197. this.button6.UseVisualStyleBackColor = true;
  198. this.button6.Click += new System.EventHandler(this.button6_Click);
  199. //
  200. // button5
  201. //
  202. this.button5.Location = new System.Drawing.Point(19, 80);
  203. this.button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  204. this.button5.Name = "button5";
  205. this.button5.Size = new System.Drawing.Size(102, 37);
  206. this.button5.TabIndex = 3;
  207. this.button5.Text = "定位";
  208. this.button5.UseVisualStyleBackColor = true;
  209. this.button5.Click += new System.EventHandler(this.button5_Click);
  210. //
  211. // button4
  212. //
  213. this.button4.Location = new System.Drawing.Point(235, 38);
  214. this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  215. this.button4.Name = "button4";
  216. this.button4.Size = new System.Drawing.Size(102, 37);
  217. this.button4.TabIndex = 2;
  218. this.button4.Text = "停止";
  219. this.button4.UseVisualStyleBackColor = true;
  220. this.button4.Click += new System.EventHandler(this.button4_Click);
  221. //
  222. // button3
  223. //
  224. this.button3.Location = new System.Drawing.Point(127, 38);
  225. this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  226. this.button3.Name = "button3";
  227. this.button3.Size = new System.Drawing.Size(102, 37);
  228. this.button3.TabIndex = 1;
  229. this.button3.Text = "启动";
  230. this.button3.UseVisualStyleBackColor = true;
  231. this.button3.Click += new System.EventHandler(this.button3_Click);
  232. //
  233. // btnLoadCutHoles
  234. //
  235. this.btnLoadCutHoles.Location = new System.Drawing.Point(19, 38);
  236. this.btnLoadCutHoles.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  237. this.btnLoadCutHoles.Name = "btnLoadCutHoles";
  238. this.btnLoadCutHoles.Size = new System.Drawing.Size(102, 37);
  239. this.btnLoadCutHoles.TabIndex = 0;
  240. this.btnLoadCutHoles.Text = "导入切孔";
  241. this.btnLoadCutHoles.UseVisualStyleBackColor = true;
  242. this.btnLoadCutHoles.Click += new System.EventHandler(this.btnLoadCutHoles_Click);
  243. //
  244. // groupBox3
  245. //
  246. this.groupBox3.Controls.Add(this.btParamOK);
  247. this.groupBox3.Controls.Add(this.btFIB);
  248. this.groupBox3.Controls.Add(this.tBFIBTemp);
  249. this.groupBox3.Controls.Add(this.label2);
  250. this.groupBox3.Controls.Add(this.label1);
  251. this.groupBox3.Controls.Add(this.tBSampleName);
  252. this.groupBox3.Controls.Add(this.cBIsManul);
  253. this.groupBox3.Controls.Add(this.cBIsPT);
  254. this.groupBox3.Location = new System.Drawing.Point(14, 235);
  255. this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  256. this.groupBox3.Name = "groupBox3";
  257. this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  258. this.groupBox3.Size = new System.Drawing.Size(774, 76);
  259. this.groupBox3.TabIndex = 3;
  260. this.groupBox3.TabStop = false;
  261. this.groupBox3.Text = "测量参数";
  262. //
  263. // btParamOK
  264. //
  265. this.btParamOK.Location = new System.Drawing.Point(653, 20);
  266. this.btParamOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  267. this.btParamOK.Name = "btParamOK";
  268. this.btParamOK.Size = new System.Drawing.Size(102, 37);
  269. this.btParamOK.TabIndex = 7;
  270. this.btParamOK.Text = "确定";
  271. this.btParamOK.UseVisualStyleBackColor = true;
  272. this.btParamOK.Click += new System.EventHandler(this.btParamOK_Click);
  273. //
  274. // btFIB
  275. //
  276. this.btFIB.Location = new System.Drawing.Point(575, 23);
  277. this.btFIB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  278. this.btFIB.Name = "btFIB";
  279. this.btFIB.Size = new System.Drawing.Size(43, 26);
  280. this.btFIB.TabIndex = 6;
  281. this.btFIB.Text = "...";
  282. this.btFIB.UseVisualStyleBackColor = true;
  283. this.btFIB.Click += new System.EventHandler(this.btFIB_Click);
  284. //
  285. // tBFIBTemp
  286. //
  287. this.tBFIBTemp.Location = new System.Drawing.Point(477, 22);
  288. this.tBFIBTemp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  289. this.tBFIBTemp.Name = "tBFIBTemp";
  290. this.tBFIBTemp.ReadOnly = true;
  291. this.tBFIBTemp.Size = new System.Drawing.Size(100, 28);
  292. this.tBFIBTemp.TabIndex = 5;
  293. //
  294. // label2
  295. //
  296. this.label2.AutoSize = true;
  297. this.label2.Location = new System.Drawing.Point(408, 31);
  298. this.label2.Name = "label2";
  299. this.label2.Size = new System.Drawing.Size(71, 18);
  300. this.label2.TabIndex = 4;
  301. this.label2.Text = "FIB模板";
  302. //
  303. // label1
  304. //
  305. this.label1.AutoSize = true;
  306. this.label1.Location = new System.Drawing.Point(206, 31);
  307. this.label1.Name = "label1";
  308. this.label1.Size = new System.Drawing.Size(80, 18);
  309. this.label1.TabIndex = 3;
  310. this.label1.Text = "样品名称";
  311. //
  312. // tBSampleName
  313. //
  314. this.tBSampleName.Location = new System.Drawing.Point(288, 28);
  315. this.tBSampleName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  316. this.tBSampleName.Name = "tBSampleName";
  317. this.tBSampleName.Size = new System.Drawing.Size(100, 28);
  318. this.tBSampleName.TabIndex = 2;
  319. //
  320. // cBIsManul
  321. //
  322. this.cBIsManul.AutoSize = true;
  323. this.cBIsManul.Location = new System.Drawing.Point(94, 28);
  324. this.cBIsManul.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  325. this.cBIsManul.Name = "cBIsManul";
  326. this.cBIsManul.Size = new System.Drawing.Size(106, 22);
  327. this.cBIsManul.TabIndex = 1;
  328. this.cBIsManul.Text = "手动对焦";
  329. this.cBIsManul.UseVisualStyleBackColor = true;
  330. //
  331. // cBIsPT
  332. //
  333. this.cBIsPT.AutoSize = true;
  334. this.cBIsPT.Location = new System.Drawing.Point(18, 28);
  335. this.cBIsPT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  336. this.cBIsPT.Name = "cBIsPT";
  337. this.cBIsPT.Size = new System.Drawing.Size(70, 22);
  338. this.cBIsPT.TabIndex = 0;
  339. this.cBIsPT.Text = "有PT";
  340. this.cBIsPT.UseVisualStyleBackColor = true;
  341. //
  342. // CutHoleGridView
  343. //
  344. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Beige;
  345. dataGridViewCellStyle1.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
  346. this.CutHoleGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  347. this.CutHoleGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  348. this.CutHoleGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  349. this.Name,
  350. this.X,
  351. this.Y,
  352. this.Z,
  353. this.M,
  354. this.R,
  355. this.T});
  356. this.CutHoleGridView.Location = new System.Drawing.Point(15, 326);
  357. this.CutHoleGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  358. this.CutHoleGridView.Name = "CutHoleGridView";
  359. this.CutHoleGridView.ReadOnly = true;
  360. this.CutHoleGridView.RowTemplate.Height = 30;
  361. this.CutHoleGridView.Size = new System.Drawing.Size(776, 263);
  362. this.CutHoleGridView.TabIndex = 16;
  363. //
  364. // Name
  365. //
  366. this.Name.Name = "Name";
  367. this.Name.ReadOnly = true;
  368. //
  369. // X
  370. //
  371. this.X.Name = "X";
  372. this.X.ReadOnly = true;
  373. //
  374. // Y
  375. //
  376. this.Y.Name = "Y";
  377. this.Y.ReadOnly = true;
  378. //
  379. // Z
  380. //
  381. this.Z.Name = "Z";
  382. this.Z.ReadOnly = true;
  383. //
  384. // M
  385. //
  386. this.M.Name = "M";
  387. this.M.ReadOnly = true;
  388. //
  389. // R
  390. //
  391. this.R.Name = "R";
  392. this.R.ReadOnly = true;
  393. //
  394. // T
  395. //
  396. this.T.Name = "T";
  397. this.T.ReadOnly = true;
  398. //
  399. // listmsg
  400. //
  401. this.listmsg.FormattingEnabled = true;
  402. this.listmsg.ItemHeight = 18;
  403. this.listmsg.Location = new System.Drawing.Point(802, 18);
  404. this.listmsg.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  405. this.listmsg.Name = "listmsg";
  406. this.listmsg.Size = new System.Drawing.Size(784, 796);
  407. this.listmsg.TabIndex = 17;
  408. //
  409. // tbAutoFocus
  410. //
  411. this.tbAutoFocus.Location = new System.Drawing.Point(630, 158);
  412. this.tbAutoFocus.Name = "tbAutoFocus";
  413. this.tbAutoFocus.Size = new System.Drawing.Size(102, 37);
  414. this.tbAutoFocus.TabIndex = 18;
  415. this.tbAutoFocus.Text = "对焦";
  416. this.tbAutoFocus.UseVisualStyleBackColor = true;
  417. this.tbAutoFocus.Click += new System.EventHandler(this.tbAutoFocus_Click);
  418. //
  419. // groupBox5
  420. //
  421. this.groupBox5.Controls.Add(this.button2);
  422. this.groupBox5.Controls.Add(this.label14);
  423. this.groupBox5.Controls.Add(this.label13);
  424. this.groupBox5.Controls.Add(this.label12);
  425. this.groupBox5.Controls.Add(this.label11);
  426. this.groupBox5.Controls.Add(this.label10);
  427. this.groupBox5.Controls.Add(this.label9);
  428. this.groupBox5.Controls.Add(this.tB_WD);
  429. this.groupBox5.Controls.Add(this.tB_fStep);
  430. this.groupBox5.Controls.Add(this.tB_fRange);
  431. this.groupBox5.Controls.Add(this.tB_Step);
  432. this.groupBox5.Controls.Add(this.tB_Down);
  433. this.groupBox5.Controls.Add(this.tB_Up);
  434. this.groupBox5.Controls.Add(this.label8);
  435. this.groupBox5.Controls.Add(this.label7);
  436. this.groupBox5.Controls.Add(this.label6);
  437. this.groupBox5.Controls.Add(this.label5);
  438. this.groupBox5.Controls.Add(this.label4);
  439. this.groupBox5.Controls.Add(this.label3);
  440. this.groupBox5.Controls.Add(this.tBImgPath);
  441. this.groupBox5.Controls.Add(this.btImgPath);
  442. this.groupBox5.Controls.Add(this.tbAutoFocus);
  443. this.groupBox5.Location = new System.Drawing.Point(17, 609);
  444. this.groupBox5.Name = "groupBox5";
  445. this.groupBox5.Size = new System.Drawing.Size(771, 207);
  446. this.groupBox5.TabIndex = 19;
  447. this.groupBox5.TabStop = false;
  448. this.groupBox5.Text = "自动对焦";
  449. //
  450. // button2
  451. //
  452. this.button2.Location = new System.Drawing.Point(508, 158);
  453. this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  454. this.button2.Name = "button2";
  455. this.button2.Size = new System.Drawing.Size(102, 37);
  456. this.button2.TabIndex = 39;
  457. this.button2.Text = "确定";
  458. this.button2.UseVisualStyleBackColor = true;
  459. this.button2.Click += new System.EventHandler(this.button2_Click);
  460. //
  461. // label14
  462. //
  463. this.label14.AutoSize = true;
  464. this.label14.Location = new System.Drawing.Point(718, 122);
  465. this.label14.Name = "label14";
  466. this.label14.Size = new System.Drawing.Size(26, 18);
  467. this.label14.TabIndex = 38;
  468. this.label14.Text = "um";
  469. //
  470. // label13
  471. //
  472. this.label13.AutoSize = true;
  473. this.label13.Location = new System.Drawing.Point(487, 126);
  474. this.label13.Name = "label13";
  475. this.label13.Size = new System.Drawing.Size(26, 18);
  476. this.label13.TabIndex = 37;
  477. this.label13.Text = "um";
  478. //
  479. // label12
  480. //
  481. this.label12.AutoSize = true;
  482. this.label12.Location = new System.Drawing.Point(222, 121);
  483. this.label12.Name = "label12";
  484. this.label12.Size = new System.Drawing.Size(26, 18);
  485. this.label12.TabIndex = 36;
  486. this.label12.Text = "um";
  487. //
  488. // label11
  489. //
  490. this.label11.AutoSize = true;
  491. this.label11.Location = new System.Drawing.Point(718, 84);
  492. this.label11.Name = "label11";
  493. this.label11.Size = new System.Drawing.Size(26, 18);
  494. this.label11.TabIndex = 35;
  495. this.label11.Text = "um";
  496. //
  497. // label10
  498. //
  499. this.label10.AutoSize = true;
  500. this.label10.Location = new System.Drawing.Point(487, 84);
  501. this.label10.Name = "label10";
  502. this.label10.Size = new System.Drawing.Size(26, 18);
  503. this.label10.TabIndex = 34;
  504. this.label10.Text = "um";
  505. //
  506. // label9
  507. //
  508. this.label9.AutoSize = true;
  509. this.label9.Location = new System.Drawing.Point(218, 84);
  510. this.label9.Name = "label9";
  511. this.label9.Size = new System.Drawing.Size(26, 18);
  512. this.label9.TabIndex = 33;
  513. this.label9.Text = "um";
  514. //
  515. // tB_WD
  516. //
  517. this.tB_WD.Location = new System.Drawing.Point(616, 118);
  518. this.tB_WD.Name = "tB_WD";
  519. this.tB_WD.ReadOnly = true;
  520. this.tB_WD.Size = new System.Drawing.Size(96, 28);
  521. this.tB_WD.TabIndex = 32;
  522. //
  523. // tB_fStep
  524. //
  525. this.tB_fStep.Location = new System.Drawing.Point(385, 119);
  526. this.tB_fStep.Name = "tB_fStep";
  527. this.tB_fStep.Size = new System.Drawing.Size(96, 28);
  528. this.tB_fStep.TabIndex = 31;
  529. this.tB_fStep.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_fStep_KeyPress);
  530. //
  531. // tB_fRange
  532. //
  533. this.tB_fRange.Location = new System.Drawing.Point(120, 116);
  534. this.tB_fRange.Name = "tB_fRange";
  535. this.tB_fRange.Size = new System.Drawing.Size(96, 28);
  536. this.tB_fRange.TabIndex = 30;
  537. this.tB_fRange.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_fRange_KeyPress);
  538. //
  539. // tB_Step
  540. //
  541. this.tB_Step.Location = new System.Drawing.Point(616, 78);
  542. this.tB_Step.Name = "tB_Step";
  543. this.tB_Step.Size = new System.Drawing.Size(96, 28);
  544. this.tB_Step.TabIndex = 29;
  545. this.tB_Step.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_Step_KeyPress);
  546. //
  547. // tB_Down
  548. //
  549. this.tB_Down.Location = new System.Drawing.Point(385, 80);
  550. this.tB_Down.Name = "tB_Down";
  551. this.tB_Down.Size = new System.Drawing.Size(96, 28);
  552. this.tB_Down.TabIndex = 28;
  553. this.tB_Down.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_Down_KeyPress);
  554. //
  555. // tB_Up
  556. //
  557. this.tB_Up.Location = new System.Drawing.Point(119, 78);
  558. this.tB_Up.Name = "tB_Up";
  559. this.tB_Up.Size = new System.Drawing.Size(96, 28);
  560. this.tB_Up.TabIndex = 27;
  561. this.tB_Up.TextChanged += new System.EventHandler(this.tB_TextChanged);
  562. this.tB_Up.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_Up_KeyPress);
  563. //
  564. // label8
  565. //
  566. this.label8.AutoSize = true;
  567. this.label8.Location = new System.Drawing.Point(530, 119);
  568. this.label8.Name = "label8";
  569. this.label8.Size = new System.Drawing.Size(44, 18);
  570. this.label8.TabIndex = 26;
  571. this.label8.Text = "焦距";
  572. //
  573. // label7
  574. //
  575. this.label7.AutoSize = true;
  576. this.label7.Location = new System.Drawing.Point(305, 119);
  577. this.label7.Name = "label7";
  578. this.label7.Size = new System.Drawing.Size(80, 18);
  579. this.label7.TabIndex = 25;
  580. this.label7.Text = "精调步长";
  581. //
  582. // label6
  583. //
  584. this.label6.AutoSize = true;
  585. this.label6.Location = new System.Drawing.Point(36, 119);
  586. this.label6.Name = "label6";
  587. this.label6.Size = new System.Drawing.Size(80, 18);
  588. this.label6.TabIndex = 24;
  589. this.label6.Text = "精调范围";
  590. //
  591. // label5
  592. //
  593. this.label5.AutoSize = true;
  594. this.label5.Location = new System.Drawing.Point(530, 83);
  595. this.label5.Name = "label5";
  596. this.label5.Size = new System.Drawing.Size(80, 18);
  597. this.label5.TabIndex = 23;
  598. this.label5.Text = "调节步长";
  599. //
  600. // label4
  601. //
  602. this.label4.AutoSize = true;
  603. this.label4.Location = new System.Drawing.Point(299, 83);
  604. this.label4.Name = "label4";
  605. this.label4.Size = new System.Drawing.Size(80, 18);
  606. this.label4.TabIndex = 22;
  607. this.label4.Text = "调节下限";
  608. //
  609. // label3
  610. //
  611. this.label3.AutoSize = true;
  612. this.label3.Location = new System.Drawing.Point(33, 83);
  613. this.label3.Name = "label3";
  614. this.label3.Size = new System.Drawing.Size(80, 18);
  615. this.label3.TabIndex = 8;
  616. this.label3.Text = "调节上限";
  617. //
  618. // tBImgPath
  619. //
  620. this.tBImgPath.Location = new System.Drawing.Point(302, 27);
  621. this.tBImgPath.Name = "tBImgPath";
  622. this.tBImgPath.ReadOnly = true;
  623. this.tBImgPath.Size = new System.Drawing.Size(450, 28);
  624. this.tBImgPath.TabIndex = 21;
  625. //
  626. // btImgPath
  627. //
  628. this.btImgPath.Location = new System.Drawing.Point(17, 25);
  629. this.btImgPath.Name = "btImgPath";
  630. this.btImgPath.Size = new System.Drawing.Size(266, 35);
  631. this.btImgPath.TabIndex = 20;
  632. this.btImgPath.Text = "选择图像存储路径";
  633. this.btImgPath.UseVisualStyleBackColor = true;
  634. this.btImgPath.Click += new System.EventHandler(this.btImgPath_Click);
  635. //
  636. // MainForm
  637. //
  638. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  639. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  640. this.ClientSize = new System.Drawing.Size(1600, 825);
  641. this.Controls.Add(this.groupBox5);
  642. this.Controls.Add(this.listmsg);
  643. this.Controls.Add(this.CutHoleGridView);
  644. this.Controls.Add(this.groupBox3);
  645. this.Controls.Add(this.groupBox2);
  646. this.Controls.Add(this.groupBox1);
  647. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  648. //this.Name = "MainForm";
  649. this.Text = "测量流程测试";
  650. this.groupBox1.ResumeLayout(false);
  651. this.groupBox2.ResumeLayout(false);
  652. this.groupBox3.ResumeLayout(false);
  653. this.groupBox3.PerformLayout();
  654. ((System.ComponentModel.ISupportInitialize)(this.CutHoleGridView)).EndInit();
  655. this.groupBox5.ResumeLayout(false);
  656. this.groupBox5.PerformLayout();
  657. this.ResumeLayout(false);
  658. }
  659. #endregion
  660. private System.Windows.Forms.GroupBox groupBox1;
  661. private System.Windows.Forms.Button btnOpenFile;
  662. private System.Windows.Forms.Button btnSaveFile;
  663. private System.Windows.Forms.Button btnNewFile;
  664. private System.Windows.Forms.GroupBox groupBox2;
  665. private System.Windows.Forms.Button button7;
  666. private System.Windows.Forms.Button button6;
  667. private System.Windows.Forms.Button button5;
  668. private System.Windows.Forms.Button button4;
  669. private System.Windows.Forms.Button button3;
  670. private System.Windows.Forms.Button btnLoadCutHoles;
  671. private System.Windows.Forms.GroupBox groupBox3;
  672. private System.Windows.Forms.Button button1;
  673. private System.Windows.Forms.CheckBox cBIsManul;
  674. private System.Windows.Forms.CheckBox cBIsPT;
  675. private System.Windows.Forms.TextBox tBFIBTemp;
  676. private System.Windows.Forms.Label label2;
  677. private System.Windows.Forms.Label label1;
  678. private System.Windows.Forms.TextBox tBSampleName;
  679. private System.Windows.Forms.Button btParamOK;
  680. private System.Windows.Forms.Button btFIB;
  681. private System.Windows.Forms.DataGridView CutHoleGridView;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn Name;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn X;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn Y;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn Z;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn M;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn R;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn T;
  689. private System.Windows.Forms.ListBox listmsg;
  690. private System.Windows.Forms.Button tbAutoFocus;
  691. private System.Windows.Forms.GroupBox groupBox5;
  692. private System.Windows.Forms.Button btImgPath;
  693. private System.Windows.Forms.TextBox tBImgPath;
  694. private System.Windows.Forms.Label label9;
  695. private System.Windows.Forms.TextBox tB_WD;
  696. private System.Windows.Forms.TextBox tB_fStep;
  697. private System.Windows.Forms.TextBox tB_fRange;
  698. private System.Windows.Forms.TextBox tB_Step;
  699. private System.Windows.Forms.TextBox tB_Down;
  700. private System.Windows.Forms.TextBox tB_Up;
  701. private System.Windows.Forms.Label label8;
  702. private System.Windows.Forms.Label label7;
  703. private System.Windows.Forms.Label label6;
  704. private System.Windows.Forms.Label label5;
  705. private System.Windows.Forms.Label label4;
  706. private System.Windows.Forms.Label label3;
  707. private System.Windows.Forms.Label label14;
  708. private System.Windows.Forms.Label label13;
  709. private System.Windows.Forms.Label label12;
  710. private System.Windows.Forms.Label label11;
  711. private System.Windows.Forms.Label label10;
  712. private System.Windows.Forms.Button button2;
  713. private System.Windows.Forms.Button button8;
  714. }
  715. }