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

1670 рядки
89 KiB

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