MainForm.Designer.cs 31 KB

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