MainForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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.groupBox1.SuspendLayout();
  60. this.groupBox2.SuspendLayout();
  61. this.groupBox3.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.CutHoleGridView)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // groupBox1
  66. //
  67. this.groupBox1.Controls.Add(this.btnOpenFile);
  68. this.groupBox1.Controls.Add(this.btnSaveFile);
  69. this.groupBox1.Controls.Add(this.btnNewFile);
  70. this.groupBox1.Location = new System.Drawing.Point(11, 10);
  71. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  72. this.groupBox1.Name = "groupBox1";
  73. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  74. this.groupBox1.Size = new System.Drawing.Size(404, 67);
  75. this.groupBox1.TabIndex = 1;
  76. this.groupBox1.TabStop = false;
  77. this.groupBox1.Text = "测量文件操作";
  78. //
  79. // btnOpenFile
  80. //
  81. this.btnOpenFile.Location = new System.Drawing.Point(209, 23);
  82. this.btnOpenFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  83. this.btnOpenFile.Name = "btnOpenFile";
  84. this.btnOpenFile.Size = new System.Drawing.Size(91, 31);
  85. this.btnOpenFile.TabIndex = 2;
  86. this.btnOpenFile.Text = "打开";
  87. this.btnOpenFile.UseVisualStyleBackColor = true;
  88. this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
  89. //
  90. // btnSaveFile
  91. //
  92. this.btnSaveFile.Location = new System.Drawing.Point(113, 23);
  93. this.btnSaveFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  94. this.btnSaveFile.Name = "btnSaveFile";
  95. this.btnSaveFile.Size = new System.Drawing.Size(91, 31);
  96. this.btnSaveFile.TabIndex = 1;
  97. this.btnSaveFile.Text = "保存";
  98. this.btnSaveFile.UseVisualStyleBackColor = true;
  99. this.btnSaveFile.Click += new System.EventHandler(this.btnSaveFile_Click);
  100. //
  101. // btnNewFile
  102. //
  103. this.btnNewFile.Location = new System.Drawing.Point(17, 23);
  104. this.btnNewFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  105. this.btnNewFile.Name = "btnNewFile";
  106. this.btnNewFile.Size = new System.Drawing.Size(91, 31);
  107. this.btnNewFile.TabIndex = 0;
  108. this.btnNewFile.Text = "新建";
  109. this.btnNewFile.UseVisualStyleBackColor = true;
  110. this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
  111. //
  112. // groupBox2
  113. //
  114. this.groupBox2.Controls.Add(this.button1);
  115. this.groupBox2.Controls.Add(this.button7);
  116. this.groupBox2.Controls.Add(this.button6);
  117. this.groupBox2.Controls.Add(this.button5);
  118. this.groupBox2.Controls.Add(this.button4);
  119. this.groupBox2.Controls.Add(this.button3);
  120. this.groupBox2.Controls.Add(this.btnLoadCutHoles);
  121. this.groupBox2.Location = new System.Drawing.Point(11, 82);
  122. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  123. this.groupBox2.Name = "groupBox2";
  124. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  125. this.groupBox2.Size = new System.Drawing.Size(404, 108);
  126. this.groupBox2.TabIndex = 2;
  127. this.groupBox2.TabStop = false;
  128. this.groupBox2.Text = "测量流程";
  129. //
  130. // button1
  131. //
  132. this.button1.Location = new System.Drawing.Point(305, 67);
  133. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  134. this.button1.Name = "button1";
  135. this.button1.Size = new System.Drawing.Size(91, 31);
  136. this.button1.TabIndex = 6;
  137. this.button1.Text = "截面";
  138. this.button1.UseVisualStyleBackColor = true;
  139. this.button1.Click += new System.EventHandler(this.button1_Click);
  140. //
  141. // button7
  142. //
  143. this.button7.Location = new System.Drawing.Point(209, 67);
  144. this.button7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.button7.Name = "button7";
  146. this.button7.Size = new System.Drawing.Size(91, 31);
  147. this.button7.TabIndex = 5;
  148. this.button7.Text = "分析位置";
  149. this.button7.UseVisualStyleBackColor = true;
  150. this.button7.Click += new System.EventHandler(this.button7_Click);
  151. //
  152. // button6
  153. //
  154. this.button6.Location = new System.Drawing.Point(113, 67);
  155. this.button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  156. this.button6.Name = "button6";
  157. this.button6.Size = new System.Drawing.Size(91, 31);
  158. this.button6.TabIndex = 4;
  159. this.button6.Text = "切割";
  160. this.button6.UseVisualStyleBackColor = true;
  161. this.button6.Click += new System.EventHandler(this.button6_Click);
  162. //
  163. // button5
  164. //
  165. this.button5.Location = new System.Drawing.Point(17, 67);
  166. this.button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  167. this.button5.Name = "button5";
  168. this.button5.Size = new System.Drawing.Size(91, 31);
  169. this.button5.TabIndex = 3;
  170. this.button5.Text = "定位";
  171. this.button5.UseVisualStyleBackColor = true;
  172. this.button5.Click += new System.EventHandler(this.button5_Click);
  173. //
  174. // button4
  175. //
  176. this.button4.Location = new System.Drawing.Point(209, 32);
  177. this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  178. this.button4.Name = "button4";
  179. this.button4.Size = new System.Drawing.Size(91, 31);
  180. this.button4.TabIndex = 2;
  181. this.button4.Text = "停止";
  182. this.button4.UseVisualStyleBackColor = true;
  183. this.button4.Click += new System.EventHandler(this.button4_Click);
  184. //
  185. // button3
  186. //
  187. this.button3.Location = new System.Drawing.Point(113, 32);
  188. this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  189. this.button3.Name = "button3";
  190. this.button3.Size = new System.Drawing.Size(91, 31);
  191. this.button3.TabIndex = 1;
  192. this.button3.Text = "启动";
  193. this.button3.UseVisualStyleBackColor = true;
  194. this.button3.Click += new System.EventHandler(this.button3_Click);
  195. //
  196. // btnLoadCutHoles
  197. //
  198. this.btnLoadCutHoles.Location = new System.Drawing.Point(17, 32);
  199. this.btnLoadCutHoles.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  200. this.btnLoadCutHoles.Name = "btnLoadCutHoles";
  201. this.btnLoadCutHoles.Size = new System.Drawing.Size(91, 31);
  202. this.btnLoadCutHoles.TabIndex = 0;
  203. this.btnLoadCutHoles.Text = "导入切孔";
  204. this.btnLoadCutHoles.UseVisualStyleBackColor = true;
  205. this.btnLoadCutHoles.Click += new System.EventHandler(this.btnLoadCutHoles_Click);
  206. //
  207. // groupBox3
  208. //
  209. this.groupBox3.Controls.Add(this.btParamOK);
  210. this.groupBox3.Controls.Add(this.btFIB);
  211. this.groupBox3.Controls.Add(this.tBFIBTemp);
  212. this.groupBox3.Controls.Add(this.label2);
  213. this.groupBox3.Controls.Add(this.label1);
  214. this.groupBox3.Controls.Add(this.tBSampleName);
  215. this.groupBox3.Controls.Add(this.cBIsManul);
  216. this.groupBox3.Controls.Add(this.cBIsPT);
  217. this.groupBox3.Location = new System.Drawing.Point(12, 196);
  218. this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  219. this.groupBox3.Name = "groupBox3";
  220. this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  221. this.groupBox3.Size = new System.Drawing.Size(404, 91);
  222. this.groupBox3.TabIndex = 3;
  223. this.groupBox3.TabStop = false;
  224. this.groupBox3.Text = "测量参数";
  225. //
  226. // btParamOK
  227. //
  228. this.btParamOK.Location = new System.Drawing.Point(304, 56);
  229. this.btParamOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  230. this.btParamOK.Name = "btParamOK";
  231. this.btParamOK.Size = new System.Drawing.Size(91, 31);
  232. this.btParamOK.TabIndex = 7;
  233. this.btParamOK.Text = "确定";
  234. this.btParamOK.UseVisualStyleBackColor = true;
  235. this.btParamOK.Click += new System.EventHandler(this.btParamOK_Click);
  236. //
  237. // btFIB
  238. //
  239. this.btFIB.Location = new System.Drawing.Point(164, 50);
  240. this.btFIB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  241. this.btFIB.Name = "btFIB";
  242. this.btFIB.Size = new System.Drawing.Size(38, 22);
  243. this.btFIB.TabIndex = 6;
  244. this.btFIB.Text = "...";
  245. this.btFIB.UseVisualStyleBackColor = true;
  246. this.btFIB.Click += new System.EventHandler(this.btFIB_Click);
  247. //
  248. // tBFIBTemp
  249. //
  250. this.tBFIBTemp.Location = new System.Drawing.Point(76, 49);
  251. this.tBFIBTemp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  252. this.tBFIBTemp.Name = "tBFIBTemp";
  253. this.tBFIBTemp.ReadOnly = true;
  254. this.tBFIBTemp.Size = new System.Drawing.Size(89, 25);
  255. this.tBFIBTemp.TabIndex = 5;
  256. //
  257. // label2
  258. //
  259. this.label2.AutoSize = true;
  260. this.label2.Location = new System.Drawing.Point(15, 57);
  261. this.label2.Name = "label2";
  262. this.label2.Size = new System.Drawing.Size(61, 15);
  263. this.label2.TabIndex = 4;
  264. this.label2.Text = "FIB模板";
  265. //
  266. // label1
  267. //
  268. this.label1.AutoSize = true;
  269. this.label1.Location = new System.Drawing.Point(183, 26);
  270. this.label1.Name = "label1";
  271. this.label1.Size = new System.Drawing.Size(67, 15);
  272. this.label1.TabIndex = 3;
  273. this.label1.Text = "样品名称";
  274. //
  275. // tBSampleName
  276. //
  277. this.tBSampleName.Location = new System.Drawing.Point(256, 23);
  278. this.tBSampleName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  279. this.tBSampleName.Name = "tBSampleName";
  280. this.tBSampleName.Size = new System.Drawing.Size(89, 25);
  281. this.tBSampleName.TabIndex = 2;
  282. //
  283. // cBIsManul
  284. //
  285. this.cBIsManul.AutoSize = true;
  286. this.cBIsManul.Location = new System.Drawing.Point(84, 23);
  287. this.cBIsManul.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  288. this.cBIsManul.Name = "cBIsManul";
  289. this.cBIsManul.Size = new System.Drawing.Size(89, 19);
  290. this.cBIsManul.TabIndex = 1;
  291. this.cBIsManul.Text = "手动对焦";
  292. this.cBIsManul.UseVisualStyleBackColor = true;
  293. //
  294. // cBIsPT
  295. //
  296. this.cBIsPT.AutoSize = true;
  297. this.cBIsPT.Location = new System.Drawing.Point(16, 23);
  298. this.cBIsPT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  299. this.cBIsPT.Name = "cBIsPT";
  300. this.cBIsPT.Size = new System.Drawing.Size(60, 19);
  301. this.cBIsPT.TabIndex = 0;
  302. this.cBIsPT.Text = "有PT";
  303. this.cBIsPT.UseVisualStyleBackColor = true;
  304. //
  305. // CutHoleGridView
  306. //
  307. dataGridViewCellStyle2.BackColor = System.Drawing.Color.Beige;
  308. dataGridViewCellStyle2.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
  309. this.CutHoleGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  310. this.CutHoleGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  311. this.CutHoleGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  312. this.Name,
  313. this.X,
  314. this.Y,
  315. this.Z,
  316. this.M,
  317. this.R,
  318. this.T});
  319. this.CutHoleGridView.Location = new System.Drawing.Point(11, 292);
  320. this.CutHoleGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  321. this.CutHoleGridView.Name = "CutHoleGridView";
  322. this.CutHoleGridView.ReadOnly = true;
  323. this.CutHoleGridView.RowTemplate.Height = 30;
  324. this.CutHoleGridView.Size = new System.Drawing.Size(690, 219);
  325. this.CutHoleGridView.TabIndex = 16;
  326. //
  327. // Name
  328. //
  329. this.Name.Name = "Name";
  330. this.Name.ReadOnly = true;
  331. //
  332. // X
  333. //
  334. this.X.Name = "X";
  335. this.X.ReadOnly = true;
  336. //
  337. // Y
  338. //
  339. this.Y.Name = "Y";
  340. this.Y.ReadOnly = true;
  341. //
  342. // Z
  343. //
  344. this.Z.Name = "Z";
  345. this.Z.ReadOnly = true;
  346. //
  347. // M
  348. //
  349. this.M.Name = "M";
  350. this.M.ReadOnly = true;
  351. //
  352. // R
  353. //
  354. this.R.Name = "R";
  355. this.R.ReadOnly = true;
  356. //
  357. // T
  358. //
  359. this.T.Name = "T";
  360. this.T.ReadOnly = true;
  361. //
  362. // listmsg
  363. //
  364. this.listmsg.FormattingEnabled = true;
  365. this.listmsg.ItemHeight = 15;
  366. this.listmsg.Location = new System.Drawing.Point(713, 10);
  367. this.listmsg.Name = "listmsg";
  368. this.listmsg.Size = new System.Drawing.Size(697, 604);
  369. this.listmsg.TabIndex = 17;
  370. //
  371. // MainForm
  372. //
  373. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  374. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  375. this.ClientSize = new System.Drawing.Size(1422, 628);
  376. this.Controls.Add(this.listmsg);
  377. this.Controls.Add(this.CutHoleGridView);
  378. this.Controls.Add(this.groupBox3);
  379. this.Controls.Add(this.groupBox2);
  380. this.Controls.Add(this.groupBox1);
  381. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  382. //this.Name = "MainForm";
  383. this.Text = "测量流程测试";
  384. this.groupBox1.ResumeLayout(false);
  385. this.groupBox2.ResumeLayout(false);
  386. this.groupBox3.ResumeLayout(false);
  387. this.groupBox3.PerformLayout();
  388. ((System.ComponentModel.ISupportInitialize)(this.CutHoleGridView)).EndInit();
  389. this.ResumeLayout(false);
  390. }
  391. #endregion
  392. private System.Windows.Forms.GroupBox groupBox1;
  393. private System.Windows.Forms.Button btnOpenFile;
  394. private System.Windows.Forms.Button btnSaveFile;
  395. private System.Windows.Forms.Button btnNewFile;
  396. private System.Windows.Forms.GroupBox groupBox2;
  397. private System.Windows.Forms.Button button7;
  398. private System.Windows.Forms.Button button6;
  399. private System.Windows.Forms.Button button5;
  400. private System.Windows.Forms.Button button4;
  401. private System.Windows.Forms.Button button3;
  402. private System.Windows.Forms.Button btnLoadCutHoles;
  403. private System.Windows.Forms.GroupBox groupBox3;
  404. private System.Windows.Forms.Button button1;
  405. private System.Windows.Forms.CheckBox cBIsManul;
  406. private System.Windows.Forms.CheckBox cBIsPT;
  407. private System.Windows.Forms.TextBox tBFIBTemp;
  408. private System.Windows.Forms.Label label2;
  409. private System.Windows.Forms.Label label1;
  410. private System.Windows.Forms.TextBox tBSampleName;
  411. private System.Windows.Forms.Button btParamOK;
  412. private System.Windows.Forms.Button btFIB;
  413. private System.Windows.Forms.DataGridView CutHoleGridView;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn Name;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn X;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn Y;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn Z;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn M;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn R;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn T;
  421. private System.Windows.Forms.ListBox listmsg;
  422. }
  423. }