版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1152 lines
59 KiB

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