MainForm.Designer.cs 18 KB

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