版博士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.
 
 
 
 

2308 regels
128 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  43. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  44. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAddFile = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnNewBatchId = new System.Windows.Forms.ToolStripButton();
  48. this.tbtnGetPos = new System.Windows.Forms.ToolStripButton();
  49. this.tsbStep = new System.Windows.Forms.ToolStripButton();
  50. this.tsbPdtPush = new System.Windows.Forms.ToolStripButton();
  51. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  52. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  53. this.tabControl1 = new System.Windows.Forms.TabControl();
  54. this.tabPage1 = new System.Windows.Forms.TabPage();
  55. this.panel8 = new System.Windows.Forms.Panel();
  56. this.cmbDefectModelFile = new System.Windows.Forms.ComboBox();
  57. this.label29 = new System.Windows.Forms.Label();
  58. this.cmbHoleCount = new System.Windows.Forms.ComboBox();
  59. this.label18 = new System.Windows.Forms.Label();
  60. this.cmbClasses = new System.Windows.Forms.ComboBox();
  61. this.label17 = new System.Windows.Forms.Label();
  62. this.groupBox4 = new System.Windows.Forms.GroupBox();
  63. this.dgvBatchList = new System.Windows.Forms.DataGridView();
  64. this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.numTargetCount = new System.Windows.Forms.NumericUpDown();
  69. this.txtBatchId = new System.Windows.Forms.TextBox();
  70. this.label15 = new System.Windows.Forms.Label();
  71. this.label16 = new System.Windows.Forms.Label();
  72. this.txtCode = new System.Windows.Forms.TextBox();
  73. this.txtName = new System.Windows.Forms.TextBox();
  74. this.label1 = new System.Windows.Forms.Label();
  75. this.label4 = new System.Windows.Forms.Label();
  76. this.label3 = new System.Windows.Forms.Label();
  77. this.txtSpec = new System.Windows.Forms.TextBox();
  78. this.tabPage3 = new System.Windows.Forms.TabPage();
  79. this.groupBox6 = new System.Windows.Forms.GroupBox();
  80. this.panel5 = new System.Windows.Forms.Panel();
  81. this.cbWBType = new System.Windows.Forms.ComboBox();
  82. this.label31 = new System.Windows.Forms.Label();
  83. this.cbWangJie = new System.Windows.Forms.CheckBox();
  84. this.cbHavePad = new System.Windows.Forms.CheckBox();
  85. this.label25 = new System.Windows.Forms.Label();
  86. this.cbMainGrid = new System.Windows.Forms.CheckBox();
  87. this.cbMarkDisturb = new System.Windows.Forms.CheckBox();
  88. this.label21 = new System.Windows.Forms.Label();
  89. this.numMarkSize = new System.Windows.Forms.NumericUpDown();
  90. this.label20 = new System.Windows.Forms.Label();
  91. this.cbMarkType = new System.Windows.Forms.ComboBox();
  92. this.label19 = new System.Windows.Forms.Label();
  93. this.groupBox5 = new System.Windows.Forms.GroupBox();
  94. this.panel4 = new System.Windows.Forms.Panel();
  95. this.label24 = new System.Windows.Forms.Label();
  96. this.textBoxPath = new System.Windows.Forms.TextBox();
  97. this.btnOpenFile = new System.Windows.Forms.LinkLabel();
  98. this.tabPage2 = new System.Windows.Forms.TabPage();
  99. this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
  100. this.skinTabPage7 = new CCWin.SkinControl.SkinTabPage();
  101. this.label33 = new System.Windows.Forms.Label();
  102. this.groupBox10 = new System.Windows.Forms.GroupBox();
  103. this.panel10 = new System.Windows.Forms.Panel();
  104. this.numTensionDownFloatValue = new System.Windows.Forms.NumericUpDown();
  105. this.numTensionUpFloatValue = new System.Windows.Forms.NumericUpDown();
  106. this.label12 = new System.Windows.Forms.Label();
  107. this.label22 = new System.Windows.Forms.Label();
  108. this.label23 = new System.Windows.Forms.Label();
  109. this.numTensionBaseValue = new System.Windows.Forms.NumericUpDown();
  110. this.skinTabPage8 = new CCWin.SkinControl.SkinTabPage();
  111. this.label34 = new System.Windows.Forms.Label();
  112. this.groupBox1 = new System.Windows.Forms.GroupBox();
  113. this.panel1 = new System.Windows.Forms.Panel();
  114. this.numHeightDownFloatValue = new System.Windows.Forms.NumericUpDown();
  115. this.numHeightUpFloatValue = new System.Windows.Forms.NumericUpDown();
  116. this.numHeightBaseValue = new System.Windows.Forms.NumericUpDown();
  117. this.txtHeightBaseDec = new System.Windows.Forms.TextBox();
  118. this.label14 = new System.Windows.Forms.Label();
  119. this.label2 = new System.Windows.Forms.Label();
  120. this.label5 = new System.Windows.Forms.Label();
  121. this.label6 = new System.Windows.Forms.Label();
  122. this.skinTabPage9 = new CCWin.SkinControl.SkinTabPage();
  123. this.label35 = new System.Windows.Forms.Label();
  124. this.groupBox7 = new System.Windows.Forms.GroupBox();
  125. this.panel6 = new System.Windows.Forms.Panel();
  126. this.numPTXDownFloatValue = new System.Windows.Forms.NumericUpDown();
  127. this.numPTXUpFloatValue = new System.Windows.Forms.NumericUpDown();
  128. this.numPTXBaseValue = new System.Windows.Forms.NumericUpDown();
  129. this.label26 = new System.Windows.Forms.Label();
  130. this.label27 = new System.Windows.Forms.Label();
  131. this.label28 = new System.Windows.Forms.Label();
  132. this.groupBox3 = new System.Windows.Forms.GroupBox();
  133. this.panel3 = new System.Windows.Forms.Panel();
  134. this.numPTDownFloatValue = new System.Windows.Forms.NumericUpDown();
  135. this.numPTUpFloatValue = new System.Windows.Forms.NumericUpDown();
  136. this.numPTBaseValue = new System.Windows.Forms.NumericUpDown();
  137. this.label10 = new System.Windows.Forms.Label();
  138. this.label11 = new System.Windows.Forms.Label();
  139. this.label13 = new System.Windows.Forms.Label();
  140. this.skinTabPage10 = new CCWin.SkinControl.SkinTabPage();
  141. this.label36 = new System.Windows.Forms.Label();
  142. this.groupBox2 = new System.Windows.Forms.GroupBox();
  143. this.panel2 = new System.Windows.Forms.Panel();
  144. this.numLineWidthDownFloatValue = new System.Windows.Forms.NumericUpDown();
  145. this.numLineWidthUpFloatValue = new System.Windows.Forms.NumericUpDown();
  146. this.numLineWidthBaseValue = new System.Windows.Forms.NumericUpDown();
  147. this.label7 = new System.Windows.Forms.Label();
  148. this.label8 = new System.Windows.Forms.Label();
  149. this.label9 = new System.Windows.Forms.Label();
  150. this.tabPage4 = new System.Windows.Forms.TabPage();
  151. this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
  152. this.tabPage5 = new System.Windows.Forms.TabPage();
  153. this.groupBox29 = new System.Windows.Forms.GroupBox();
  154. this.panel29 = new System.Windows.Forms.Panel();
  155. this.tbSavePath = new System.Windows.Forms.TextBox();
  156. this.cbOrderSave = new System.Windows.Forms.CheckBox();
  157. this.label30 = new System.Windows.Forms.Label();
  158. this.dataGridView3 = new System.Windows.Forms.DataGridView();
  159. this.Key3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  160. this.DataType3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  161. this.tbOrderTempPath = new System.Windows.Forms.TextBox();
  162. this.cbOrderPrint = new System.Windows.Forms.CheckBox();
  163. this.label84 = new System.Windows.Forms.Label();
  164. this.groupBox27 = new System.Windows.Forms.GroupBox();
  165. this.panel27 = new System.Windows.Forms.Panel();
  166. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  167. this.Key2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  168. this.DataType2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  169. this.tbExcelTempPath = new System.Windows.Forms.TextBox();
  170. this.cbOpenExcelPrint = new System.Windows.Forms.CheckBox();
  171. this.label85 = new System.Windows.Forms.Label();
  172. this.groupBox28 = new System.Windows.Forms.GroupBox();
  173. this.panel28 = new System.Windows.Forms.Panel();
  174. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  175. this.Key = new System.Windows.Forms.DataGridViewTextBoxColumn();
  176. this.DataType = new System.Windows.Forms.DataGridViewComboBoxColumn();
  177. this.tbBarTenderTempPath = new System.Windows.Forms.TextBox();
  178. this.cbOpenBarTenderPrint = new System.Windows.Forms.CheckBox();
  179. this.label87 = new System.Windows.Forms.Label();
  180. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  181. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  182. this.toolStrip1.SuspendLayout();
  183. this.tabControl1.SuspendLayout();
  184. this.tabPage1.SuspendLayout();
  185. this.panel8.SuspendLayout();
  186. this.groupBox4.SuspendLayout();
  187. ((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).BeginInit();
  189. this.tabPage3.SuspendLayout();
  190. this.groupBox6.SuspendLayout();
  191. this.panel5.SuspendLayout();
  192. ((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).BeginInit();
  193. this.groupBox5.SuspendLayout();
  194. this.panel4.SuspendLayout();
  195. this.tabPage2.SuspendLayout();
  196. this.skinTabControl1.SuspendLayout();
  197. this.skinTabPage7.SuspendLayout();
  198. this.groupBox10.SuspendLayout();
  199. this.panel10.SuspendLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).BeginInit();
  203. this.skinTabPage8.SuspendLayout();
  204. this.groupBox1.SuspendLayout();
  205. this.panel1.SuspendLayout();
  206. ((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).BeginInit();
  209. this.skinTabPage9.SuspendLayout();
  210. this.groupBox7.SuspendLayout();
  211. this.panel6.SuspendLayout();
  212. ((System.ComponentModel.ISupportInitialize)(this.numPTXDownFloatValue)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.numPTXUpFloatValue)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.numPTXBaseValue)).BeginInit();
  215. this.groupBox3.SuspendLayout();
  216. this.panel3.SuspendLayout();
  217. ((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).BeginInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).BeginInit();
  220. this.skinTabPage10.SuspendLayout();
  221. this.groupBox2.SuspendLayout();
  222. this.panel2.SuspendLayout();
  223. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).BeginInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).BeginInit();
  226. this.tabPage4.SuspendLayout();
  227. this.tabPage5.SuspendLayout();
  228. this.groupBox29.SuspendLayout();
  229. this.panel29.SuspendLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
  231. this.groupBox27.SuspendLayout();
  232. this.panel27.SuspendLayout();
  233. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  234. this.groupBox28.SuspendLayout();
  235. this.panel28.SuspendLayout();
  236. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  237. this.SuspendLayout();
  238. //
  239. // toolStrip1
  240. //
  241. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  242. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  243. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  244. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  245. this.tsbtnSave,
  246. this.toolStripSeparator2,
  247. this.tsbtnAddFile,
  248. this.tsbtnNewBatchId,
  249. this.tbtnGetPos,
  250. this.tsbStep,
  251. this.tsbPdtPush,
  252. this.toolStripSeparator5,
  253. this.tsbtnExit});
  254. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  255. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  256. this.toolStrip1.Name = "toolStrip1";
  257. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  258. this.toolStrip1.Size = new System.Drawing.Size(641, 56);
  259. this.toolStrip1.TabIndex = 27;
  260. this.toolStrip1.Text = "toolStrip1";
  261. //
  262. // tsbtnSave
  263. //
  264. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  265. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  266. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  267. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  268. this.tsbtnSave.Name = "tsbtnSave";
  269. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  270. this.tsbtnSave.Text = " 保存 ";
  271. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  272. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  273. //
  274. // toolStripSeparator2
  275. //
  276. this.toolStripSeparator2.Name = "toolStripSeparator2";
  277. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  278. //
  279. // tsbtnAddFile
  280. //
  281. this.tsbtnAddFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  282. this.tsbtnAddFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddFile.Image")));
  283. this.tsbtnAddFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  284. this.tsbtnAddFile.ImageTransparentColor = System.Drawing.Color.Magenta;
  285. this.tsbtnAddFile.Name = "tsbtnAddFile";
  286. this.tsbtnAddFile.Size = new System.Drawing.Size(60, 53);
  287. this.tsbtnAddFile.Text = "上传图纸";
  288. this.tsbtnAddFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  289. this.tsbtnAddFile.Click += new System.EventHandler(this.tsbtnAddFile_Click);
  290. //
  291. // tsbtnNewBatchId
  292. //
  293. this.tsbtnNewBatchId.Enabled = false;
  294. this.tsbtnNewBatchId.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  295. this.tsbtnNewBatchId.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewBatchId.Image")));
  296. this.tsbtnNewBatchId.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  297. this.tsbtnNewBatchId.ImageTransparentColor = System.Drawing.Color.Magenta;
  298. this.tsbtnNewBatchId.Name = "tsbtnNewBatchId";
  299. this.tsbtnNewBatchId.Size = new System.Drawing.Size(48, 53);
  300. this.tsbtnNewBatchId.Text = "新批次";
  301. this.tsbtnNewBatchId.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  302. this.tsbtnNewBatchId.Visible = false;
  303. this.tsbtnNewBatchId.Click += new System.EventHandler(this.tsbtnNewBatchId_Click);
  304. //
  305. // tbtnGetPos
  306. //
  307. this.tbtnGetPos.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  308. this.tbtnGetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnGetPos.Image")));
  309. this.tbtnGetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
  310. this.tbtnGetPos.Name = "tbtnGetPos";
  311. this.tbtnGetPos.Size = new System.Drawing.Size(60, 53);
  312. this.tbtnGetPos.Text = "点位抓取";
  313. this.tbtnGetPos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  314. this.tbtnGetPos.Click += new System.EventHandler(this.tbtnGetPos_Click);
  315. //
  316. // tsbStep
  317. //
  318. this.tsbStep.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  319. this.tsbStep.Image = ((System.Drawing.Image)(resources.GetObject("tsbStep.Image")));
  320. this.tsbStep.ImageTransparentColor = System.Drawing.Color.Magenta;
  321. this.tsbStep.Name = "tsbStep";
  322. this.tsbStep.Size = new System.Drawing.Size(60, 53);
  323. this.tsbStep.Text = "流程管理";
  324. this.tsbStep.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  325. this.tsbStep.Click += new System.EventHandler(this.tsbStep_Click);
  326. //
  327. // tsbPdtPush
  328. //
  329. this.tsbPdtPush.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  330. this.tsbPdtPush.Image = ((System.Drawing.Image)(resources.GetObject("tsbPdtPush.Image")));
  331. this.tsbPdtPush.ImageTransparentColor = System.Drawing.Color.Magenta;
  332. this.tsbPdtPush.Name = "tsbPdtPush";
  333. this.tsbPdtPush.Size = new System.Drawing.Size(84, 53);
  334. this.tsbPdtPush.Text = "发送产品数据";
  335. this.tsbPdtPush.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  336. this.tsbPdtPush.Visible = false;
  337. this.tsbPdtPush.Click += new System.EventHandler(this.tsbPdtPush_Click);
  338. //
  339. // toolStripSeparator5
  340. //
  341. this.toolStripSeparator5.Name = "toolStripSeparator5";
  342. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 56);
  343. //
  344. // tsbtnExit
  345. //
  346. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  347. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  348. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  349. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  350. this.tsbtnExit.Name = "tsbtnExit";
  351. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  352. this.tsbtnExit.Text = " 退出 ";
  353. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  354. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  355. //
  356. // tabControl1
  357. //
  358. this.tabControl1.Controls.Add(this.tabPage1);
  359. this.tabControl1.Controls.Add(this.tabPage3);
  360. this.tabControl1.Controls.Add(this.tabPage2);
  361. this.tabControl1.Controls.Add(this.tabPage4);
  362. this.tabControl1.Controls.Add(this.tabPage5);
  363. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  364. this.tabControl1.Location = new System.Drawing.Point(0, 102);
  365. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  366. this.tabControl1.Name = "tabControl1";
  367. this.tabControl1.SelectedIndex = 0;
  368. this.tabControl1.Size = new System.Drawing.Size(641, 594);
  369. this.tabControl1.TabIndex = 37;
  370. //
  371. // tabPage1
  372. //
  373. this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  374. this.tabPage1.Controls.Add(this.panel8);
  375. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  376. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  377. this.tabPage1.Name = "tabPage1";
  378. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  379. this.tabPage1.Size = new System.Drawing.Size(633, 568);
  380. this.tabPage1.TabIndex = 0;
  381. this.tabPage1.Text = "基础信息";
  382. //
  383. // panel8
  384. //
  385. this.panel8.BackColor = System.Drawing.Color.White;
  386. this.panel8.Controls.Add(this.cmbDefectModelFile);
  387. this.panel8.Controls.Add(this.label29);
  388. this.panel8.Controls.Add(this.cmbHoleCount);
  389. this.panel8.Controls.Add(this.label18);
  390. this.panel8.Controls.Add(this.cmbClasses);
  391. this.panel8.Controls.Add(this.label17);
  392. this.panel8.Controls.Add(this.groupBox4);
  393. this.panel8.Controls.Add(this.numTargetCount);
  394. this.panel8.Controls.Add(this.txtBatchId);
  395. this.panel8.Controls.Add(this.label15);
  396. this.panel8.Controls.Add(this.label16);
  397. this.panel8.Controls.Add(this.txtCode);
  398. this.panel8.Controls.Add(this.txtName);
  399. this.panel8.Controls.Add(this.label1);
  400. this.panel8.Controls.Add(this.label4);
  401. this.panel8.Controls.Add(this.label3);
  402. this.panel8.Controls.Add(this.txtSpec);
  403. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  404. this.panel8.Location = new System.Drawing.Point(2, 2);
  405. this.panel8.Margin = new System.Windows.Forms.Padding(2);
  406. this.panel8.Name = "panel8";
  407. this.panel8.Size = new System.Drawing.Size(629, 564);
  408. this.panel8.TabIndex = 1;
  409. //
  410. // cmbDefectModelFile
  411. //
  412. this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  413. this.cmbDefectModelFile.FormattingEnabled = true;
  414. this.cmbDefectModelFile.Location = new System.Drawing.Point(385, 31);
  415. this.cmbDefectModelFile.Margin = new System.Windows.Forms.Padding(2);
  416. this.cmbDefectModelFile.Name = "cmbDefectModelFile";
  417. this.cmbDefectModelFile.Size = new System.Drawing.Size(125, 20);
  418. this.cmbDefectModelFile.TabIndex = 38;
  419. this.cmbDefectModelFile.SelectedIndexChanged += new System.EventHandler(this.cmbDefectModelFile_SelectedIndexChanged);
  420. //
  421. // label29
  422. //
  423. this.label29.AutoSize = true;
  424. this.label29.Location = new System.Drawing.Point(321, 33);
  425. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  426. this.label29.Name = "label29";
  427. this.label29.Size = new System.Drawing.Size(53, 12);
  428. this.label29.TabIndex = 36;
  429. this.label29.Text = "模型文件";
  430. //
  431. // cmbHoleCount
  432. //
  433. this.cmbHoleCount.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  434. this.cmbHoleCount.FormattingEnabled = true;
  435. this.cmbHoleCount.Items.AddRange(new object[] {
  436. "360",
  437. "480",
  438. "520"});
  439. this.cmbHoleCount.Location = new System.Drawing.Point(385, 6);
  440. this.cmbHoleCount.Margin = new System.Windows.Forms.Padding(2);
  441. this.cmbHoleCount.Name = "cmbHoleCount";
  442. this.cmbHoleCount.Size = new System.Drawing.Size(125, 20);
  443. this.cmbHoleCount.TabIndex = 37;
  444. //
  445. // label18
  446. //
  447. this.label18.AutoSize = true;
  448. this.label18.Location = new System.Drawing.Point(321, 9);
  449. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  450. this.label18.Name = "label18";
  451. this.label18.Size = new System.Drawing.Size(29, 12);
  452. this.label18.TabIndex = 36;
  453. this.label18.Text = "目数";
  454. //
  455. // cmbClasses
  456. //
  457. this.cmbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  458. this.cmbClasses.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  459. this.cmbClasses.FormattingEnabled = true;
  460. this.cmbClasses.Location = new System.Drawing.Point(117, 6);
  461. this.cmbClasses.Margin = new System.Windows.Forms.Padding(2);
  462. this.cmbClasses.Name = "cmbClasses";
  463. this.cmbClasses.Size = new System.Drawing.Size(125, 20);
  464. this.cmbClasses.TabIndex = 35;
  465. this.cmbClasses.SelectedIndexChanged += new System.EventHandler(this.cmbClasses_SelectedIndexChanged);
  466. //
  467. // label17
  468. //
  469. this.label17.AutoSize = true;
  470. this.label17.Location = new System.Drawing.Point(48, 9);
  471. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  472. this.label17.Name = "label17";
  473. this.label17.Size = new System.Drawing.Size(29, 12);
  474. this.label17.TabIndex = 33;
  475. this.label17.Text = "类型";
  476. //
  477. // groupBox4
  478. //
  479. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  480. | System.Windows.Forms.AnchorStyles.Left)
  481. | System.Windows.Forms.AnchorStyles.Right)));
  482. this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  483. this.groupBox4.Controls.Add(this.dgvBatchList);
  484. this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.groupBox4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  486. this.groupBox4.Location = new System.Drawing.Point(3, 104);
  487. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  488. this.groupBox4.Name = "groupBox4";
  489. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  490. this.groupBox4.Size = new System.Drawing.Size(622, 457);
  491. this.groupBox4.TabIndex = 32;
  492. this.groupBox4.TabStop = false;
  493. this.groupBox4.Text = "历史批次";
  494. //
  495. // dgvBatchList
  496. //
  497. this.dgvBatchList.AllowUserToAddRows = false;
  498. this.dgvBatchList.AllowUserToDeleteRows = false;
  499. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  500. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  501. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  503. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  504. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  505. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  506. this.dgvBatchList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  507. this.dgvBatchList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  508. this.dgvBatchList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  509. this.colBatchId,
  510. this.colTargetCount,
  511. this.colCompleteCount,
  512. this.colCreateTime});
  513. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  514. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  515. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  517. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  518. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  519. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  520. this.dgvBatchList.DefaultCellStyle = dataGridViewCellStyle2;
  521. this.dgvBatchList.Dock = System.Windows.Forms.DockStyle.Fill;
  522. this.dgvBatchList.Location = new System.Drawing.Point(2, 16);
  523. this.dgvBatchList.Margin = new System.Windows.Forms.Padding(2);
  524. this.dgvBatchList.MultiSelect = false;
  525. this.dgvBatchList.Name = "dgvBatchList";
  526. this.dgvBatchList.ReadOnly = true;
  527. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  528. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  529. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  531. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  532. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  533. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  534. this.dgvBatchList.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  535. this.dgvBatchList.RowHeadersVisible = false;
  536. this.dgvBatchList.RowHeadersWidth = 62;
  537. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.dgvBatchList.RowsDefaultCellStyle = dataGridViewCellStyle4;
  539. this.dgvBatchList.RowTemplate.Height = 30;
  540. this.dgvBatchList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  541. this.dgvBatchList.Size = new System.Drawing.Size(618, 439);
  542. this.dgvBatchList.TabIndex = 6;
  543. //
  544. // colBatchId
  545. //
  546. this.colBatchId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  547. this.colBatchId.DataPropertyName = "BatchId";
  548. this.colBatchId.HeaderText = "批次";
  549. this.colBatchId.MinimumWidth = 100;
  550. this.colBatchId.Name = "colBatchId";
  551. this.colBatchId.ReadOnly = true;
  552. //
  553. // colTargetCount
  554. //
  555. this.colTargetCount.DataPropertyName = "TargetCount";
  556. this.colTargetCount.HeaderText = "目标数";
  557. this.colTargetCount.MinimumWidth = 80;
  558. this.colTargetCount.Name = "colTargetCount";
  559. this.colTargetCount.ReadOnly = true;
  560. this.colTargetCount.Width = 150;
  561. //
  562. // colCompleteCount
  563. //
  564. this.colCompleteCount.DataPropertyName = "CompleteCount";
  565. this.colCompleteCount.HeaderText = "完成数";
  566. this.colCompleteCount.MinimumWidth = 80;
  567. this.colCompleteCount.Name = "colCompleteCount";
  568. this.colCompleteCount.ReadOnly = true;
  569. this.colCompleteCount.Width = 150;
  570. //
  571. // colCreateTime
  572. //
  573. this.colCreateTime.DataPropertyName = "CreateTime";
  574. this.colCreateTime.HeaderText = "结束日期";
  575. this.colCreateTime.MinimumWidth = 100;
  576. this.colCreateTime.Name = "colCreateTime";
  577. this.colCreateTime.ReadOnly = true;
  578. this.colCreateTime.Width = 120;
  579. //
  580. // numTargetCount
  581. //
  582. this.numTargetCount.Location = new System.Drawing.Point(385, 81);
  583. this.numTargetCount.Margin = new System.Windows.Forms.Padding(2);
  584. this.numTargetCount.Maximum = new decimal(new int[] {
  585. 99999,
  586. 0,
  587. 0,
  588. 0});
  589. this.numTargetCount.Name = "numTargetCount";
  590. this.numTargetCount.Size = new System.Drawing.Size(123, 21);
  591. this.numTargetCount.TabIndex = 28;
  592. //
  593. // txtBatchId
  594. //
  595. this.txtBatchId.Location = new System.Drawing.Point(117, 81);
  596. this.txtBatchId.Margin = new System.Windows.Forms.Padding(2);
  597. this.txtBatchId.Name = "txtBatchId";
  598. this.txtBatchId.Size = new System.Drawing.Size(125, 21);
  599. this.txtBatchId.TabIndex = 25;
  600. //
  601. // label15
  602. //
  603. this.label15.AutoSize = true;
  604. this.label15.Location = new System.Drawing.Point(48, 84);
  605. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  606. this.label15.Name = "label15";
  607. this.label15.Size = new System.Drawing.Size(53, 12);
  608. this.label15.TabIndex = 24;
  609. this.label15.Text = "当前批次";
  610. //
  611. // label16
  612. //
  613. this.label16.AutoSize = true;
  614. this.label16.Location = new System.Drawing.Point(321, 84);
  615. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  616. this.label16.Name = "label16";
  617. this.label16.Size = new System.Drawing.Size(53, 12);
  618. this.label16.TabIndex = 26;
  619. this.label16.Text = "目标数量";
  620. //
  621. // txtCode
  622. //
  623. this.txtCode.Location = new System.Drawing.Point(117, 30);
  624. this.txtCode.Margin = new System.Windows.Forms.Padding(2);
  625. this.txtCode.Name = "txtCode";
  626. this.txtCode.Size = new System.Drawing.Size(125, 21);
  627. this.txtCode.TabIndex = 19;
  628. //
  629. // txtName
  630. //
  631. this.txtName.Location = new System.Drawing.Point(117, 57);
  632. this.txtName.Margin = new System.Windows.Forms.Padding(2);
  633. this.txtName.Name = "txtName";
  634. this.txtName.Size = new System.Drawing.Size(125, 21);
  635. this.txtName.TabIndex = 21;
  636. //
  637. // label1
  638. //
  639. this.label1.AutoSize = true;
  640. this.label1.Location = new System.Drawing.Point(48, 34);
  641. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  642. this.label1.Name = "label1";
  643. this.label1.Size = new System.Drawing.Size(29, 12);
  644. this.label1.TabIndex = 18;
  645. this.label1.Text = "料号";
  646. //
  647. // label4
  648. //
  649. this.label4.AutoSize = true;
  650. this.label4.Location = new System.Drawing.Point(48, 60);
  651. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  652. this.label4.Name = "label4";
  653. this.label4.Size = new System.Drawing.Size(29, 12);
  654. this.label4.TabIndex = 20;
  655. this.label4.Text = "名称";
  656. //
  657. // label3
  658. //
  659. this.label3.AutoSize = true;
  660. this.label3.Location = new System.Drawing.Point(321, 60);
  661. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  662. this.label3.Name = "label3";
  663. this.label3.Size = new System.Drawing.Size(29, 12);
  664. this.label3.TabIndex = 22;
  665. this.label3.Text = "规格";
  666. //
  667. // txtSpec
  668. //
  669. this.txtSpec.Location = new System.Drawing.Point(385, 57);
  670. this.txtSpec.Margin = new System.Windows.Forms.Padding(2);
  671. this.txtSpec.Name = "txtSpec";
  672. this.txtSpec.Size = new System.Drawing.Size(125, 21);
  673. this.txtSpec.TabIndex = 23;
  674. //
  675. // tabPage3
  676. //
  677. this.tabPage3.Controls.Add(this.groupBox6);
  678. this.tabPage3.Controls.Add(this.groupBox5);
  679. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  680. this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
  681. this.tabPage3.Name = "tabPage3";
  682. this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
  683. this.tabPage3.Size = new System.Drawing.Size(633, 568);
  684. this.tabPage3.TabIndex = 2;
  685. this.tabPage3.Text = "图纸资料";
  686. this.tabPage3.UseVisualStyleBackColor = true;
  687. //
  688. // groupBox6
  689. //
  690. this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  691. | System.Windows.Forms.AnchorStyles.Left)
  692. | System.Windows.Forms.AnchorStyles.Right)));
  693. this.groupBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  694. this.groupBox6.Controls.Add(this.panel5);
  695. this.groupBox6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  696. this.groupBox6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  697. this.groupBox6.Location = new System.Drawing.Point(2, 102);
  698. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  699. this.groupBox6.Name = "groupBox6";
  700. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  701. this.groupBox6.Size = new System.Drawing.Size(631, 462);
  702. this.groupBox6.TabIndex = 33;
  703. this.groupBox6.TabStop = false;
  704. this.groupBox6.Text = "Mark点设置";
  705. //
  706. // panel5
  707. //
  708. this.panel5.BackColor = System.Drawing.Color.White;
  709. this.panel5.Controls.Add(this.cbWBType);
  710. this.panel5.Controls.Add(this.label31);
  711. this.panel5.Controls.Add(this.cbWangJie);
  712. this.panel5.Controls.Add(this.cbHavePad);
  713. this.panel5.Controls.Add(this.label25);
  714. this.panel5.Controls.Add(this.cbMainGrid);
  715. this.panel5.Controls.Add(this.cbMarkDisturb);
  716. this.panel5.Controls.Add(this.label21);
  717. this.panel5.Controls.Add(this.numMarkSize);
  718. this.panel5.Controls.Add(this.label20);
  719. this.panel5.Controls.Add(this.cbMarkType);
  720. this.panel5.Controls.Add(this.label19);
  721. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  722. this.panel5.Location = new System.Drawing.Point(2, 16);
  723. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  724. this.panel5.Name = "panel5";
  725. this.panel5.Size = new System.Drawing.Size(627, 444);
  726. this.panel5.TabIndex = 0;
  727. //
  728. // cbWBType
  729. //
  730. this.cbWBType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  731. this.cbWBType.FormattingEnabled = true;
  732. this.cbWBType.Items.AddRange(new object[] {
  733. "450x450",
  734. "450x350",
  735. "355x355"});
  736. this.cbWBType.Location = new System.Drawing.Point(495, 79);
  737. this.cbWBType.Margin = new System.Windows.Forms.Padding(2);
  738. this.cbWBType.Name = "cbWBType";
  739. this.cbWBType.Size = new System.Drawing.Size(82, 20);
  740. this.cbWBType.TabIndex = 40;
  741. this.cbWBType.Visible = false;
  742. //
  743. // label31
  744. //
  745. this.label31.AutoSize = true;
  746. this.label31.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  747. this.label31.Location = new System.Drawing.Point(438, 82);
  748. this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  749. this.label31.Name = "label31";
  750. this.label31.Size = new System.Drawing.Size(53, 12);
  751. this.label31.TabIndex = 39;
  752. this.label31.Text = "网版规格";
  753. this.label31.Visible = false;
  754. //
  755. // cbWangJie
  756. //
  757. this.cbWangJie.AutoSize = true;
  758. this.cbWangJie.Checked = true;
  759. this.cbWangJie.CheckState = System.Windows.Forms.CheckState.Checked;
  760. this.cbWangJie.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  761. this.cbWangJie.Location = new System.Drawing.Point(79, 208);
  762. this.cbWangJie.Name = "cbWangJie";
  763. this.cbWangJie.Size = new System.Drawing.Size(84, 16);
  764. this.cbWangJie.TabIndex = 13;
  765. this.cbWangJie.Text = "是否有网结";
  766. this.cbWangJie.UseVisualStyleBackColor = true;
  767. //
  768. // cbHavePad
  769. //
  770. this.cbHavePad.AutoSize = true;
  771. this.cbHavePad.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  772. this.cbHavePad.Location = new System.Drawing.Point(372, 165);
  773. this.cbHavePad.Name = "cbHavePad";
  774. this.cbHavePad.Size = new System.Drawing.Size(102, 16);
  775. this.cbHavePad.TabIndex = 12;
  776. this.cbHavePad.Text = "是否存在Pad点";
  777. this.cbHavePad.UseVisualStyleBackColor = true;
  778. //
  779. // label25
  780. //
  781. this.label25.AutoSize = true;
  782. this.label25.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  783. this.label25.Location = new System.Drawing.Point(77, 126);
  784. this.label25.Name = "label25";
  785. this.label25.Size = new System.Drawing.Size(161, 12);
  786. this.label25.TabIndex = 11;
  787. this.label25.Text = "在非[默认Mark]的情况下生效";
  788. //
  789. // cbMainGrid
  790. //
  791. this.cbMainGrid.AutoSize = true;
  792. this.cbMainGrid.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  793. this.cbMainGrid.Location = new System.Drawing.Point(246, 165);
  794. this.cbMainGrid.Name = "cbMainGrid";
  795. this.cbMainGrid.Size = new System.Drawing.Size(72, 16);
  796. this.cbMainGrid.TabIndex = 10;
  797. this.cbMainGrid.Text = "是否主栅";
  798. this.cbMainGrid.UseVisualStyleBackColor = true;
  799. //
  800. // cbMarkDisturb
  801. //
  802. this.cbMarkDisturb.AutoSize = true;
  803. this.cbMarkDisturb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  804. this.cbMarkDisturb.Location = new System.Drawing.Point(79, 165);
  805. this.cbMarkDisturb.Name = "cbMarkDisturb";
  806. this.cbMarkDisturb.Size = new System.Drawing.Size(120, 16);
  807. this.cbMarkDisturb.TabIndex = 9;
  808. this.cbMarkDisturb.Text = "是否存在Mark干扰";
  809. this.cbMarkDisturb.UseVisualStyleBackColor = true;
  810. //
  811. // label21
  812. //
  813. this.label21.AutoSize = true;
  814. this.label21.ForeColor = System.Drawing.SystemColors.ControlText;
  815. this.label21.Location = new System.Drawing.Point(77, 36);
  816. this.label21.Name = "label21";
  817. this.label21.Size = new System.Drawing.Size(185, 12);
  818. this.label21.TabIndex = 4;
  819. this.label21.Text = "请在上传图纸前设置好Mark参数!";
  820. //
  821. // numMarkSize
  822. //
  823. this.numMarkSize.DecimalPlaces = 3;
  824. this.numMarkSize.Location = new System.Drawing.Point(304, 78);
  825. this.numMarkSize.Margin = new System.Windows.Forms.Padding(2);
  826. this.numMarkSize.Name = "numMarkSize";
  827. this.numMarkSize.Size = new System.Drawing.Size(80, 21);
  828. this.numMarkSize.TabIndex = 3;
  829. //
  830. // label20
  831. //
  832. this.label20.AutoSize = true;
  833. this.label20.ForeColor = System.Drawing.SystemColors.ControlText;
  834. this.label20.Location = new System.Drawing.Point(244, 82);
  835. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  836. this.label20.Name = "label20";
  837. this.label20.Size = new System.Drawing.Size(53, 12);
  838. this.label20.TabIndex = 2;
  839. this.label20.Text = "直径(mm)";
  840. //
  841. // cbMarkType
  842. //
  843. this.cbMarkType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  844. this.cbMarkType.FormattingEnabled = true;
  845. this.cbMarkType.Items.AddRange(new object[] {
  846. "默认Mark",
  847. "无mark",
  848. "实心圆",
  849. "空心圆",
  850. "实心圆带栅线",
  851. "空心圆带栅线",
  852. "矩形",
  853. "实心圆位于栅线内部",
  854. "候补2"});
  855. this.cbMarkType.Location = new System.Drawing.Point(117, 78);
  856. this.cbMarkType.Margin = new System.Windows.Forms.Padding(2);
  857. this.cbMarkType.Name = "cbMarkType";
  858. this.cbMarkType.Size = new System.Drawing.Size(82, 20);
  859. this.cbMarkType.TabIndex = 1;
  860. //
  861. // label19
  862. //
  863. this.label19.AutoSize = true;
  864. this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
  865. this.label19.Location = new System.Drawing.Point(77, 82);
  866. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  867. this.label19.Name = "label19";
  868. this.label19.Size = new System.Drawing.Size(29, 12);
  869. this.label19.TabIndex = 0;
  870. this.label19.Text = "Mark";
  871. //
  872. // groupBox5
  873. //
  874. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  875. | System.Windows.Forms.AnchorStyles.Left)
  876. | System.Windows.Forms.AnchorStyles.Right)));
  877. this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  878. this.groupBox5.Controls.Add(this.panel4);
  879. this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  880. this.groupBox5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  881. this.groupBox5.Location = new System.Drawing.Point(2, 4);
  882. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  883. this.groupBox5.Name = "groupBox5";
  884. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  885. this.groupBox5.Size = new System.Drawing.Size(635, 142);
  886. this.groupBox5.TabIndex = 32;
  887. this.groupBox5.TabStop = false;
  888. this.groupBox5.Text = "图纸";
  889. //
  890. // panel4
  891. //
  892. this.panel4.BackColor = System.Drawing.Color.White;
  893. this.panel4.Controls.Add(this.label24);
  894. this.panel4.Controls.Add(this.textBoxPath);
  895. this.panel4.Controls.Add(this.btnOpenFile);
  896. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  897. this.panel4.Location = new System.Drawing.Point(2, 16);
  898. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  899. this.panel4.Name = "panel4";
  900. this.panel4.Size = new System.Drawing.Size(631, 124);
  901. this.panel4.TabIndex = 0;
  902. //
  903. // label24
  904. //
  905. this.label24.AutoSize = true;
  906. this.label24.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  907. this.label24.Location = new System.Drawing.Point(15, 44);
  908. this.label24.Name = "label24";
  909. this.label24.Size = new System.Drawing.Size(35, 12);
  910. this.label24.TabIndex = 7;
  911. this.label24.Text = "路径:";
  912. //
  913. // textBoxPath
  914. //
  915. this.textBoxPath.Location = new System.Drawing.Point(56, 41);
  916. this.textBoxPath.Name = "textBoxPath";
  917. this.textBoxPath.ReadOnly = true;
  918. this.textBoxPath.Size = new System.Drawing.Size(521, 21);
  919. this.textBoxPath.TabIndex = 6;
  920. this.textBoxPath.DoubleClick += new System.EventHandler(this.textBoxPath_DoubleClick);
  921. //
  922. // btnOpenFile
  923. //
  924. this.btnOpenFile.AutoSize = true;
  925. this.btnOpenFile.Location = new System.Drawing.Point(54, 13);
  926. this.btnOpenFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  927. this.btnOpenFile.Name = "btnOpenFile";
  928. this.btnOpenFile.Size = new System.Drawing.Size(29, 12);
  929. this.btnOpenFile.TabIndex = 5;
  930. this.btnOpenFile.TabStop = true;
  931. this.btnOpenFile.Text = "file";
  932. this.btnOpenFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnOpenFile_LinkClicked);
  933. //
  934. // tabPage2
  935. //
  936. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  937. this.tabPage2.Controls.Add(this.skinTabControl1);
  938. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  939. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  940. this.tabPage2.Name = "tabPage2";
  941. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  942. this.tabPage2.Size = new System.Drawing.Size(633, 568);
  943. this.tabPage2.TabIndex = 1;
  944. this.tabPage2.Text = "测量合格标准";
  945. //
  946. // skinTabControl1
  947. //
  948. this.skinTabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
  949. this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
  950. this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
  951. this.skinTabControl1.Controls.Add(this.skinTabPage7);
  952. this.skinTabControl1.Controls.Add(this.skinTabPage8);
  953. this.skinTabControl1.Controls.Add(this.skinTabPage9);
  954. this.skinTabControl1.Controls.Add(this.skinTabPage10);
  955. this.skinTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  956. this.skinTabControl1.HeadBack = null;
  957. this.skinTabControl1.ImgTxtOffset = new System.Drawing.Point(0, 0);
  958. this.skinTabControl1.ItemSize = new System.Drawing.Size(25, 100);
  959. this.skinTabControl1.Location = new System.Drawing.Point(2, 2);
  960. this.skinTabControl1.Multiline = true;
  961. this.skinTabControl1.Name = "skinTabControl1";
  962. this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
  963. this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
  964. this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
  965. this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
  966. this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
  967. this.skinTabControl1.PageDownTxtColor = System.Drawing.Color.White;
  968. this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
  969. this.skinTabControl1.PageHoverTxtColor = System.Drawing.Color.White;
  970. this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
  971. this.skinTabControl1.PageNorml = null;
  972. this.skinTabControl1.PageNormlTxtColor = System.Drawing.Color.White;
  973. this.skinTabControl1.SelectedIndex = 1;
  974. this.skinTabControl1.Size = new System.Drawing.Size(629, 564);
  975. this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  976. this.skinTabControl1.TabIndex = 24;
  977. //
  978. // skinTabPage7
  979. //
  980. this.skinTabPage7.BackColor = System.Drawing.Color.White;
  981. this.skinTabPage7.Controls.Add(this.label33);
  982. this.skinTabPage7.Controls.Add(this.groupBox10);
  983. this.skinTabPage7.Dock = System.Windows.Forms.DockStyle.Fill;
  984. this.skinTabPage7.Location = new System.Drawing.Point(100, 0);
  985. this.skinTabPage7.Name = "skinTabPage7";
  986. this.skinTabPage7.Size = new System.Drawing.Size(529, 564);
  987. this.skinTabPage7.TabIndex = 0;
  988. this.skinTabPage7.TabItemImage = null;
  989. this.skinTabPage7.Text = "张力";
  990. //
  991. // label33
  992. //
  993. this.label33.AutoSize = true;
  994. this.label33.Location = new System.Drawing.Point(58, 252);
  995. this.label33.Name = "label33";
  996. this.label33.Size = new System.Drawing.Size(233, 12);
  997. this.label33.TabIndex = 38;
  998. this.label33.Text = "快速流程中不启用上下限,将使用该上下限";
  999. //
  1000. // groupBox10
  1001. //
  1002. this.groupBox10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1003. this.groupBox10.Controls.Add(this.panel10);
  1004. this.groupBox10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1005. this.groupBox10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1006. this.groupBox10.Location = new System.Drawing.Point(2, 2);
  1007. this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
  1008. this.groupBox10.Name = "groupBox10";
  1009. this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
  1010. this.groupBox10.Size = new System.Drawing.Size(491, 70);
  1011. this.groupBox10.TabIndex = 36;
  1012. this.groupBox10.TabStop = false;
  1013. this.groupBox10.Text = "张力基准值(N/cm^2)";
  1014. //
  1015. // panel10
  1016. //
  1017. this.panel10.BackColor = System.Drawing.Color.White;
  1018. this.panel10.Controls.Add(this.numTensionDownFloatValue);
  1019. this.panel10.Controls.Add(this.numTensionUpFloatValue);
  1020. this.panel10.Controls.Add(this.label12);
  1021. this.panel10.Controls.Add(this.label22);
  1022. this.panel10.Controls.Add(this.label23);
  1023. this.panel10.Controls.Add(this.numTensionBaseValue);
  1024. this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
  1025. this.panel10.Location = new System.Drawing.Point(2, 16);
  1026. this.panel10.Margin = new System.Windows.Forms.Padding(2);
  1027. this.panel10.Name = "panel10";
  1028. this.panel10.Size = new System.Drawing.Size(487, 52);
  1029. this.panel10.TabIndex = 0;
  1030. //
  1031. // numTensionDownFloatValue
  1032. //
  1033. this.numTensionDownFloatValue.DecimalPlaces = 4;
  1034. this.numTensionDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1035. this.numTensionDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1036. this.numTensionDownFloatValue.Maximum = new decimal(new int[] {
  1037. 99999,
  1038. 0,
  1039. 0,
  1040. 0});
  1041. this.numTensionDownFloatValue.Minimum = new decimal(new int[] {
  1042. 9999,
  1043. 0,
  1044. 0,
  1045. -2147483648});
  1046. this.numTensionDownFloatValue.Name = "numTensionDownFloatValue";
  1047. this.numTensionDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1048. this.numTensionDownFloatValue.TabIndex = 13;
  1049. //
  1050. // numTensionUpFloatValue
  1051. //
  1052. this.numTensionUpFloatValue.DecimalPlaces = 4;
  1053. this.numTensionUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1054. this.numTensionUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1055. this.numTensionUpFloatValue.Maximum = new decimal(new int[] {
  1056. 99999,
  1057. 0,
  1058. 0,
  1059. 0});
  1060. this.numTensionUpFloatValue.Name = "numTensionUpFloatValue";
  1061. this.numTensionUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1062. this.numTensionUpFloatValue.TabIndex = 13;
  1063. //
  1064. // label12
  1065. //
  1066. this.label12.AutoSize = true;
  1067. this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
  1068. this.label12.Location = new System.Drawing.Point(214, 32);
  1069. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1070. this.label12.Name = "label12";
  1071. this.label12.Size = new System.Drawing.Size(65, 12);
  1072. this.label12.TabIndex = 16;
  1073. this.label12.Text = "下浮范围:";
  1074. //
  1075. // label22
  1076. //
  1077. this.label22.AutoSize = true;
  1078. this.label22.ForeColor = System.Drawing.SystemColors.ControlText;
  1079. this.label22.Location = new System.Drawing.Point(10, 33);
  1080. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1081. this.label22.Name = "label22";
  1082. this.label22.Size = new System.Drawing.Size(65, 12);
  1083. this.label22.TabIndex = 15;
  1084. this.label22.Text = "上浮范围:";
  1085. //
  1086. // label23
  1087. //
  1088. this.label23.AutoSize = true;
  1089. this.label23.ForeColor = System.Drawing.SystemColors.ControlText;
  1090. this.label23.Location = new System.Drawing.Point(10, 11);
  1091. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1092. this.label23.Name = "label23";
  1093. this.label23.Size = new System.Drawing.Size(53, 12);
  1094. this.label23.TabIndex = 14;
  1095. this.label23.Text = "基准值:";
  1096. //
  1097. // numTensionBaseValue
  1098. //
  1099. this.numTensionBaseValue.DecimalPlaces = 4;
  1100. this.numTensionBaseValue.Location = new System.Drawing.Point(74, 7);
  1101. this.numTensionBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1102. this.numTensionBaseValue.Maximum = new decimal(new int[] {
  1103. 99999,
  1104. 0,
  1105. 0,
  1106. 0});
  1107. this.numTensionBaseValue.Name = "numTensionBaseValue";
  1108. this.numTensionBaseValue.Size = new System.Drawing.Size(123, 21);
  1109. this.numTensionBaseValue.TabIndex = 13;
  1110. //
  1111. // skinTabPage8
  1112. //
  1113. this.skinTabPage8.BackColor = System.Drawing.Color.White;
  1114. this.skinTabPage8.Controls.Add(this.label34);
  1115. this.skinTabPage8.Controls.Add(this.groupBox1);
  1116. this.skinTabPage8.Dock = System.Windows.Forms.DockStyle.Fill;
  1117. this.skinTabPage8.Location = new System.Drawing.Point(100, 0);
  1118. this.skinTabPage8.Name = "skinTabPage8";
  1119. this.skinTabPage8.Size = new System.Drawing.Size(529, 564);
  1120. this.skinTabPage8.TabIndex = 1;
  1121. this.skinTabPage8.TabItemImage = null;
  1122. this.skinTabPage8.Text = "厚度";
  1123. //
  1124. // label34
  1125. //
  1126. this.label34.AutoSize = true;
  1127. this.label34.Location = new System.Drawing.Point(58, 252);
  1128. this.label34.Name = "label34";
  1129. this.label34.Size = new System.Drawing.Size(233, 12);
  1130. this.label34.TabIndex = 39;
  1131. this.label34.Text = "快速流程中不启用上下限,将使用该上下限";
  1132. //
  1133. // groupBox1
  1134. //
  1135. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1136. this.groupBox1.Controls.Add(this.panel1);
  1137. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1138. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1139. this.groupBox1.Location = new System.Drawing.Point(2, 2);
  1140. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  1141. this.groupBox1.Name = "groupBox1";
  1142. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  1143. this.groupBox1.Size = new System.Drawing.Size(491, 93);
  1144. this.groupBox1.TabIndex = 37;
  1145. this.groupBox1.TabStop = false;
  1146. this.groupBox1.Text = "厚度基准值(um)";
  1147. //
  1148. // panel1
  1149. //
  1150. this.panel1.BackColor = System.Drawing.Color.White;
  1151. this.panel1.Controls.Add(this.numHeightDownFloatValue);
  1152. this.panel1.Controls.Add(this.numHeightUpFloatValue);
  1153. this.panel1.Controls.Add(this.numHeightBaseValue);
  1154. this.panel1.Controls.Add(this.txtHeightBaseDec);
  1155. this.panel1.Controls.Add(this.label14);
  1156. this.panel1.Controls.Add(this.label2);
  1157. this.panel1.Controls.Add(this.label5);
  1158. this.panel1.Controls.Add(this.label6);
  1159. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1160. this.panel1.Location = new System.Drawing.Point(2, 16);
  1161. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  1162. this.panel1.Name = "panel1";
  1163. this.panel1.Size = new System.Drawing.Size(487, 75);
  1164. this.panel1.TabIndex = 0;
  1165. //
  1166. // numHeightDownFloatValue
  1167. //
  1168. this.numHeightDownFloatValue.DecimalPlaces = 4;
  1169. this.numHeightDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1170. this.numHeightDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1171. this.numHeightDownFloatValue.Maximum = new decimal(new int[] {
  1172. 99999,
  1173. 0,
  1174. 0,
  1175. 0});
  1176. this.numHeightDownFloatValue.Minimum = new decimal(new int[] {
  1177. 9999,
  1178. 0,
  1179. 0,
  1180. -2147483648});
  1181. this.numHeightDownFloatValue.Name = "numHeightDownFloatValue";
  1182. this.numHeightDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1183. this.numHeightDownFloatValue.TabIndex = 13;
  1184. //
  1185. // numHeightUpFloatValue
  1186. //
  1187. this.numHeightUpFloatValue.DecimalPlaces = 4;
  1188. this.numHeightUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1189. this.numHeightUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1190. this.numHeightUpFloatValue.Maximum = new decimal(new int[] {
  1191. 99999,
  1192. 0,
  1193. 0,
  1194. 0});
  1195. this.numHeightUpFloatValue.Name = "numHeightUpFloatValue";
  1196. this.numHeightUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1197. this.numHeightUpFloatValue.TabIndex = 13;
  1198. //
  1199. // numHeightBaseValue
  1200. //
  1201. this.numHeightBaseValue.DecimalPlaces = 4;
  1202. this.numHeightBaseValue.Location = new System.Drawing.Point(74, 7);
  1203. this.numHeightBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1204. this.numHeightBaseValue.Maximum = new decimal(new int[] {
  1205. 99999,
  1206. 0,
  1207. 0,
  1208. 0});
  1209. this.numHeightBaseValue.Name = "numHeightBaseValue";
  1210. this.numHeightBaseValue.Size = new System.Drawing.Size(123, 21);
  1211. this.numHeightBaseValue.TabIndex = 13;
  1212. //
  1213. // txtHeightBaseDec
  1214. //
  1215. this.txtHeightBaseDec.Location = new System.Drawing.Point(74, 53);
  1216. this.txtHeightBaseDec.Margin = new System.Windows.Forms.Padding(2);
  1217. this.txtHeightBaseDec.Name = "txtHeightBaseDec";
  1218. this.txtHeightBaseDec.Size = new System.Drawing.Size(325, 21);
  1219. this.txtHeightBaseDec.TabIndex = 21;
  1220. //
  1221. // label14
  1222. //
  1223. this.label14.AutoSize = true;
  1224. this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
  1225. this.label14.Location = new System.Drawing.Point(10, 56);
  1226. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1227. this.label14.Name = "label14";
  1228. this.label14.Size = new System.Drawing.Size(65, 12);
  1229. this.label14.TabIndex = 20;
  1230. this.label14.Text = "点位base值";
  1231. //
  1232. // label2
  1233. //
  1234. this.label2.AutoSize = true;
  1235. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  1236. this.label2.Location = new System.Drawing.Point(214, 32);
  1237. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1238. this.label2.Name = "label2";
  1239. this.label2.Size = new System.Drawing.Size(65, 12);
  1240. this.label2.TabIndex = 16;
  1241. this.label2.Text = "下浮范围:";
  1242. //
  1243. // label5
  1244. //
  1245. this.label5.AutoSize = true;
  1246. this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
  1247. this.label5.Location = new System.Drawing.Point(10, 32);
  1248. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1249. this.label5.Name = "label5";
  1250. this.label5.Size = new System.Drawing.Size(65, 12);
  1251. this.label5.TabIndex = 15;
  1252. this.label5.Text = "上浮范围:";
  1253. //
  1254. // label6
  1255. //
  1256. this.label6.AutoSize = true;
  1257. this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
  1258. this.label6.Location = new System.Drawing.Point(10, 11);
  1259. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1260. this.label6.Name = "label6";
  1261. this.label6.Size = new System.Drawing.Size(53, 12);
  1262. this.label6.TabIndex = 14;
  1263. this.label6.Text = "基准值:";
  1264. //
  1265. // skinTabPage9
  1266. //
  1267. this.skinTabPage9.BackColor = System.Drawing.Color.White;
  1268. this.skinTabPage9.Controls.Add(this.label35);
  1269. this.skinTabPage9.Controls.Add(this.groupBox7);
  1270. this.skinTabPage9.Controls.Add(this.groupBox3);
  1271. this.skinTabPage9.Dock = System.Windows.Forms.DockStyle.Fill;
  1272. this.skinTabPage9.Location = new System.Drawing.Point(100, 0);
  1273. this.skinTabPage9.Name = "skinTabPage9";
  1274. this.skinTabPage9.Size = new System.Drawing.Size(529, 564);
  1275. this.skinTabPage9.TabIndex = 2;
  1276. this.skinTabPage9.TabItemImage = null;
  1277. this.skinTabPage9.Text = "PT";
  1278. //
  1279. // label35
  1280. //
  1281. this.label35.AutoSize = true;
  1282. this.label35.Location = new System.Drawing.Point(58, 252);
  1283. this.label35.Name = "label35";
  1284. this.label35.Size = new System.Drawing.Size(413, 12);
  1285. this.label35.TabIndex = 41;
  1286. this.label35.Text = "此上下限只适用于高级流程,使用快速流程的情况下在流程参数中设置上下限";
  1287. //
  1288. // groupBox7
  1289. //
  1290. this.groupBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1291. this.groupBox7.Controls.Add(this.panel6);
  1292. this.groupBox7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1293. this.groupBox7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1294. this.groupBox7.Location = new System.Drawing.Point(2, 76);
  1295. this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
  1296. this.groupBox7.Name = "groupBox7";
  1297. this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
  1298. this.groupBox7.Size = new System.Drawing.Size(491, 70);
  1299. this.groupBox7.TabIndex = 40;
  1300. this.groupBox7.TabStop = false;
  1301. this.groupBox7.Text = "X方向-PT基准值(mm)";
  1302. //
  1303. // panel6
  1304. //
  1305. this.panel6.BackColor = System.Drawing.Color.White;
  1306. this.panel6.Controls.Add(this.numPTXDownFloatValue);
  1307. this.panel6.Controls.Add(this.numPTXUpFloatValue);
  1308. this.panel6.Controls.Add(this.numPTXBaseValue);
  1309. this.panel6.Controls.Add(this.label26);
  1310. this.panel6.Controls.Add(this.label27);
  1311. this.panel6.Controls.Add(this.label28);
  1312. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  1313. this.panel6.Location = new System.Drawing.Point(2, 16);
  1314. this.panel6.Margin = new System.Windows.Forms.Padding(2);
  1315. this.panel6.Name = "panel6";
  1316. this.panel6.Size = new System.Drawing.Size(487, 52);
  1317. this.panel6.TabIndex = 0;
  1318. //
  1319. // numPTXDownFloatValue
  1320. //
  1321. this.numPTXDownFloatValue.DecimalPlaces = 4;
  1322. this.numPTXDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1323. this.numPTXDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1324. this.numPTXDownFloatValue.Maximum = new decimal(new int[] {
  1325. 99999,
  1326. 0,
  1327. 0,
  1328. 0});
  1329. this.numPTXDownFloatValue.Minimum = new decimal(new int[] {
  1330. 9999,
  1331. 0,
  1332. 0,
  1333. -2147483648});
  1334. this.numPTXDownFloatValue.Name = "numPTXDownFloatValue";
  1335. this.numPTXDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1336. this.numPTXDownFloatValue.TabIndex = 13;
  1337. //
  1338. // numPTXUpFloatValue
  1339. //
  1340. this.numPTXUpFloatValue.DecimalPlaces = 4;
  1341. this.numPTXUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1342. this.numPTXUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1343. this.numPTXUpFloatValue.Maximum = new decimal(new int[] {
  1344. 99999,
  1345. 0,
  1346. 0,
  1347. 0});
  1348. this.numPTXUpFloatValue.Name = "numPTXUpFloatValue";
  1349. this.numPTXUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1350. this.numPTXUpFloatValue.TabIndex = 13;
  1351. //
  1352. // numPTXBaseValue
  1353. //
  1354. this.numPTXBaseValue.DecimalPlaces = 4;
  1355. this.numPTXBaseValue.Location = new System.Drawing.Point(74, 7);
  1356. this.numPTXBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1357. this.numPTXBaseValue.Maximum = new decimal(new int[] {
  1358. 99999,
  1359. 0,
  1360. 0,
  1361. 0});
  1362. this.numPTXBaseValue.Name = "numPTXBaseValue";
  1363. this.numPTXBaseValue.Size = new System.Drawing.Size(123, 21);
  1364. this.numPTXBaseValue.TabIndex = 13;
  1365. //
  1366. // label26
  1367. //
  1368. this.label26.AutoSize = true;
  1369. this.label26.ForeColor = System.Drawing.SystemColors.ControlText;
  1370. this.label26.Location = new System.Drawing.Point(214, 32);
  1371. this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1372. this.label26.Name = "label26";
  1373. this.label26.Size = new System.Drawing.Size(65, 12);
  1374. this.label26.TabIndex = 16;
  1375. this.label26.Text = "下浮范围:";
  1376. //
  1377. // label27
  1378. //
  1379. this.label27.AutoSize = true;
  1380. this.label27.ForeColor = System.Drawing.SystemColors.ControlText;
  1381. this.label27.Location = new System.Drawing.Point(10, 33);
  1382. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1383. this.label27.Name = "label27";
  1384. this.label27.Size = new System.Drawing.Size(65, 12);
  1385. this.label27.TabIndex = 15;
  1386. this.label27.Text = "上浮范围:";
  1387. //
  1388. // label28
  1389. //
  1390. this.label28.AutoSize = true;
  1391. this.label28.ForeColor = System.Drawing.SystemColors.ControlText;
  1392. this.label28.Location = new System.Drawing.Point(10, 11);
  1393. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1394. this.label28.Name = "label28";
  1395. this.label28.Size = new System.Drawing.Size(53, 12);
  1396. this.label28.TabIndex = 14;
  1397. this.label28.Text = "基准值:";
  1398. //
  1399. // groupBox3
  1400. //
  1401. this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1402. this.groupBox3.Controls.Add(this.panel3);
  1403. this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1404. this.groupBox3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1405. this.groupBox3.Location = new System.Drawing.Point(2, 2);
  1406. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  1407. this.groupBox3.Name = "groupBox3";
  1408. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  1409. this.groupBox3.Size = new System.Drawing.Size(491, 70);
  1410. this.groupBox3.TabIndex = 39;
  1411. this.groupBox3.TabStop = false;
  1412. this.groupBox3.Text = "Y方向-PT基准值(mm)";
  1413. //
  1414. // panel3
  1415. //
  1416. this.panel3.BackColor = System.Drawing.Color.White;
  1417. this.panel3.Controls.Add(this.numPTDownFloatValue);
  1418. this.panel3.Controls.Add(this.numPTUpFloatValue);
  1419. this.panel3.Controls.Add(this.numPTBaseValue);
  1420. this.panel3.Controls.Add(this.label10);
  1421. this.panel3.Controls.Add(this.label11);
  1422. this.panel3.Controls.Add(this.label13);
  1423. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  1424. this.panel3.Location = new System.Drawing.Point(2, 16);
  1425. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  1426. this.panel3.Name = "panel3";
  1427. this.panel3.Size = new System.Drawing.Size(487, 52);
  1428. this.panel3.TabIndex = 0;
  1429. //
  1430. // numPTDownFloatValue
  1431. //
  1432. this.numPTDownFloatValue.DecimalPlaces = 4;
  1433. this.numPTDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1434. this.numPTDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1435. this.numPTDownFloatValue.Maximum = new decimal(new int[] {
  1436. 99999,
  1437. 0,
  1438. 0,
  1439. 0});
  1440. this.numPTDownFloatValue.Minimum = new decimal(new int[] {
  1441. 9999,
  1442. 0,
  1443. 0,
  1444. -2147483648});
  1445. this.numPTDownFloatValue.Name = "numPTDownFloatValue";
  1446. this.numPTDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1447. this.numPTDownFloatValue.TabIndex = 13;
  1448. //
  1449. // numPTUpFloatValue
  1450. //
  1451. this.numPTUpFloatValue.DecimalPlaces = 4;
  1452. this.numPTUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1453. this.numPTUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1454. this.numPTUpFloatValue.Maximum = new decimal(new int[] {
  1455. 99999,
  1456. 0,
  1457. 0,
  1458. 0});
  1459. this.numPTUpFloatValue.Name = "numPTUpFloatValue";
  1460. this.numPTUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1461. this.numPTUpFloatValue.TabIndex = 13;
  1462. //
  1463. // numPTBaseValue
  1464. //
  1465. this.numPTBaseValue.DecimalPlaces = 4;
  1466. this.numPTBaseValue.Location = new System.Drawing.Point(74, 7);
  1467. this.numPTBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1468. this.numPTBaseValue.Maximum = new decimal(new int[] {
  1469. 99999,
  1470. 0,
  1471. 0,
  1472. 0});
  1473. this.numPTBaseValue.Name = "numPTBaseValue";
  1474. this.numPTBaseValue.Size = new System.Drawing.Size(123, 21);
  1475. this.numPTBaseValue.TabIndex = 13;
  1476. //
  1477. // label10
  1478. //
  1479. this.label10.AutoSize = true;
  1480. this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
  1481. this.label10.Location = new System.Drawing.Point(214, 32);
  1482. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1483. this.label10.Name = "label10";
  1484. this.label10.Size = new System.Drawing.Size(65, 12);
  1485. this.label10.TabIndex = 16;
  1486. this.label10.Text = "下浮范围:";
  1487. //
  1488. // label11
  1489. //
  1490. this.label11.AutoSize = true;
  1491. this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
  1492. this.label11.Location = new System.Drawing.Point(10, 33);
  1493. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1494. this.label11.Name = "label11";
  1495. this.label11.Size = new System.Drawing.Size(65, 12);
  1496. this.label11.TabIndex = 15;
  1497. this.label11.Text = "上浮范围:";
  1498. //
  1499. // label13
  1500. //
  1501. this.label13.AutoSize = true;
  1502. this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
  1503. this.label13.Location = new System.Drawing.Point(10, 11);
  1504. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1505. this.label13.Name = "label13";
  1506. this.label13.Size = new System.Drawing.Size(53, 12);
  1507. this.label13.TabIndex = 14;
  1508. this.label13.Text = "基准值:";
  1509. //
  1510. // skinTabPage10
  1511. //
  1512. this.skinTabPage10.BackColor = System.Drawing.Color.White;
  1513. this.skinTabPage10.Controls.Add(this.label36);
  1514. this.skinTabPage10.Controls.Add(this.groupBox2);
  1515. this.skinTabPage10.Dock = System.Windows.Forms.DockStyle.Fill;
  1516. this.skinTabPage10.Location = new System.Drawing.Point(100, 0);
  1517. this.skinTabPage10.Name = "skinTabPage10";
  1518. this.skinTabPage10.Size = new System.Drawing.Size(529, 564);
  1519. this.skinTabPage10.TabIndex = 3;
  1520. this.skinTabPage10.TabItemImage = null;
  1521. this.skinTabPage10.Text = "线宽";
  1522. //
  1523. // label36
  1524. //
  1525. this.label36.AutoSize = true;
  1526. this.label36.Location = new System.Drawing.Point(58, 252);
  1527. this.label36.Name = "label36";
  1528. this.label36.Size = new System.Drawing.Size(413, 12);
  1529. this.label36.TabIndex = 41;
  1530. this.label36.Text = "此上下限只适用于高级流程,使用快速流程的情况下在流程参数中设置上下限";
  1531. //
  1532. // groupBox2
  1533. //
  1534. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1535. this.groupBox2.Controls.Add(this.panel2);
  1536. this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1537. this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1538. this.groupBox2.Location = new System.Drawing.Point(2, 2);
  1539. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  1540. this.groupBox2.Name = "groupBox2";
  1541. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  1542. this.groupBox2.Size = new System.Drawing.Size(491, 70);
  1543. this.groupBox2.TabIndex = 38;
  1544. this.groupBox2.TabStop = false;
  1545. this.groupBox2.Text = "线宽基准值(um)";
  1546. //
  1547. // panel2
  1548. //
  1549. this.panel2.BackColor = System.Drawing.Color.White;
  1550. this.panel2.Controls.Add(this.numLineWidthDownFloatValue);
  1551. this.panel2.Controls.Add(this.numLineWidthUpFloatValue);
  1552. this.panel2.Controls.Add(this.numLineWidthBaseValue);
  1553. this.panel2.Controls.Add(this.label7);
  1554. this.panel2.Controls.Add(this.label8);
  1555. this.panel2.Controls.Add(this.label9);
  1556. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  1557. this.panel2.Location = new System.Drawing.Point(2, 16);
  1558. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  1559. this.panel2.Name = "panel2";
  1560. this.panel2.Size = new System.Drawing.Size(487, 52);
  1561. this.panel2.TabIndex = 0;
  1562. //
  1563. // numLineWidthDownFloatValue
  1564. //
  1565. this.numLineWidthDownFloatValue.DecimalPlaces = 4;
  1566. this.numLineWidthDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1567. this.numLineWidthDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1568. this.numLineWidthDownFloatValue.Maximum = new decimal(new int[] {
  1569. 99999,
  1570. 0,
  1571. 0,
  1572. 0});
  1573. this.numLineWidthDownFloatValue.Minimum = new decimal(new int[] {
  1574. 9999,
  1575. 0,
  1576. 0,
  1577. -2147483648});
  1578. this.numLineWidthDownFloatValue.Name = "numLineWidthDownFloatValue";
  1579. this.numLineWidthDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1580. this.numLineWidthDownFloatValue.TabIndex = 13;
  1581. //
  1582. // numLineWidthUpFloatValue
  1583. //
  1584. this.numLineWidthUpFloatValue.DecimalPlaces = 4;
  1585. this.numLineWidthUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1586. this.numLineWidthUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1587. this.numLineWidthUpFloatValue.Maximum = new decimal(new int[] {
  1588. 99999,
  1589. 0,
  1590. 0,
  1591. 0});
  1592. this.numLineWidthUpFloatValue.Name = "numLineWidthUpFloatValue";
  1593. this.numLineWidthUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1594. this.numLineWidthUpFloatValue.TabIndex = 13;
  1595. //
  1596. // numLineWidthBaseValue
  1597. //
  1598. this.numLineWidthBaseValue.DecimalPlaces = 4;
  1599. this.numLineWidthBaseValue.Location = new System.Drawing.Point(74, 7);
  1600. this.numLineWidthBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1601. this.numLineWidthBaseValue.Maximum = new decimal(new int[] {
  1602. 99999,
  1603. 0,
  1604. 0,
  1605. 0});
  1606. this.numLineWidthBaseValue.Name = "numLineWidthBaseValue";
  1607. this.numLineWidthBaseValue.Size = new System.Drawing.Size(123, 21);
  1608. this.numLineWidthBaseValue.TabIndex = 13;
  1609. //
  1610. // label7
  1611. //
  1612. this.label7.AutoSize = true;
  1613. this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
  1614. this.label7.Location = new System.Drawing.Point(214, 32);
  1615. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1616. this.label7.Name = "label7";
  1617. this.label7.Size = new System.Drawing.Size(65, 12);
  1618. this.label7.TabIndex = 16;
  1619. this.label7.Text = "下浮范围:";
  1620. //
  1621. // label8
  1622. //
  1623. this.label8.AutoSize = true;
  1624. this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
  1625. this.label8.Location = new System.Drawing.Point(10, 33);
  1626. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1627. this.label8.Name = "label8";
  1628. this.label8.Size = new System.Drawing.Size(65, 12);
  1629. this.label8.TabIndex = 15;
  1630. this.label8.Text = "上浮范围:";
  1631. //
  1632. // label9
  1633. //
  1634. this.label9.AutoSize = true;
  1635. this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
  1636. this.label9.Location = new System.Drawing.Point(10, 11);
  1637. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1638. this.label9.Name = "label9";
  1639. this.label9.Size = new System.Drawing.Size(53, 12);
  1640. this.label9.TabIndex = 14;
  1641. this.label9.Text = "基准值:";
  1642. //
  1643. // tabPage4
  1644. //
  1645. this.tabPage4.Controls.Add(this.flpQualifiedPannel);
  1646. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  1647. this.tabPage4.Margin = new System.Windows.Forms.Padding(2);
  1648. this.tabPage4.Name = "tabPage4";
  1649. this.tabPage4.Size = new System.Drawing.Size(633, 568);
  1650. this.tabPage4.TabIndex = 3;
  1651. this.tabPage4.Text = "外观合格标准";
  1652. this.tabPage4.UseVisualStyleBackColor = true;
  1653. //
  1654. // flpQualifiedPannel
  1655. //
  1656. this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
  1657. this.flpQualifiedPannel.Location = new System.Drawing.Point(0, 0);
  1658. this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
  1659. this.flpQualifiedPannel.Name = "flpQualifiedPannel";
  1660. this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
  1661. this.flpQualifiedPannel.Size = new System.Drawing.Size(633, 568);
  1662. this.flpQualifiedPannel.TabIndex = 0;
  1663. //
  1664. // tabPage5
  1665. //
  1666. this.tabPage5.Controls.Add(this.groupBox29);
  1667. this.tabPage5.Controls.Add(this.groupBox27);
  1668. this.tabPage5.Controls.Add(this.groupBox28);
  1669. this.tabPage5.Location = new System.Drawing.Point(4, 22);
  1670. this.tabPage5.Name = "tabPage5";
  1671. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  1672. this.tabPage5.Size = new System.Drawing.Size(633, 568);
  1673. this.tabPage5.TabIndex = 4;
  1674. this.tabPage5.Text = "打印设置";
  1675. this.tabPage5.UseVisualStyleBackColor = true;
  1676. //
  1677. // groupBox29
  1678. //
  1679. this.groupBox29.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1680. | System.Windows.Forms.AnchorStyles.Right)));
  1681. this.groupBox29.BackColor = System.Drawing.Color.Transparent;
  1682. this.groupBox29.Controls.Add(this.panel29);
  1683. this.groupBox29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1684. this.groupBox29.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1685. this.groupBox29.Location = new System.Drawing.Point(7, 5);
  1686. this.groupBox29.Margin = new System.Windows.Forms.Padding(2);
  1687. this.groupBox29.Name = "groupBox29";
  1688. this.groupBox29.Padding = new System.Windows.Forms.Padding(2);
  1689. this.groupBox29.Size = new System.Drawing.Size(613, 192);
  1690. this.groupBox29.TabIndex = 37;
  1691. this.groupBox29.TabStop = false;
  1692. this.groupBox29.Text = "检测单打印";
  1693. //
  1694. // panel29
  1695. //
  1696. this.panel29.BackColor = System.Drawing.Color.White;
  1697. this.panel29.Controls.Add(this.tbSavePath);
  1698. this.panel29.Controls.Add(this.cbOrderSave);
  1699. this.panel29.Controls.Add(this.label30);
  1700. this.panel29.Controls.Add(this.dataGridView3);
  1701. this.panel29.Controls.Add(this.tbOrderTempPath);
  1702. this.panel29.Controls.Add(this.cbOrderPrint);
  1703. this.panel29.Controls.Add(this.label84);
  1704. this.panel29.Dock = System.Windows.Forms.DockStyle.Fill;
  1705. this.panel29.ForeColor = System.Drawing.SystemColors.ControlText;
  1706. this.panel29.Location = new System.Drawing.Point(2, 16);
  1707. this.panel29.Margin = new System.Windows.Forms.Padding(2);
  1708. this.panel29.Name = "panel29";
  1709. this.panel29.Size = new System.Drawing.Size(609, 174);
  1710. this.panel29.TabIndex = 0;
  1711. //
  1712. // tbSavePath
  1713. //
  1714. this.tbSavePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1715. | System.Windows.Forms.AnchorStyles.Right)));
  1716. this.tbSavePath.Location = new System.Drawing.Point(206, 39);
  1717. this.tbSavePath.Margin = new System.Windows.Forms.Padding(2);
  1718. this.tbSavePath.Name = "tbSavePath";
  1719. this.tbSavePath.ReadOnly = true;
  1720. this.tbSavePath.Size = new System.Drawing.Size(360, 21);
  1721. this.tbSavePath.TabIndex = 19;
  1722. this.tbSavePath.Text = "D:\\phtons\\";
  1723. this.tbSavePath.DoubleClick += new System.EventHandler(this.tbSavePath_DoubleClick);
  1724. //
  1725. // cbOrderSave
  1726. //
  1727. this.cbOrderSave.AutoSize = true;
  1728. this.cbOrderSave.ForeColor = System.Drawing.SystemColors.ControlText;
  1729. this.cbOrderSave.Location = new System.Drawing.Point(10, 41);
  1730. this.cbOrderSave.Margin = new System.Windows.Forms.Padding(2);
  1731. this.cbOrderSave.Name = "cbOrderSave";
  1732. this.cbOrderSave.Size = new System.Drawing.Size(108, 16);
  1733. this.cbOrderSave.TabIndex = 20;
  1734. this.cbOrderSave.Text = "启用检测单保存";
  1735. this.cbOrderSave.UseVisualStyleBackColor = true;
  1736. //
  1737. // label30
  1738. //
  1739. this.label30.AutoSize = true;
  1740. this.label30.ForeColor = System.Drawing.SystemColors.ControlText;
  1741. this.label30.Location = new System.Drawing.Point(137, 41);
  1742. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1743. this.label30.Name = "label30";
  1744. this.label30.Size = new System.Drawing.Size(65, 12);
  1745. this.label30.TabIndex = 18;
  1746. this.label30.Text = "保存路径:";
  1747. //
  1748. // dataGridView3
  1749. //
  1750. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1751. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  1752. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1753. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  1754. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1755. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1756. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1757. this.dataGridView3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  1758. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1759. this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1760. this.Key3,
  1761. this.DataType3});
  1762. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1763. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  1764. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1765. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  1766. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1767. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1768. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1769. this.dataGridView3.DefaultCellStyle = dataGridViewCellStyle6;
  1770. this.dataGridView3.Location = new System.Drawing.Point(10, 65);
  1771. this.dataGridView3.Name = "dataGridView3";
  1772. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1773. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  1774. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1775. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  1776. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1777. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1778. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1779. this.dataGridView3.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
  1780. this.dataGridView3.RowTemplate.Height = 23;
  1781. this.dataGridView3.Size = new System.Drawing.Size(443, 104);
  1782. this.dataGridView3.TabIndex = 17;
  1783. //
  1784. // Key3
  1785. //
  1786. this.Key3.HeaderText = "Key";
  1787. this.Key3.Name = "Key3";
  1788. this.Key3.Width = 180;
  1789. //
  1790. // DataType3
  1791. //
  1792. this.DataType3.HeaderText = "DataType";
  1793. this.DataType3.Name = "DataType3";
  1794. this.DataType3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1795. this.DataType3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1796. this.DataType3.Width = 180;
  1797. //
  1798. // tbOrderTempPath
  1799. //
  1800. this.tbOrderTempPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1801. | System.Windows.Forms.AnchorStyles.Right)));
  1802. this.tbOrderTempPath.Location = new System.Drawing.Point(206, 13);
  1803. this.tbOrderTempPath.Margin = new System.Windows.Forms.Padding(2);
  1804. this.tbOrderTempPath.Name = "tbOrderTempPath";
  1805. this.tbOrderTempPath.ReadOnly = true;
  1806. this.tbOrderTempPath.Size = new System.Drawing.Size(360, 21);
  1807. this.tbOrderTempPath.TabIndex = 5;
  1808. this.tbOrderTempPath.Text = "D:\\phtons\\";
  1809. this.tbOrderTempPath.DoubleClick += new System.EventHandler(this.tbBarTenderTempPath_DoubleClick);
  1810. //
  1811. // cbOrderPrint
  1812. //
  1813. this.cbOrderPrint.AutoSize = true;
  1814. this.cbOrderPrint.ForeColor = System.Drawing.SystemColors.ControlText;
  1815. this.cbOrderPrint.Location = new System.Drawing.Point(10, 15);
  1816. this.cbOrderPrint.Margin = new System.Windows.Forms.Padding(2);
  1817. this.cbOrderPrint.Name = "cbOrderPrint";
  1818. this.cbOrderPrint.Size = new System.Drawing.Size(108, 16);
  1819. this.cbOrderPrint.TabIndex = 12;
  1820. this.cbOrderPrint.Text = "启用检测单打印";
  1821. this.cbOrderPrint.UseVisualStyleBackColor = true;
  1822. //
  1823. // label84
  1824. //
  1825. this.label84.AutoSize = true;
  1826. this.label84.ForeColor = System.Drawing.SystemColors.ControlText;
  1827. this.label84.Location = new System.Drawing.Point(137, 15);
  1828. this.label84.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1829. this.label84.Name = "label84";
  1830. this.label84.Size = new System.Drawing.Size(65, 12);
  1831. this.label84.TabIndex = 4;
  1832. this.label84.Text = "模板路径:";
  1833. //
  1834. // groupBox27
  1835. //
  1836. this.groupBox27.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1837. | System.Windows.Forms.AnchorStyles.Right)));
  1838. this.groupBox27.BackColor = System.Drawing.Color.Transparent;
  1839. this.groupBox27.Controls.Add(this.panel27);
  1840. this.groupBox27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1841. this.groupBox27.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1842. this.groupBox27.Location = new System.Drawing.Point(7, 382);
  1843. this.groupBox27.Margin = new System.Windows.Forms.Padding(2);
  1844. this.groupBox27.Name = "groupBox27";
  1845. this.groupBox27.Padding = new System.Windows.Forms.Padding(2);
  1846. this.groupBox27.Size = new System.Drawing.Size(613, 183);
  1847. this.groupBox27.TabIndex = 36;
  1848. this.groupBox27.TabStop = false;
  1849. this.groupBox27.Text = "Excel打印";
  1850. //
  1851. // panel27
  1852. //
  1853. this.panel27.BackColor = System.Drawing.Color.White;
  1854. this.panel27.Controls.Add(this.dataGridView2);
  1855. this.panel27.Controls.Add(this.tbExcelTempPath);
  1856. this.panel27.Controls.Add(this.cbOpenExcelPrint);
  1857. this.panel27.Controls.Add(this.label85);
  1858. this.panel27.Dock = System.Windows.Forms.DockStyle.Fill;
  1859. this.panel27.Location = new System.Drawing.Point(2, 16);
  1860. this.panel27.Margin = new System.Windows.Forms.Padding(2);
  1861. this.panel27.Name = "panel27";
  1862. this.panel27.Size = new System.Drawing.Size(609, 165);
  1863. this.panel27.TabIndex = 0;
  1864. //
  1865. // dataGridView2
  1866. //
  1867. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1868. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  1869. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1870. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  1871. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1872. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1873. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1874. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  1875. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1876. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1877. this.Key2,
  1878. this.DataType2});
  1879. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1880. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  1881. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1882. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1883. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1884. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.InfoText;
  1885. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1886. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle9;
  1887. this.dataGridView2.Location = new System.Drawing.Point(10, 37);
  1888. this.dataGridView2.Name = "dataGridView2";
  1889. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1890. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  1891. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1892. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  1893. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1894. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1895. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1896. this.dataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
  1897. this.dataGridView2.RowTemplate.Height = 23;
  1898. this.dataGridView2.Size = new System.Drawing.Size(443, 123);
  1899. this.dataGridView2.TabIndex = 16;
  1900. //
  1901. // Key2
  1902. //
  1903. this.Key2.HeaderText = "Key";
  1904. this.Key2.Name = "Key2";
  1905. this.Key2.Width = 180;
  1906. //
  1907. // DataType2
  1908. //
  1909. this.DataType2.HeaderText = "DataType";
  1910. this.DataType2.Name = "DataType2";
  1911. this.DataType2.Width = 180;
  1912. //
  1913. // tbExcelTempPath
  1914. //
  1915. this.tbExcelTempPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1916. | System.Windows.Forms.AnchorStyles.Right)));
  1917. this.tbExcelTempPath.Location = new System.Drawing.Point(206, 11);
  1918. this.tbExcelTempPath.Margin = new System.Windows.Forms.Padding(2);
  1919. this.tbExcelTempPath.Name = "tbExcelTempPath";
  1920. this.tbExcelTempPath.ReadOnly = true;
  1921. this.tbExcelTempPath.Size = new System.Drawing.Size(360, 21);
  1922. this.tbExcelTempPath.TabIndex = 5;
  1923. this.tbExcelTempPath.Text = "D:\\phtons\\";
  1924. this.tbExcelTempPath.DoubleClick += new System.EventHandler(this.tbBarTenderTempPath_DoubleClick);
  1925. //
  1926. // cbOpenExcelPrint
  1927. //
  1928. this.cbOpenExcelPrint.AutoSize = true;
  1929. this.cbOpenExcelPrint.ForeColor = System.Drawing.SystemColors.ControlText;
  1930. this.cbOpenExcelPrint.Location = new System.Drawing.Point(10, 10);
  1931. this.cbOpenExcelPrint.Margin = new System.Windows.Forms.Padding(2);
  1932. this.cbOpenExcelPrint.Name = "cbOpenExcelPrint";
  1933. this.cbOpenExcelPrint.Size = new System.Drawing.Size(126, 16);
  1934. this.cbOpenExcelPrint.TabIndex = 12;
  1935. this.cbOpenExcelPrint.Text = "启用Excel文件打印";
  1936. this.cbOpenExcelPrint.UseVisualStyleBackColor = true;
  1937. //
  1938. // label85
  1939. //
  1940. this.label85.AutoSize = true;
  1941. this.label85.ForeColor = System.Drawing.SystemColors.ControlText;
  1942. this.label85.Location = new System.Drawing.Point(137, 11);
  1943. this.label85.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1944. this.label85.Name = "label85";
  1945. this.label85.Size = new System.Drawing.Size(65, 12);
  1946. this.label85.TabIndex = 4;
  1947. this.label85.Text = "模板路径:";
  1948. //
  1949. // groupBox28
  1950. //
  1951. this.groupBox28.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1952. | System.Windows.Forms.AnchorStyles.Right)));
  1953. this.groupBox28.BackColor = System.Drawing.Color.Transparent;
  1954. this.groupBox28.Controls.Add(this.panel28);
  1955. this.groupBox28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1956. this.groupBox28.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1957. this.groupBox28.Location = new System.Drawing.Point(7, 201);
  1958. this.groupBox28.Margin = new System.Windows.Forms.Padding(2);
  1959. this.groupBox28.Name = "groupBox28";
  1960. this.groupBox28.Padding = new System.Windows.Forms.Padding(2);
  1961. this.groupBox28.Size = new System.Drawing.Size(613, 177);
  1962. this.groupBox28.TabIndex = 35;
  1963. this.groupBox28.TabStop = false;
  1964. this.groupBox28.Text = "标签打印";
  1965. //
  1966. // panel28
  1967. //
  1968. this.panel28.BackColor = System.Drawing.Color.White;
  1969. this.panel28.Controls.Add(this.dataGridView1);
  1970. this.panel28.Controls.Add(this.tbBarTenderTempPath);
  1971. this.panel28.Controls.Add(this.cbOpenBarTenderPrint);
  1972. this.panel28.Controls.Add(this.label87);
  1973. this.panel28.Dock = System.Windows.Forms.DockStyle.Fill;
  1974. this.panel28.ForeColor = System.Drawing.SystemColors.ControlText;
  1975. this.panel28.Location = new System.Drawing.Point(2, 16);
  1976. this.panel28.Margin = new System.Windows.Forms.Padding(2);
  1977. this.panel28.Name = "panel28";
  1978. this.panel28.Size = new System.Drawing.Size(609, 159);
  1979. this.panel28.TabIndex = 0;
  1980. //
  1981. // dataGridView1
  1982. //
  1983. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1984. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
  1985. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1986. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
  1987. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1988. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1989. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1990. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  1991. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1992. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1993. this.Key,
  1994. this.DataType});
  1995. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1996. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
  1997. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1998. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
  1999. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  2000. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  2001. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  2002. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle12;
  2003. this.dataGridView1.Location = new System.Drawing.Point(10, 31);
  2004. this.dataGridView1.Name = "dataGridView1";
  2005. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  2006. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
  2007. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2008. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
  2009. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  2010. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  2011. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  2012. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
  2013. this.dataGridView1.RowTemplate.Height = 23;
  2014. this.dataGridView1.Size = new System.Drawing.Size(443, 120);
  2015. this.dataGridView1.TabIndex = 16;
  2016. //
  2017. // Key
  2018. //
  2019. this.Key.HeaderText = "Key";
  2020. this.Key.Name = "Key";
  2021. this.Key.Width = 180;
  2022. //
  2023. // DataType
  2024. //
  2025. this.DataType.HeaderText = "DataType";
  2026. this.DataType.Name = "DataType";
  2027. this.DataType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  2028. this.DataType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  2029. this.DataType.Width = 180;
  2030. //
  2031. // tbBarTenderTempPath
  2032. //
  2033. this.tbBarTenderTempPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  2034. | System.Windows.Forms.AnchorStyles.Right)));
  2035. this.tbBarTenderTempPath.Location = new System.Drawing.Point(206, 7);
  2036. this.tbBarTenderTempPath.Margin = new System.Windows.Forms.Padding(2);
  2037. this.tbBarTenderTempPath.Name = "tbBarTenderTempPath";
  2038. this.tbBarTenderTempPath.ReadOnly = true;
  2039. this.tbBarTenderTempPath.Size = new System.Drawing.Size(360, 21);
  2040. this.tbBarTenderTempPath.TabIndex = 5;
  2041. this.tbBarTenderTempPath.Text = "D:\\phtons\\";
  2042. this.tbBarTenderTempPath.DoubleClick += new System.EventHandler(this.tbBarTenderTempPath_DoubleClick);
  2043. //
  2044. // cbOpenBarTenderPrint
  2045. //
  2046. this.cbOpenBarTenderPrint.AutoSize = true;
  2047. this.cbOpenBarTenderPrint.ForeColor = System.Drawing.SystemColors.ControlText;
  2048. this.cbOpenBarTenderPrint.Location = new System.Drawing.Point(10, 10);
  2049. this.cbOpenBarTenderPrint.Margin = new System.Windows.Forms.Padding(2);
  2050. this.cbOpenBarTenderPrint.Name = "cbOpenBarTenderPrint";
  2051. this.cbOpenBarTenderPrint.Size = new System.Drawing.Size(96, 16);
  2052. this.cbOpenBarTenderPrint.TabIndex = 12;
  2053. this.cbOpenBarTenderPrint.Text = "启用标签打印";
  2054. this.cbOpenBarTenderPrint.UseVisualStyleBackColor = true;
  2055. //
  2056. // label87
  2057. //
  2058. this.label87.AutoSize = true;
  2059. this.label87.ForeColor = System.Drawing.SystemColors.ControlText;
  2060. this.label87.Location = new System.Drawing.Point(137, 10);
  2061. this.label87.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2062. this.label87.Name = "label87";
  2063. this.label87.Size = new System.Drawing.Size(65, 12);
  2064. this.label87.TabIndex = 4;
  2065. this.label87.Text = "模板路径:";
  2066. //
  2067. // uiTitel1
  2068. //
  2069. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2070. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  2071. this.uiTitel1.FatherForm = null;
  2072. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  2073. this.uiTitel1.Name = "uiTitel1";
  2074. this.uiTitel1.Size = new System.Drawing.Size(641, 46);
  2075. this.uiTitel1.TabIndex = 26;
  2076. //
  2077. // ProductInfoFrm
  2078. //
  2079. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  2080. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  2081. this.ClientSize = new System.Drawing.Size(641, 696);
  2082. this.Controls.Add(this.tabControl1);
  2083. this.Controls.Add(this.toolStrip1);
  2084. this.Controls.Add(this.uiTitel1);
  2085. this.Name = "ProductInfoFrm";
  2086. this.Text = "产品信息";
  2087. this.Load += new System.EventHandler(this.ProductInfoFrm_Load);
  2088. this.toolStrip1.ResumeLayout(false);
  2089. this.toolStrip1.PerformLayout();
  2090. this.tabControl1.ResumeLayout(false);
  2091. this.tabPage1.ResumeLayout(false);
  2092. this.panel8.ResumeLayout(false);
  2093. this.panel8.PerformLayout();
  2094. this.groupBox4.ResumeLayout(false);
  2095. ((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).EndInit();
  2096. ((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).EndInit();
  2097. this.tabPage3.ResumeLayout(false);
  2098. this.groupBox6.ResumeLayout(false);
  2099. this.panel5.ResumeLayout(false);
  2100. this.panel5.PerformLayout();
  2101. ((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).EndInit();
  2102. this.groupBox5.ResumeLayout(false);
  2103. this.panel4.ResumeLayout(false);
  2104. this.panel4.PerformLayout();
  2105. this.tabPage2.ResumeLayout(false);
  2106. this.skinTabControl1.ResumeLayout(false);
  2107. this.skinTabPage7.ResumeLayout(false);
  2108. this.skinTabPage7.PerformLayout();
  2109. this.groupBox10.ResumeLayout(false);
  2110. this.panel10.ResumeLayout(false);
  2111. this.panel10.PerformLayout();
  2112. ((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).EndInit();
  2113. ((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).EndInit();
  2114. ((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).EndInit();
  2115. this.skinTabPage8.ResumeLayout(false);
  2116. this.skinTabPage8.PerformLayout();
  2117. this.groupBox1.ResumeLayout(false);
  2118. this.panel1.ResumeLayout(false);
  2119. this.panel1.PerformLayout();
  2120. ((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).EndInit();
  2121. ((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).EndInit();
  2122. ((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).EndInit();
  2123. this.skinTabPage9.ResumeLayout(false);
  2124. this.skinTabPage9.PerformLayout();
  2125. this.groupBox7.ResumeLayout(false);
  2126. this.panel6.ResumeLayout(false);
  2127. this.panel6.PerformLayout();
  2128. ((System.ComponentModel.ISupportInitialize)(this.numPTXDownFloatValue)).EndInit();
  2129. ((System.ComponentModel.ISupportInitialize)(this.numPTXUpFloatValue)).EndInit();
  2130. ((System.ComponentModel.ISupportInitialize)(this.numPTXBaseValue)).EndInit();
  2131. this.groupBox3.ResumeLayout(false);
  2132. this.panel3.ResumeLayout(false);
  2133. this.panel3.PerformLayout();
  2134. ((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).EndInit();
  2135. ((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).EndInit();
  2136. ((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).EndInit();
  2137. this.skinTabPage10.ResumeLayout(false);
  2138. this.skinTabPage10.PerformLayout();
  2139. this.groupBox2.ResumeLayout(false);
  2140. this.panel2.ResumeLayout(false);
  2141. this.panel2.PerformLayout();
  2142. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).EndInit();
  2143. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).EndInit();
  2144. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).EndInit();
  2145. this.tabPage4.ResumeLayout(false);
  2146. this.tabPage5.ResumeLayout(false);
  2147. this.groupBox29.ResumeLayout(false);
  2148. this.panel29.ResumeLayout(false);
  2149. this.panel29.PerformLayout();
  2150. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  2151. this.groupBox27.ResumeLayout(false);
  2152. this.panel27.ResumeLayout(false);
  2153. this.panel27.PerformLayout();
  2154. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  2155. this.groupBox28.ResumeLayout(false);
  2156. this.panel28.ResumeLayout(false);
  2157. this.panel28.PerformLayout();
  2158. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  2159. this.ResumeLayout(false);
  2160. this.PerformLayout();
  2161. }
  2162. #endregion
  2163. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  2164. private System.Windows.Forms.ToolStrip toolStrip1;
  2165. private System.Windows.Forms.ToolStripButton tsbtnSave;
  2166. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  2167. private System.Windows.Forms.ToolStripButton tsbtnAddFile;
  2168. private System.Windows.Forms.ToolStripButton tsbtnNewBatchId;
  2169. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  2170. private System.Windows.Forms.ToolStripButton tsbtnExit;
  2171. private System.Windows.Forms.TabControl tabControl1;
  2172. private System.Windows.Forms.TabPage tabPage1;
  2173. private System.Windows.Forms.Panel panel8;
  2174. private System.Windows.Forms.ComboBox cmbDefectModelFile;
  2175. private System.Windows.Forms.Label label29;
  2176. private System.Windows.Forms.ComboBox cmbHoleCount;
  2177. private System.Windows.Forms.Label label18;
  2178. private System.Windows.Forms.ComboBox cmbClasses;
  2179. private System.Windows.Forms.Label label17;
  2180. private System.Windows.Forms.GroupBox groupBox4;
  2181. private System.Windows.Forms.DataGridView dgvBatchList;
  2182. private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
  2183. private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
  2184. private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
  2185. private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
  2186. private System.Windows.Forms.NumericUpDown numTargetCount;
  2187. private System.Windows.Forms.TextBox txtBatchId;
  2188. private System.Windows.Forms.Label label15;
  2189. private System.Windows.Forms.Label label16;
  2190. private System.Windows.Forms.TextBox txtCode;
  2191. private System.Windows.Forms.TextBox txtName;
  2192. private System.Windows.Forms.Label label1;
  2193. private System.Windows.Forms.Label label4;
  2194. private System.Windows.Forms.Label label3;
  2195. private System.Windows.Forms.TextBox txtSpec;
  2196. private System.Windows.Forms.TabPage tabPage3;
  2197. private System.Windows.Forms.GroupBox groupBox6;
  2198. private System.Windows.Forms.Panel panel5;
  2199. private System.Windows.Forms.Label label21;
  2200. private System.Windows.Forms.NumericUpDown numMarkSize;
  2201. private System.Windows.Forms.Label label20;
  2202. private System.Windows.Forms.ComboBox cbMarkType;
  2203. private System.Windows.Forms.Label label19;
  2204. private System.Windows.Forms.GroupBox groupBox5;
  2205. private System.Windows.Forms.Panel panel4;
  2206. private System.Windows.Forms.TabPage tabPage2;
  2207. private System.Windows.Forms.TabPage tabPage4;
  2208. private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
  2209. private System.Windows.Forms.ToolTip toolTip1;
  2210. private System.Windows.Forms.ToolStripButton tbtnGetPos;
  2211. private System.Windows.Forms.Label label25;
  2212. private System.Windows.Forms.CheckBox cbMainGrid;
  2213. private System.Windows.Forms.CheckBox cbMarkDisturb;
  2214. private System.Windows.Forms.Label label24;
  2215. private System.Windows.Forms.TextBox textBoxPath;
  2216. private System.Windows.Forms.LinkLabel btnOpenFile;
  2217. private CCWin.SkinControl.SkinTabControl skinTabControl1;
  2218. private CCWin.SkinControl.SkinTabPage skinTabPage7;
  2219. private CCWin.SkinControl.SkinTabPage skinTabPage8;
  2220. private CCWin.SkinControl.SkinTabPage skinTabPage9;
  2221. private CCWin.SkinControl.SkinTabPage skinTabPage10;
  2222. private System.Windows.Forms.GroupBox groupBox10;
  2223. private System.Windows.Forms.Panel panel10;
  2224. private System.Windows.Forms.NumericUpDown numTensionDownFloatValue;
  2225. private System.Windows.Forms.NumericUpDown numTensionUpFloatValue;
  2226. private System.Windows.Forms.Label label12;
  2227. private System.Windows.Forms.Label label22;
  2228. private System.Windows.Forms.Label label23;
  2229. private System.Windows.Forms.NumericUpDown numTensionBaseValue;
  2230. private System.Windows.Forms.GroupBox groupBox1;
  2231. private System.Windows.Forms.Panel panel1;
  2232. private System.Windows.Forms.NumericUpDown numHeightDownFloatValue;
  2233. private System.Windows.Forms.NumericUpDown numHeightUpFloatValue;
  2234. private System.Windows.Forms.NumericUpDown numHeightBaseValue;
  2235. private System.Windows.Forms.TextBox txtHeightBaseDec;
  2236. private System.Windows.Forms.Label label14;
  2237. private System.Windows.Forms.Label label2;
  2238. private System.Windows.Forms.Label label5;
  2239. private System.Windows.Forms.Label label6;
  2240. private System.Windows.Forms.GroupBox groupBox7;
  2241. private System.Windows.Forms.Panel panel6;
  2242. private System.Windows.Forms.NumericUpDown numPTXDownFloatValue;
  2243. private System.Windows.Forms.NumericUpDown numPTXUpFloatValue;
  2244. private System.Windows.Forms.NumericUpDown numPTXBaseValue;
  2245. private System.Windows.Forms.Label label26;
  2246. private System.Windows.Forms.Label label27;
  2247. private System.Windows.Forms.Label label28;
  2248. private System.Windows.Forms.GroupBox groupBox3;
  2249. private System.Windows.Forms.Panel panel3;
  2250. private System.Windows.Forms.NumericUpDown numPTDownFloatValue;
  2251. private System.Windows.Forms.NumericUpDown numPTUpFloatValue;
  2252. private System.Windows.Forms.NumericUpDown numPTBaseValue;
  2253. private System.Windows.Forms.Label label10;
  2254. private System.Windows.Forms.Label label11;
  2255. private System.Windows.Forms.Label label13;
  2256. private System.Windows.Forms.GroupBox groupBox2;
  2257. private System.Windows.Forms.Panel panel2;
  2258. private System.Windows.Forms.NumericUpDown numLineWidthDownFloatValue;
  2259. private System.Windows.Forms.NumericUpDown numLineWidthUpFloatValue;
  2260. private System.Windows.Forms.NumericUpDown numLineWidthBaseValue;
  2261. private System.Windows.Forms.Label label7;
  2262. private System.Windows.Forms.Label label8;
  2263. private System.Windows.Forms.Label label9;
  2264. private System.Windows.Forms.CheckBox cbHavePad;
  2265. private System.Windows.Forms.ToolStripButton tsbPdtPush;
  2266. private System.Windows.Forms.TabPage tabPage5;
  2267. private System.Windows.Forms.GroupBox groupBox27;
  2268. private System.Windows.Forms.Panel panel27;
  2269. private System.Windows.Forms.DataGridView dataGridView2;
  2270. private System.Windows.Forms.DataGridViewTextBoxColumn Key2;
  2271. private System.Windows.Forms.DataGridViewComboBoxColumn DataType2;
  2272. private System.Windows.Forms.TextBox tbExcelTempPath;
  2273. private System.Windows.Forms.CheckBox cbOpenExcelPrint;
  2274. private System.Windows.Forms.Label label85;
  2275. private System.Windows.Forms.GroupBox groupBox28;
  2276. private System.Windows.Forms.Panel panel28;
  2277. private System.Windows.Forms.DataGridView dataGridView1;
  2278. private System.Windows.Forms.DataGridViewTextBoxColumn Key;
  2279. private System.Windows.Forms.DataGridViewComboBoxColumn DataType;
  2280. private System.Windows.Forms.TextBox tbBarTenderTempPath;
  2281. private System.Windows.Forms.CheckBox cbOpenBarTenderPrint;
  2282. private System.Windows.Forms.Label label87;
  2283. private System.Windows.Forms.GroupBox groupBox29;
  2284. private System.Windows.Forms.Panel panel29;
  2285. private System.Windows.Forms.TextBox tbOrderTempPath;
  2286. private System.Windows.Forms.CheckBox cbOrderPrint;
  2287. private System.Windows.Forms.Label label84;
  2288. private System.Windows.Forms.DataGridView dataGridView3;
  2289. private System.Windows.Forms.DataGridViewTextBoxColumn Key3;
  2290. private System.Windows.Forms.DataGridViewComboBoxColumn DataType3;
  2291. private System.Windows.Forms.Label label35;
  2292. private System.Windows.Forms.Label label36;
  2293. private System.Windows.Forms.Label label33;
  2294. private System.Windows.Forms.Label label34;
  2295. private System.Windows.Forms.ToolStripButton tsbStep;
  2296. private System.Windows.Forms.TextBox tbSavePath;
  2297. private System.Windows.Forms.CheckBox cbOrderSave;
  2298. private System.Windows.Forms.Label label30;
  2299. private System.Windows.Forms.CheckBox cbWangJie;
  2300. private System.Windows.Forms.Label label31;
  2301. private System.Windows.Forms.ComboBox cbWBType;
  2302. }
  2303. }