版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

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