Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

1409 Zeilen
73 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmProductInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductInfo));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.groupBox10 = new System.Windows.Forms.GroupBox();
  35. this.panel10 = new System.Windows.Forms.Panel();
  36. this.numTensionDownFloatValue = new System.Windows.Forms.NumericUpDown();
  37. this.numTensionUpFloatValue = new System.Windows.Forms.NumericUpDown();
  38. this.label12 = new System.Windows.Forms.Label();
  39. this.label22 = new System.Windows.Forms.Label();
  40. this.label23 = new System.Windows.Forms.Label();
  41. this.numTensionBaseValue = new System.Windows.Forms.NumericUpDown();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.numHeightDownFloatValue = new System.Windows.Forms.NumericUpDown();
  45. this.numHeightUpFloatValue = new System.Windows.Forms.NumericUpDown();
  46. this.numHeightBaseValue = new System.Windows.Forms.NumericUpDown();
  47. this.txtHeightBaseDec = new System.Windows.Forms.TextBox();
  48. this.label14 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.groupBox2 = new System.Windows.Forms.GroupBox();
  53. this.panel2 = new System.Windows.Forms.Panel();
  54. this.numLineWidthDownFloatValue = new System.Windows.Forms.NumericUpDown();
  55. this.numLineWidthUpFloatValue = new System.Windows.Forms.NumericUpDown();
  56. this.numLineWidthBaseValue = new System.Windows.Forms.NumericUpDown();
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.label9 = new System.Windows.Forms.Label();
  60. this.groupBox3 = new System.Windows.Forms.GroupBox();
  61. this.panel3 = new System.Windows.Forms.Panel();
  62. this.numPTDownFloatValue = new System.Windows.Forms.NumericUpDown();
  63. this.numPTUpFloatValue = new System.Windows.Forms.NumericUpDown();
  64. this.numPTBaseValue = new System.Windows.Forms.NumericUpDown();
  65. this.label10 = new System.Windows.Forms.Label();
  66. this.label11 = new System.Windows.Forms.Label();
  67. this.label13 = new System.Windows.Forms.Label();
  68. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  69. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  70. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  71. this.tsbtnAddFile = new System.Windows.Forms.ToolStripButton();
  72. this.tsbtnNewBatchId = new System.Windows.Forms.ToolStripButton();
  73. this.tbtnGetPos = new System.Windows.Forms.ToolStripButton();
  74. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  75. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  76. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  77. this.numTargetCount = new System.Windows.Forms.NumericUpDown();
  78. this.tabControl1 = new System.Windows.Forms.TabControl();
  79. this.tabPage1 = new System.Windows.Forms.TabPage();
  80. this.panel8 = new System.Windows.Forms.Panel();
  81. this.cmbDefectModelFile = new System.Windows.Forms.ComboBox();
  82. this.label29 = new System.Windows.Forms.Label();
  83. this.cmbHoleCount = new System.Windows.Forms.ComboBox();
  84. this.label18 = new System.Windows.Forms.Label();
  85. this.cmbClasses = new System.Windows.Forms.ComboBox();
  86. this.label17 = new System.Windows.Forms.Label();
  87. this.groupBox4 = new System.Windows.Forms.GroupBox();
  88. this.dgvBatchList = new System.Windows.Forms.DataGridView();
  89. this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.txtBatchId = new System.Windows.Forms.TextBox();
  94. this.label15 = new System.Windows.Forms.Label();
  95. this.label16 = new System.Windows.Forms.Label();
  96. this.txtCode = new System.Windows.Forms.TextBox();
  97. this.txtName = new System.Windows.Forms.TextBox();
  98. this.label1 = new System.Windows.Forms.Label();
  99. this.label4 = new System.Windows.Forms.Label();
  100. this.label3 = new System.Windows.Forms.Label();
  101. this.txtSpec = new System.Windows.Forms.TextBox();
  102. this.tabPage3 = new System.Windows.Forms.TabPage();
  103. this.groupBox7 = new System.Windows.Forms.GroupBox();
  104. this.panel6 = new System.Windows.Forms.Panel();
  105. this.cbHavePad = new System.Windows.Forms.CheckBox();
  106. this.label24 = new System.Windows.Forms.Label();
  107. this.cbMainGrid = new System.Windows.Forms.CheckBox();
  108. this.cbMarkDisturb = new System.Windows.Forms.CheckBox();
  109. this.groupBox6 = new System.Windows.Forms.GroupBox();
  110. this.panel5 = new System.Windows.Forms.Panel();
  111. this.label21 = new System.Windows.Forms.Label();
  112. this.numMarkSize = new System.Windows.Forms.NumericUpDown();
  113. this.label20 = new System.Windows.Forms.Label();
  114. this.cbMarkType = new System.Windows.Forms.ComboBox();
  115. this.label19 = new System.Windows.Forms.Label();
  116. this.groupBox5 = new System.Windows.Forms.GroupBox();
  117. this.panel4 = new System.Windows.Forms.Panel();
  118. this.btnOpenFile = new System.Windows.Forms.LinkLabel();
  119. this.tabPage2 = new System.Windows.Forms.TabPage();
  120. this.tabPage4 = new System.Windows.Forms.TabPage();
  121. this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
  122. this.groupBox10.SuspendLayout();
  123. this.panel10.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).BeginInit();
  127. this.groupBox1.SuspendLayout();
  128. this.panel1.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).BeginInit();
  132. this.groupBox2.SuspendLayout();
  133. this.panel2.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).BeginInit();
  137. this.groupBox3.SuspendLayout();
  138. this.panel3.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).BeginInit();
  142. this.toolStrip1.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).BeginInit();
  144. this.tabControl1.SuspendLayout();
  145. this.tabPage1.SuspendLayout();
  146. this.panel8.SuspendLayout();
  147. this.groupBox4.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).BeginInit();
  149. this.tabPage3.SuspendLayout();
  150. this.groupBox7.SuspendLayout();
  151. this.panel6.SuspendLayout();
  152. this.groupBox6.SuspendLayout();
  153. this.panel5.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).BeginInit();
  155. this.groupBox5.SuspendLayout();
  156. this.panel4.SuspendLayout();
  157. this.tabPage2.SuspendLayout();
  158. this.tabPage4.SuspendLayout();
  159. this.SuspendLayout();
  160. //
  161. // groupBox10
  162. //
  163. this.groupBox10.BackColor = System.Drawing.SystemColors.ActiveCaption;
  164. this.groupBox10.Controls.Add(this.panel10);
  165. this.groupBox10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.groupBox10.Location = new System.Drawing.Point(4, 4);
  167. this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
  168. this.groupBox10.Name = "groupBox10";
  169. this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
  170. this.groupBox10.Size = new System.Drawing.Size(409, 70);
  171. this.groupBox10.TabIndex = 31;
  172. this.groupBox10.TabStop = false;
  173. this.groupBox10.Text = "张力基准值(N/cm^2)";
  174. //
  175. // panel10
  176. //
  177. this.panel10.BackColor = System.Drawing.Color.White;
  178. this.panel10.Controls.Add(this.numTensionDownFloatValue);
  179. this.panel10.Controls.Add(this.numTensionUpFloatValue);
  180. this.panel10.Controls.Add(this.label12);
  181. this.panel10.Controls.Add(this.label22);
  182. this.panel10.Controls.Add(this.label23);
  183. this.panel10.Controls.Add(this.numTensionBaseValue);
  184. this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.panel10.Location = new System.Drawing.Point(2, 16);
  186. this.panel10.Margin = new System.Windows.Forms.Padding(2);
  187. this.panel10.Name = "panel10";
  188. this.panel10.Size = new System.Drawing.Size(405, 52);
  189. this.panel10.TabIndex = 0;
  190. //
  191. // numTensionDownFloatValue
  192. //
  193. this.numTensionDownFloatValue.DecimalPlaces = 4;
  194. this.numTensionDownFloatValue.Location = new System.Drawing.Point(278, 29);
  195. this.numTensionDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  196. this.numTensionDownFloatValue.Maximum = new decimal(new int[] {
  197. 99999,
  198. 0,
  199. 0,
  200. 0});
  201. this.numTensionDownFloatValue.Minimum = new decimal(new int[] {
  202. 9999,
  203. 0,
  204. 0,
  205. -2147483648});
  206. this.numTensionDownFloatValue.Name = "numTensionDownFloatValue";
  207. this.numTensionDownFloatValue.Size = new System.Drawing.Size(120, 21);
  208. this.numTensionDownFloatValue.TabIndex = 13;
  209. //
  210. // numTensionUpFloatValue
  211. //
  212. this.numTensionUpFloatValue.DecimalPlaces = 4;
  213. this.numTensionUpFloatValue.Location = new System.Drawing.Point(74, 30);
  214. this.numTensionUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  215. this.numTensionUpFloatValue.Maximum = new decimal(new int[] {
  216. 99999,
  217. 0,
  218. 0,
  219. 0});
  220. this.numTensionUpFloatValue.Name = "numTensionUpFloatValue";
  221. this.numTensionUpFloatValue.Size = new System.Drawing.Size(123, 21);
  222. this.numTensionUpFloatValue.TabIndex = 13;
  223. //
  224. // label12
  225. //
  226. this.label12.AutoSize = true;
  227. this.label12.Location = new System.Drawing.Point(214, 32);
  228. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  229. this.label12.Name = "label12";
  230. this.label12.Size = new System.Drawing.Size(65, 12);
  231. this.label12.TabIndex = 16;
  232. this.label12.Text = "下浮范围:";
  233. //
  234. // label22
  235. //
  236. this.label22.AutoSize = true;
  237. this.label22.Location = new System.Drawing.Point(10, 33);
  238. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  239. this.label22.Name = "label22";
  240. this.label22.Size = new System.Drawing.Size(65, 12);
  241. this.label22.TabIndex = 15;
  242. this.label22.Text = "上浮范围:";
  243. //
  244. // label23
  245. //
  246. this.label23.AutoSize = true;
  247. this.label23.Location = new System.Drawing.Point(10, 11);
  248. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  249. this.label23.Name = "label23";
  250. this.label23.Size = new System.Drawing.Size(53, 12);
  251. this.label23.TabIndex = 14;
  252. this.label23.Text = "基准值:";
  253. //
  254. // numTensionBaseValue
  255. //
  256. this.numTensionBaseValue.DecimalPlaces = 4;
  257. this.numTensionBaseValue.Location = new System.Drawing.Point(74, 7);
  258. this.numTensionBaseValue.Margin = new System.Windows.Forms.Padding(2);
  259. this.numTensionBaseValue.Maximum = new decimal(new int[] {
  260. 99999,
  261. 0,
  262. 0,
  263. 0});
  264. this.numTensionBaseValue.Name = "numTensionBaseValue";
  265. this.numTensionBaseValue.Size = new System.Drawing.Size(123, 21);
  266. this.numTensionBaseValue.TabIndex = 13;
  267. //
  268. // groupBox1
  269. //
  270. this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  271. this.groupBox1.Controls.Add(this.panel1);
  272. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.groupBox1.Location = new System.Drawing.Point(4, 78);
  274. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  275. this.groupBox1.Name = "groupBox1";
  276. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  277. this.groupBox1.Size = new System.Drawing.Size(409, 93);
  278. this.groupBox1.TabIndex = 32;
  279. this.groupBox1.TabStop = false;
  280. this.groupBox1.Text = "厚度基准值(um)";
  281. //
  282. // panel1
  283. //
  284. this.panel1.BackColor = System.Drawing.Color.White;
  285. this.panel1.Controls.Add(this.numHeightDownFloatValue);
  286. this.panel1.Controls.Add(this.numHeightUpFloatValue);
  287. this.panel1.Controls.Add(this.numHeightBaseValue);
  288. this.panel1.Controls.Add(this.txtHeightBaseDec);
  289. this.panel1.Controls.Add(this.label14);
  290. this.panel1.Controls.Add(this.label2);
  291. this.panel1.Controls.Add(this.label5);
  292. this.panel1.Controls.Add(this.label6);
  293. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.panel1.Location = new System.Drawing.Point(2, 16);
  295. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  296. this.panel1.Name = "panel1";
  297. this.panel1.Size = new System.Drawing.Size(405, 75);
  298. this.panel1.TabIndex = 0;
  299. //
  300. // numHeightDownFloatValue
  301. //
  302. this.numHeightDownFloatValue.DecimalPlaces = 4;
  303. this.numHeightDownFloatValue.Location = new System.Drawing.Point(278, 29);
  304. this.numHeightDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  305. this.numHeightDownFloatValue.Maximum = new decimal(new int[] {
  306. 99999,
  307. 0,
  308. 0,
  309. 0});
  310. this.numHeightDownFloatValue.Minimum = new decimal(new int[] {
  311. 9999,
  312. 0,
  313. 0,
  314. -2147483648});
  315. this.numHeightDownFloatValue.Name = "numHeightDownFloatValue";
  316. this.numHeightDownFloatValue.Size = new System.Drawing.Size(120, 21);
  317. this.numHeightDownFloatValue.TabIndex = 13;
  318. //
  319. // numHeightUpFloatValue
  320. //
  321. this.numHeightUpFloatValue.DecimalPlaces = 4;
  322. this.numHeightUpFloatValue.Location = new System.Drawing.Point(74, 30);
  323. this.numHeightUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  324. this.numHeightUpFloatValue.Maximum = new decimal(new int[] {
  325. 99999,
  326. 0,
  327. 0,
  328. 0});
  329. this.numHeightUpFloatValue.Name = "numHeightUpFloatValue";
  330. this.numHeightUpFloatValue.Size = new System.Drawing.Size(123, 21);
  331. this.numHeightUpFloatValue.TabIndex = 13;
  332. //
  333. // numHeightBaseValue
  334. //
  335. this.numHeightBaseValue.DecimalPlaces = 4;
  336. this.numHeightBaseValue.Location = new System.Drawing.Point(74, 7);
  337. this.numHeightBaseValue.Margin = new System.Windows.Forms.Padding(2);
  338. this.numHeightBaseValue.Maximum = new decimal(new int[] {
  339. 99999,
  340. 0,
  341. 0,
  342. 0});
  343. this.numHeightBaseValue.Name = "numHeightBaseValue";
  344. this.numHeightBaseValue.Size = new System.Drawing.Size(123, 21);
  345. this.numHeightBaseValue.TabIndex = 13;
  346. //
  347. // txtHeightBaseDec
  348. //
  349. this.txtHeightBaseDec.Location = new System.Drawing.Point(74, 53);
  350. this.txtHeightBaseDec.Margin = new System.Windows.Forms.Padding(2);
  351. this.txtHeightBaseDec.Name = "txtHeightBaseDec";
  352. this.txtHeightBaseDec.Size = new System.Drawing.Size(325, 21);
  353. this.txtHeightBaseDec.TabIndex = 21;
  354. this.toolTip1.SetToolTip(this.txtHeightBaseDec, "多个点位按顺序用半角分号(;)或逗号(,)隔开");
  355. //
  356. // label14
  357. //
  358. this.label14.AutoSize = true;
  359. this.label14.Location = new System.Drawing.Point(10, 56);
  360. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  361. this.label14.Name = "label14";
  362. this.label14.Size = new System.Drawing.Size(65, 12);
  363. this.label14.TabIndex = 20;
  364. this.label14.Text = "点位base值";
  365. //
  366. // label2
  367. //
  368. this.label2.AutoSize = true;
  369. this.label2.Location = new System.Drawing.Point(214, 32);
  370. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  371. this.label2.Name = "label2";
  372. this.label2.Size = new System.Drawing.Size(65, 12);
  373. this.label2.TabIndex = 16;
  374. this.label2.Text = "下浮范围:";
  375. //
  376. // label5
  377. //
  378. this.label5.AutoSize = true;
  379. this.label5.Location = new System.Drawing.Point(10, 32);
  380. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  381. this.label5.Name = "label5";
  382. this.label5.Size = new System.Drawing.Size(65, 12);
  383. this.label5.TabIndex = 15;
  384. this.label5.Text = "上浮范围:";
  385. //
  386. // label6
  387. //
  388. this.label6.AutoSize = true;
  389. this.label6.Location = new System.Drawing.Point(10, 11);
  390. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  391. this.label6.Name = "label6";
  392. this.label6.Size = new System.Drawing.Size(53, 12);
  393. this.label6.TabIndex = 14;
  394. this.label6.Text = "基准值:";
  395. //
  396. // groupBox2
  397. //
  398. this.groupBox2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  399. this.groupBox2.Controls.Add(this.panel2);
  400. this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.groupBox2.Location = new System.Drawing.Point(4, 175);
  402. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  403. this.groupBox2.Name = "groupBox2";
  404. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  405. this.groupBox2.Size = new System.Drawing.Size(409, 70);
  406. this.groupBox2.TabIndex = 33;
  407. this.groupBox2.TabStop = false;
  408. this.groupBox2.Text = "线宽基准值(um)";
  409. //
  410. // panel2
  411. //
  412. this.panel2.BackColor = System.Drawing.Color.White;
  413. this.panel2.Controls.Add(this.numLineWidthDownFloatValue);
  414. this.panel2.Controls.Add(this.numLineWidthUpFloatValue);
  415. this.panel2.Controls.Add(this.numLineWidthBaseValue);
  416. this.panel2.Controls.Add(this.label7);
  417. this.panel2.Controls.Add(this.label8);
  418. this.panel2.Controls.Add(this.label9);
  419. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  420. this.panel2.Location = new System.Drawing.Point(2, 16);
  421. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  422. this.panel2.Name = "panel2";
  423. this.panel2.Size = new System.Drawing.Size(405, 52);
  424. this.panel2.TabIndex = 0;
  425. //
  426. // numLineWidthDownFloatValue
  427. //
  428. this.numLineWidthDownFloatValue.DecimalPlaces = 4;
  429. this.numLineWidthDownFloatValue.Location = new System.Drawing.Point(278, 29);
  430. this.numLineWidthDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  431. this.numLineWidthDownFloatValue.Maximum = new decimal(new int[] {
  432. 99999,
  433. 0,
  434. 0,
  435. 0});
  436. this.numLineWidthDownFloatValue.Minimum = new decimal(new int[] {
  437. 9999,
  438. 0,
  439. 0,
  440. -2147483648});
  441. this.numLineWidthDownFloatValue.Name = "numLineWidthDownFloatValue";
  442. this.numLineWidthDownFloatValue.Size = new System.Drawing.Size(120, 21);
  443. this.numLineWidthDownFloatValue.TabIndex = 13;
  444. //
  445. // numLineWidthUpFloatValue
  446. //
  447. this.numLineWidthUpFloatValue.DecimalPlaces = 4;
  448. this.numLineWidthUpFloatValue.Location = new System.Drawing.Point(74, 30);
  449. this.numLineWidthUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  450. this.numLineWidthUpFloatValue.Maximum = new decimal(new int[] {
  451. 99999,
  452. 0,
  453. 0,
  454. 0});
  455. this.numLineWidthUpFloatValue.Name = "numLineWidthUpFloatValue";
  456. this.numLineWidthUpFloatValue.Size = new System.Drawing.Size(123, 21);
  457. this.numLineWidthUpFloatValue.TabIndex = 13;
  458. //
  459. // numLineWidthBaseValue
  460. //
  461. this.numLineWidthBaseValue.DecimalPlaces = 4;
  462. this.numLineWidthBaseValue.Location = new System.Drawing.Point(74, 7);
  463. this.numLineWidthBaseValue.Margin = new System.Windows.Forms.Padding(2);
  464. this.numLineWidthBaseValue.Maximum = new decimal(new int[] {
  465. 99999,
  466. 0,
  467. 0,
  468. 0});
  469. this.numLineWidthBaseValue.Name = "numLineWidthBaseValue";
  470. this.numLineWidthBaseValue.Size = new System.Drawing.Size(123, 21);
  471. this.numLineWidthBaseValue.TabIndex = 13;
  472. //
  473. // label7
  474. //
  475. this.label7.AutoSize = true;
  476. this.label7.Location = new System.Drawing.Point(214, 32);
  477. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  478. this.label7.Name = "label7";
  479. this.label7.Size = new System.Drawing.Size(65, 12);
  480. this.label7.TabIndex = 16;
  481. this.label7.Text = "下浮范围:";
  482. //
  483. // label8
  484. //
  485. this.label8.AutoSize = true;
  486. this.label8.Location = new System.Drawing.Point(10, 33);
  487. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  488. this.label8.Name = "label8";
  489. this.label8.Size = new System.Drawing.Size(65, 12);
  490. this.label8.TabIndex = 15;
  491. this.label8.Text = "上浮范围:";
  492. //
  493. // label9
  494. //
  495. this.label9.AutoSize = true;
  496. this.label9.Location = new System.Drawing.Point(10, 11);
  497. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  498. this.label9.Name = "label9";
  499. this.label9.Size = new System.Drawing.Size(53, 12);
  500. this.label9.TabIndex = 14;
  501. this.label9.Text = "基准值:";
  502. //
  503. // groupBox3
  504. //
  505. this.groupBox3.BackColor = System.Drawing.SystemColors.ActiveCaption;
  506. this.groupBox3.Controls.Add(this.panel3);
  507. this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.groupBox3.Location = new System.Drawing.Point(4, 249);
  509. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  510. this.groupBox3.Name = "groupBox3";
  511. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  512. this.groupBox3.Size = new System.Drawing.Size(409, 70);
  513. this.groupBox3.TabIndex = 34;
  514. this.groupBox3.TabStop = false;
  515. this.groupBox3.Text = "PT基准值(mm)";
  516. //
  517. // panel3
  518. //
  519. this.panel3.BackColor = System.Drawing.Color.White;
  520. this.panel3.Controls.Add(this.numPTDownFloatValue);
  521. this.panel3.Controls.Add(this.numPTUpFloatValue);
  522. this.panel3.Controls.Add(this.numPTBaseValue);
  523. this.panel3.Controls.Add(this.label10);
  524. this.panel3.Controls.Add(this.label11);
  525. this.panel3.Controls.Add(this.label13);
  526. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  527. this.panel3.Location = new System.Drawing.Point(2, 16);
  528. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  529. this.panel3.Name = "panel3";
  530. this.panel3.Size = new System.Drawing.Size(405, 52);
  531. this.panel3.TabIndex = 0;
  532. //
  533. // numPTDownFloatValue
  534. //
  535. this.numPTDownFloatValue.DecimalPlaces = 4;
  536. this.numPTDownFloatValue.Location = new System.Drawing.Point(278, 29);
  537. this.numPTDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  538. this.numPTDownFloatValue.Maximum = new decimal(new int[] {
  539. 99999,
  540. 0,
  541. 0,
  542. 0});
  543. this.numPTDownFloatValue.Minimum = new decimal(new int[] {
  544. 9999,
  545. 0,
  546. 0,
  547. -2147483648});
  548. this.numPTDownFloatValue.Name = "numPTDownFloatValue";
  549. this.numPTDownFloatValue.Size = new System.Drawing.Size(120, 21);
  550. this.numPTDownFloatValue.TabIndex = 13;
  551. //
  552. // numPTUpFloatValue
  553. //
  554. this.numPTUpFloatValue.DecimalPlaces = 4;
  555. this.numPTUpFloatValue.Location = new System.Drawing.Point(74, 30);
  556. this.numPTUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  557. this.numPTUpFloatValue.Maximum = new decimal(new int[] {
  558. 99999,
  559. 0,
  560. 0,
  561. 0});
  562. this.numPTUpFloatValue.Name = "numPTUpFloatValue";
  563. this.numPTUpFloatValue.Size = new System.Drawing.Size(123, 21);
  564. this.numPTUpFloatValue.TabIndex = 13;
  565. //
  566. // numPTBaseValue
  567. //
  568. this.numPTBaseValue.DecimalPlaces = 4;
  569. this.numPTBaseValue.Location = new System.Drawing.Point(74, 7);
  570. this.numPTBaseValue.Margin = new System.Windows.Forms.Padding(2);
  571. this.numPTBaseValue.Maximum = new decimal(new int[] {
  572. 99999,
  573. 0,
  574. 0,
  575. 0});
  576. this.numPTBaseValue.Name = "numPTBaseValue";
  577. this.numPTBaseValue.Size = new System.Drawing.Size(123, 21);
  578. this.numPTBaseValue.TabIndex = 13;
  579. //
  580. // label10
  581. //
  582. this.label10.AutoSize = true;
  583. this.label10.Location = new System.Drawing.Point(214, 32);
  584. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  585. this.label10.Name = "label10";
  586. this.label10.Size = new System.Drawing.Size(65, 12);
  587. this.label10.TabIndex = 16;
  588. this.label10.Text = "下浮范围:";
  589. //
  590. // label11
  591. //
  592. this.label11.AutoSize = true;
  593. this.label11.Location = new System.Drawing.Point(10, 33);
  594. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  595. this.label11.Name = "label11";
  596. this.label11.Size = new System.Drawing.Size(65, 12);
  597. this.label11.TabIndex = 15;
  598. this.label11.Text = "上浮范围:";
  599. //
  600. // label13
  601. //
  602. this.label13.AutoSize = true;
  603. this.label13.Location = new System.Drawing.Point(10, 11);
  604. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  605. this.label13.Name = "label13";
  606. this.label13.Size = new System.Drawing.Size(53, 12);
  607. this.label13.TabIndex = 14;
  608. this.label13.Text = "基准值:";
  609. //
  610. // toolStrip1
  611. //
  612. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  613. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  614. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  615. this.tsbtnSave,
  616. this.toolStripSeparator1,
  617. this.tsbtnAddFile,
  618. this.tsbtnNewBatchId,
  619. this.tbtnGetPos,
  620. this.toolStripSeparator4,
  621. this.tsbtnClose});
  622. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  623. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  624. this.toolStrip1.Name = "toolStrip1";
  625. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  626. this.toolStrip1.Size = new System.Drawing.Size(427, 56);
  627. this.toolStrip1.TabIndex = 35;
  628. this.toolStrip1.Text = "toolStrip1";
  629. //
  630. // tsbtnSave
  631. //
  632. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  633. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  634. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  635. this.tsbtnSave.Name = "tsbtnSave";
  636. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  637. this.tsbtnSave.Text = " 保存 ";
  638. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  639. this.tsbtnSave.Click += new System.EventHandler(this.btnSave_Click);
  640. //
  641. // toolStripSeparator1
  642. //
  643. this.toolStripSeparator1.Name = "toolStripSeparator1";
  644. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  645. //
  646. // tsbtnAddFile
  647. //
  648. this.tsbtnAddFile.Enabled = false;
  649. this.tsbtnAddFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddFile.Image")));
  650. this.tsbtnAddFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  651. this.tsbtnAddFile.ImageTransparentColor = System.Drawing.Color.Magenta;
  652. this.tsbtnAddFile.Name = "tsbtnAddFile";
  653. this.tsbtnAddFile.Size = new System.Drawing.Size(60, 53);
  654. this.tsbtnAddFile.Text = "上传图纸";
  655. this.tsbtnAddFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  656. this.tsbtnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
  657. //
  658. // tsbtnNewBatchId
  659. //
  660. this.tsbtnNewBatchId.Enabled = false;
  661. this.tsbtnNewBatchId.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewBatchId.Image")));
  662. this.tsbtnNewBatchId.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  663. this.tsbtnNewBatchId.ImageTransparentColor = System.Drawing.Color.Magenta;
  664. this.tsbtnNewBatchId.Name = "tsbtnNewBatchId";
  665. this.tsbtnNewBatchId.Size = new System.Drawing.Size(48, 53);
  666. this.tsbtnNewBatchId.Text = "新批次";
  667. this.tsbtnNewBatchId.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  668. this.tsbtnNewBatchId.Visible = false;
  669. this.tsbtnNewBatchId.Click += new System.EventHandler(this.tsbtnNewBatchId_Click);
  670. //
  671. // tbtnGetPos
  672. //
  673. this.tbtnGetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnGetPos.Image")));
  674. this.tbtnGetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
  675. this.tbtnGetPos.Name = "tbtnGetPos";
  676. this.tbtnGetPos.Size = new System.Drawing.Size(60, 53);
  677. this.tbtnGetPos.Text = "点位抓取";
  678. this.tbtnGetPos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  679. this.tbtnGetPos.Click += new System.EventHandler(this.tbtnGetPos_Click);
  680. //
  681. // toolStripSeparator4
  682. //
  683. this.toolStripSeparator4.Name = "toolStripSeparator4";
  684. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
  685. //
  686. // tsbtnClose
  687. //
  688. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  689. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  690. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  691. this.tsbtnClose.Name = "tsbtnClose";
  692. this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
  693. this.tsbtnClose.Text = " 关闭 ";
  694. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  695. this.tsbtnClose.Click += new System.EventHandler(this.btnCancel_Click);
  696. //
  697. // numTargetCount
  698. //
  699. this.numTargetCount.Location = new System.Drawing.Point(280, 81);
  700. this.numTargetCount.Margin = new System.Windows.Forms.Padding(2);
  701. this.numTargetCount.Maximum = new decimal(new int[] {
  702. 99999,
  703. 0,
  704. 0,
  705. 0});
  706. this.numTargetCount.Name = "numTargetCount";
  707. this.numTargetCount.Size = new System.Drawing.Size(123, 21);
  708. this.numTargetCount.TabIndex = 28;
  709. this.toolTip1.SetToolTip(this.numTargetCount, "0则不做限制");
  710. //
  711. // tabControl1
  712. //
  713. this.tabControl1.Controls.Add(this.tabPage1);
  714. this.tabControl1.Controls.Add(this.tabPage3);
  715. this.tabControl1.Controls.Add(this.tabPage2);
  716. this.tabControl1.Controls.Add(this.tabPage4);
  717. this.tabControl1.Location = new System.Drawing.Point(0, 59);
  718. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  719. this.tabControl1.Name = "tabControl1";
  720. this.tabControl1.SelectedIndex = 0;
  721. this.tabControl1.Size = new System.Drawing.Size(424, 417);
  722. this.tabControl1.TabIndex = 36;
  723. //
  724. // tabPage1
  725. //
  726. this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  727. this.tabPage1.Controls.Add(this.panel8);
  728. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  729. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  730. this.tabPage1.Name = "tabPage1";
  731. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  732. this.tabPage1.Size = new System.Drawing.Size(416, 391);
  733. this.tabPage1.TabIndex = 0;
  734. this.tabPage1.Text = "基础信息";
  735. //
  736. // panel8
  737. //
  738. this.panel8.BackColor = System.Drawing.Color.White;
  739. this.panel8.Controls.Add(this.cmbDefectModelFile);
  740. this.panel8.Controls.Add(this.label29);
  741. this.panel8.Controls.Add(this.cmbHoleCount);
  742. this.panel8.Controls.Add(this.label18);
  743. this.panel8.Controls.Add(this.cmbClasses);
  744. this.panel8.Controls.Add(this.label17);
  745. this.panel8.Controls.Add(this.groupBox4);
  746. this.panel8.Controls.Add(this.numTargetCount);
  747. this.panel8.Controls.Add(this.txtBatchId);
  748. this.panel8.Controls.Add(this.label15);
  749. this.panel8.Controls.Add(this.label16);
  750. this.panel8.Controls.Add(this.txtCode);
  751. this.panel8.Controls.Add(this.txtName);
  752. this.panel8.Controls.Add(this.label1);
  753. this.panel8.Controls.Add(this.label4);
  754. this.panel8.Controls.Add(this.label3);
  755. this.panel8.Controls.Add(this.txtSpec);
  756. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  757. this.panel8.Location = new System.Drawing.Point(2, 2);
  758. this.panel8.Margin = new System.Windows.Forms.Padding(2);
  759. this.panel8.Name = "panel8";
  760. this.panel8.Size = new System.Drawing.Size(412, 387);
  761. this.panel8.TabIndex = 1;
  762. //
  763. // cmbDefectModelFile
  764. //
  765. this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  766. this.cmbDefectModelFile.FormattingEnabled = true;
  767. this.cmbDefectModelFile.Location = new System.Drawing.Point(280, 31);
  768. this.cmbDefectModelFile.Margin = new System.Windows.Forms.Padding(2);
  769. this.cmbDefectModelFile.Name = "cmbDefectModelFile";
  770. this.cmbDefectModelFile.Size = new System.Drawing.Size(125, 20);
  771. this.cmbDefectModelFile.TabIndex = 38;
  772. //
  773. // label29
  774. //
  775. this.label29.AutoSize = true;
  776. this.label29.Location = new System.Drawing.Point(216, 33);
  777. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  778. this.label29.Name = "label29";
  779. this.label29.Size = new System.Drawing.Size(53, 12);
  780. this.label29.TabIndex = 36;
  781. this.label29.Text = "模型文件";
  782. //
  783. // cmbHoleCount
  784. //
  785. this.cmbHoleCount.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  786. this.cmbHoleCount.FormattingEnabled = true;
  787. this.cmbHoleCount.Items.AddRange(new object[] {
  788. "360",
  789. "480",
  790. "520"});
  791. this.cmbHoleCount.Location = new System.Drawing.Point(280, 6);
  792. this.cmbHoleCount.Margin = new System.Windows.Forms.Padding(2);
  793. this.cmbHoleCount.Name = "cmbHoleCount";
  794. this.cmbHoleCount.Size = new System.Drawing.Size(125, 20);
  795. this.cmbHoleCount.TabIndex = 37;
  796. //
  797. // label18
  798. //
  799. this.label18.AutoSize = true;
  800. this.label18.Location = new System.Drawing.Point(216, 9);
  801. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  802. this.label18.Name = "label18";
  803. this.label18.Size = new System.Drawing.Size(29, 12);
  804. this.label18.TabIndex = 36;
  805. this.label18.Text = "目数";
  806. //
  807. // cmbClasses
  808. //
  809. this.cmbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  810. this.cmbClasses.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  811. this.cmbClasses.FormattingEnabled = true;
  812. this.cmbClasses.Location = new System.Drawing.Point(76, 6);
  813. this.cmbClasses.Margin = new System.Windows.Forms.Padding(2);
  814. this.cmbClasses.Name = "cmbClasses";
  815. this.cmbClasses.Size = new System.Drawing.Size(125, 20);
  816. this.cmbClasses.TabIndex = 35;
  817. //
  818. // label17
  819. //
  820. this.label17.AutoSize = true;
  821. this.label17.Location = new System.Drawing.Point(7, 9);
  822. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  823. this.label17.Name = "label17";
  824. this.label17.Size = new System.Drawing.Size(29, 12);
  825. this.label17.TabIndex = 33;
  826. this.label17.Text = "类型";
  827. //
  828. // groupBox4
  829. //
  830. this.groupBox4.BackColor = System.Drawing.SystemColors.ActiveCaption;
  831. this.groupBox4.Controls.Add(this.dgvBatchList);
  832. this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  833. this.groupBox4.Location = new System.Drawing.Point(3, 104);
  834. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  835. this.groupBox4.Name = "groupBox4";
  836. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  837. this.groupBox4.Size = new System.Drawing.Size(409, 278);
  838. this.groupBox4.TabIndex = 32;
  839. this.groupBox4.TabStop = false;
  840. this.groupBox4.Text = "历史批次";
  841. //
  842. // dgvBatchList
  843. //
  844. this.dgvBatchList.AllowUserToAddRows = false;
  845. this.dgvBatchList.AllowUserToDeleteRows = false;
  846. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  847. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  848. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  849. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  850. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  851. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  852. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  853. this.dgvBatchList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  854. this.dgvBatchList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  855. this.dgvBatchList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  856. this.colBatchId,
  857. this.colTargetCount,
  858. this.colCompleteCount,
  859. this.colCreateTime});
  860. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  861. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  862. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  863. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  864. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  865. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  866. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  867. this.dgvBatchList.DefaultCellStyle = dataGridViewCellStyle2;
  868. this.dgvBatchList.Dock = System.Windows.Forms.DockStyle.Fill;
  869. this.dgvBatchList.Location = new System.Drawing.Point(2, 16);
  870. this.dgvBatchList.Margin = new System.Windows.Forms.Padding(2);
  871. this.dgvBatchList.MultiSelect = false;
  872. this.dgvBatchList.Name = "dgvBatchList";
  873. this.dgvBatchList.ReadOnly = true;
  874. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  875. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  876. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  878. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  879. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  880. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  881. this.dgvBatchList.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  882. this.dgvBatchList.RowHeadersVisible = false;
  883. this.dgvBatchList.RowHeadersWidth = 62;
  884. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.dgvBatchList.RowsDefaultCellStyle = dataGridViewCellStyle4;
  886. this.dgvBatchList.RowTemplate.Height = 30;
  887. this.dgvBatchList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  888. this.dgvBatchList.Size = new System.Drawing.Size(405, 260);
  889. this.dgvBatchList.TabIndex = 6;
  890. //
  891. // colBatchId
  892. //
  893. this.colBatchId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  894. this.colBatchId.DataPropertyName = "BatchId";
  895. this.colBatchId.HeaderText = "批次";
  896. this.colBatchId.MinimumWidth = 100;
  897. this.colBatchId.Name = "colBatchId";
  898. this.colBatchId.ReadOnly = true;
  899. //
  900. // colTargetCount
  901. //
  902. this.colTargetCount.DataPropertyName = "TargetCount";
  903. this.colTargetCount.HeaderText = "目标数";
  904. this.colTargetCount.MinimumWidth = 80;
  905. this.colTargetCount.Name = "colTargetCount";
  906. this.colTargetCount.ReadOnly = true;
  907. this.colTargetCount.Width = 150;
  908. //
  909. // colCompleteCount
  910. //
  911. this.colCompleteCount.DataPropertyName = "CompleteCount";
  912. this.colCompleteCount.HeaderText = "完成数";
  913. this.colCompleteCount.MinimumWidth = 80;
  914. this.colCompleteCount.Name = "colCompleteCount";
  915. this.colCompleteCount.ReadOnly = true;
  916. this.colCompleteCount.Width = 150;
  917. //
  918. // colCreateTime
  919. //
  920. this.colCreateTime.DataPropertyName = "CreateTime";
  921. this.colCreateTime.HeaderText = "结束日期";
  922. this.colCreateTime.MinimumWidth = 100;
  923. this.colCreateTime.Name = "colCreateTime";
  924. this.colCreateTime.ReadOnly = true;
  925. this.colCreateTime.Width = 120;
  926. //
  927. // txtBatchId
  928. //
  929. this.txtBatchId.Location = new System.Drawing.Point(76, 81);
  930. this.txtBatchId.Margin = new System.Windows.Forms.Padding(2);
  931. this.txtBatchId.Name = "txtBatchId";
  932. this.txtBatchId.Size = new System.Drawing.Size(125, 21);
  933. this.txtBatchId.TabIndex = 25;
  934. //
  935. // label15
  936. //
  937. this.label15.AutoSize = true;
  938. this.label15.Location = new System.Drawing.Point(7, 84);
  939. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  940. this.label15.Name = "label15";
  941. this.label15.Size = new System.Drawing.Size(53, 12);
  942. this.label15.TabIndex = 24;
  943. this.label15.Text = "当前批次";
  944. //
  945. // label16
  946. //
  947. this.label16.AutoSize = true;
  948. this.label16.Location = new System.Drawing.Point(216, 84);
  949. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  950. this.label16.Name = "label16";
  951. this.label16.Size = new System.Drawing.Size(53, 12);
  952. this.label16.TabIndex = 26;
  953. this.label16.Text = "目标数量";
  954. //
  955. // txtCode
  956. //
  957. this.txtCode.Location = new System.Drawing.Point(76, 30);
  958. this.txtCode.Margin = new System.Windows.Forms.Padding(2);
  959. this.txtCode.Name = "txtCode";
  960. this.txtCode.Size = new System.Drawing.Size(125, 21);
  961. this.txtCode.TabIndex = 19;
  962. //
  963. // txtName
  964. //
  965. this.txtName.Location = new System.Drawing.Point(76, 57);
  966. this.txtName.Margin = new System.Windows.Forms.Padding(2);
  967. this.txtName.Name = "txtName";
  968. this.txtName.Size = new System.Drawing.Size(125, 21);
  969. this.txtName.TabIndex = 21;
  970. //
  971. // label1
  972. //
  973. this.label1.AutoSize = true;
  974. this.label1.Location = new System.Drawing.Point(7, 34);
  975. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  976. this.label1.Name = "label1";
  977. this.label1.Size = new System.Drawing.Size(29, 12);
  978. this.label1.TabIndex = 18;
  979. this.label1.Text = "料号";
  980. //
  981. // label4
  982. //
  983. this.label4.AutoSize = true;
  984. this.label4.Location = new System.Drawing.Point(7, 60);
  985. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  986. this.label4.Name = "label4";
  987. this.label4.Size = new System.Drawing.Size(29, 12);
  988. this.label4.TabIndex = 20;
  989. this.label4.Text = "名称";
  990. //
  991. // label3
  992. //
  993. this.label3.AutoSize = true;
  994. this.label3.Location = new System.Drawing.Point(216, 60);
  995. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  996. this.label3.Name = "label3";
  997. this.label3.Size = new System.Drawing.Size(29, 12);
  998. this.label3.TabIndex = 22;
  999. this.label3.Text = "规格";
  1000. //
  1001. // txtSpec
  1002. //
  1003. this.txtSpec.Location = new System.Drawing.Point(280, 57);
  1004. this.txtSpec.Margin = new System.Windows.Forms.Padding(2);
  1005. this.txtSpec.Name = "txtSpec";
  1006. this.txtSpec.Size = new System.Drawing.Size(125, 21);
  1007. this.txtSpec.TabIndex = 23;
  1008. //
  1009. // tabPage3
  1010. //
  1011. this.tabPage3.Controls.Add(this.groupBox7);
  1012. this.tabPage3.Controls.Add(this.groupBox6);
  1013. this.tabPage3.Controls.Add(this.groupBox5);
  1014. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  1015. this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
  1016. this.tabPage3.Name = "tabPage3";
  1017. this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
  1018. this.tabPage3.Size = new System.Drawing.Size(416, 391);
  1019. this.tabPage3.TabIndex = 2;
  1020. this.tabPage3.Text = "图纸资料";
  1021. this.tabPage3.UseVisualStyleBackColor = true;
  1022. //
  1023. // groupBox7
  1024. //
  1025. this.groupBox7.BackColor = System.Drawing.SystemColors.ActiveCaption;
  1026. this.groupBox7.Controls.Add(this.panel6);
  1027. this.groupBox7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1028. this.groupBox7.Location = new System.Drawing.Point(2, 218);
  1029. this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
  1030. this.groupBox7.Name = "groupBox7";
  1031. this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
  1032. this.groupBox7.Size = new System.Drawing.Size(409, 139);
  1033. this.groupBox7.TabIndex = 34;
  1034. this.groupBox7.TabStop = false;
  1035. this.groupBox7.Text = "参数设置";
  1036. //
  1037. // panel6
  1038. //
  1039. this.panel6.BackColor = System.Drawing.Color.White;
  1040. this.panel6.Controls.Add(this.cbHavePad);
  1041. this.panel6.Controls.Add(this.label24);
  1042. this.panel6.Controls.Add(this.cbMainGrid);
  1043. this.panel6.Controls.Add(this.cbMarkDisturb);
  1044. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  1045. this.panel6.Location = new System.Drawing.Point(2, 16);
  1046. this.panel6.Margin = new System.Windows.Forms.Padding(2);
  1047. this.panel6.Name = "panel6";
  1048. this.panel6.Size = new System.Drawing.Size(405, 121);
  1049. this.panel6.TabIndex = 0;
  1050. //
  1051. // cbHavePad
  1052. //
  1053. this.cbHavePad.AutoSize = true;
  1054. this.cbHavePad.Location = new System.Drawing.Point(236, 47);
  1055. this.cbHavePad.Name = "cbHavePad";
  1056. this.cbHavePad.Size = new System.Drawing.Size(102, 16);
  1057. this.cbHavePad.TabIndex = 6;
  1058. this.cbHavePad.Text = "是否存在Pad点";
  1059. this.cbHavePad.UseVisualStyleBackColor = true;
  1060. //
  1061. // label24
  1062. //
  1063. this.label24.AutoSize = true;
  1064. this.label24.Location = new System.Drawing.Point(30, 18);
  1065. this.label24.Name = "label24";
  1066. this.label24.Size = new System.Drawing.Size(161, 12);
  1067. this.label24.TabIndex = 5;
  1068. this.label24.Text = "在非[默认Mark]的情况下生效";
  1069. //
  1070. // cbMainGrid
  1071. //
  1072. this.cbMainGrid.AutoSize = true;
  1073. this.cbMainGrid.Location = new System.Drawing.Point(158, 47);
  1074. this.cbMainGrid.Name = "cbMainGrid";
  1075. this.cbMainGrid.Size = new System.Drawing.Size(72, 16);
  1076. this.cbMainGrid.TabIndex = 1;
  1077. this.cbMainGrid.Text = "是否主栅";
  1078. this.cbMainGrid.UseVisualStyleBackColor = true;
  1079. //
  1080. // cbMarkDisturb
  1081. //
  1082. this.cbMarkDisturb.AutoSize = true;
  1083. this.cbMarkDisturb.Location = new System.Drawing.Point(32, 47);
  1084. this.cbMarkDisturb.Name = "cbMarkDisturb";
  1085. this.cbMarkDisturb.Size = new System.Drawing.Size(120, 16);
  1086. this.cbMarkDisturb.TabIndex = 0;
  1087. this.cbMarkDisturb.Text = "是否存在Mark干扰";
  1088. this.cbMarkDisturb.UseVisualStyleBackColor = true;
  1089. //
  1090. // groupBox6
  1091. //
  1092. this.groupBox6.BackColor = System.Drawing.SystemColors.ActiveCaption;
  1093. this.groupBox6.Controls.Add(this.panel5);
  1094. this.groupBox6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1095. this.groupBox6.Location = new System.Drawing.Point(2, 66);
  1096. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  1097. this.groupBox6.Name = "groupBox6";
  1098. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  1099. this.groupBox6.Size = new System.Drawing.Size(409, 148);
  1100. this.groupBox6.TabIndex = 33;
  1101. this.groupBox6.TabStop = false;
  1102. this.groupBox6.Text = "Mark点设置";
  1103. //
  1104. // panel5
  1105. //
  1106. this.panel5.BackColor = System.Drawing.Color.White;
  1107. this.panel5.Controls.Add(this.label21);
  1108. this.panel5.Controls.Add(this.numMarkSize);
  1109. this.panel5.Controls.Add(this.label20);
  1110. this.panel5.Controls.Add(this.cbMarkType);
  1111. this.panel5.Controls.Add(this.label19);
  1112. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  1113. this.panel5.Location = new System.Drawing.Point(2, 16);
  1114. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  1115. this.panel5.Name = "panel5";
  1116. this.panel5.Size = new System.Drawing.Size(405, 130);
  1117. this.panel5.TabIndex = 0;
  1118. //
  1119. // label21
  1120. //
  1121. this.label21.AutoSize = true;
  1122. this.label21.Location = new System.Drawing.Point(30, 23);
  1123. this.label21.Name = "label21";
  1124. this.label21.Size = new System.Drawing.Size(185, 12);
  1125. this.label21.TabIndex = 4;
  1126. this.label21.Text = "请在上传图纸前设置好Mark参数!";
  1127. //
  1128. // numMarkSize
  1129. //
  1130. this.numMarkSize.DecimalPlaces = 3;
  1131. this.numMarkSize.Location = new System.Drawing.Point(257, 65);
  1132. this.numMarkSize.Margin = new System.Windows.Forms.Padding(2);
  1133. this.numMarkSize.Name = "numMarkSize";
  1134. this.numMarkSize.Size = new System.Drawing.Size(80, 21);
  1135. this.numMarkSize.TabIndex = 3;
  1136. //
  1137. // label20
  1138. //
  1139. this.label20.AutoSize = true;
  1140. this.label20.Location = new System.Drawing.Point(197, 69);
  1141. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1142. this.label20.Name = "label20";
  1143. this.label20.Size = new System.Drawing.Size(53, 12);
  1144. this.label20.TabIndex = 2;
  1145. this.label20.Text = "直径(mm)";
  1146. //
  1147. // cbMarkType
  1148. //
  1149. this.cbMarkType.FormattingEnabled = true;
  1150. this.cbMarkType.Items.AddRange(new object[] {
  1151. "默认Mark",
  1152. "无mark",
  1153. "实心圆",
  1154. "空心圆",
  1155. "实心圆带栅线",
  1156. "空心圆带栅线",
  1157. "矩形",
  1158. "候补1",
  1159. "候补2"});
  1160. this.cbMarkType.Location = new System.Drawing.Point(70, 65);
  1161. this.cbMarkType.Margin = new System.Windows.Forms.Padding(2);
  1162. this.cbMarkType.Name = "cbMarkType";
  1163. this.cbMarkType.Size = new System.Drawing.Size(82, 20);
  1164. this.cbMarkType.TabIndex = 1;
  1165. //
  1166. // label19
  1167. //
  1168. this.label19.AutoSize = true;
  1169. this.label19.Location = new System.Drawing.Point(30, 69);
  1170. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1171. this.label19.Name = "label19";
  1172. this.label19.Size = new System.Drawing.Size(29, 12);
  1173. this.label19.TabIndex = 0;
  1174. this.label19.Text = "Mark";
  1175. //
  1176. // groupBox5
  1177. //
  1178. this.groupBox5.BackColor = System.Drawing.SystemColors.ActiveCaption;
  1179. this.groupBox5.Controls.Add(this.panel4);
  1180. this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1181. this.groupBox5.Location = new System.Drawing.Point(2, 4);
  1182. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  1183. this.groupBox5.Name = "groupBox5";
  1184. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  1185. this.groupBox5.Size = new System.Drawing.Size(409, 58);
  1186. this.groupBox5.TabIndex = 32;
  1187. this.groupBox5.TabStop = false;
  1188. this.groupBox5.Text = "图纸";
  1189. //
  1190. // panel4
  1191. //
  1192. this.panel4.BackColor = System.Drawing.Color.White;
  1193. this.panel4.Controls.Add(this.btnOpenFile);
  1194. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  1195. this.panel4.Location = new System.Drawing.Point(2, 16);
  1196. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  1197. this.panel4.Name = "panel4";
  1198. this.panel4.Size = new System.Drawing.Size(405, 40);
  1199. this.panel4.TabIndex = 0;
  1200. //
  1201. // btnOpenFile
  1202. //
  1203. this.btnOpenFile.AutoSize = true;
  1204. this.btnOpenFile.Location = new System.Drawing.Point(12, 15);
  1205. this.btnOpenFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1206. this.btnOpenFile.Name = "btnOpenFile";
  1207. this.btnOpenFile.Size = new System.Drawing.Size(0, 12);
  1208. this.btnOpenFile.TabIndex = 2;
  1209. this.btnOpenFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnOpenFile_LinkClicked);
  1210. //
  1211. // tabPage2
  1212. //
  1213. this.tabPage2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  1214. this.tabPage2.Controls.Add(this.groupBox10);
  1215. this.tabPage2.Controls.Add(this.groupBox1);
  1216. this.tabPage2.Controls.Add(this.groupBox2);
  1217. this.tabPage2.Controls.Add(this.groupBox3);
  1218. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  1219. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  1220. this.tabPage2.Name = "tabPage2";
  1221. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  1222. this.tabPage2.Size = new System.Drawing.Size(416, 391);
  1223. this.tabPage2.TabIndex = 1;
  1224. this.tabPage2.Text = "测量合格标准";
  1225. //
  1226. // tabPage4
  1227. //
  1228. this.tabPage4.Controls.Add(this.flpQualifiedPannel);
  1229. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  1230. this.tabPage4.Margin = new System.Windows.Forms.Padding(2);
  1231. this.tabPage4.Name = "tabPage4";
  1232. this.tabPage4.Size = new System.Drawing.Size(416, 391);
  1233. this.tabPage4.TabIndex = 3;
  1234. this.tabPage4.Text = "外观合格标准";
  1235. this.tabPage4.UseVisualStyleBackColor = true;
  1236. //
  1237. // flpQualifiedPannel
  1238. //
  1239. this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
  1240. this.flpQualifiedPannel.Location = new System.Drawing.Point(0, 0);
  1241. this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
  1242. this.flpQualifiedPannel.Name = "flpQualifiedPannel";
  1243. this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
  1244. this.flpQualifiedPannel.Size = new System.Drawing.Size(416, 391);
  1245. this.flpQualifiedPannel.TabIndex = 0;
  1246. //
  1247. // FrmProductInfo
  1248. //
  1249. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1251. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  1252. this.ClientSize = new System.Drawing.Size(427, 476);
  1253. this.Controls.Add(this.tabControl1);
  1254. this.Controls.Add(this.toolStrip1);
  1255. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  1256. this.Margin = new System.Windows.Forms.Padding(2);
  1257. this.MaximizeBox = false;
  1258. this.MinimizeBox = false;
  1259. this.Name = "FrmProductInfo";
  1260. this.ShowIcon = false;
  1261. this.ShowInTaskbar = false;
  1262. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1263. this.Text = "产品基础信息";
  1264. this.Load += new System.EventHandler(this.FrmProductInfo_Load);
  1265. this.groupBox10.ResumeLayout(false);
  1266. this.panel10.ResumeLayout(false);
  1267. this.panel10.PerformLayout();
  1268. ((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).EndInit();
  1269. ((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).EndInit();
  1270. ((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).EndInit();
  1271. this.groupBox1.ResumeLayout(false);
  1272. this.panel1.ResumeLayout(false);
  1273. this.panel1.PerformLayout();
  1274. ((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).EndInit();
  1275. ((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).EndInit();
  1276. ((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).EndInit();
  1277. this.groupBox2.ResumeLayout(false);
  1278. this.panel2.ResumeLayout(false);
  1279. this.panel2.PerformLayout();
  1280. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).EndInit();
  1281. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).EndInit();
  1282. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).EndInit();
  1283. this.groupBox3.ResumeLayout(false);
  1284. this.panel3.ResumeLayout(false);
  1285. this.panel3.PerformLayout();
  1286. ((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).EndInit();
  1287. ((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).EndInit();
  1288. ((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).EndInit();
  1289. this.toolStrip1.ResumeLayout(false);
  1290. this.toolStrip1.PerformLayout();
  1291. ((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).EndInit();
  1292. this.tabControl1.ResumeLayout(false);
  1293. this.tabPage1.ResumeLayout(false);
  1294. this.panel8.ResumeLayout(false);
  1295. this.panel8.PerformLayout();
  1296. this.groupBox4.ResumeLayout(false);
  1297. ((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).EndInit();
  1298. this.tabPage3.ResumeLayout(false);
  1299. this.groupBox7.ResumeLayout(false);
  1300. this.panel6.ResumeLayout(false);
  1301. this.panel6.PerformLayout();
  1302. this.groupBox6.ResumeLayout(false);
  1303. this.panel5.ResumeLayout(false);
  1304. this.panel5.PerformLayout();
  1305. ((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).EndInit();
  1306. this.groupBox5.ResumeLayout(false);
  1307. this.panel4.ResumeLayout(false);
  1308. this.panel4.PerformLayout();
  1309. this.tabPage2.ResumeLayout(false);
  1310. this.tabPage4.ResumeLayout(false);
  1311. this.ResumeLayout(false);
  1312. this.PerformLayout();
  1313. }
  1314. #endregion
  1315. private System.Windows.Forms.GroupBox groupBox10;
  1316. private System.Windows.Forms.Panel panel10;
  1317. private System.Windows.Forms.Label label12;
  1318. private System.Windows.Forms.Label label22;
  1319. private System.Windows.Forms.Label label23;
  1320. private System.Windows.Forms.NumericUpDown numTensionDownFloatValue;
  1321. private System.Windows.Forms.NumericUpDown numTensionUpFloatValue;
  1322. private System.Windows.Forms.NumericUpDown numTensionBaseValue;
  1323. private System.Windows.Forms.GroupBox groupBox1;
  1324. private System.Windows.Forms.Panel panel1;
  1325. private System.Windows.Forms.Label label2;
  1326. private System.Windows.Forms.Label label5;
  1327. private System.Windows.Forms.Label label6;
  1328. private System.Windows.Forms.NumericUpDown numHeightDownFloatValue;
  1329. private System.Windows.Forms.NumericUpDown numHeightUpFloatValue;
  1330. private System.Windows.Forms.NumericUpDown numHeightBaseValue;
  1331. private System.Windows.Forms.GroupBox groupBox2;
  1332. private System.Windows.Forms.Panel panel2;
  1333. private System.Windows.Forms.Label label7;
  1334. private System.Windows.Forms.Label label8;
  1335. private System.Windows.Forms.Label label9;
  1336. private System.Windows.Forms.NumericUpDown numLineWidthDownFloatValue;
  1337. private System.Windows.Forms.NumericUpDown numLineWidthUpFloatValue;
  1338. private System.Windows.Forms.NumericUpDown numLineWidthBaseValue;
  1339. private System.Windows.Forms.GroupBox groupBox3;
  1340. private System.Windows.Forms.Panel panel3;
  1341. private System.Windows.Forms.Label label10;
  1342. private System.Windows.Forms.Label label11;
  1343. private System.Windows.Forms.Label label13;
  1344. private System.Windows.Forms.NumericUpDown numPTDownFloatValue;
  1345. private System.Windows.Forms.NumericUpDown numPTUpFloatValue;
  1346. private System.Windows.Forms.NumericUpDown numPTBaseValue;
  1347. private System.Windows.Forms.ToolStrip toolStrip1;
  1348. private System.Windows.Forms.ToolStripButton tsbtnSave;
  1349. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1350. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1351. private System.Windows.Forms.TextBox txtHeightBaseDec;
  1352. private System.Windows.Forms.Label label14;
  1353. private System.Windows.Forms.ToolTip toolTip1;
  1354. private System.Windows.Forms.TabControl tabControl1;
  1355. private System.Windows.Forms.TabPage tabPage1;
  1356. private System.Windows.Forms.Panel panel8;
  1357. private System.Windows.Forms.TextBox txtCode;
  1358. private System.Windows.Forms.TextBox txtName;
  1359. private System.Windows.Forms.Label label1;
  1360. private System.Windows.Forms.Label label4;
  1361. private System.Windows.Forms.Label label3;
  1362. private System.Windows.Forms.TextBox txtSpec;
  1363. private System.Windows.Forms.TabPage tabPage2;
  1364. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1365. private System.Windows.Forms.ToolStripButton tsbtnNewBatchId;
  1366. private System.Windows.Forms.NumericUpDown numTargetCount;
  1367. private System.Windows.Forms.TextBox txtBatchId;
  1368. private System.Windows.Forms.Label label15;
  1369. private System.Windows.Forms.Label label16;
  1370. private System.Windows.Forms.GroupBox groupBox4;
  1371. private System.Windows.Forms.DataGridView dgvBatchList;
  1372. private System.Windows.Forms.TabPage tabPage3;
  1373. private System.Windows.Forms.ToolStripButton tsbtnAddFile;
  1374. private System.Windows.Forms.LinkLabel btnOpenFile;
  1375. private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
  1376. private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
  1377. private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
  1378. private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
  1379. private System.Windows.Forms.TabPage tabPage4;
  1380. private System.Windows.Forms.Label label17;
  1381. private System.Windows.Forms.ComboBox cmbClasses;
  1382. private System.Windows.Forms.ComboBox cmbHoleCount;
  1383. private System.Windows.Forms.Label label18;
  1384. private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
  1385. private System.Windows.Forms.GroupBox groupBox6;
  1386. private System.Windows.Forms.Panel panel5;
  1387. private System.Windows.Forms.GroupBox groupBox5;
  1388. private System.Windows.Forms.Panel panel4;
  1389. private System.Windows.Forms.Label label19;
  1390. private System.Windows.Forms.NumericUpDown numMarkSize;
  1391. private System.Windows.Forms.Label label20;
  1392. private System.Windows.Forms.ComboBox cbMarkType;
  1393. private System.Windows.Forms.Label label29;
  1394. private System.Windows.Forms.ComboBox cmbDefectModelFile;
  1395. private System.Windows.Forms.Label label21;
  1396. private System.Windows.Forms.ToolStripButton tbtnGetPos;
  1397. private System.Windows.Forms.GroupBox groupBox7;
  1398. private System.Windows.Forms.Panel panel6;
  1399. private System.Windows.Forms.CheckBox cbMainGrid;
  1400. private System.Windows.Forms.CheckBox cbMarkDisturb;
  1401. private System.Windows.Forms.Label label24;
  1402. private System.Windows.Forms.CheckBox cbHavePad;
  1403. }
  1404. }