版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

4781 wiersze
254 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.tsbPdtPush = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  51. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  52. this.tabControl1 = new System.Windows.Forms.TabControl();
  53. this.tabPage1 = new System.Windows.Forms.TabPage();
  54. this.panel8 = new System.Windows.Forms.Panel();
  55. this.cmbDefectModelFile = new System.Windows.Forms.ComboBox();
  56. this.label29 = new System.Windows.Forms.Label();
  57. this.cmbHoleCount = new System.Windows.Forms.ComboBox();
  58. this.label18 = new System.Windows.Forms.Label();
  59. this.cmbClasses = new System.Windows.Forms.ComboBox();
  60. this.label17 = new System.Windows.Forms.Label();
  61. this.groupBox4 = new System.Windows.Forms.GroupBox();
  62. this.dgvBatchList = new System.Windows.Forms.DataGridView();
  63. this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.numTargetCount = new System.Windows.Forms.NumericUpDown();
  68. this.txtBatchId = new System.Windows.Forms.TextBox();
  69. this.label15 = new System.Windows.Forms.Label();
  70. this.label16 = new System.Windows.Forms.Label();
  71. this.txtCode = new System.Windows.Forms.TextBox();
  72. this.txtName = new System.Windows.Forms.TextBox();
  73. this.label1 = new System.Windows.Forms.Label();
  74. this.label4 = new System.Windows.Forms.Label();
  75. this.label3 = new System.Windows.Forms.Label();
  76. this.txtSpec = new System.Windows.Forms.TextBox();
  77. this.tabPage3 = new System.Windows.Forms.TabPage();
  78. this.groupBox6 = new System.Windows.Forms.GroupBox();
  79. this.panel5 = new System.Windows.Forms.Panel();
  80. this.cbHavePad = new System.Windows.Forms.CheckBox();
  81. this.label25 = new System.Windows.Forms.Label();
  82. this.cbMainGrid = new System.Windows.Forms.CheckBox();
  83. this.cbMarkDisturb = new System.Windows.Forms.CheckBox();
  84. this.label21 = new System.Windows.Forms.Label();
  85. this.numMarkSize = new System.Windows.Forms.NumericUpDown();
  86. this.label20 = new System.Windows.Forms.Label();
  87. this.cbMarkType = new System.Windows.Forms.ComboBox();
  88. this.label19 = new System.Windows.Forms.Label();
  89. this.groupBox5 = new System.Windows.Forms.GroupBox();
  90. this.panel4 = new System.Windows.Forms.Panel();
  91. this.label24 = new System.Windows.Forms.Label();
  92. this.textBoxPath = new System.Windows.Forms.TextBox();
  93. this.btnOpenFile = new System.Windows.Forms.LinkLabel();
  94. this.tabPage2 = new System.Windows.Forms.TabPage();
  95. this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
  96. this.skinTabPage7 = new CCWin.SkinControl.SkinTabPage();
  97. this.groupBox10 = new System.Windows.Forms.GroupBox();
  98. this.panel10 = new System.Windows.Forms.Panel();
  99. this.numTensionDownFloatValue = new System.Windows.Forms.NumericUpDown();
  100. this.numTensionUpFloatValue = new System.Windows.Forms.NumericUpDown();
  101. this.label12 = new System.Windows.Forms.Label();
  102. this.label22 = new System.Windows.Forms.Label();
  103. this.label23 = new System.Windows.Forms.Label();
  104. this.numTensionBaseValue = new System.Windows.Forms.NumericUpDown();
  105. this.skinTabPage8 = new CCWin.SkinControl.SkinTabPage();
  106. this.groupBox1 = new System.Windows.Forms.GroupBox();
  107. this.panel1 = new System.Windows.Forms.Panel();
  108. this.numHeightDownFloatValue = new System.Windows.Forms.NumericUpDown();
  109. this.numHeightUpFloatValue = new System.Windows.Forms.NumericUpDown();
  110. this.numHeightBaseValue = new System.Windows.Forms.NumericUpDown();
  111. this.txtHeightBaseDec = new System.Windows.Forms.TextBox();
  112. this.label14 = new System.Windows.Forms.Label();
  113. this.label2 = new System.Windows.Forms.Label();
  114. this.label5 = new System.Windows.Forms.Label();
  115. this.label6 = new System.Windows.Forms.Label();
  116. this.skinTabPage9 = new CCWin.SkinControl.SkinTabPage();
  117. this.groupBox7 = new System.Windows.Forms.GroupBox();
  118. this.panel6 = new System.Windows.Forms.Panel();
  119. this.numPTXDownFloatValue = new System.Windows.Forms.NumericUpDown();
  120. this.numPTXUpFloatValue = new System.Windows.Forms.NumericUpDown();
  121. this.numPTXBaseValue = new System.Windows.Forms.NumericUpDown();
  122. this.label26 = new System.Windows.Forms.Label();
  123. this.label27 = new System.Windows.Forms.Label();
  124. this.label28 = new System.Windows.Forms.Label();
  125. this.groupBox3 = new System.Windows.Forms.GroupBox();
  126. this.panel3 = new System.Windows.Forms.Panel();
  127. this.numPTDownFloatValue = new System.Windows.Forms.NumericUpDown();
  128. this.numPTUpFloatValue = new System.Windows.Forms.NumericUpDown();
  129. this.numPTBaseValue = new System.Windows.Forms.NumericUpDown();
  130. this.label10 = new System.Windows.Forms.Label();
  131. this.label11 = new System.Windows.Forms.Label();
  132. this.label13 = new System.Windows.Forms.Label();
  133. this.skinTabPage10 = new CCWin.SkinControl.SkinTabPage();
  134. this.groupBox8 = new System.Windows.Forms.GroupBox();
  135. this.panel7 = new System.Windows.Forms.Panel();
  136. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  137. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  138. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  139. this.label30 = new System.Windows.Forms.Label();
  140. this.label31 = new System.Windows.Forms.Label();
  141. this.label32 = 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.skinTabPage2 = new CCWin.SkinControl.SkinTabPage();
  151. this.groupBox15 = new System.Windows.Forms.GroupBox();
  152. this.panel15 = new System.Windows.Forms.Panel();
  153. this.numericUpDown19 = new System.Windows.Forms.NumericUpDown();
  154. this.numericUpDown20 = new System.Windows.Forms.NumericUpDown();
  155. this.numericUpDown21 = new System.Windows.Forms.NumericUpDown();
  156. this.label48 = new System.Windows.Forms.Label();
  157. this.label49 = new System.Windows.Forms.Label();
  158. this.label50 = new System.Windows.Forms.Label();
  159. this.groupBox13 = new System.Windows.Forms.GroupBox();
  160. this.panel13 = new System.Windows.Forms.Panel();
  161. this.numericUpDown13 = new System.Windows.Forms.NumericUpDown();
  162. this.numericUpDown14 = new System.Windows.Forms.NumericUpDown();
  163. this.numericUpDown15 = new System.Windows.Forms.NumericUpDown();
  164. this.label42 = new System.Windows.Forms.Label();
  165. this.label43 = new System.Windows.Forms.Label();
  166. this.label44 = new System.Windows.Forms.Label();
  167. this.groupBox12 = new System.Windows.Forms.GroupBox();
  168. this.panel12 = new System.Windows.Forms.Panel();
  169. this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
  170. this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
  171. this.numericUpDown12 = new System.Windows.Forms.NumericUpDown();
  172. this.label39 = new System.Windows.Forms.Label();
  173. this.label40 = new System.Windows.Forms.Label();
  174. this.label41 = new System.Windows.Forms.Label();
  175. this.groupBox11 = new System.Windows.Forms.GroupBox();
  176. this.panel11 = new System.Windows.Forms.Panel();
  177. this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
  178. this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
  179. this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
  180. this.label36 = new System.Windows.Forms.Label();
  181. this.label37 = new System.Windows.Forms.Label();
  182. this.label38 = new System.Windows.Forms.Label();
  183. this.groupBox9 = new System.Windows.Forms.GroupBox();
  184. this.panel9 = new System.Windows.Forms.Panel();
  185. this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
  186. this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
  187. this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
  188. this.label33 = new System.Windows.Forms.Label();
  189. this.label34 = new System.Windows.Forms.Label();
  190. this.label35 = new System.Windows.Forms.Label();
  191. this.skinTabPage6 = new CCWin.SkinControl.SkinTabPage();
  192. this.groupBox14 = new System.Windows.Forms.GroupBox();
  193. this.panel14 = new System.Windows.Forms.Panel();
  194. this.numericUpDown16 = new System.Windows.Forms.NumericUpDown();
  195. this.numericUpDown17 = new System.Windows.Forms.NumericUpDown();
  196. this.numericUpDown18 = new System.Windows.Forms.NumericUpDown();
  197. this.label45 = new System.Windows.Forms.Label();
  198. this.label46 = new System.Windows.Forms.Label();
  199. this.label47 = new System.Windows.Forms.Label();
  200. this.skinTabPage12 = new CCWin.SkinControl.SkinTabPage();
  201. this.groupBox17 = new System.Windows.Forms.GroupBox();
  202. this.panel17 = new System.Windows.Forms.Panel();
  203. this.numericUpDown25 = new System.Windows.Forms.NumericUpDown();
  204. this.numericUpDown26 = new System.Windows.Forms.NumericUpDown();
  205. this.numericUpDown27 = new System.Windows.Forms.NumericUpDown();
  206. this.label54 = new System.Windows.Forms.Label();
  207. this.label55 = new System.Windows.Forms.Label();
  208. this.label56 = new System.Windows.Forms.Label();
  209. this.groupBox16 = new System.Windows.Forms.GroupBox();
  210. this.panel16 = new System.Windows.Forms.Panel();
  211. this.numericUpDown22 = new System.Windows.Forms.NumericUpDown();
  212. this.numericUpDown23 = new System.Windows.Forms.NumericUpDown();
  213. this.numericUpDown24 = new System.Windows.Forms.NumericUpDown();
  214. this.label51 = new System.Windows.Forms.Label();
  215. this.label52 = new System.Windows.Forms.Label();
  216. this.label53 = new System.Windows.Forms.Label();
  217. this.skinTabPage14 = new CCWin.SkinControl.SkinTabPage();
  218. this.groupBox20 = new System.Windows.Forms.GroupBox();
  219. this.panel20 = new System.Windows.Forms.Panel();
  220. this.numericUpDown34 = new System.Windows.Forms.NumericUpDown();
  221. this.numericUpDown35 = new System.Windows.Forms.NumericUpDown();
  222. this.numericUpDown36 = new System.Windows.Forms.NumericUpDown();
  223. this.label63 = new System.Windows.Forms.Label();
  224. this.label64 = new System.Windows.Forms.Label();
  225. this.label65 = new System.Windows.Forms.Label();
  226. this.groupBox19 = new System.Windows.Forms.GroupBox();
  227. this.panel19 = new System.Windows.Forms.Panel();
  228. this.numericUpDown31 = new System.Windows.Forms.NumericUpDown();
  229. this.numericUpDown32 = new System.Windows.Forms.NumericUpDown();
  230. this.numericUpDown33 = new System.Windows.Forms.NumericUpDown();
  231. this.label60 = new System.Windows.Forms.Label();
  232. this.label61 = new System.Windows.Forms.Label();
  233. this.label62 = new System.Windows.Forms.Label();
  234. this.groupBox18 = new System.Windows.Forms.GroupBox();
  235. this.panel18 = new System.Windows.Forms.Panel();
  236. this.numericUpDown28 = new System.Windows.Forms.NumericUpDown();
  237. this.numericUpDown29 = new System.Windows.Forms.NumericUpDown();
  238. this.numericUpDown30 = new System.Windows.Forms.NumericUpDown();
  239. this.label57 = new System.Windows.Forms.Label();
  240. this.label58 = new System.Windows.Forms.Label();
  241. this.label59 = new System.Windows.Forms.Label();
  242. this.skinTabPage17 = new CCWin.SkinControl.SkinTabPage();
  243. this.groupBox22 = new System.Windows.Forms.GroupBox();
  244. this.panel22 = new System.Windows.Forms.Panel();
  245. this.numericUpDown40 = new System.Windows.Forms.NumericUpDown();
  246. this.numericUpDown41 = new System.Windows.Forms.NumericUpDown();
  247. this.numericUpDown42 = new System.Windows.Forms.NumericUpDown();
  248. this.label69 = new System.Windows.Forms.Label();
  249. this.label70 = new System.Windows.Forms.Label();
  250. this.label71 = new System.Windows.Forms.Label();
  251. this.groupBox21 = new System.Windows.Forms.GroupBox();
  252. this.panel21 = new System.Windows.Forms.Panel();
  253. this.numericUpDown37 = new System.Windows.Forms.NumericUpDown();
  254. this.numericUpDown38 = new System.Windows.Forms.NumericUpDown();
  255. this.numericUpDown39 = new System.Windows.Forms.NumericUpDown();
  256. this.label66 = new System.Windows.Forms.Label();
  257. this.label67 = new System.Windows.Forms.Label();
  258. this.label68 = new System.Windows.Forms.Label();
  259. this.skinTabPage19 = new CCWin.SkinControl.SkinTabPage();
  260. this.groupBox26 = new System.Windows.Forms.GroupBox();
  261. this.panel26 = new System.Windows.Forms.Panel();
  262. this.numericUpDown52 = new System.Windows.Forms.NumericUpDown();
  263. this.numericUpDown53 = new System.Windows.Forms.NumericUpDown();
  264. this.numericUpDown54 = new System.Windows.Forms.NumericUpDown();
  265. this.label81 = new System.Windows.Forms.Label();
  266. this.label82 = new System.Windows.Forms.Label();
  267. this.label83 = new System.Windows.Forms.Label();
  268. this.skinTabPage1 = new CCWin.SkinControl.SkinTabPage();
  269. this.groupBox23 = new System.Windows.Forms.GroupBox();
  270. this.panel23 = new System.Windows.Forms.Panel();
  271. this.numericUpDown43 = new System.Windows.Forms.NumericUpDown();
  272. this.numericUpDown44 = new System.Windows.Forms.NumericUpDown();
  273. this.numericUpDown45 = new System.Windows.Forms.NumericUpDown();
  274. this.label72 = new System.Windows.Forms.Label();
  275. this.label73 = new System.Windows.Forms.Label();
  276. this.label74 = new System.Windows.Forms.Label();
  277. this.groupBox24 = new System.Windows.Forms.GroupBox();
  278. this.panel24 = new System.Windows.Forms.Panel();
  279. this.numericUpDown46 = new System.Windows.Forms.NumericUpDown();
  280. this.numericUpDown47 = new System.Windows.Forms.NumericUpDown();
  281. this.numericUpDown48 = new System.Windows.Forms.NumericUpDown();
  282. this.label75 = new System.Windows.Forms.Label();
  283. this.label76 = new System.Windows.Forms.Label();
  284. this.label77 = new System.Windows.Forms.Label();
  285. this.groupBox25 = new System.Windows.Forms.GroupBox();
  286. this.panel25 = new System.Windows.Forms.Panel();
  287. this.numericUpDown49 = new System.Windows.Forms.NumericUpDown();
  288. this.numericUpDown50 = new System.Windows.Forms.NumericUpDown();
  289. this.numericUpDown51 = new System.Windows.Forms.NumericUpDown();
  290. this.label78 = new System.Windows.Forms.Label();
  291. this.label79 = new System.Windows.Forms.Label();
  292. this.label80 = new System.Windows.Forms.Label();
  293. this.tabPage4 = new System.Windows.Forms.TabPage();
  294. this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
  295. this.tabPage5 = new System.Windows.Forms.TabPage();
  296. this.groupBox29 = new System.Windows.Forms.GroupBox();
  297. this.panel29 = new System.Windows.Forms.Panel();
  298. this.dataGridView3 = new System.Windows.Forms.DataGridView();
  299. this.Key3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  300. this.DataType3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  301. this.label86 = new System.Windows.Forms.Label();
  302. this.tbOrderTempPath = new System.Windows.Forms.TextBox();
  303. this.cbOrderPrint = new System.Windows.Forms.CheckBox();
  304. this.label84 = new System.Windows.Forms.Label();
  305. this.groupBox27 = new System.Windows.Forms.GroupBox();
  306. this.panel27 = new System.Windows.Forms.Panel();
  307. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  308. this.Key2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  309. this.DataType2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  310. this.tbExcelTempPath = new System.Windows.Forms.TextBox();
  311. this.cbOpenExcelPrint = new System.Windows.Forms.CheckBox();
  312. this.label85 = new System.Windows.Forms.Label();
  313. this.groupBox28 = new System.Windows.Forms.GroupBox();
  314. this.panel28 = new System.Windows.Forms.Panel();
  315. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  316. this.Key = new System.Windows.Forms.DataGridViewTextBoxColumn();
  317. this.DataType = new System.Windows.Forms.DataGridViewComboBoxColumn();
  318. this.tbBarTenderTempPath = new System.Windows.Forms.TextBox();
  319. this.cbOpenBarTenderPrint = new System.Windows.Forms.CheckBox();
  320. this.label87 = new System.Windows.Forms.Label();
  321. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  322. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  323. this.toolStrip1.SuspendLayout();
  324. this.tabControl1.SuspendLayout();
  325. this.tabPage1.SuspendLayout();
  326. this.panel8.SuspendLayout();
  327. this.groupBox4.SuspendLayout();
  328. ((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).BeginInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).BeginInit();
  330. this.tabPage3.SuspendLayout();
  331. this.groupBox6.SuspendLayout();
  332. this.panel5.SuspendLayout();
  333. ((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).BeginInit();
  334. this.groupBox5.SuspendLayout();
  335. this.panel4.SuspendLayout();
  336. this.tabPage2.SuspendLayout();
  337. this.skinTabControl1.SuspendLayout();
  338. this.skinTabPage7.SuspendLayout();
  339. this.groupBox10.SuspendLayout();
  340. this.panel10.SuspendLayout();
  341. ((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).BeginInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).BeginInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).BeginInit();
  344. this.skinTabPage8.SuspendLayout();
  345. this.groupBox1.SuspendLayout();
  346. this.panel1.SuspendLayout();
  347. ((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).BeginInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).BeginInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).BeginInit();
  350. this.skinTabPage9.SuspendLayout();
  351. this.groupBox7.SuspendLayout();
  352. this.panel6.SuspendLayout();
  353. ((System.ComponentModel.ISupportInitialize)(this.numPTXDownFloatValue)).BeginInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.numPTXUpFloatValue)).BeginInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.numPTXBaseValue)).BeginInit();
  356. this.groupBox3.SuspendLayout();
  357. this.panel3.SuspendLayout();
  358. ((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).BeginInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).BeginInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).BeginInit();
  361. this.skinTabPage10.SuspendLayout();
  362. this.groupBox8.SuspendLayout();
  363. this.panel7.SuspendLayout();
  364. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  367. this.groupBox2.SuspendLayout();
  368. this.panel2.SuspendLayout();
  369. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).BeginInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).BeginInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).BeginInit();
  372. this.skinTabPage2.SuspendLayout();
  373. this.groupBox15.SuspendLayout();
  374. this.panel15.SuspendLayout();
  375. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).BeginInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown20)).BeginInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).BeginInit();
  378. this.groupBox13.SuspendLayout();
  379. this.panel13.SuspendLayout();
  380. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).BeginInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).BeginInit();
  383. this.groupBox12.SuspendLayout();
  384. this.panel12.SuspendLayout();
  385. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
  388. this.groupBox11.SuspendLayout();
  389. this.panel11.SuspendLayout();
  390. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
  393. this.groupBox9.SuspendLayout();
  394. this.panel9.SuspendLayout();
  395. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
  398. this.skinTabPage6.SuspendLayout();
  399. this.groupBox14.SuspendLayout();
  400. this.panel14.SuspendLayout();
  401. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).BeginInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown17)).BeginInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown18)).BeginInit();
  404. this.skinTabPage12.SuspendLayout();
  405. this.groupBox17.SuspendLayout();
  406. this.panel17.SuspendLayout();
  407. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown25)).BeginInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown26)).BeginInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown27)).BeginInit();
  410. this.groupBox16.SuspendLayout();
  411. this.panel16.SuspendLayout();
  412. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).BeginInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown23)).BeginInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown24)).BeginInit();
  415. this.skinTabPage14.SuspendLayout();
  416. this.groupBox20.SuspendLayout();
  417. this.panel20.SuspendLayout();
  418. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown34)).BeginInit();
  419. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown35)).BeginInit();
  420. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown36)).BeginInit();
  421. this.groupBox19.SuspendLayout();
  422. this.panel19.SuspendLayout();
  423. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown31)).BeginInit();
  424. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown32)).BeginInit();
  425. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown33)).BeginInit();
  426. this.groupBox18.SuspendLayout();
  427. this.panel18.SuspendLayout();
  428. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown28)).BeginInit();
  429. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown29)).BeginInit();
  430. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown30)).BeginInit();
  431. this.skinTabPage17.SuspendLayout();
  432. this.groupBox22.SuspendLayout();
  433. this.panel22.SuspendLayout();
  434. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown40)).BeginInit();
  435. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown41)).BeginInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown42)).BeginInit();
  437. this.groupBox21.SuspendLayout();
  438. this.panel21.SuspendLayout();
  439. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown37)).BeginInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown38)).BeginInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown39)).BeginInit();
  442. this.skinTabPage19.SuspendLayout();
  443. this.groupBox26.SuspendLayout();
  444. this.panel26.SuspendLayout();
  445. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown52)).BeginInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown53)).BeginInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown54)).BeginInit();
  448. this.skinTabPage1.SuspendLayout();
  449. this.groupBox23.SuspendLayout();
  450. this.panel23.SuspendLayout();
  451. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown43)).BeginInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown44)).BeginInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown45)).BeginInit();
  454. this.groupBox24.SuspendLayout();
  455. this.panel24.SuspendLayout();
  456. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown46)).BeginInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown47)).BeginInit();
  458. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown48)).BeginInit();
  459. this.groupBox25.SuspendLayout();
  460. this.panel25.SuspendLayout();
  461. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown49)).BeginInit();
  462. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown50)).BeginInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown51)).BeginInit();
  464. this.tabPage4.SuspendLayout();
  465. this.tabPage5.SuspendLayout();
  466. this.groupBox29.SuspendLayout();
  467. this.panel29.SuspendLayout();
  468. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
  469. this.groupBox27.SuspendLayout();
  470. this.panel27.SuspendLayout();
  471. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  472. this.groupBox28.SuspendLayout();
  473. this.panel28.SuspendLayout();
  474. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  475. this.SuspendLayout();
  476. //
  477. // toolStrip1
  478. //
  479. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  480. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  481. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  482. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  483. this.tsbtnSave,
  484. this.toolStripSeparator2,
  485. this.tsbtnAddFile,
  486. this.tsbtnNewBatchId,
  487. this.tbtnGetPos,
  488. this.tsbPdtPush,
  489. this.toolStripSeparator5,
  490. this.tsbtnExit});
  491. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  492. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  493. this.toolStrip1.Name = "toolStrip1";
  494. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  495. this.toolStrip1.Size = new System.Drawing.Size(641, 56);
  496. this.toolStrip1.TabIndex = 27;
  497. this.toolStrip1.Text = "toolStrip1";
  498. //
  499. // tsbtnSave
  500. //
  501. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  502. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  503. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  504. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  505. this.tsbtnSave.Name = "tsbtnSave";
  506. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  507. this.tsbtnSave.Text = " 保存 ";
  508. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  509. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  510. //
  511. // toolStripSeparator2
  512. //
  513. this.toolStripSeparator2.Name = "toolStripSeparator2";
  514. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  515. //
  516. // tsbtnAddFile
  517. //
  518. this.tsbtnAddFile.Enabled = false;
  519. this.tsbtnAddFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  520. this.tsbtnAddFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddFile.Image")));
  521. this.tsbtnAddFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  522. this.tsbtnAddFile.ImageTransparentColor = System.Drawing.Color.Magenta;
  523. this.tsbtnAddFile.Name = "tsbtnAddFile";
  524. this.tsbtnAddFile.Size = new System.Drawing.Size(60, 53);
  525. this.tsbtnAddFile.Text = "上传图纸";
  526. this.tsbtnAddFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  527. this.tsbtnAddFile.Click += new System.EventHandler(this.tsbtnAddFile_Click);
  528. //
  529. // tsbtnNewBatchId
  530. //
  531. this.tsbtnNewBatchId.Enabled = false;
  532. this.tsbtnNewBatchId.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  533. this.tsbtnNewBatchId.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewBatchId.Image")));
  534. this.tsbtnNewBatchId.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  535. this.tsbtnNewBatchId.ImageTransparentColor = System.Drawing.Color.Magenta;
  536. this.tsbtnNewBatchId.Name = "tsbtnNewBatchId";
  537. this.tsbtnNewBatchId.Size = new System.Drawing.Size(48, 53);
  538. this.tsbtnNewBatchId.Text = "新批次";
  539. this.tsbtnNewBatchId.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  540. this.tsbtnNewBatchId.Visible = false;
  541. this.tsbtnNewBatchId.Click += new System.EventHandler(this.tsbtnNewBatchId_Click);
  542. //
  543. // tbtnGetPos
  544. //
  545. this.tbtnGetPos.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  546. this.tbtnGetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnGetPos.Image")));
  547. this.tbtnGetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
  548. this.tbtnGetPos.Name = "tbtnGetPos";
  549. this.tbtnGetPos.Size = new System.Drawing.Size(60, 53);
  550. this.tbtnGetPos.Text = "点位抓取";
  551. this.tbtnGetPos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  552. this.tbtnGetPos.Click += new System.EventHandler(this.tbtnGetPos_Click);
  553. //
  554. // tsbPdtPush
  555. //
  556. this.tsbPdtPush.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  557. this.tsbPdtPush.Image = ((System.Drawing.Image)(resources.GetObject("tsbPdtPush.Image")));
  558. this.tsbPdtPush.ImageTransparentColor = System.Drawing.Color.Magenta;
  559. this.tsbPdtPush.Name = "tsbPdtPush";
  560. this.tsbPdtPush.Size = new System.Drawing.Size(84, 53);
  561. this.tsbPdtPush.Text = "发送产品数据";
  562. this.tsbPdtPush.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  563. this.tsbPdtPush.Visible = false;
  564. this.tsbPdtPush.Click += new System.EventHandler(this.tsbPdtPush_Click);
  565. //
  566. // toolStripSeparator5
  567. //
  568. this.toolStripSeparator5.Name = "toolStripSeparator5";
  569. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 56);
  570. //
  571. // tsbtnExit
  572. //
  573. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  574. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  575. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  576. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  577. this.tsbtnExit.Name = "tsbtnExit";
  578. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  579. this.tsbtnExit.Text = " 退出 ";
  580. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  581. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  582. //
  583. // tabControl1
  584. //
  585. this.tabControl1.Controls.Add(this.tabPage1);
  586. this.tabControl1.Controls.Add(this.tabPage3);
  587. this.tabControl1.Controls.Add(this.tabPage2);
  588. this.tabControl1.Controls.Add(this.tabPage4);
  589. this.tabControl1.Controls.Add(this.tabPage5);
  590. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  591. this.tabControl1.Location = new System.Drawing.Point(0, 102);
  592. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  593. this.tabControl1.Name = "tabControl1";
  594. this.tabControl1.SelectedIndex = 0;
  595. this.tabControl1.Size = new System.Drawing.Size(641, 546);
  596. this.tabControl1.TabIndex = 37;
  597. //
  598. // tabPage1
  599. //
  600. this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  601. this.tabPage1.Controls.Add(this.panel8);
  602. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  603. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  604. this.tabPage1.Name = "tabPage1";
  605. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  606. this.tabPage1.Size = new System.Drawing.Size(633, 520);
  607. this.tabPage1.TabIndex = 0;
  608. this.tabPage1.Text = "基础信息";
  609. //
  610. // panel8
  611. //
  612. this.panel8.BackColor = System.Drawing.Color.White;
  613. this.panel8.Controls.Add(this.cmbDefectModelFile);
  614. this.panel8.Controls.Add(this.label29);
  615. this.panel8.Controls.Add(this.cmbHoleCount);
  616. this.panel8.Controls.Add(this.label18);
  617. this.panel8.Controls.Add(this.cmbClasses);
  618. this.panel8.Controls.Add(this.label17);
  619. this.panel8.Controls.Add(this.groupBox4);
  620. this.panel8.Controls.Add(this.numTargetCount);
  621. this.panel8.Controls.Add(this.txtBatchId);
  622. this.panel8.Controls.Add(this.label15);
  623. this.panel8.Controls.Add(this.label16);
  624. this.panel8.Controls.Add(this.txtCode);
  625. this.panel8.Controls.Add(this.txtName);
  626. this.panel8.Controls.Add(this.label1);
  627. this.panel8.Controls.Add(this.label4);
  628. this.panel8.Controls.Add(this.label3);
  629. this.panel8.Controls.Add(this.txtSpec);
  630. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  631. this.panel8.Location = new System.Drawing.Point(2, 2);
  632. this.panel8.Margin = new System.Windows.Forms.Padding(2);
  633. this.panel8.Name = "panel8";
  634. this.panel8.Size = new System.Drawing.Size(629, 516);
  635. this.panel8.TabIndex = 1;
  636. //
  637. // cmbDefectModelFile
  638. //
  639. this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  640. this.cmbDefectModelFile.FormattingEnabled = true;
  641. this.cmbDefectModelFile.Location = new System.Drawing.Point(365, 31);
  642. this.cmbDefectModelFile.Margin = new System.Windows.Forms.Padding(2);
  643. this.cmbDefectModelFile.Name = "cmbDefectModelFile";
  644. this.cmbDefectModelFile.Size = new System.Drawing.Size(125, 20);
  645. this.cmbDefectModelFile.TabIndex = 38;
  646. //
  647. // label29
  648. //
  649. this.label29.AutoSize = true;
  650. this.label29.Location = new System.Drawing.Point(301, 33);
  651. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  652. this.label29.Name = "label29";
  653. this.label29.Size = new System.Drawing.Size(53, 12);
  654. this.label29.TabIndex = 36;
  655. this.label29.Text = "模型文件";
  656. //
  657. // cmbHoleCount
  658. //
  659. this.cmbHoleCount.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  660. this.cmbHoleCount.FormattingEnabled = true;
  661. this.cmbHoleCount.Items.AddRange(new object[] {
  662. "360",
  663. "480",
  664. "520"});
  665. this.cmbHoleCount.Location = new System.Drawing.Point(365, 6);
  666. this.cmbHoleCount.Margin = new System.Windows.Forms.Padding(2);
  667. this.cmbHoleCount.Name = "cmbHoleCount";
  668. this.cmbHoleCount.Size = new System.Drawing.Size(125, 20);
  669. this.cmbHoleCount.TabIndex = 37;
  670. //
  671. // label18
  672. //
  673. this.label18.AutoSize = true;
  674. this.label18.Location = new System.Drawing.Point(301, 9);
  675. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  676. this.label18.Name = "label18";
  677. this.label18.Size = new System.Drawing.Size(29, 12);
  678. this.label18.TabIndex = 36;
  679. this.label18.Text = "目数";
  680. //
  681. // cmbClasses
  682. //
  683. this.cmbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  684. this.cmbClasses.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  685. this.cmbClasses.FormattingEnabled = true;
  686. this.cmbClasses.Location = new System.Drawing.Point(109, 6);
  687. this.cmbClasses.Margin = new System.Windows.Forms.Padding(2);
  688. this.cmbClasses.Name = "cmbClasses";
  689. this.cmbClasses.Size = new System.Drawing.Size(125, 20);
  690. this.cmbClasses.TabIndex = 35;
  691. //
  692. // label17
  693. //
  694. this.label17.AutoSize = true;
  695. this.label17.Location = new System.Drawing.Point(40, 9);
  696. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  697. this.label17.Name = "label17";
  698. this.label17.Size = new System.Drawing.Size(29, 12);
  699. this.label17.TabIndex = 33;
  700. this.label17.Text = "类型";
  701. //
  702. // groupBox4
  703. //
  704. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  705. | System.Windows.Forms.AnchorStyles.Left)
  706. | System.Windows.Forms.AnchorStyles.Right)));
  707. this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  708. this.groupBox4.Controls.Add(this.dgvBatchList);
  709. this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.groupBox4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  711. this.groupBox4.Location = new System.Drawing.Point(3, 104);
  712. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  713. this.groupBox4.Name = "groupBox4";
  714. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  715. this.groupBox4.Size = new System.Drawing.Size(622, 409);
  716. this.groupBox4.TabIndex = 32;
  717. this.groupBox4.TabStop = false;
  718. this.groupBox4.Text = "历史批次";
  719. //
  720. // dgvBatchList
  721. //
  722. this.dgvBatchList.AllowUserToAddRows = false;
  723. this.dgvBatchList.AllowUserToDeleteRows = false;
  724. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  725. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  726. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  727. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  728. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  729. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  730. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  731. this.dgvBatchList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  732. this.dgvBatchList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  733. this.dgvBatchList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  734. this.colBatchId,
  735. this.colTargetCount,
  736. this.colCompleteCount,
  737. this.colCreateTime});
  738. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  739. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  740. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  742. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  743. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  744. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  745. this.dgvBatchList.DefaultCellStyle = dataGridViewCellStyle2;
  746. this.dgvBatchList.Dock = System.Windows.Forms.DockStyle.Fill;
  747. this.dgvBatchList.Location = new System.Drawing.Point(2, 16);
  748. this.dgvBatchList.Margin = new System.Windows.Forms.Padding(2);
  749. this.dgvBatchList.MultiSelect = false;
  750. this.dgvBatchList.Name = "dgvBatchList";
  751. this.dgvBatchList.ReadOnly = true;
  752. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  753. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  754. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  756. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  757. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  758. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  759. this.dgvBatchList.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  760. this.dgvBatchList.RowHeadersVisible = false;
  761. this.dgvBatchList.RowHeadersWidth = 62;
  762. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  763. this.dgvBatchList.RowsDefaultCellStyle = dataGridViewCellStyle4;
  764. this.dgvBatchList.RowTemplate.Height = 30;
  765. this.dgvBatchList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  766. this.dgvBatchList.Size = new System.Drawing.Size(618, 391);
  767. this.dgvBatchList.TabIndex = 6;
  768. //
  769. // colBatchId
  770. //
  771. this.colBatchId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  772. this.colBatchId.DataPropertyName = "BatchId";
  773. this.colBatchId.HeaderText = "批次";
  774. this.colBatchId.MinimumWidth = 100;
  775. this.colBatchId.Name = "colBatchId";
  776. this.colBatchId.ReadOnly = true;
  777. //
  778. // colTargetCount
  779. //
  780. this.colTargetCount.DataPropertyName = "TargetCount";
  781. this.colTargetCount.HeaderText = "目标数";
  782. this.colTargetCount.MinimumWidth = 80;
  783. this.colTargetCount.Name = "colTargetCount";
  784. this.colTargetCount.ReadOnly = true;
  785. this.colTargetCount.Width = 150;
  786. //
  787. // colCompleteCount
  788. //
  789. this.colCompleteCount.DataPropertyName = "CompleteCount";
  790. this.colCompleteCount.HeaderText = "完成数";
  791. this.colCompleteCount.MinimumWidth = 80;
  792. this.colCompleteCount.Name = "colCompleteCount";
  793. this.colCompleteCount.ReadOnly = true;
  794. this.colCompleteCount.Width = 150;
  795. //
  796. // colCreateTime
  797. //
  798. this.colCreateTime.DataPropertyName = "CreateTime";
  799. this.colCreateTime.HeaderText = "结束日期";
  800. this.colCreateTime.MinimumWidth = 100;
  801. this.colCreateTime.Name = "colCreateTime";
  802. this.colCreateTime.ReadOnly = true;
  803. this.colCreateTime.Width = 120;
  804. //
  805. // numTargetCount
  806. //
  807. this.numTargetCount.Location = new System.Drawing.Point(365, 81);
  808. this.numTargetCount.Margin = new System.Windows.Forms.Padding(2);
  809. this.numTargetCount.Maximum = new decimal(new int[] {
  810. 99999,
  811. 0,
  812. 0,
  813. 0});
  814. this.numTargetCount.Name = "numTargetCount";
  815. this.numTargetCount.Size = new System.Drawing.Size(123, 21);
  816. this.numTargetCount.TabIndex = 28;
  817. //
  818. // txtBatchId
  819. //
  820. this.txtBatchId.Location = new System.Drawing.Point(109, 81);
  821. this.txtBatchId.Margin = new System.Windows.Forms.Padding(2);
  822. this.txtBatchId.Name = "txtBatchId";
  823. this.txtBatchId.Size = new System.Drawing.Size(125, 21);
  824. this.txtBatchId.TabIndex = 25;
  825. //
  826. // label15
  827. //
  828. this.label15.AutoSize = true;
  829. this.label15.Location = new System.Drawing.Point(40, 84);
  830. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  831. this.label15.Name = "label15";
  832. this.label15.Size = new System.Drawing.Size(53, 12);
  833. this.label15.TabIndex = 24;
  834. this.label15.Text = "当前批次";
  835. //
  836. // label16
  837. //
  838. this.label16.AutoSize = true;
  839. this.label16.Location = new System.Drawing.Point(301, 84);
  840. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  841. this.label16.Name = "label16";
  842. this.label16.Size = new System.Drawing.Size(53, 12);
  843. this.label16.TabIndex = 26;
  844. this.label16.Text = "目标数量";
  845. //
  846. // txtCode
  847. //
  848. this.txtCode.Location = new System.Drawing.Point(109, 30);
  849. this.txtCode.Margin = new System.Windows.Forms.Padding(2);
  850. this.txtCode.Name = "txtCode";
  851. this.txtCode.Size = new System.Drawing.Size(125, 21);
  852. this.txtCode.TabIndex = 19;
  853. //
  854. // txtName
  855. //
  856. this.txtName.Location = new System.Drawing.Point(109, 57);
  857. this.txtName.Margin = new System.Windows.Forms.Padding(2);
  858. this.txtName.Name = "txtName";
  859. this.txtName.Size = new System.Drawing.Size(125, 21);
  860. this.txtName.TabIndex = 21;
  861. //
  862. // label1
  863. //
  864. this.label1.AutoSize = true;
  865. this.label1.Location = new System.Drawing.Point(40, 34);
  866. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  867. this.label1.Name = "label1";
  868. this.label1.Size = new System.Drawing.Size(29, 12);
  869. this.label1.TabIndex = 18;
  870. this.label1.Text = "料号";
  871. //
  872. // label4
  873. //
  874. this.label4.AutoSize = true;
  875. this.label4.Location = new System.Drawing.Point(40, 60);
  876. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  877. this.label4.Name = "label4";
  878. this.label4.Size = new System.Drawing.Size(29, 12);
  879. this.label4.TabIndex = 20;
  880. this.label4.Text = "名称";
  881. //
  882. // label3
  883. //
  884. this.label3.AutoSize = true;
  885. this.label3.Location = new System.Drawing.Point(301, 60);
  886. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  887. this.label3.Name = "label3";
  888. this.label3.Size = new System.Drawing.Size(29, 12);
  889. this.label3.TabIndex = 22;
  890. this.label3.Text = "规格";
  891. //
  892. // txtSpec
  893. //
  894. this.txtSpec.Location = new System.Drawing.Point(365, 57);
  895. this.txtSpec.Margin = new System.Windows.Forms.Padding(2);
  896. this.txtSpec.Name = "txtSpec";
  897. this.txtSpec.Size = new System.Drawing.Size(125, 21);
  898. this.txtSpec.TabIndex = 23;
  899. //
  900. // tabPage3
  901. //
  902. this.tabPage3.Controls.Add(this.groupBox6);
  903. this.tabPage3.Controls.Add(this.groupBox5);
  904. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  905. this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
  906. this.tabPage3.Name = "tabPage3";
  907. this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
  908. this.tabPage3.Size = new System.Drawing.Size(633, 520);
  909. this.tabPage3.TabIndex = 2;
  910. this.tabPage3.Text = "图纸资料";
  911. this.tabPage3.UseVisualStyleBackColor = true;
  912. //
  913. // groupBox6
  914. //
  915. this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  916. | System.Windows.Forms.AnchorStyles.Left)
  917. | System.Windows.Forms.AnchorStyles.Right)));
  918. this.groupBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  919. this.groupBox6.Controls.Add(this.panel5);
  920. this.groupBox6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  921. this.groupBox6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  922. this.groupBox6.Location = new System.Drawing.Point(2, 102);
  923. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  924. this.groupBox6.Name = "groupBox6";
  925. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  926. this.groupBox6.Size = new System.Drawing.Size(631, 414);
  927. this.groupBox6.TabIndex = 33;
  928. this.groupBox6.TabStop = false;
  929. this.groupBox6.Text = "Mark点设置";
  930. //
  931. // panel5
  932. //
  933. this.panel5.BackColor = System.Drawing.Color.White;
  934. this.panel5.Controls.Add(this.cbHavePad);
  935. this.panel5.Controls.Add(this.label25);
  936. this.panel5.Controls.Add(this.cbMainGrid);
  937. this.panel5.Controls.Add(this.cbMarkDisturb);
  938. this.panel5.Controls.Add(this.label21);
  939. this.panel5.Controls.Add(this.numMarkSize);
  940. this.panel5.Controls.Add(this.label20);
  941. this.panel5.Controls.Add(this.cbMarkType);
  942. this.panel5.Controls.Add(this.label19);
  943. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  944. this.panel5.Location = new System.Drawing.Point(2, 16);
  945. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  946. this.panel5.Name = "panel5";
  947. this.panel5.Size = new System.Drawing.Size(627, 396);
  948. this.panel5.TabIndex = 0;
  949. //
  950. // cbHavePad
  951. //
  952. this.cbHavePad.AutoSize = true;
  953. this.cbHavePad.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  954. this.cbHavePad.Location = new System.Drawing.Point(372, 165);
  955. this.cbHavePad.Name = "cbHavePad";
  956. this.cbHavePad.Size = new System.Drawing.Size(102, 16);
  957. this.cbHavePad.TabIndex = 12;
  958. this.cbHavePad.Text = "是否存在Pad点";
  959. this.cbHavePad.UseVisualStyleBackColor = true;
  960. //
  961. // label25
  962. //
  963. this.label25.AutoSize = true;
  964. this.label25.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  965. this.label25.Location = new System.Drawing.Point(77, 126);
  966. this.label25.Name = "label25";
  967. this.label25.Size = new System.Drawing.Size(161, 12);
  968. this.label25.TabIndex = 11;
  969. this.label25.Text = "在非[默认Mark]的情况下生效";
  970. //
  971. // cbMainGrid
  972. //
  973. this.cbMainGrid.AutoSize = true;
  974. this.cbMainGrid.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  975. this.cbMainGrid.Location = new System.Drawing.Point(246, 165);
  976. this.cbMainGrid.Name = "cbMainGrid";
  977. this.cbMainGrid.Size = new System.Drawing.Size(72, 16);
  978. this.cbMainGrid.TabIndex = 10;
  979. this.cbMainGrid.Text = "是否主栅";
  980. this.cbMainGrid.UseVisualStyleBackColor = true;
  981. //
  982. // cbMarkDisturb
  983. //
  984. this.cbMarkDisturb.AutoSize = true;
  985. this.cbMarkDisturb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  986. this.cbMarkDisturb.Location = new System.Drawing.Point(79, 165);
  987. this.cbMarkDisturb.Name = "cbMarkDisturb";
  988. this.cbMarkDisturb.Size = new System.Drawing.Size(120, 16);
  989. this.cbMarkDisturb.TabIndex = 9;
  990. this.cbMarkDisturb.Text = "是否存在Mark干扰";
  991. this.cbMarkDisturb.UseVisualStyleBackColor = true;
  992. //
  993. // label21
  994. //
  995. this.label21.AutoSize = true;
  996. this.label21.ForeColor = System.Drawing.SystemColors.ControlText;
  997. this.label21.Location = new System.Drawing.Point(77, 36);
  998. this.label21.Name = "label21";
  999. this.label21.Size = new System.Drawing.Size(185, 12);
  1000. this.label21.TabIndex = 4;
  1001. this.label21.Text = "请在上传图纸前设置好Mark参数!";
  1002. //
  1003. // numMarkSize
  1004. //
  1005. this.numMarkSize.DecimalPlaces = 3;
  1006. this.numMarkSize.Location = new System.Drawing.Point(304, 78);
  1007. this.numMarkSize.Margin = new System.Windows.Forms.Padding(2);
  1008. this.numMarkSize.Name = "numMarkSize";
  1009. this.numMarkSize.Size = new System.Drawing.Size(80, 21);
  1010. this.numMarkSize.TabIndex = 3;
  1011. //
  1012. // label20
  1013. //
  1014. this.label20.AutoSize = true;
  1015. this.label20.ForeColor = System.Drawing.SystemColors.ControlText;
  1016. this.label20.Location = new System.Drawing.Point(244, 82);
  1017. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1018. this.label20.Name = "label20";
  1019. this.label20.Size = new System.Drawing.Size(53, 12);
  1020. this.label20.TabIndex = 2;
  1021. this.label20.Text = "直径(mm)";
  1022. //
  1023. // cbMarkType
  1024. //
  1025. this.cbMarkType.FormattingEnabled = true;
  1026. this.cbMarkType.Items.AddRange(new object[] {
  1027. "默认Mark",
  1028. "无mark",
  1029. "实心圆",
  1030. "空心圆",
  1031. "实心圆带栅线",
  1032. "空心圆带栅线",
  1033. "矩形",
  1034. "候补1",
  1035. "候补2"});
  1036. this.cbMarkType.Location = new System.Drawing.Point(117, 78);
  1037. this.cbMarkType.Margin = new System.Windows.Forms.Padding(2);
  1038. this.cbMarkType.Name = "cbMarkType";
  1039. this.cbMarkType.Size = new System.Drawing.Size(82, 20);
  1040. this.cbMarkType.TabIndex = 1;
  1041. //
  1042. // label19
  1043. //
  1044. this.label19.AutoSize = true;
  1045. this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
  1046. this.label19.Location = new System.Drawing.Point(77, 82);
  1047. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1048. this.label19.Name = "label19";
  1049. this.label19.Size = new System.Drawing.Size(29, 12);
  1050. this.label19.TabIndex = 0;
  1051. this.label19.Text = "Mark";
  1052. //
  1053. // groupBox5
  1054. //
  1055. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1056. | System.Windows.Forms.AnchorStyles.Left)
  1057. | System.Windows.Forms.AnchorStyles.Right)));
  1058. this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1059. this.groupBox5.Controls.Add(this.panel4);
  1060. this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1061. this.groupBox5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1062. this.groupBox5.Location = new System.Drawing.Point(2, 4);
  1063. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  1064. this.groupBox5.Name = "groupBox5";
  1065. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  1066. this.groupBox5.Size = new System.Drawing.Size(635, 94);
  1067. this.groupBox5.TabIndex = 32;
  1068. this.groupBox5.TabStop = false;
  1069. this.groupBox5.Text = "图纸";
  1070. //
  1071. // panel4
  1072. //
  1073. this.panel4.BackColor = System.Drawing.Color.White;
  1074. this.panel4.Controls.Add(this.label24);
  1075. this.panel4.Controls.Add(this.textBoxPath);
  1076. this.panel4.Controls.Add(this.btnOpenFile);
  1077. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  1078. this.panel4.Location = new System.Drawing.Point(2, 16);
  1079. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  1080. this.panel4.Name = "panel4";
  1081. this.panel4.Size = new System.Drawing.Size(631, 76);
  1082. this.panel4.TabIndex = 0;
  1083. //
  1084. // label24
  1085. //
  1086. this.label24.AutoSize = true;
  1087. this.label24.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1088. this.label24.Location = new System.Drawing.Point(15, 44);
  1089. this.label24.Name = "label24";
  1090. this.label24.Size = new System.Drawing.Size(35, 12);
  1091. this.label24.TabIndex = 7;
  1092. this.label24.Text = "路径:";
  1093. //
  1094. // textBoxPath
  1095. //
  1096. this.textBoxPath.Location = new System.Drawing.Point(56, 41);
  1097. this.textBoxPath.Name = "textBoxPath";
  1098. this.textBoxPath.ReadOnly = true;
  1099. this.textBoxPath.Size = new System.Drawing.Size(521, 21);
  1100. this.textBoxPath.TabIndex = 6;
  1101. this.textBoxPath.DoubleClick += new System.EventHandler(this.textBoxPath_DoubleClick);
  1102. //
  1103. // btnOpenFile
  1104. //
  1105. this.btnOpenFile.AutoSize = true;
  1106. this.btnOpenFile.Location = new System.Drawing.Point(54, 13);
  1107. this.btnOpenFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1108. this.btnOpenFile.Name = "btnOpenFile";
  1109. this.btnOpenFile.Size = new System.Drawing.Size(29, 12);
  1110. this.btnOpenFile.TabIndex = 5;
  1111. this.btnOpenFile.TabStop = true;
  1112. this.btnOpenFile.Text = "file";
  1113. this.btnOpenFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnOpenFile_LinkClicked);
  1114. //
  1115. // tabPage2
  1116. //
  1117. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1118. this.tabPage2.Controls.Add(this.skinTabControl1);
  1119. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  1120. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  1121. this.tabPage2.Name = "tabPage2";
  1122. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  1123. this.tabPage2.Size = new System.Drawing.Size(633, 520);
  1124. this.tabPage2.TabIndex = 1;
  1125. this.tabPage2.Text = "测量合格标准";
  1126. //
  1127. // skinTabControl1
  1128. //
  1129. this.skinTabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
  1130. this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
  1131. this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
  1132. this.skinTabControl1.Controls.Add(this.skinTabPage7);
  1133. this.skinTabControl1.Controls.Add(this.skinTabPage8);
  1134. this.skinTabControl1.Controls.Add(this.skinTabPage9);
  1135. this.skinTabControl1.Controls.Add(this.skinTabPage10);
  1136. this.skinTabControl1.Controls.Add(this.skinTabPage2);
  1137. this.skinTabControl1.Controls.Add(this.skinTabPage6);
  1138. this.skinTabControl1.Controls.Add(this.skinTabPage12);
  1139. this.skinTabControl1.Controls.Add(this.skinTabPage14);
  1140. this.skinTabControl1.Controls.Add(this.skinTabPage17);
  1141. this.skinTabControl1.Controls.Add(this.skinTabPage19);
  1142. this.skinTabControl1.Controls.Add(this.skinTabPage1);
  1143. this.skinTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1144. this.skinTabControl1.HeadBack = null;
  1145. this.skinTabControl1.ImgTxtOffset = new System.Drawing.Point(0, 0);
  1146. this.skinTabControl1.ItemSize = new System.Drawing.Size(25, 100);
  1147. this.skinTabControl1.Location = new System.Drawing.Point(2, 2);
  1148. this.skinTabControl1.Multiline = true;
  1149. this.skinTabControl1.Name = "skinTabControl1";
  1150. this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
  1151. this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
  1152. this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
  1153. this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
  1154. this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
  1155. this.skinTabControl1.PageDownTxtColor = System.Drawing.Color.White;
  1156. this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
  1157. this.skinTabControl1.PageHoverTxtColor = System.Drawing.Color.White;
  1158. this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
  1159. this.skinTabControl1.PageNorml = null;
  1160. this.skinTabControl1.PageNormlTxtColor = System.Drawing.Color.White;
  1161. this.skinTabControl1.SelectedIndex = 10;
  1162. this.skinTabControl1.Size = new System.Drawing.Size(629, 516);
  1163. this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  1164. this.skinTabControl1.TabIndex = 24;
  1165. //
  1166. // skinTabPage7
  1167. //
  1168. this.skinTabPage7.BackColor = System.Drawing.Color.White;
  1169. this.skinTabPage7.Controls.Add(this.groupBox10);
  1170. this.skinTabPage7.Dock = System.Windows.Forms.DockStyle.Fill;
  1171. this.skinTabPage7.Location = new System.Drawing.Point(100, 0);
  1172. this.skinTabPage7.Name = "skinTabPage7";
  1173. this.skinTabPage7.Size = new System.Drawing.Size(529, 516);
  1174. this.skinTabPage7.TabIndex = 0;
  1175. this.skinTabPage7.TabItemImage = null;
  1176. this.skinTabPage7.Text = "张力";
  1177. //
  1178. // groupBox10
  1179. //
  1180. this.groupBox10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1181. this.groupBox10.Controls.Add(this.panel10);
  1182. this.groupBox10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1183. this.groupBox10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1184. this.groupBox10.Location = new System.Drawing.Point(2, 2);
  1185. this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
  1186. this.groupBox10.Name = "groupBox10";
  1187. this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
  1188. this.groupBox10.Size = new System.Drawing.Size(491, 70);
  1189. this.groupBox10.TabIndex = 36;
  1190. this.groupBox10.TabStop = false;
  1191. this.groupBox10.Text = "张力基准值(N/cm^2)";
  1192. //
  1193. // panel10
  1194. //
  1195. this.panel10.BackColor = System.Drawing.Color.White;
  1196. this.panel10.Controls.Add(this.numTensionDownFloatValue);
  1197. this.panel10.Controls.Add(this.numTensionUpFloatValue);
  1198. this.panel10.Controls.Add(this.label12);
  1199. this.panel10.Controls.Add(this.label22);
  1200. this.panel10.Controls.Add(this.label23);
  1201. this.panel10.Controls.Add(this.numTensionBaseValue);
  1202. this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
  1203. this.panel10.Location = new System.Drawing.Point(2, 16);
  1204. this.panel10.Margin = new System.Windows.Forms.Padding(2);
  1205. this.panel10.Name = "panel10";
  1206. this.panel10.Size = new System.Drawing.Size(487, 52);
  1207. this.panel10.TabIndex = 0;
  1208. //
  1209. // numTensionDownFloatValue
  1210. //
  1211. this.numTensionDownFloatValue.DecimalPlaces = 4;
  1212. this.numTensionDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1213. this.numTensionDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1214. this.numTensionDownFloatValue.Maximum = new decimal(new int[] {
  1215. 99999,
  1216. 0,
  1217. 0,
  1218. 0});
  1219. this.numTensionDownFloatValue.Minimum = new decimal(new int[] {
  1220. 9999,
  1221. 0,
  1222. 0,
  1223. -2147483648});
  1224. this.numTensionDownFloatValue.Name = "numTensionDownFloatValue";
  1225. this.numTensionDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1226. this.numTensionDownFloatValue.TabIndex = 13;
  1227. //
  1228. // numTensionUpFloatValue
  1229. //
  1230. this.numTensionUpFloatValue.DecimalPlaces = 4;
  1231. this.numTensionUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1232. this.numTensionUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1233. this.numTensionUpFloatValue.Maximum = new decimal(new int[] {
  1234. 99999,
  1235. 0,
  1236. 0,
  1237. 0});
  1238. this.numTensionUpFloatValue.Name = "numTensionUpFloatValue";
  1239. this.numTensionUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1240. this.numTensionUpFloatValue.TabIndex = 13;
  1241. //
  1242. // label12
  1243. //
  1244. this.label12.AutoSize = true;
  1245. this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
  1246. this.label12.Location = new System.Drawing.Point(214, 32);
  1247. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1248. this.label12.Name = "label12";
  1249. this.label12.Size = new System.Drawing.Size(65, 12);
  1250. this.label12.TabIndex = 16;
  1251. this.label12.Text = "下浮范围:";
  1252. //
  1253. // label22
  1254. //
  1255. this.label22.AutoSize = true;
  1256. this.label22.ForeColor = System.Drawing.SystemColors.ControlText;
  1257. this.label22.Location = new System.Drawing.Point(10, 33);
  1258. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1259. this.label22.Name = "label22";
  1260. this.label22.Size = new System.Drawing.Size(65, 12);
  1261. this.label22.TabIndex = 15;
  1262. this.label22.Text = "上浮范围:";
  1263. //
  1264. // label23
  1265. //
  1266. this.label23.AutoSize = true;
  1267. this.label23.ForeColor = System.Drawing.SystemColors.ControlText;
  1268. this.label23.Location = new System.Drawing.Point(10, 11);
  1269. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1270. this.label23.Name = "label23";
  1271. this.label23.Size = new System.Drawing.Size(53, 12);
  1272. this.label23.TabIndex = 14;
  1273. this.label23.Text = "基准值:";
  1274. //
  1275. // numTensionBaseValue
  1276. //
  1277. this.numTensionBaseValue.DecimalPlaces = 4;
  1278. this.numTensionBaseValue.Location = new System.Drawing.Point(74, 7);
  1279. this.numTensionBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1280. this.numTensionBaseValue.Maximum = new decimal(new int[] {
  1281. 99999,
  1282. 0,
  1283. 0,
  1284. 0});
  1285. this.numTensionBaseValue.Name = "numTensionBaseValue";
  1286. this.numTensionBaseValue.Size = new System.Drawing.Size(123, 21);
  1287. this.numTensionBaseValue.TabIndex = 13;
  1288. //
  1289. // skinTabPage8
  1290. //
  1291. this.skinTabPage8.BackColor = System.Drawing.Color.White;
  1292. this.skinTabPage8.Controls.Add(this.groupBox1);
  1293. this.skinTabPage8.Dock = System.Windows.Forms.DockStyle.Fill;
  1294. this.skinTabPage8.Location = new System.Drawing.Point(100, 0);
  1295. this.skinTabPage8.Name = "skinTabPage8";
  1296. this.skinTabPage8.Size = new System.Drawing.Size(529, 516);
  1297. this.skinTabPage8.TabIndex = 1;
  1298. this.skinTabPage8.TabItemImage = null;
  1299. this.skinTabPage8.Text = "厚度";
  1300. //
  1301. // groupBox1
  1302. //
  1303. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1304. this.groupBox1.Controls.Add(this.panel1);
  1305. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1306. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1307. this.groupBox1.Location = new System.Drawing.Point(2, 2);
  1308. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  1309. this.groupBox1.Name = "groupBox1";
  1310. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  1311. this.groupBox1.Size = new System.Drawing.Size(491, 93);
  1312. this.groupBox1.TabIndex = 37;
  1313. this.groupBox1.TabStop = false;
  1314. this.groupBox1.Text = "厚度基准值(um)";
  1315. //
  1316. // panel1
  1317. //
  1318. this.panel1.BackColor = System.Drawing.Color.White;
  1319. this.panel1.Controls.Add(this.numHeightDownFloatValue);
  1320. this.panel1.Controls.Add(this.numHeightUpFloatValue);
  1321. this.panel1.Controls.Add(this.numHeightBaseValue);
  1322. this.panel1.Controls.Add(this.txtHeightBaseDec);
  1323. this.panel1.Controls.Add(this.label14);
  1324. this.panel1.Controls.Add(this.label2);
  1325. this.panel1.Controls.Add(this.label5);
  1326. this.panel1.Controls.Add(this.label6);
  1327. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1328. this.panel1.Location = new System.Drawing.Point(2, 16);
  1329. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  1330. this.panel1.Name = "panel1";
  1331. this.panel1.Size = new System.Drawing.Size(487, 75);
  1332. this.panel1.TabIndex = 0;
  1333. //
  1334. // numHeightDownFloatValue
  1335. //
  1336. this.numHeightDownFloatValue.DecimalPlaces = 4;
  1337. this.numHeightDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1338. this.numHeightDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1339. this.numHeightDownFloatValue.Maximum = new decimal(new int[] {
  1340. 99999,
  1341. 0,
  1342. 0,
  1343. 0});
  1344. this.numHeightDownFloatValue.Minimum = new decimal(new int[] {
  1345. 9999,
  1346. 0,
  1347. 0,
  1348. -2147483648});
  1349. this.numHeightDownFloatValue.Name = "numHeightDownFloatValue";
  1350. this.numHeightDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1351. this.numHeightDownFloatValue.TabIndex = 13;
  1352. //
  1353. // numHeightUpFloatValue
  1354. //
  1355. this.numHeightUpFloatValue.DecimalPlaces = 4;
  1356. this.numHeightUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1357. this.numHeightUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1358. this.numHeightUpFloatValue.Maximum = new decimal(new int[] {
  1359. 99999,
  1360. 0,
  1361. 0,
  1362. 0});
  1363. this.numHeightUpFloatValue.Name = "numHeightUpFloatValue";
  1364. this.numHeightUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1365. this.numHeightUpFloatValue.TabIndex = 13;
  1366. //
  1367. // numHeightBaseValue
  1368. //
  1369. this.numHeightBaseValue.DecimalPlaces = 4;
  1370. this.numHeightBaseValue.Location = new System.Drawing.Point(74, 7);
  1371. this.numHeightBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1372. this.numHeightBaseValue.Maximum = new decimal(new int[] {
  1373. 99999,
  1374. 0,
  1375. 0,
  1376. 0});
  1377. this.numHeightBaseValue.Name = "numHeightBaseValue";
  1378. this.numHeightBaseValue.Size = new System.Drawing.Size(123, 21);
  1379. this.numHeightBaseValue.TabIndex = 13;
  1380. //
  1381. // txtHeightBaseDec
  1382. //
  1383. this.txtHeightBaseDec.Location = new System.Drawing.Point(74, 53);
  1384. this.txtHeightBaseDec.Margin = new System.Windows.Forms.Padding(2);
  1385. this.txtHeightBaseDec.Name = "txtHeightBaseDec";
  1386. this.txtHeightBaseDec.Size = new System.Drawing.Size(325, 21);
  1387. this.txtHeightBaseDec.TabIndex = 21;
  1388. //
  1389. // label14
  1390. //
  1391. this.label14.AutoSize = true;
  1392. this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
  1393. this.label14.Location = new System.Drawing.Point(10, 56);
  1394. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1395. this.label14.Name = "label14";
  1396. this.label14.Size = new System.Drawing.Size(65, 12);
  1397. this.label14.TabIndex = 20;
  1398. this.label14.Text = "点位base值";
  1399. //
  1400. // label2
  1401. //
  1402. this.label2.AutoSize = true;
  1403. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  1404. this.label2.Location = new System.Drawing.Point(214, 32);
  1405. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1406. this.label2.Name = "label2";
  1407. this.label2.Size = new System.Drawing.Size(65, 12);
  1408. this.label2.TabIndex = 16;
  1409. this.label2.Text = "下浮范围:";
  1410. //
  1411. // label5
  1412. //
  1413. this.label5.AutoSize = true;
  1414. this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
  1415. this.label5.Location = new System.Drawing.Point(10, 32);
  1416. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1417. this.label5.Name = "label5";
  1418. this.label5.Size = new System.Drawing.Size(65, 12);
  1419. this.label5.TabIndex = 15;
  1420. this.label5.Text = "上浮范围:";
  1421. //
  1422. // label6
  1423. //
  1424. this.label6.AutoSize = true;
  1425. this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
  1426. this.label6.Location = new System.Drawing.Point(10, 11);
  1427. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1428. this.label6.Name = "label6";
  1429. this.label6.Size = new System.Drawing.Size(53, 12);
  1430. this.label6.TabIndex = 14;
  1431. this.label6.Text = "基准值:";
  1432. //
  1433. // skinTabPage9
  1434. //
  1435. this.skinTabPage9.BackColor = System.Drawing.Color.White;
  1436. this.skinTabPage9.Controls.Add(this.groupBox7);
  1437. this.skinTabPage9.Controls.Add(this.groupBox3);
  1438. this.skinTabPage9.Dock = System.Windows.Forms.DockStyle.Fill;
  1439. this.skinTabPage9.Location = new System.Drawing.Point(100, 0);
  1440. this.skinTabPage9.Name = "skinTabPage9";
  1441. this.skinTabPage9.Size = new System.Drawing.Size(529, 516);
  1442. this.skinTabPage9.TabIndex = 2;
  1443. this.skinTabPage9.TabItemImage = null;
  1444. this.skinTabPage9.Text = "PT";
  1445. //
  1446. // groupBox7
  1447. //
  1448. this.groupBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1449. this.groupBox7.Controls.Add(this.panel6);
  1450. this.groupBox7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1451. this.groupBox7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1452. this.groupBox7.Location = new System.Drawing.Point(2, 76);
  1453. this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
  1454. this.groupBox7.Name = "groupBox7";
  1455. this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
  1456. this.groupBox7.Size = new System.Drawing.Size(491, 70);
  1457. this.groupBox7.TabIndex = 40;
  1458. this.groupBox7.TabStop = false;
  1459. this.groupBox7.Text = "X方向-PT基准值(mm)";
  1460. //
  1461. // panel6
  1462. //
  1463. this.panel6.BackColor = System.Drawing.Color.White;
  1464. this.panel6.Controls.Add(this.numPTXDownFloatValue);
  1465. this.panel6.Controls.Add(this.numPTXUpFloatValue);
  1466. this.panel6.Controls.Add(this.numPTXBaseValue);
  1467. this.panel6.Controls.Add(this.label26);
  1468. this.panel6.Controls.Add(this.label27);
  1469. this.panel6.Controls.Add(this.label28);
  1470. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  1471. this.panel6.Location = new System.Drawing.Point(2, 16);
  1472. this.panel6.Margin = new System.Windows.Forms.Padding(2);
  1473. this.panel6.Name = "panel6";
  1474. this.panel6.Size = new System.Drawing.Size(487, 52);
  1475. this.panel6.TabIndex = 0;
  1476. //
  1477. // numPTXDownFloatValue
  1478. //
  1479. this.numPTXDownFloatValue.DecimalPlaces = 4;
  1480. this.numPTXDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1481. this.numPTXDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1482. this.numPTXDownFloatValue.Maximum = new decimal(new int[] {
  1483. 99999,
  1484. 0,
  1485. 0,
  1486. 0});
  1487. this.numPTXDownFloatValue.Minimum = new decimal(new int[] {
  1488. 9999,
  1489. 0,
  1490. 0,
  1491. -2147483648});
  1492. this.numPTXDownFloatValue.Name = "numPTXDownFloatValue";
  1493. this.numPTXDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1494. this.numPTXDownFloatValue.TabIndex = 13;
  1495. //
  1496. // numPTXUpFloatValue
  1497. //
  1498. this.numPTXUpFloatValue.DecimalPlaces = 4;
  1499. this.numPTXUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1500. this.numPTXUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1501. this.numPTXUpFloatValue.Maximum = new decimal(new int[] {
  1502. 99999,
  1503. 0,
  1504. 0,
  1505. 0});
  1506. this.numPTXUpFloatValue.Name = "numPTXUpFloatValue";
  1507. this.numPTXUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1508. this.numPTXUpFloatValue.TabIndex = 13;
  1509. //
  1510. // numPTXBaseValue
  1511. //
  1512. this.numPTXBaseValue.DecimalPlaces = 4;
  1513. this.numPTXBaseValue.Location = new System.Drawing.Point(74, 7);
  1514. this.numPTXBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1515. this.numPTXBaseValue.Maximum = new decimal(new int[] {
  1516. 99999,
  1517. 0,
  1518. 0,
  1519. 0});
  1520. this.numPTXBaseValue.Name = "numPTXBaseValue";
  1521. this.numPTXBaseValue.Size = new System.Drawing.Size(123, 21);
  1522. this.numPTXBaseValue.TabIndex = 13;
  1523. //
  1524. // label26
  1525. //
  1526. this.label26.AutoSize = true;
  1527. this.label26.ForeColor = System.Drawing.SystemColors.ControlText;
  1528. this.label26.Location = new System.Drawing.Point(214, 32);
  1529. this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1530. this.label26.Name = "label26";
  1531. this.label26.Size = new System.Drawing.Size(65, 12);
  1532. this.label26.TabIndex = 16;
  1533. this.label26.Text = "下浮范围:";
  1534. //
  1535. // label27
  1536. //
  1537. this.label27.AutoSize = true;
  1538. this.label27.ForeColor = System.Drawing.SystemColors.ControlText;
  1539. this.label27.Location = new System.Drawing.Point(10, 33);
  1540. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1541. this.label27.Name = "label27";
  1542. this.label27.Size = new System.Drawing.Size(65, 12);
  1543. this.label27.TabIndex = 15;
  1544. this.label27.Text = "上浮范围:";
  1545. //
  1546. // label28
  1547. //
  1548. this.label28.AutoSize = true;
  1549. this.label28.ForeColor = System.Drawing.SystemColors.ControlText;
  1550. this.label28.Location = new System.Drawing.Point(10, 11);
  1551. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1552. this.label28.Name = "label28";
  1553. this.label28.Size = new System.Drawing.Size(53, 12);
  1554. this.label28.TabIndex = 14;
  1555. this.label28.Text = "基准值:";
  1556. //
  1557. // groupBox3
  1558. //
  1559. this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1560. this.groupBox3.Controls.Add(this.panel3);
  1561. this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1562. this.groupBox3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1563. this.groupBox3.Location = new System.Drawing.Point(2, 2);
  1564. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  1565. this.groupBox3.Name = "groupBox3";
  1566. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  1567. this.groupBox3.Size = new System.Drawing.Size(491, 70);
  1568. this.groupBox3.TabIndex = 39;
  1569. this.groupBox3.TabStop = false;
  1570. this.groupBox3.Text = "Y方向-PT基准值(mm)";
  1571. //
  1572. // panel3
  1573. //
  1574. this.panel3.BackColor = System.Drawing.Color.White;
  1575. this.panel3.Controls.Add(this.numPTDownFloatValue);
  1576. this.panel3.Controls.Add(this.numPTUpFloatValue);
  1577. this.panel3.Controls.Add(this.numPTBaseValue);
  1578. this.panel3.Controls.Add(this.label10);
  1579. this.panel3.Controls.Add(this.label11);
  1580. this.panel3.Controls.Add(this.label13);
  1581. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  1582. this.panel3.Location = new System.Drawing.Point(2, 16);
  1583. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  1584. this.panel3.Name = "panel3";
  1585. this.panel3.Size = new System.Drawing.Size(487, 52);
  1586. this.panel3.TabIndex = 0;
  1587. //
  1588. // numPTDownFloatValue
  1589. //
  1590. this.numPTDownFloatValue.DecimalPlaces = 4;
  1591. this.numPTDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1592. this.numPTDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1593. this.numPTDownFloatValue.Maximum = new decimal(new int[] {
  1594. 99999,
  1595. 0,
  1596. 0,
  1597. 0});
  1598. this.numPTDownFloatValue.Minimum = new decimal(new int[] {
  1599. 9999,
  1600. 0,
  1601. 0,
  1602. -2147483648});
  1603. this.numPTDownFloatValue.Name = "numPTDownFloatValue";
  1604. this.numPTDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1605. this.numPTDownFloatValue.TabIndex = 13;
  1606. //
  1607. // numPTUpFloatValue
  1608. //
  1609. this.numPTUpFloatValue.DecimalPlaces = 4;
  1610. this.numPTUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1611. this.numPTUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1612. this.numPTUpFloatValue.Maximum = new decimal(new int[] {
  1613. 99999,
  1614. 0,
  1615. 0,
  1616. 0});
  1617. this.numPTUpFloatValue.Name = "numPTUpFloatValue";
  1618. this.numPTUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1619. this.numPTUpFloatValue.TabIndex = 13;
  1620. //
  1621. // numPTBaseValue
  1622. //
  1623. this.numPTBaseValue.DecimalPlaces = 4;
  1624. this.numPTBaseValue.Location = new System.Drawing.Point(74, 7);
  1625. this.numPTBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1626. this.numPTBaseValue.Maximum = new decimal(new int[] {
  1627. 99999,
  1628. 0,
  1629. 0,
  1630. 0});
  1631. this.numPTBaseValue.Name = "numPTBaseValue";
  1632. this.numPTBaseValue.Size = new System.Drawing.Size(123, 21);
  1633. this.numPTBaseValue.TabIndex = 13;
  1634. //
  1635. // label10
  1636. //
  1637. this.label10.AutoSize = true;
  1638. this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
  1639. this.label10.Location = new System.Drawing.Point(214, 32);
  1640. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1641. this.label10.Name = "label10";
  1642. this.label10.Size = new System.Drawing.Size(65, 12);
  1643. this.label10.TabIndex = 16;
  1644. this.label10.Text = "下浮范围:";
  1645. //
  1646. // label11
  1647. //
  1648. this.label11.AutoSize = true;
  1649. this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
  1650. this.label11.Location = new System.Drawing.Point(10, 33);
  1651. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1652. this.label11.Name = "label11";
  1653. this.label11.Size = new System.Drawing.Size(65, 12);
  1654. this.label11.TabIndex = 15;
  1655. this.label11.Text = "上浮范围:";
  1656. //
  1657. // label13
  1658. //
  1659. this.label13.AutoSize = true;
  1660. this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
  1661. this.label13.Location = new System.Drawing.Point(10, 11);
  1662. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1663. this.label13.Name = "label13";
  1664. this.label13.Size = new System.Drawing.Size(53, 12);
  1665. this.label13.TabIndex = 14;
  1666. this.label13.Text = "基准值:";
  1667. //
  1668. // skinTabPage10
  1669. //
  1670. this.skinTabPage10.BackColor = System.Drawing.Color.White;
  1671. this.skinTabPage10.Controls.Add(this.groupBox8);
  1672. this.skinTabPage10.Controls.Add(this.groupBox2);
  1673. this.skinTabPage10.Dock = System.Windows.Forms.DockStyle.Fill;
  1674. this.skinTabPage10.Location = new System.Drawing.Point(100, 0);
  1675. this.skinTabPage10.Name = "skinTabPage10";
  1676. this.skinTabPage10.Size = new System.Drawing.Size(529, 516);
  1677. this.skinTabPage10.TabIndex = 3;
  1678. this.skinTabPage10.TabItemImage = null;
  1679. this.skinTabPage10.Text = "线宽";
  1680. //
  1681. // groupBox8
  1682. //
  1683. this.groupBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1684. this.groupBox8.Controls.Add(this.panel7);
  1685. this.groupBox8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1686. this.groupBox8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1687. this.groupBox8.Location = new System.Drawing.Point(2, 76);
  1688. this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
  1689. this.groupBox8.Name = "groupBox8";
  1690. this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
  1691. this.groupBox8.Size = new System.Drawing.Size(491, 70);
  1692. this.groupBox8.TabIndex = 40;
  1693. this.groupBox8.TabStop = false;
  1694. this.groupBox8.Text = "反面检测基准值(um)";
  1695. //
  1696. // panel7
  1697. //
  1698. this.panel7.BackColor = System.Drawing.Color.White;
  1699. this.panel7.Controls.Add(this.numericUpDown1);
  1700. this.panel7.Controls.Add(this.numericUpDown2);
  1701. this.panel7.Controls.Add(this.numericUpDown3);
  1702. this.panel7.Controls.Add(this.label30);
  1703. this.panel7.Controls.Add(this.label31);
  1704. this.panel7.Controls.Add(this.label32);
  1705. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  1706. this.panel7.Location = new System.Drawing.Point(2, 16);
  1707. this.panel7.Margin = new System.Windows.Forms.Padding(2);
  1708. this.panel7.Name = "panel7";
  1709. this.panel7.Size = new System.Drawing.Size(487, 52);
  1710. this.panel7.TabIndex = 0;
  1711. //
  1712. // numericUpDown1
  1713. //
  1714. this.numericUpDown1.DecimalPlaces = 4;
  1715. this.numericUpDown1.Location = new System.Drawing.Point(278, 29);
  1716. this.numericUpDown1.Margin = new System.Windows.Forms.Padding(2);
  1717. this.numericUpDown1.Maximum = new decimal(new int[] {
  1718. 99999,
  1719. 0,
  1720. 0,
  1721. 0});
  1722. this.numericUpDown1.Minimum = new decimal(new int[] {
  1723. 9999,
  1724. 0,
  1725. 0,
  1726. -2147483648});
  1727. this.numericUpDown1.Name = "numericUpDown1";
  1728. this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
  1729. this.numericUpDown1.TabIndex = 13;
  1730. //
  1731. // numericUpDown2
  1732. //
  1733. this.numericUpDown2.DecimalPlaces = 4;
  1734. this.numericUpDown2.Location = new System.Drawing.Point(74, 30);
  1735. this.numericUpDown2.Margin = new System.Windows.Forms.Padding(2);
  1736. this.numericUpDown2.Maximum = new decimal(new int[] {
  1737. 99999,
  1738. 0,
  1739. 0,
  1740. 0});
  1741. this.numericUpDown2.Name = "numericUpDown2";
  1742. this.numericUpDown2.Size = new System.Drawing.Size(123, 21);
  1743. this.numericUpDown2.TabIndex = 13;
  1744. //
  1745. // numericUpDown3
  1746. //
  1747. this.numericUpDown3.DecimalPlaces = 4;
  1748. this.numericUpDown3.Location = new System.Drawing.Point(74, 7);
  1749. this.numericUpDown3.Margin = new System.Windows.Forms.Padding(2);
  1750. this.numericUpDown3.Maximum = new decimal(new int[] {
  1751. 99999,
  1752. 0,
  1753. 0,
  1754. 0});
  1755. this.numericUpDown3.Name = "numericUpDown3";
  1756. this.numericUpDown3.Size = new System.Drawing.Size(123, 21);
  1757. this.numericUpDown3.TabIndex = 13;
  1758. //
  1759. // label30
  1760. //
  1761. this.label30.AutoSize = true;
  1762. this.label30.ForeColor = System.Drawing.SystemColors.ControlText;
  1763. this.label30.Location = new System.Drawing.Point(214, 32);
  1764. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1765. this.label30.Name = "label30";
  1766. this.label30.Size = new System.Drawing.Size(65, 12);
  1767. this.label30.TabIndex = 16;
  1768. this.label30.Text = "下浮范围:";
  1769. //
  1770. // label31
  1771. //
  1772. this.label31.AutoSize = true;
  1773. this.label31.ForeColor = System.Drawing.SystemColors.ControlText;
  1774. this.label31.Location = new System.Drawing.Point(10, 33);
  1775. this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1776. this.label31.Name = "label31";
  1777. this.label31.Size = new System.Drawing.Size(65, 12);
  1778. this.label31.TabIndex = 15;
  1779. this.label31.Text = "上浮范围:";
  1780. //
  1781. // label32
  1782. //
  1783. this.label32.AutoSize = true;
  1784. this.label32.ForeColor = System.Drawing.SystemColors.ControlText;
  1785. this.label32.Location = new System.Drawing.Point(10, 11);
  1786. this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1787. this.label32.Name = "label32";
  1788. this.label32.Size = new System.Drawing.Size(53, 12);
  1789. this.label32.TabIndex = 14;
  1790. this.label32.Text = "基准值:";
  1791. //
  1792. // groupBox2
  1793. //
  1794. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1795. this.groupBox2.Controls.Add(this.panel2);
  1796. this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1797. this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1798. this.groupBox2.Location = new System.Drawing.Point(2, 2);
  1799. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  1800. this.groupBox2.Name = "groupBox2";
  1801. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  1802. this.groupBox2.Size = new System.Drawing.Size(491, 70);
  1803. this.groupBox2.TabIndex = 38;
  1804. this.groupBox2.TabStop = false;
  1805. this.groupBox2.Text = "线宽基准值(um)";
  1806. //
  1807. // panel2
  1808. //
  1809. this.panel2.BackColor = System.Drawing.Color.White;
  1810. this.panel2.Controls.Add(this.numLineWidthDownFloatValue);
  1811. this.panel2.Controls.Add(this.numLineWidthUpFloatValue);
  1812. this.panel2.Controls.Add(this.numLineWidthBaseValue);
  1813. this.panel2.Controls.Add(this.label7);
  1814. this.panel2.Controls.Add(this.label8);
  1815. this.panel2.Controls.Add(this.label9);
  1816. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  1817. this.panel2.Location = new System.Drawing.Point(2, 16);
  1818. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  1819. this.panel2.Name = "panel2";
  1820. this.panel2.Size = new System.Drawing.Size(487, 52);
  1821. this.panel2.TabIndex = 0;
  1822. //
  1823. // numLineWidthDownFloatValue
  1824. //
  1825. this.numLineWidthDownFloatValue.DecimalPlaces = 4;
  1826. this.numLineWidthDownFloatValue.Location = new System.Drawing.Point(278, 29);
  1827. this.numLineWidthDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1828. this.numLineWidthDownFloatValue.Maximum = new decimal(new int[] {
  1829. 99999,
  1830. 0,
  1831. 0,
  1832. 0});
  1833. this.numLineWidthDownFloatValue.Minimum = new decimal(new int[] {
  1834. 9999,
  1835. 0,
  1836. 0,
  1837. -2147483648});
  1838. this.numLineWidthDownFloatValue.Name = "numLineWidthDownFloatValue";
  1839. this.numLineWidthDownFloatValue.Size = new System.Drawing.Size(120, 21);
  1840. this.numLineWidthDownFloatValue.TabIndex = 13;
  1841. //
  1842. // numLineWidthUpFloatValue
  1843. //
  1844. this.numLineWidthUpFloatValue.DecimalPlaces = 4;
  1845. this.numLineWidthUpFloatValue.Location = new System.Drawing.Point(74, 30);
  1846. this.numLineWidthUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
  1847. this.numLineWidthUpFloatValue.Maximum = new decimal(new int[] {
  1848. 99999,
  1849. 0,
  1850. 0,
  1851. 0});
  1852. this.numLineWidthUpFloatValue.Name = "numLineWidthUpFloatValue";
  1853. this.numLineWidthUpFloatValue.Size = new System.Drawing.Size(123, 21);
  1854. this.numLineWidthUpFloatValue.TabIndex = 13;
  1855. //
  1856. // numLineWidthBaseValue
  1857. //
  1858. this.numLineWidthBaseValue.DecimalPlaces = 4;
  1859. this.numLineWidthBaseValue.Location = new System.Drawing.Point(74, 7);
  1860. this.numLineWidthBaseValue.Margin = new System.Windows.Forms.Padding(2);
  1861. this.numLineWidthBaseValue.Maximum = new decimal(new int[] {
  1862. 99999,
  1863. 0,
  1864. 0,
  1865. 0});
  1866. this.numLineWidthBaseValue.Name = "numLineWidthBaseValue";
  1867. this.numLineWidthBaseValue.Size = new System.Drawing.Size(123, 21);
  1868. this.numLineWidthBaseValue.TabIndex = 13;
  1869. //
  1870. // label7
  1871. //
  1872. this.label7.AutoSize = true;
  1873. this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
  1874. this.label7.Location = new System.Drawing.Point(214, 32);
  1875. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1876. this.label7.Name = "label7";
  1877. this.label7.Size = new System.Drawing.Size(65, 12);
  1878. this.label7.TabIndex = 16;
  1879. this.label7.Text = "下浮范围:";
  1880. //
  1881. // label8
  1882. //
  1883. this.label8.AutoSize = true;
  1884. this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
  1885. this.label8.Location = new System.Drawing.Point(10, 33);
  1886. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1887. this.label8.Name = "label8";
  1888. this.label8.Size = new System.Drawing.Size(65, 12);
  1889. this.label8.TabIndex = 15;
  1890. this.label8.Text = "上浮范围:";
  1891. //
  1892. // label9
  1893. //
  1894. this.label9.AutoSize = true;
  1895. this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
  1896. this.label9.Location = new System.Drawing.Point(10, 11);
  1897. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1898. this.label9.Name = "label9";
  1899. this.label9.Size = new System.Drawing.Size(53, 12);
  1900. this.label9.TabIndex = 14;
  1901. this.label9.Text = "基准值:";
  1902. //
  1903. // skinTabPage2
  1904. //
  1905. this.skinTabPage2.BackColor = System.Drawing.Color.White;
  1906. this.skinTabPage2.Controls.Add(this.groupBox15);
  1907. this.skinTabPage2.Controls.Add(this.groupBox13);
  1908. this.skinTabPage2.Controls.Add(this.groupBox12);
  1909. this.skinTabPage2.Controls.Add(this.groupBox11);
  1910. this.skinTabPage2.Controls.Add(this.groupBox9);
  1911. this.skinTabPage2.Dock = System.Windows.Forms.DockStyle.Fill;
  1912. this.skinTabPage2.Enabled = false;
  1913. this.skinTabPage2.Location = new System.Drawing.Point(100, 0);
  1914. this.skinTabPage2.Name = "skinTabPage2";
  1915. this.skinTabPage2.Size = new System.Drawing.Size(529, 516);
  1916. this.skinTabPage2.TabIndex = 5;
  1917. this.skinTabPage2.TabItemImage = null;
  1918. this.skinTabPage2.Text = "主栅线";
  1919. //
  1920. // groupBox15
  1921. //
  1922. this.groupBox15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1923. this.groupBox15.Controls.Add(this.panel15);
  1924. this.groupBox15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1925. this.groupBox15.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  1926. this.groupBox15.Location = new System.Drawing.Point(4, 76);
  1927. this.groupBox15.Margin = new System.Windows.Forms.Padding(2);
  1928. this.groupBox15.Name = "groupBox15";
  1929. this.groupBox15.Padding = new System.Windows.Forms.Padding(2);
  1930. this.groupBox15.Size = new System.Drawing.Size(491, 70);
  1931. this.groupBox15.TabIndex = 44;
  1932. this.groupBox15.TabStop = false;
  1933. this.groupBox15.Text = "主栅长度基准值(mm)";
  1934. //
  1935. // panel15
  1936. //
  1937. this.panel15.BackColor = System.Drawing.Color.White;
  1938. this.panel15.Controls.Add(this.numericUpDown19);
  1939. this.panel15.Controls.Add(this.numericUpDown20);
  1940. this.panel15.Controls.Add(this.numericUpDown21);
  1941. this.panel15.Controls.Add(this.label48);
  1942. this.panel15.Controls.Add(this.label49);
  1943. this.panel15.Controls.Add(this.label50);
  1944. this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
  1945. this.panel15.Location = new System.Drawing.Point(2, 16);
  1946. this.panel15.Margin = new System.Windows.Forms.Padding(2);
  1947. this.panel15.Name = "panel15";
  1948. this.panel15.Size = new System.Drawing.Size(487, 52);
  1949. this.panel15.TabIndex = 0;
  1950. //
  1951. // numericUpDown19
  1952. //
  1953. this.numericUpDown19.DecimalPlaces = 4;
  1954. this.numericUpDown19.Location = new System.Drawing.Point(278, 29);
  1955. this.numericUpDown19.Margin = new System.Windows.Forms.Padding(2);
  1956. this.numericUpDown19.Maximum = new decimal(new int[] {
  1957. 99999,
  1958. 0,
  1959. 0,
  1960. 0});
  1961. this.numericUpDown19.Minimum = new decimal(new int[] {
  1962. 9999,
  1963. 0,
  1964. 0,
  1965. -2147483648});
  1966. this.numericUpDown19.Name = "numericUpDown19";
  1967. this.numericUpDown19.Size = new System.Drawing.Size(120, 21);
  1968. this.numericUpDown19.TabIndex = 13;
  1969. //
  1970. // numericUpDown20
  1971. //
  1972. this.numericUpDown20.DecimalPlaces = 4;
  1973. this.numericUpDown20.Location = new System.Drawing.Point(74, 30);
  1974. this.numericUpDown20.Margin = new System.Windows.Forms.Padding(2);
  1975. this.numericUpDown20.Maximum = new decimal(new int[] {
  1976. 99999,
  1977. 0,
  1978. 0,
  1979. 0});
  1980. this.numericUpDown20.Name = "numericUpDown20";
  1981. this.numericUpDown20.Size = new System.Drawing.Size(123, 21);
  1982. this.numericUpDown20.TabIndex = 13;
  1983. //
  1984. // numericUpDown21
  1985. //
  1986. this.numericUpDown21.DecimalPlaces = 4;
  1987. this.numericUpDown21.Location = new System.Drawing.Point(74, 7);
  1988. this.numericUpDown21.Margin = new System.Windows.Forms.Padding(2);
  1989. this.numericUpDown21.Maximum = new decimal(new int[] {
  1990. 99999,
  1991. 0,
  1992. 0,
  1993. 0});
  1994. this.numericUpDown21.Name = "numericUpDown21";
  1995. this.numericUpDown21.Size = new System.Drawing.Size(123, 21);
  1996. this.numericUpDown21.TabIndex = 13;
  1997. //
  1998. // label48
  1999. //
  2000. this.label48.AutoSize = true;
  2001. this.label48.ForeColor = System.Drawing.SystemColors.ControlText;
  2002. this.label48.Location = new System.Drawing.Point(214, 32);
  2003. this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2004. this.label48.Name = "label48";
  2005. this.label48.Size = new System.Drawing.Size(65, 12);
  2006. this.label48.TabIndex = 16;
  2007. this.label48.Text = "下浮范围:";
  2008. //
  2009. // label49
  2010. //
  2011. this.label49.AutoSize = true;
  2012. this.label49.ForeColor = System.Drawing.SystemColors.ControlText;
  2013. this.label49.Location = new System.Drawing.Point(10, 33);
  2014. this.label49.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2015. this.label49.Name = "label49";
  2016. this.label49.Size = new System.Drawing.Size(65, 12);
  2017. this.label49.TabIndex = 15;
  2018. this.label49.Text = "上浮范围:";
  2019. //
  2020. // label50
  2021. //
  2022. this.label50.AutoSize = true;
  2023. this.label50.ForeColor = System.Drawing.SystemColors.ControlText;
  2024. this.label50.Location = new System.Drawing.Point(10, 11);
  2025. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2026. this.label50.Name = "label50";
  2027. this.label50.Size = new System.Drawing.Size(53, 12);
  2028. this.label50.TabIndex = 14;
  2029. this.label50.Text = "基准值:";
  2030. //
  2031. // groupBox13
  2032. //
  2033. this.groupBox13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2034. this.groupBox13.Controls.Add(this.panel13);
  2035. this.groupBox13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2036. this.groupBox13.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2037. this.groupBox13.Location = new System.Drawing.Point(4, 298);
  2038. this.groupBox13.Margin = new System.Windows.Forms.Padding(2);
  2039. this.groupBox13.Name = "groupBox13";
  2040. this.groupBox13.Padding = new System.Windows.Forms.Padding(2);
  2041. this.groupBox13.Size = new System.Drawing.Size(491, 70);
  2042. this.groupBox13.TabIndex = 43;
  2043. this.groupBox13.TabStop = false;
  2044. this.groupBox13.Text = "细栅间距基准值(mm)";
  2045. //
  2046. // panel13
  2047. //
  2048. this.panel13.BackColor = System.Drawing.Color.White;
  2049. this.panel13.Controls.Add(this.numericUpDown13);
  2050. this.panel13.Controls.Add(this.numericUpDown14);
  2051. this.panel13.Controls.Add(this.numericUpDown15);
  2052. this.panel13.Controls.Add(this.label42);
  2053. this.panel13.Controls.Add(this.label43);
  2054. this.panel13.Controls.Add(this.label44);
  2055. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  2056. this.panel13.Location = new System.Drawing.Point(2, 16);
  2057. this.panel13.Margin = new System.Windows.Forms.Padding(2);
  2058. this.panel13.Name = "panel13";
  2059. this.panel13.Size = new System.Drawing.Size(487, 52);
  2060. this.panel13.TabIndex = 0;
  2061. //
  2062. // numericUpDown13
  2063. //
  2064. this.numericUpDown13.DecimalPlaces = 4;
  2065. this.numericUpDown13.Location = new System.Drawing.Point(278, 29);
  2066. this.numericUpDown13.Margin = new System.Windows.Forms.Padding(2);
  2067. this.numericUpDown13.Maximum = new decimal(new int[] {
  2068. 99999,
  2069. 0,
  2070. 0,
  2071. 0});
  2072. this.numericUpDown13.Minimum = new decimal(new int[] {
  2073. 9999,
  2074. 0,
  2075. 0,
  2076. -2147483648});
  2077. this.numericUpDown13.Name = "numericUpDown13";
  2078. this.numericUpDown13.Size = new System.Drawing.Size(120, 21);
  2079. this.numericUpDown13.TabIndex = 13;
  2080. //
  2081. // numericUpDown14
  2082. //
  2083. this.numericUpDown14.DecimalPlaces = 4;
  2084. this.numericUpDown14.Location = new System.Drawing.Point(74, 30);
  2085. this.numericUpDown14.Margin = new System.Windows.Forms.Padding(2);
  2086. this.numericUpDown14.Maximum = new decimal(new int[] {
  2087. 99999,
  2088. 0,
  2089. 0,
  2090. 0});
  2091. this.numericUpDown14.Name = "numericUpDown14";
  2092. this.numericUpDown14.Size = new System.Drawing.Size(123, 21);
  2093. this.numericUpDown14.TabIndex = 13;
  2094. //
  2095. // numericUpDown15
  2096. //
  2097. this.numericUpDown15.DecimalPlaces = 4;
  2098. this.numericUpDown15.Location = new System.Drawing.Point(74, 7);
  2099. this.numericUpDown15.Margin = new System.Windows.Forms.Padding(2);
  2100. this.numericUpDown15.Maximum = new decimal(new int[] {
  2101. 99999,
  2102. 0,
  2103. 0,
  2104. 0});
  2105. this.numericUpDown15.Name = "numericUpDown15";
  2106. this.numericUpDown15.Size = new System.Drawing.Size(123, 21);
  2107. this.numericUpDown15.TabIndex = 13;
  2108. //
  2109. // label42
  2110. //
  2111. this.label42.AutoSize = true;
  2112. this.label42.ForeColor = System.Drawing.SystemColors.ControlText;
  2113. this.label42.Location = new System.Drawing.Point(214, 32);
  2114. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2115. this.label42.Name = "label42";
  2116. this.label42.Size = new System.Drawing.Size(65, 12);
  2117. this.label42.TabIndex = 16;
  2118. this.label42.Text = "下浮范围:";
  2119. //
  2120. // label43
  2121. //
  2122. this.label43.AutoSize = true;
  2123. this.label43.ForeColor = System.Drawing.SystemColors.ControlText;
  2124. this.label43.Location = new System.Drawing.Point(10, 33);
  2125. this.label43.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2126. this.label43.Name = "label43";
  2127. this.label43.Size = new System.Drawing.Size(65, 12);
  2128. this.label43.TabIndex = 15;
  2129. this.label43.Text = "上浮范围:";
  2130. //
  2131. // label44
  2132. //
  2133. this.label44.AutoSize = true;
  2134. this.label44.ForeColor = System.Drawing.SystemColors.ControlText;
  2135. this.label44.Location = new System.Drawing.Point(10, 11);
  2136. this.label44.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2137. this.label44.Name = "label44";
  2138. this.label44.Size = new System.Drawing.Size(53, 12);
  2139. this.label44.TabIndex = 14;
  2140. this.label44.Text = "基准值:";
  2141. //
  2142. // groupBox12
  2143. //
  2144. this.groupBox12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2145. this.groupBox12.Controls.Add(this.panel12);
  2146. this.groupBox12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2147. this.groupBox12.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2148. this.groupBox12.Location = new System.Drawing.Point(4, 224);
  2149. this.groupBox12.Margin = new System.Windows.Forms.Padding(2);
  2150. this.groupBox12.Name = "groupBox12";
  2151. this.groupBox12.Padding = new System.Windows.Forms.Padding(2);
  2152. this.groupBox12.Size = new System.Drawing.Size(491, 70);
  2153. this.groupBox12.TabIndex = 42;
  2154. this.groupBox12.TabStop = false;
  2155. this.groupBox12.Text = "主栅间距基准值(mm)";
  2156. //
  2157. // panel12
  2158. //
  2159. this.panel12.BackColor = System.Drawing.Color.White;
  2160. this.panel12.Controls.Add(this.numericUpDown10);
  2161. this.panel12.Controls.Add(this.numericUpDown11);
  2162. this.panel12.Controls.Add(this.numericUpDown12);
  2163. this.panel12.Controls.Add(this.label39);
  2164. this.panel12.Controls.Add(this.label40);
  2165. this.panel12.Controls.Add(this.label41);
  2166. this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
  2167. this.panel12.Location = new System.Drawing.Point(2, 16);
  2168. this.panel12.Margin = new System.Windows.Forms.Padding(2);
  2169. this.panel12.Name = "panel12";
  2170. this.panel12.Size = new System.Drawing.Size(487, 52);
  2171. this.panel12.TabIndex = 0;
  2172. //
  2173. // numericUpDown10
  2174. //
  2175. this.numericUpDown10.DecimalPlaces = 4;
  2176. this.numericUpDown10.Location = new System.Drawing.Point(278, 29);
  2177. this.numericUpDown10.Margin = new System.Windows.Forms.Padding(2);
  2178. this.numericUpDown10.Maximum = new decimal(new int[] {
  2179. 99999,
  2180. 0,
  2181. 0,
  2182. 0});
  2183. this.numericUpDown10.Minimum = new decimal(new int[] {
  2184. 9999,
  2185. 0,
  2186. 0,
  2187. -2147483648});
  2188. this.numericUpDown10.Name = "numericUpDown10";
  2189. this.numericUpDown10.Size = new System.Drawing.Size(120, 21);
  2190. this.numericUpDown10.TabIndex = 13;
  2191. //
  2192. // numericUpDown11
  2193. //
  2194. this.numericUpDown11.DecimalPlaces = 4;
  2195. this.numericUpDown11.Location = new System.Drawing.Point(74, 30);
  2196. this.numericUpDown11.Margin = new System.Windows.Forms.Padding(2);
  2197. this.numericUpDown11.Maximum = new decimal(new int[] {
  2198. 99999,
  2199. 0,
  2200. 0,
  2201. 0});
  2202. this.numericUpDown11.Name = "numericUpDown11";
  2203. this.numericUpDown11.Size = new System.Drawing.Size(123, 21);
  2204. this.numericUpDown11.TabIndex = 13;
  2205. //
  2206. // numericUpDown12
  2207. //
  2208. this.numericUpDown12.DecimalPlaces = 4;
  2209. this.numericUpDown12.Location = new System.Drawing.Point(74, 7);
  2210. this.numericUpDown12.Margin = new System.Windows.Forms.Padding(2);
  2211. this.numericUpDown12.Maximum = new decimal(new int[] {
  2212. 99999,
  2213. 0,
  2214. 0,
  2215. 0});
  2216. this.numericUpDown12.Name = "numericUpDown12";
  2217. this.numericUpDown12.Size = new System.Drawing.Size(123, 21);
  2218. this.numericUpDown12.TabIndex = 13;
  2219. //
  2220. // label39
  2221. //
  2222. this.label39.AutoSize = true;
  2223. this.label39.ForeColor = System.Drawing.SystemColors.ControlText;
  2224. this.label39.Location = new System.Drawing.Point(214, 32);
  2225. this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2226. this.label39.Name = "label39";
  2227. this.label39.Size = new System.Drawing.Size(65, 12);
  2228. this.label39.TabIndex = 16;
  2229. this.label39.Text = "下浮范围:";
  2230. //
  2231. // label40
  2232. //
  2233. this.label40.AutoSize = true;
  2234. this.label40.ForeColor = System.Drawing.SystemColors.ControlText;
  2235. this.label40.Location = new System.Drawing.Point(10, 33);
  2236. this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2237. this.label40.Name = "label40";
  2238. this.label40.Size = new System.Drawing.Size(65, 12);
  2239. this.label40.TabIndex = 15;
  2240. this.label40.Text = "上浮范围:";
  2241. //
  2242. // label41
  2243. //
  2244. this.label41.AutoSize = true;
  2245. this.label41.ForeColor = System.Drawing.SystemColors.ControlText;
  2246. this.label41.Location = new System.Drawing.Point(10, 11);
  2247. this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2248. this.label41.Name = "label41";
  2249. this.label41.Size = new System.Drawing.Size(53, 12);
  2250. this.label41.TabIndex = 14;
  2251. this.label41.Text = "基准值:";
  2252. //
  2253. // groupBox11
  2254. //
  2255. this.groupBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2256. this.groupBox11.Controls.Add(this.panel11);
  2257. this.groupBox11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2258. this.groupBox11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2259. this.groupBox11.Location = new System.Drawing.Point(4, 150);
  2260. this.groupBox11.Margin = new System.Windows.Forms.Padding(2);
  2261. this.groupBox11.Name = "groupBox11";
  2262. this.groupBox11.Padding = new System.Windows.Forms.Padding(2);
  2263. this.groupBox11.Size = new System.Drawing.Size(491, 70);
  2264. this.groupBox11.TabIndex = 41;
  2265. this.groupBox11.TabStop = false;
  2266. this.groupBox11.Text = "主栅宽度基准值(mm)";
  2267. //
  2268. // panel11
  2269. //
  2270. this.panel11.BackColor = System.Drawing.Color.White;
  2271. this.panel11.Controls.Add(this.numericUpDown7);
  2272. this.panel11.Controls.Add(this.numericUpDown8);
  2273. this.panel11.Controls.Add(this.numericUpDown9);
  2274. this.panel11.Controls.Add(this.label36);
  2275. this.panel11.Controls.Add(this.label37);
  2276. this.panel11.Controls.Add(this.label38);
  2277. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  2278. this.panel11.Location = new System.Drawing.Point(2, 16);
  2279. this.panel11.Margin = new System.Windows.Forms.Padding(2);
  2280. this.panel11.Name = "panel11";
  2281. this.panel11.Size = new System.Drawing.Size(487, 52);
  2282. this.panel11.TabIndex = 0;
  2283. //
  2284. // numericUpDown7
  2285. //
  2286. this.numericUpDown7.DecimalPlaces = 4;
  2287. this.numericUpDown7.Location = new System.Drawing.Point(278, 29);
  2288. this.numericUpDown7.Margin = new System.Windows.Forms.Padding(2);
  2289. this.numericUpDown7.Maximum = new decimal(new int[] {
  2290. 99999,
  2291. 0,
  2292. 0,
  2293. 0});
  2294. this.numericUpDown7.Minimum = new decimal(new int[] {
  2295. 9999,
  2296. 0,
  2297. 0,
  2298. -2147483648});
  2299. this.numericUpDown7.Name = "numericUpDown7";
  2300. this.numericUpDown7.Size = new System.Drawing.Size(120, 21);
  2301. this.numericUpDown7.TabIndex = 13;
  2302. //
  2303. // numericUpDown8
  2304. //
  2305. this.numericUpDown8.DecimalPlaces = 4;
  2306. this.numericUpDown8.Location = new System.Drawing.Point(74, 30);
  2307. this.numericUpDown8.Margin = new System.Windows.Forms.Padding(2);
  2308. this.numericUpDown8.Maximum = new decimal(new int[] {
  2309. 99999,
  2310. 0,
  2311. 0,
  2312. 0});
  2313. this.numericUpDown8.Name = "numericUpDown8";
  2314. this.numericUpDown8.Size = new System.Drawing.Size(123, 21);
  2315. this.numericUpDown8.TabIndex = 13;
  2316. //
  2317. // numericUpDown9
  2318. //
  2319. this.numericUpDown9.DecimalPlaces = 4;
  2320. this.numericUpDown9.Location = new System.Drawing.Point(74, 7);
  2321. this.numericUpDown9.Margin = new System.Windows.Forms.Padding(2);
  2322. this.numericUpDown9.Maximum = new decimal(new int[] {
  2323. 99999,
  2324. 0,
  2325. 0,
  2326. 0});
  2327. this.numericUpDown9.Name = "numericUpDown9";
  2328. this.numericUpDown9.Size = new System.Drawing.Size(123, 21);
  2329. this.numericUpDown9.TabIndex = 13;
  2330. //
  2331. // label36
  2332. //
  2333. this.label36.AutoSize = true;
  2334. this.label36.ForeColor = System.Drawing.SystemColors.ControlText;
  2335. this.label36.Location = new System.Drawing.Point(214, 32);
  2336. this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2337. this.label36.Name = "label36";
  2338. this.label36.Size = new System.Drawing.Size(65, 12);
  2339. this.label36.TabIndex = 16;
  2340. this.label36.Text = "下浮范围:";
  2341. //
  2342. // label37
  2343. //
  2344. this.label37.AutoSize = true;
  2345. this.label37.ForeColor = System.Drawing.SystemColors.ControlText;
  2346. this.label37.Location = new System.Drawing.Point(10, 33);
  2347. this.label37.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2348. this.label37.Name = "label37";
  2349. this.label37.Size = new System.Drawing.Size(65, 12);
  2350. this.label37.TabIndex = 15;
  2351. this.label37.Text = "上浮范围:";
  2352. //
  2353. // label38
  2354. //
  2355. this.label38.AutoSize = true;
  2356. this.label38.ForeColor = System.Drawing.SystemColors.ControlText;
  2357. this.label38.Location = new System.Drawing.Point(10, 11);
  2358. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2359. this.label38.Name = "label38";
  2360. this.label38.Size = new System.Drawing.Size(53, 12);
  2361. this.label38.TabIndex = 14;
  2362. this.label38.Text = "基准值:";
  2363. //
  2364. // groupBox9
  2365. //
  2366. this.groupBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2367. this.groupBox9.Controls.Add(this.panel9);
  2368. this.groupBox9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2369. this.groupBox9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2370. this.groupBox9.Location = new System.Drawing.Point(4, 2);
  2371. this.groupBox9.Margin = new System.Windows.Forms.Padding(2);
  2372. this.groupBox9.Name = "groupBox9";
  2373. this.groupBox9.Padding = new System.Windows.Forms.Padding(2);
  2374. this.groupBox9.Size = new System.Drawing.Size(491, 70);
  2375. this.groupBox9.TabIndex = 40;
  2376. this.groupBox9.TabStop = false;
  2377. this.groupBox9.Text = "主栅连接线(主栅间隔)基准值(mm)";
  2378. //
  2379. // panel9
  2380. //
  2381. this.panel9.BackColor = System.Drawing.Color.White;
  2382. this.panel9.Controls.Add(this.numericUpDown4);
  2383. this.panel9.Controls.Add(this.numericUpDown5);
  2384. this.panel9.Controls.Add(this.numericUpDown6);
  2385. this.panel9.Controls.Add(this.label33);
  2386. this.panel9.Controls.Add(this.label34);
  2387. this.panel9.Controls.Add(this.label35);
  2388. this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
  2389. this.panel9.Location = new System.Drawing.Point(2, 16);
  2390. this.panel9.Margin = new System.Windows.Forms.Padding(2);
  2391. this.panel9.Name = "panel9";
  2392. this.panel9.Size = new System.Drawing.Size(487, 52);
  2393. this.panel9.TabIndex = 0;
  2394. //
  2395. // numericUpDown4
  2396. //
  2397. this.numericUpDown4.DecimalPlaces = 4;
  2398. this.numericUpDown4.Location = new System.Drawing.Point(278, 29);
  2399. this.numericUpDown4.Margin = new System.Windows.Forms.Padding(2);
  2400. this.numericUpDown4.Maximum = new decimal(new int[] {
  2401. 99999,
  2402. 0,
  2403. 0,
  2404. 0});
  2405. this.numericUpDown4.Minimum = new decimal(new int[] {
  2406. 9999,
  2407. 0,
  2408. 0,
  2409. -2147483648});
  2410. this.numericUpDown4.Name = "numericUpDown4";
  2411. this.numericUpDown4.Size = new System.Drawing.Size(120, 21);
  2412. this.numericUpDown4.TabIndex = 13;
  2413. //
  2414. // numericUpDown5
  2415. //
  2416. this.numericUpDown5.DecimalPlaces = 4;
  2417. this.numericUpDown5.Location = new System.Drawing.Point(74, 30);
  2418. this.numericUpDown5.Margin = new System.Windows.Forms.Padding(2);
  2419. this.numericUpDown5.Maximum = new decimal(new int[] {
  2420. 99999,
  2421. 0,
  2422. 0,
  2423. 0});
  2424. this.numericUpDown5.Name = "numericUpDown5";
  2425. this.numericUpDown5.Size = new System.Drawing.Size(123, 21);
  2426. this.numericUpDown5.TabIndex = 13;
  2427. //
  2428. // numericUpDown6
  2429. //
  2430. this.numericUpDown6.DecimalPlaces = 4;
  2431. this.numericUpDown6.Location = new System.Drawing.Point(74, 7);
  2432. this.numericUpDown6.Margin = new System.Windows.Forms.Padding(2);
  2433. this.numericUpDown6.Maximum = new decimal(new int[] {
  2434. 99999,
  2435. 0,
  2436. 0,
  2437. 0});
  2438. this.numericUpDown6.Name = "numericUpDown6";
  2439. this.numericUpDown6.Size = new System.Drawing.Size(123, 21);
  2440. this.numericUpDown6.TabIndex = 13;
  2441. //
  2442. // label33
  2443. //
  2444. this.label33.AutoSize = true;
  2445. this.label33.ForeColor = System.Drawing.SystemColors.ControlText;
  2446. this.label33.Location = new System.Drawing.Point(214, 32);
  2447. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2448. this.label33.Name = "label33";
  2449. this.label33.Size = new System.Drawing.Size(65, 12);
  2450. this.label33.TabIndex = 16;
  2451. this.label33.Text = "下浮范围:";
  2452. //
  2453. // label34
  2454. //
  2455. this.label34.AutoSize = true;
  2456. this.label34.ForeColor = System.Drawing.SystemColors.ControlText;
  2457. this.label34.Location = new System.Drawing.Point(10, 33);
  2458. this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2459. this.label34.Name = "label34";
  2460. this.label34.Size = new System.Drawing.Size(65, 12);
  2461. this.label34.TabIndex = 15;
  2462. this.label34.Text = "上浮范围:";
  2463. //
  2464. // label35
  2465. //
  2466. this.label35.AutoSize = true;
  2467. this.label35.ForeColor = System.Drawing.SystemColors.ControlText;
  2468. this.label35.Location = new System.Drawing.Point(10, 11);
  2469. this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2470. this.label35.Name = "label35";
  2471. this.label35.Size = new System.Drawing.Size(53, 12);
  2472. this.label35.TabIndex = 14;
  2473. this.label35.Text = "基准值:";
  2474. //
  2475. // skinTabPage6
  2476. //
  2477. this.skinTabPage6.BackColor = System.Drawing.Color.White;
  2478. this.skinTabPage6.Controls.Add(this.groupBox14);
  2479. this.skinTabPage6.Dock = System.Windows.Forms.DockStyle.Fill;
  2480. this.skinTabPage6.Enabled = false;
  2481. this.skinTabPage6.Location = new System.Drawing.Point(100, 0);
  2482. this.skinTabPage6.Name = "skinTabPage6";
  2483. this.skinTabPage6.Size = new System.Drawing.Size(529, 516);
  2484. this.skinTabPage6.TabIndex = 9;
  2485. this.skinTabPage6.TabItemImage = null;
  2486. this.skinTabPage6.Text = "背极宽度";
  2487. //
  2488. // groupBox14
  2489. //
  2490. this.groupBox14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2491. this.groupBox14.Controls.Add(this.panel14);
  2492. this.groupBox14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2493. this.groupBox14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2494. this.groupBox14.Location = new System.Drawing.Point(4, 2);
  2495. this.groupBox14.Margin = new System.Windows.Forms.Padding(2);
  2496. this.groupBox14.Name = "groupBox14";
  2497. this.groupBox14.Padding = new System.Windows.Forms.Padding(2);
  2498. this.groupBox14.Size = new System.Drawing.Size(491, 70);
  2499. this.groupBox14.TabIndex = 40;
  2500. this.groupBox14.TabStop = false;
  2501. this.groupBox14.Text = "背极宽度基准值(mm)";
  2502. //
  2503. // panel14
  2504. //
  2505. this.panel14.BackColor = System.Drawing.Color.White;
  2506. this.panel14.Controls.Add(this.numericUpDown16);
  2507. this.panel14.Controls.Add(this.numericUpDown17);
  2508. this.panel14.Controls.Add(this.numericUpDown18);
  2509. this.panel14.Controls.Add(this.label45);
  2510. this.panel14.Controls.Add(this.label46);
  2511. this.panel14.Controls.Add(this.label47);
  2512. this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
  2513. this.panel14.Location = new System.Drawing.Point(2, 16);
  2514. this.panel14.Margin = new System.Windows.Forms.Padding(2);
  2515. this.panel14.Name = "panel14";
  2516. this.panel14.Size = new System.Drawing.Size(487, 52);
  2517. this.panel14.TabIndex = 0;
  2518. //
  2519. // numericUpDown16
  2520. //
  2521. this.numericUpDown16.DecimalPlaces = 4;
  2522. this.numericUpDown16.Location = new System.Drawing.Point(278, 29);
  2523. this.numericUpDown16.Margin = new System.Windows.Forms.Padding(2);
  2524. this.numericUpDown16.Maximum = new decimal(new int[] {
  2525. 99999,
  2526. 0,
  2527. 0,
  2528. 0});
  2529. this.numericUpDown16.Minimum = new decimal(new int[] {
  2530. 9999,
  2531. 0,
  2532. 0,
  2533. -2147483648});
  2534. this.numericUpDown16.Name = "numericUpDown16";
  2535. this.numericUpDown16.Size = new System.Drawing.Size(120, 21);
  2536. this.numericUpDown16.TabIndex = 13;
  2537. //
  2538. // numericUpDown17
  2539. //
  2540. this.numericUpDown17.DecimalPlaces = 4;
  2541. this.numericUpDown17.Location = new System.Drawing.Point(74, 30);
  2542. this.numericUpDown17.Margin = new System.Windows.Forms.Padding(2);
  2543. this.numericUpDown17.Maximum = new decimal(new int[] {
  2544. 99999,
  2545. 0,
  2546. 0,
  2547. 0});
  2548. this.numericUpDown17.Name = "numericUpDown17";
  2549. this.numericUpDown17.Size = new System.Drawing.Size(123, 21);
  2550. this.numericUpDown17.TabIndex = 13;
  2551. //
  2552. // numericUpDown18
  2553. //
  2554. this.numericUpDown18.DecimalPlaces = 4;
  2555. this.numericUpDown18.Location = new System.Drawing.Point(74, 7);
  2556. this.numericUpDown18.Margin = new System.Windows.Forms.Padding(2);
  2557. this.numericUpDown18.Maximum = new decimal(new int[] {
  2558. 99999,
  2559. 0,
  2560. 0,
  2561. 0});
  2562. this.numericUpDown18.Name = "numericUpDown18";
  2563. this.numericUpDown18.Size = new System.Drawing.Size(123, 21);
  2564. this.numericUpDown18.TabIndex = 13;
  2565. //
  2566. // label45
  2567. //
  2568. this.label45.AutoSize = true;
  2569. this.label45.ForeColor = System.Drawing.SystemColors.ControlText;
  2570. this.label45.Location = new System.Drawing.Point(214, 32);
  2571. this.label45.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2572. this.label45.Name = "label45";
  2573. this.label45.Size = new System.Drawing.Size(65, 12);
  2574. this.label45.TabIndex = 16;
  2575. this.label45.Text = "下浮范围:";
  2576. //
  2577. // label46
  2578. //
  2579. this.label46.AutoSize = true;
  2580. this.label46.ForeColor = System.Drawing.SystemColors.ControlText;
  2581. this.label46.Location = new System.Drawing.Point(10, 33);
  2582. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2583. this.label46.Name = "label46";
  2584. this.label46.Size = new System.Drawing.Size(65, 12);
  2585. this.label46.TabIndex = 15;
  2586. this.label46.Text = "上浮范围:";
  2587. //
  2588. // label47
  2589. //
  2590. this.label47.AutoSize = true;
  2591. this.label47.ForeColor = System.Drawing.SystemColors.ControlText;
  2592. this.label47.Location = new System.Drawing.Point(10, 11);
  2593. this.label47.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2594. this.label47.Name = "label47";
  2595. this.label47.Size = new System.Drawing.Size(53, 12);
  2596. this.label47.TabIndex = 14;
  2597. this.label47.Text = "基准值:";
  2598. //
  2599. // skinTabPage12
  2600. //
  2601. this.skinTabPage12.BackColor = System.Drawing.Color.White;
  2602. this.skinTabPage12.Controls.Add(this.groupBox17);
  2603. this.skinTabPage12.Controls.Add(this.groupBox16);
  2604. this.skinTabPage12.Dock = System.Windows.Forms.DockStyle.Fill;
  2605. this.skinTabPage12.Enabled = false;
  2606. this.skinTabPage12.Location = new System.Drawing.Point(100, 0);
  2607. this.skinTabPage12.Name = "skinTabPage12";
  2608. this.skinTabPage12.Size = new System.Drawing.Size(529, 516);
  2609. this.skinTabPage12.TabIndex = 11;
  2610. this.skinTabPage12.TabItemImage = null;
  2611. this.skinTabPage12.Text = "Mark点间距";
  2612. //
  2613. // groupBox17
  2614. //
  2615. this.groupBox17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2616. this.groupBox17.Controls.Add(this.panel17);
  2617. this.groupBox17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2618. this.groupBox17.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2619. this.groupBox17.Location = new System.Drawing.Point(2, 76);
  2620. this.groupBox17.Margin = new System.Windows.Forms.Padding(2);
  2621. this.groupBox17.Name = "groupBox17";
  2622. this.groupBox17.Padding = new System.Windows.Forms.Padding(2);
  2623. this.groupBox17.Size = new System.Drawing.Size(491, 70);
  2624. this.groupBox17.TabIndex = 42;
  2625. this.groupBox17.TabStop = false;
  2626. this.groupBox17.Text = "Mark点竖向间距基准值(mm)";
  2627. //
  2628. // panel17
  2629. //
  2630. this.panel17.BackColor = System.Drawing.Color.White;
  2631. this.panel17.Controls.Add(this.numericUpDown25);
  2632. this.panel17.Controls.Add(this.numericUpDown26);
  2633. this.panel17.Controls.Add(this.numericUpDown27);
  2634. this.panel17.Controls.Add(this.label54);
  2635. this.panel17.Controls.Add(this.label55);
  2636. this.panel17.Controls.Add(this.label56);
  2637. this.panel17.Dock = System.Windows.Forms.DockStyle.Fill;
  2638. this.panel17.Location = new System.Drawing.Point(2, 16);
  2639. this.panel17.Margin = new System.Windows.Forms.Padding(2);
  2640. this.panel17.Name = "panel17";
  2641. this.panel17.Size = new System.Drawing.Size(487, 52);
  2642. this.panel17.TabIndex = 0;
  2643. //
  2644. // numericUpDown25
  2645. //
  2646. this.numericUpDown25.DecimalPlaces = 4;
  2647. this.numericUpDown25.Location = new System.Drawing.Point(278, 29);
  2648. this.numericUpDown25.Margin = new System.Windows.Forms.Padding(2);
  2649. this.numericUpDown25.Maximum = new decimal(new int[] {
  2650. 99999,
  2651. 0,
  2652. 0,
  2653. 0});
  2654. this.numericUpDown25.Minimum = new decimal(new int[] {
  2655. 9999,
  2656. 0,
  2657. 0,
  2658. -2147483648});
  2659. this.numericUpDown25.Name = "numericUpDown25";
  2660. this.numericUpDown25.Size = new System.Drawing.Size(120, 21);
  2661. this.numericUpDown25.TabIndex = 13;
  2662. //
  2663. // numericUpDown26
  2664. //
  2665. this.numericUpDown26.DecimalPlaces = 4;
  2666. this.numericUpDown26.Location = new System.Drawing.Point(74, 30);
  2667. this.numericUpDown26.Margin = new System.Windows.Forms.Padding(2);
  2668. this.numericUpDown26.Maximum = new decimal(new int[] {
  2669. 99999,
  2670. 0,
  2671. 0,
  2672. 0});
  2673. this.numericUpDown26.Name = "numericUpDown26";
  2674. this.numericUpDown26.Size = new System.Drawing.Size(123, 21);
  2675. this.numericUpDown26.TabIndex = 13;
  2676. //
  2677. // numericUpDown27
  2678. //
  2679. this.numericUpDown27.DecimalPlaces = 4;
  2680. this.numericUpDown27.Location = new System.Drawing.Point(74, 7);
  2681. this.numericUpDown27.Margin = new System.Windows.Forms.Padding(2);
  2682. this.numericUpDown27.Maximum = new decimal(new int[] {
  2683. 99999,
  2684. 0,
  2685. 0,
  2686. 0});
  2687. this.numericUpDown27.Name = "numericUpDown27";
  2688. this.numericUpDown27.Size = new System.Drawing.Size(123, 21);
  2689. this.numericUpDown27.TabIndex = 13;
  2690. //
  2691. // label54
  2692. //
  2693. this.label54.AutoSize = true;
  2694. this.label54.ForeColor = System.Drawing.SystemColors.ControlText;
  2695. this.label54.Location = new System.Drawing.Point(214, 32);
  2696. this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2697. this.label54.Name = "label54";
  2698. this.label54.Size = new System.Drawing.Size(65, 12);
  2699. this.label54.TabIndex = 16;
  2700. this.label54.Text = "下浮范围:";
  2701. //
  2702. // label55
  2703. //
  2704. this.label55.AutoSize = true;
  2705. this.label55.ForeColor = System.Drawing.SystemColors.ControlText;
  2706. this.label55.Location = new System.Drawing.Point(10, 33);
  2707. this.label55.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2708. this.label55.Name = "label55";
  2709. this.label55.Size = new System.Drawing.Size(65, 12);
  2710. this.label55.TabIndex = 15;
  2711. this.label55.Text = "上浮范围:";
  2712. //
  2713. // label56
  2714. //
  2715. this.label56.AutoSize = true;
  2716. this.label56.ForeColor = System.Drawing.SystemColors.ControlText;
  2717. this.label56.Location = new System.Drawing.Point(10, 11);
  2718. this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2719. this.label56.Name = "label56";
  2720. this.label56.Size = new System.Drawing.Size(53, 12);
  2721. this.label56.TabIndex = 14;
  2722. this.label56.Text = "基准值:";
  2723. //
  2724. // groupBox16
  2725. //
  2726. this.groupBox16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2727. this.groupBox16.Controls.Add(this.panel16);
  2728. this.groupBox16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2729. this.groupBox16.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2730. this.groupBox16.Location = new System.Drawing.Point(2, 2);
  2731. this.groupBox16.Margin = new System.Windows.Forms.Padding(2);
  2732. this.groupBox16.Name = "groupBox16";
  2733. this.groupBox16.Padding = new System.Windows.Forms.Padding(2);
  2734. this.groupBox16.Size = new System.Drawing.Size(491, 70);
  2735. this.groupBox16.TabIndex = 40;
  2736. this.groupBox16.TabStop = false;
  2737. this.groupBox16.Text = "Mark点横向间距基准值(mm)";
  2738. //
  2739. // panel16
  2740. //
  2741. this.panel16.BackColor = System.Drawing.Color.White;
  2742. this.panel16.Controls.Add(this.numericUpDown22);
  2743. this.panel16.Controls.Add(this.numericUpDown23);
  2744. this.panel16.Controls.Add(this.numericUpDown24);
  2745. this.panel16.Controls.Add(this.label51);
  2746. this.panel16.Controls.Add(this.label52);
  2747. this.panel16.Controls.Add(this.label53);
  2748. this.panel16.Dock = System.Windows.Forms.DockStyle.Fill;
  2749. this.panel16.Location = new System.Drawing.Point(2, 16);
  2750. this.panel16.Margin = new System.Windows.Forms.Padding(2);
  2751. this.panel16.Name = "panel16";
  2752. this.panel16.Size = new System.Drawing.Size(487, 52);
  2753. this.panel16.TabIndex = 0;
  2754. //
  2755. // numericUpDown22
  2756. //
  2757. this.numericUpDown22.DecimalPlaces = 4;
  2758. this.numericUpDown22.Location = new System.Drawing.Point(278, 29);
  2759. this.numericUpDown22.Margin = new System.Windows.Forms.Padding(2);
  2760. this.numericUpDown22.Maximum = new decimal(new int[] {
  2761. 99999,
  2762. 0,
  2763. 0,
  2764. 0});
  2765. this.numericUpDown22.Minimum = new decimal(new int[] {
  2766. 9999,
  2767. 0,
  2768. 0,
  2769. -2147483648});
  2770. this.numericUpDown22.Name = "numericUpDown22";
  2771. this.numericUpDown22.Size = new System.Drawing.Size(120, 21);
  2772. this.numericUpDown22.TabIndex = 13;
  2773. //
  2774. // numericUpDown23
  2775. //
  2776. this.numericUpDown23.DecimalPlaces = 4;
  2777. this.numericUpDown23.Location = new System.Drawing.Point(74, 30);
  2778. this.numericUpDown23.Margin = new System.Windows.Forms.Padding(2);
  2779. this.numericUpDown23.Maximum = new decimal(new int[] {
  2780. 99999,
  2781. 0,
  2782. 0,
  2783. 0});
  2784. this.numericUpDown23.Name = "numericUpDown23";
  2785. this.numericUpDown23.Size = new System.Drawing.Size(123, 21);
  2786. this.numericUpDown23.TabIndex = 13;
  2787. //
  2788. // numericUpDown24
  2789. //
  2790. this.numericUpDown24.DecimalPlaces = 4;
  2791. this.numericUpDown24.Location = new System.Drawing.Point(74, 7);
  2792. this.numericUpDown24.Margin = new System.Windows.Forms.Padding(2);
  2793. this.numericUpDown24.Maximum = new decimal(new int[] {
  2794. 99999,
  2795. 0,
  2796. 0,
  2797. 0});
  2798. this.numericUpDown24.Name = "numericUpDown24";
  2799. this.numericUpDown24.Size = new System.Drawing.Size(123, 21);
  2800. this.numericUpDown24.TabIndex = 13;
  2801. //
  2802. // label51
  2803. //
  2804. this.label51.AutoSize = true;
  2805. this.label51.ForeColor = System.Drawing.SystemColors.ControlText;
  2806. this.label51.Location = new System.Drawing.Point(214, 32);
  2807. this.label51.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2808. this.label51.Name = "label51";
  2809. this.label51.Size = new System.Drawing.Size(65, 12);
  2810. this.label51.TabIndex = 16;
  2811. this.label51.Text = "下浮范围:";
  2812. //
  2813. // label52
  2814. //
  2815. this.label52.AutoSize = true;
  2816. this.label52.ForeColor = System.Drawing.SystemColors.ControlText;
  2817. this.label52.Location = new System.Drawing.Point(10, 33);
  2818. this.label52.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2819. this.label52.Name = "label52";
  2820. this.label52.Size = new System.Drawing.Size(65, 12);
  2821. this.label52.TabIndex = 15;
  2822. this.label52.Text = "上浮范围:";
  2823. //
  2824. // label53
  2825. //
  2826. this.label53.AutoSize = true;
  2827. this.label53.ForeColor = System.Drawing.SystemColors.ControlText;
  2828. this.label53.Location = new System.Drawing.Point(10, 11);
  2829. this.label53.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2830. this.label53.Name = "label53";
  2831. this.label53.Size = new System.Drawing.Size(53, 12);
  2832. this.label53.TabIndex = 14;
  2833. this.label53.Text = "基准值:";
  2834. //
  2835. // skinTabPage14
  2836. //
  2837. this.skinTabPage14.BackColor = System.Drawing.Color.White;
  2838. this.skinTabPage14.Controls.Add(this.groupBox20);
  2839. this.skinTabPage14.Controls.Add(this.groupBox19);
  2840. this.skinTabPage14.Controls.Add(this.groupBox18);
  2841. this.skinTabPage14.Dock = System.Windows.Forms.DockStyle.Fill;
  2842. this.skinTabPage14.Enabled = false;
  2843. this.skinTabPage14.Location = new System.Drawing.Point(100, 0);
  2844. this.skinTabPage14.Name = "skinTabPage14";
  2845. this.skinTabPage14.Size = new System.Drawing.Size(529, 516);
  2846. this.skinTabPage14.TabIndex = 13;
  2847. this.skinTabPage14.TabItemImage = null;
  2848. this.skinTabPage14.Text = "鱼叉口";
  2849. //
  2850. // groupBox20
  2851. //
  2852. this.groupBox20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2853. this.groupBox20.Controls.Add(this.panel20);
  2854. this.groupBox20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2855. this.groupBox20.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2856. this.groupBox20.Location = new System.Drawing.Point(2, 150);
  2857. this.groupBox20.Margin = new System.Windows.Forms.Padding(2);
  2858. this.groupBox20.Name = "groupBox20";
  2859. this.groupBox20.Padding = new System.Windows.Forms.Padding(2);
  2860. this.groupBox20.Size = new System.Drawing.Size(491, 70);
  2861. this.groupBox20.TabIndex = 43;
  2862. this.groupBox20.TabStop = false;
  2863. this.groupBox20.Text = "鱼叉口间距基准值(mm)";
  2864. //
  2865. // panel20
  2866. //
  2867. this.panel20.BackColor = System.Drawing.Color.White;
  2868. this.panel20.Controls.Add(this.numericUpDown34);
  2869. this.panel20.Controls.Add(this.numericUpDown35);
  2870. this.panel20.Controls.Add(this.numericUpDown36);
  2871. this.panel20.Controls.Add(this.label63);
  2872. this.panel20.Controls.Add(this.label64);
  2873. this.panel20.Controls.Add(this.label65);
  2874. this.panel20.Dock = System.Windows.Forms.DockStyle.Fill;
  2875. this.panel20.Location = new System.Drawing.Point(2, 16);
  2876. this.panel20.Margin = new System.Windows.Forms.Padding(2);
  2877. this.panel20.Name = "panel20";
  2878. this.panel20.Size = new System.Drawing.Size(487, 52);
  2879. this.panel20.TabIndex = 0;
  2880. //
  2881. // numericUpDown34
  2882. //
  2883. this.numericUpDown34.DecimalPlaces = 4;
  2884. this.numericUpDown34.Location = new System.Drawing.Point(278, 29);
  2885. this.numericUpDown34.Margin = new System.Windows.Forms.Padding(2);
  2886. this.numericUpDown34.Maximum = new decimal(new int[] {
  2887. 99999,
  2888. 0,
  2889. 0,
  2890. 0});
  2891. this.numericUpDown34.Minimum = new decimal(new int[] {
  2892. 9999,
  2893. 0,
  2894. 0,
  2895. -2147483648});
  2896. this.numericUpDown34.Name = "numericUpDown34";
  2897. this.numericUpDown34.Size = new System.Drawing.Size(120, 21);
  2898. this.numericUpDown34.TabIndex = 13;
  2899. //
  2900. // numericUpDown35
  2901. //
  2902. this.numericUpDown35.DecimalPlaces = 4;
  2903. this.numericUpDown35.Location = new System.Drawing.Point(74, 30);
  2904. this.numericUpDown35.Margin = new System.Windows.Forms.Padding(2);
  2905. this.numericUpDown35.Maximum = new decimal(new int[] {
  2906. 99999,
  2907. 0,
  2908. 0,
  2909. 0});
  2910. this.numericUpDown35.Name = "numericUpDown35";
  2911. this.numericUpDown35.Size = new System.Drawing.Size(123, 21);
  2912. this.numericUpDown35.TabIndex = 13;
  2913. //
  2914. // numericUpDown36
  2915. //
  2916. this.numericUpDown36.DecimalPlaces = 4;
  2917. this.numericUpDown36.Location = new System.Drawing.Point(74, 7);
  2918. this.numericUpDown36.Margin = new System.Windows.Forms.Padding(2);
  2919. this.numericUpDown36.Maximum = new decimal(new int[] {
  2920. 99999,
  2921. 0,
  2922. 0,
  2923. 0});
  2924. this.numericUpDown36.Name = "numericUpDown36";
  2925. this.numericUpDown36.Size = new System.Drawing.Size(123, 21);
  2926. this.numericUpDown36.TabIndex = 13;
  2927. //
  2928. // label63
  2929. //
  2930. this.label63.AutoSize = true;
  2931. this.label63.ForeColor = System.Drawing.SystemColors.ControlText;
  2932. this.label63.Location = new System.Drawing.Point(214, 32);
  2933. this.label63.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2934. this.label63.Name = "label63";
  2935. this.label63.Size = new System.Drawing.Size(65, 12);
  2936. this.label63.TabIndex = 16;
  2937. this.label63.Text = "下浮范围:";
  2938. //
  2939. // label64
  2940. //
  2941. this.label64.AutoSize = true;
  2942. this.label64.ForeColor = System.Drawing.SystemColors.ControlText;
  2943. this.label64.Location = new System.Drawing.Point(10, 33);
  2944. this.label64.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2945. this.label64.Name = "label64";
  2946. this.label64.Size = new System.Drawing.Size(65, 12);
  2947. this.label64.TabIndex = 15;
  2948. this.label64.Text = "上浮范围:";
  2949. //
  2950. // label65
  2951. //
  2952. this.label65.AutoSize = true;
  2953. this.label65.ForeColor = System.Drawing.SystemColors.ControlText;
  2954. this.label65.Location = new System.Drawing.Point(10, 11);
  2955. this.label65.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  2956. this.label65.Name = "label65";
  2957. this.label65.Size = new System.Drawing.Size(53, 12);
  2958. this.label65.TabIndex = 14;
  2959. this.label65.Text = "基准值:";
  2960. //
  2961. // groupBox19
  2962. //
  2963. this.groupBox19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  2964. this.groupBox19.Controls.Add(this.panel19);
  2965. this.groupBox19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  2966. this.groupBox19.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  2967. this.groupBox19.Location = new System.Drawing.Point(2, 76);
  2968. this.groupBox19.Margin = new System.Windows.Forms.Padding(2);
  2969. this.groupBox19.Name = "groupBox19";
  2970. this.groupBox19.Padding = new System.Windows.Forms.Padding(2);
  2971. this.groupBox19.Size = new System.Drawing.Size(491, 70);
  2972. this.groupBox19.TabIndex = 42;
  2973. this.groupBox19.TabStop = false;
  2974. this.groupBox19.Text = "鱼叉口宽基准值(mm)";
  2975. //
  2976. // panel19
  2977. //
  2978. this.panel19.BackColor = System.Drawing.Color.White;
  2979. this.panel19.Controls.Add(this.numericUpDown31);
  2980. this.panel19.Controls.Add(this.numericUpDown32);
  2981. this.panel19.Controls.Add(this.numericUpDown33);
  2982. this.panel19.Controls.Add(this.label60);
  2983. this.panel19.Controls.Add(this.label61);
  2984. this.panel19.Controls.Add(this.label62);
  2985. this.panel19.Dock = System.Windows.Forms.DockStyle.Fill;
  2986. this.panel19.Location = new System.Drawing.Point(2, 16);
  2987. this.panel19.Margin = new System.Windows.Forms.Padding(2);
  2988. this.panel19.Name = "panel19";
  2989. this.panel19.Size = new System.Drawing.Size(487, 52);
  2990. this.panel19.TabIndex = 0;
  2991. //
  2992. // numericUpDown31
  2993. //
  2994. this.numericUpDown31.DecimalPlaces = 4;
  2995. this.numericUpDown31.Location = new System.Drawing.Point(278, 29);
  2996. this.numericUpDown31.Margin = new System.Windows.Forms.Padding(2);
  2997. this.numericUpDown31.Maximum = new decimal(new int[] {
  2998. 99999,
  2999. 0,
  3000. 0,
  3001. 0});
  3002. this.numericUpDown31.Minimum = new decimal(new int[] {
  3003. 9999,
  3004. 0,
  3005. 0,
  3006. -2147483648});
  3007. this.numericUpDown31.Name = "numericUpDown31";
  3008. this.numericUpDown31.Size = new System.Drawing.Size(120, 21);
  3009. this.numericUpDown31.TabIndex = 13;
  3010. //
  3011. // numericUpDown32
  3012. //
  3013. this.numericUpDown32.DecimalPlaces = 4;
  3014. this.numericUpDown32.Location = new System.Drawing.Point(74, 30);
  3015. this.numericUpDown32.Margin = new System.Windows.Forms.Padding(2);
  3016. this.numericUpDown32.Maximum = new decimal(new int[] {
  3017. 99999,
  3018. 0,
  3019. 0,
  3020. 0});
  3021. this.numericUpDown32.Name = "numericUpDown32";
  3022. this.numericUpDown32.Size = new System.Drawing.Size(123, 21);
  3023. this.numericUpDown32.TabIndex = 13;
  3024. //
  3025. // numericUpDown33
  3026. //
  3027. this.numericUpDown33.DecimalPlaces = 4;
  3028. this.numericUpDown33.Location = new System.Drawing.Point(74, 7);
  3029. this.numericUpDown33.Margin = new System.Windows.Forms.Padding(2);
  3030. this.numericUpDown33.Maximum = new decimal(new int[] {
  3031. 99999,
  3032. 0,
  3033. 0,
  3034. 0});
  3035. this.numericUpDown33.Name = "numericUpDown33";
  3036. this.numericUpDown33.Size = new System.Drawing.Size(123, 21);
  3037. this.numericUpDown33.TabIndex = 13;
  3038. //
  3039. // label60
  3040. //
  3041. this.label60.AutoSize = true;
  3042. this.label60.ForeColor = System.Drawing.SystemColors.ControlText;
  3043. this.label60.Location = new System.Drawing.Point(214, 32);
  3044. this.label60.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3045. this.label60.Name = "label60";
  3046. this.label60.Size = new System.Drawing.Size(65, 12);
  3047. this.label60.TabIndex = 16;
  3048. this.label60.Text = "下浮范围:";
  3049. //
  3050. // label61
  3051. //
  3052. this.label61.AutoSize = true;
  3053. this.label61.ForeColor = System.Drawing.SystemColors.ControlText;
  3054. this.label61.Location = new System.Drawing.Point(10, 33);
  3055. this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3056. this.label61.Name = "label61";
  3057. this.label61.Size = new System.Drawing.Size(65, 12);
  3058. this.label61.TabIndex = 15;
  3059. this.label61.Text = "上浮范围:";
  3060. //
  3061. // label62
  3062. //
  3063. this.label62.AutoSize = true;
  3064. this.label62.ForeColor = System.Drawing.SystemColors.ControlText;
  3065. this.label62.Location = new System.Drawing.Point(10, 11);
  3066. this.label62.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3067. this.label62.Name = "label62";
  3068. this.label62.Size = new System.Drawing.Size(53, 12);
  3069. this.label62.TabIndex = 14;
  3070. this.label62.Text = "基准值:";
  3071. //
  3072. // groupBox18
  3073. //
  3074. this.groupBox18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3075. this.groupBox18.Controls.Add(this.panel18);
  3076. this.groupBox18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3077. this.groupBox18.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3078. this.groupBox18.Location = new System.Drawing.Point(2, 2);
  3079. this.groupBox18.Margin = new System.Windows.Forms.Padding(2);
  3080. this.groupBox18.Name = "groupBox18";
  3081. this.groupBox18.Padding = new System.Windows.Forms.Padding(2);
  3082. this.groupBox18.Size = new System.Drawing.Size(491, 70);
  3083. this.groupBox18.TabIndex = 41;
  3084. this.groupBox18.TabStop = false;
  3085. this.groupBox18.Text = "鱼叉口长基准值(mm)";
  3086. //
  3087. // panel18
  3088. //
  3089. this.panel18.BackColor = System.Drawing.Color.White;
  3090. this.panel18.Controls.Add(this.numericUpDown28);
  3091. this.panel18.Controls.Add(this.numericUpDown29);
  3092. this.panel18.Controls.Add(this.numericUpDown30);
  3093. this.panel18.Controls.Add(this.label57);
  3094. this.panel18.Controls.Add(this.label58);
  3095. this.panel18.Controls.Add(this.label59);
  3096. this.panel18.Dock = System.Windows.Forms.DockStyle.Fill;
  3097. this.panel18.Location = new System.Drawing.Point(2, 16);
  3098. this.panel18.Margin = new System.Windows.Forms.Padding(2);
  3099. this.panel18.Name = "panel18";
  3100. this.panel18.Size = new System.Drawing.Size(487, 52);
  3101. this.panel18.TabIndex = 0;
  3102. //
  3103. // numericUpDown28
  3104. //
  3105. this.numericUpDown28.DecimalPlaces = 4;
  3106. this.numericUpDown28.Location = new System.Drawing.Point(278, 29);
  3107. this.numericUpDown28.Margin = new System.Windows.Forms.Padding(2);
  3108. this.numericUpDown28.Maximum = new decimal(new int[] {
  3109. 99999,
  3110. 0,
  3111. 0,
  3112. 0});
  3113. this.numericUpDown28.Minimum = new decimal(new int[] {
  3114. 9999,
  3115. 0,
  3116. 0,
  3117. -2147483648});
  3118. this.numericUpDown28.Name = "numericUpDown28";
  3119. this.numericUpDown28.Size = new System.Drawing.Size(120, 21);
  3120. this.numericUpDown28.TabIndex = 13;
  3121. //
  3122. // numericUpDown29
  3123. //
  3124. this.numericUpDown29.DecimalPlaces = 4;
  3125. this.numericUpDown29.Location = new System.Drawing.Point(74, 30);
  3126. this.numericUpDown29.Margin = new System.Windows.Forms.Padding(2);
  3127. this.numericUpDown29.Maximum = new decimal(new int[] {
  3128. 99999,
  3129. 0,
  3130. 0,
  3131. 0});
  3132. this.numericUpDown29.Name = "numericUpDown29";
  3133. this.numericUpDown29.Size = new System.Drawing.Size(123, 21);
  3134. this.numericUpDown29.TabIndex = 13;
  3135. //
  3136. // numericUpDown30
  3137. //
  3138. this.numericUpDown30.DecimalPlaces = 4;
  3139. this.numericUpDown30.Location = new System.Drawing.Point(74, 7);
  3140. this.numericUpDown30.Margin = new System.Windows.Forms.Padding(2);
  3141. this.numericUpDown30.Maximum = new decimal(new int[] {
  3142. 99999,
  3143. 0,
  3144. 0,
  3145. 0});
  3146. this.numericUpDown30.Name = "numericUpDown30";
  3147. this.numericUpDown30.Size = new System.Drawing.Size(123, 21);
  3148. this.numericUpDown30.TabIndex = 13;
  3149. //
  3150. // label57
  3151. //
  3152. this.label57.AutoSize = true;
  3153. this.label57.ForeColor = System.Drawing.SystemColors.ControlText;
  3154. this.label57.Location = new System.Drawing.Point(214, 32);
  3155. this.label57.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3156. this.label57.Name = "label57";
  3157. this.label57.Size = new System.Drawing.Size(65, 12);
  3158. this.label57.TabIndex = 16;
  3159. this.label57.Text = "下浮范围:";
  3160. //
  3161. // label58
  3162. //
  3163. this.label58.AutoSize = true;
  3164. this.label58.ForeColor = System.Drawing.SystemColors.ControlText;
  3165. this.label58.Location = new System.Drawing.Point(10, 33);
  3166. this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3167. this.label58.Name = "label58";
  3168. this.label58.Size = new System.Drawing.Size(65, 12);
  3169. this.label58.TabIndex = 15;
  3170. this.label58.Text = "上浮范围:";
  3171. //
  3172. // label59
  3173. //
  3174. this.label59.AutoSize = true;
  3175. this.label59.ForeColor = System.Drawing.SystemColors.ControlText;
  3176. this.label59.Location = new System.Drawing.Point(10, 11);
  3177. this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3178. this.label59.Name = "label59";
  3179. this.label59.Size = new System.Drawing.Size(53, 12);
  3180. this.label59.TabIndex = 14;
  3181. this.label59.Text = "基准值:";
  3182. //
  3183. // skinTabPage17
  3184. //
  3185. this.skinTabPage17.BackColor = System.Drawing.Color.White;
  3186. this.skinTabPage17.Controls.Add(this.groupBox22);
  3187. this.skinTabPage17.Controls.Add(this.groupBox21);
  3188. this.skinTabPage17.Dock = System.Windows.Forms.DockStyle.Fill;
  3189. this.skinTabPage17.Enabled = false;
  3190. this.skinTabPage17.Location = new System.Drawing.Point(100, 0);
  3191. this.skinTabPage17.Name = "skinTabPage17";
  3192. this.skinTabPage17.Size = new System.Drawing.Size(529, 516);
  3193. this.skinTabPage17.TabIndex = 16;
  3194. this.skinTabPage17.TabItemImage = null;
  3195. this.skinTabPage17.Text = "蜈蚣角";
  3196. //
  3197. // groupBox22
  3198. //
  3199. this.groupBox22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3200. this.groupBox22.Controls.Add(this.panel22);
  3201. this.groupBox22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3202. this.groupBox22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3203. this.groupBox22.Location = new System.Drawing.Point(4, 76);
  3204. this.groupBox22.Margin = new System.Windows.Forms.Padding(2);
  3205. this.groupBox22.Name = "groupBox22";
  3206. this.groupBox22.Padding = new System.Windows.Forms.Padding(2);
  3207. this.groupBox22.Size = new System.Drawing.Size(491, 70);
  3208. this.groupBox22.TabIndex = 43;
  3209. this.groupBox22.TabStop = false;
  3210. this.groupBox22.Text = "蜈蚣角宽基准值(mm)";
  3211. //
  3212. // panel22
  3213. //
  3214. this.panel22.BackColor = System.Drawing.Color.White;
  3215. this.panel22.Controls.Add(this.numericUpDown40);
  3216. this.panel22.Controls.Add(this.numericUpDown41);
  3217. this.panel22.Controls.Add(this.numericUpDown42);
  3218. this.panel22.Controls.Add(this.label69);
  3219. this.panel22.Controls.Add(this.label70);
  3220. this.panel22.Controls.Add(this.label71);
  3221. this.panel22.Dock = System.Windows.Forms.DockStyle.Fill;
  3222. this.panel22.Location = new System.Drawing.Point(2, 16);
  3223. this.panel22.Margin = new System.Windows.Forms.Padding(2);
  3224. this.panel22.Name = "panel22";
  3225. this.panel22.Size = new System.Drawing.Size(487, 52);
  3226. this.panel22.TabIndex = 0;
  3227. //
  3228. // numericUpDown40
  3229. //
  3230. this.numericUpDown40.DecimalPlaces = 4;
  3231. this.numericUpDown40.Location = new System.Drawing.Point(278, 29);
  3232. this.numericUpDown40.Margin = new System.Windows.Forms.Padding(2);
  3233. this.numericUpDown40.Maximum = new decimal(new int[] {
  3234. 99999,
  3235. 0,
  3236. 0,
  3237. 0});
  3238. this.numericUpDown40.Minimum = new decimal(new int[] {
  3239. 9999,
  3240. 0,
  3241. 0,
  3242. -2147483648});
  3243. this.numericUpDown40.Name = "numericUpDown40";
  3244. this.numericUpDown40.Size = new System.Drawing.Size(120, 21);
  3245. this.numericUpDown40.TabIndex = 13;
  3246. //
  3247. // numericUpDown41
  3248. //
  3249. this.numericUpDown41.DecimalPlaces = 4;
  3250. this.numericUpDown41.Location = new System.Drawing.Point(74, 30);
  3251. this.numericUpDown41.Margin = new System.Windows.Forms.Padding(2);
  3252. this.numericUpDown41.Maximum = new decimal(new int[] {
  3253. 99999,
  3254. 0,
  3255. 0,
  3256. 0});
  3257. this.numericUpDown41.Name = "numericUpDown41";
  3258. this.numericUpDown41.Size = new System.Drawing.Size(123, 21);
  3259. this.numericUpDown41.TabIndex = 13;
  3260. //
  3261. // numericUpDown42
  3262. //
  3263. this.numericUpDown42.DecimalPlaces = 4;
  3264. this.numericUpDown42.Location = new System.Drawing.Point(74, 7);
  3265. this.numericUpDown42.Margin = new System.Windows.Forms.Padding(2);
  3266. this.numericUpDown42.Maximum = new decimal(new int[] {
  3267. 99999,
  3268. 0,
  3269. 0,
  3270. 0});
  3271. this.numericUpDown42.Name = "numericUpDown42";
  3272. this.numericUpDown42.Size = new System.Drawing.Size(123, 21);
  3273. this.numericUpDown42.TabIndex = 13;
  3274. //
  3275. // label69
  3276. //
  3277. this.label69.AutoSize = true;
  3278. this.label69.ForeColor = System.Drawing.SystemColors.ControlText;
  3279. this.label69.Location = new System.Drawing.Point(214, 32);
  3280. this.label69.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3281. this.label69.Name = "label69";
  3282. this.label69.Size = new System.Drawing.Size(65, 12);
  3283. this.label69.TabIndex = 16;
  3284. this.label69.Text = "下浮范围:";
  3285. //
  3286. // label70
  3287. //
  3288. this.label70.AutoSize = true;
  3289. this.label70.ForeColor = System.Drawing.SystemColors.ControlText;
  3290. this.label70.Location = new System.Drawing.Point(10, 33);
  3291. this.label70.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3292. this.label70.Name = "label70";
  3293. this.label70.Size = new System.Drawing.Size(65, 12);
  3294. this.label70.TabIndex = 15;
  3295. this.label70.Text = "上浮范围:";
  3296. //
  3297. // label71
  3298. //
  3299. this.label71.AutoSize = true;
  3300. this.label71.ForeColor = System.Drawing.SystemColors.ControlText;
  3301. this.label71.Location = new System.Drawing.Point(10, 11);
  3302. this.label71.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3303. this.label71.Name = "label71";
  3304. this.label71.Size = new System.Drawing.Size(53, 12);
  3305. this.label71.TabIndex = 14;
  3306. this.label71.Text = "基准值:";
  3307. //
  3308. // groupBox21
  3309. //
  3310. this.groupBox21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3311. this.groupBox21.Controls.Add(this.panel21);
  3312. this.groupBox21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3313. this.groupBox21.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3314. this.groupBox21.Location = new System.Drawing.Point(4, 2);
  3315. this.groupBox21.Margin = new System.Windows.Forms.Padding(2);
  3316. this.groupBox21.Name = "groupBox21";
  3317. this.groupBox21.Padding = new System.Windows.Forms.Padding(2);
  3318. this.groupBox21.Size = new System.Drawing.Size(491, 70);
  3319. this.groupBox21.TabIndex = 42;
  3320. this.groupBox21.TabStop = false;
  3321. this.groupBox21.Text = "蜈蚣角长基准值(mm)";
  3322. //
  3323. // panel21
  3324. //
  3325. this.panel21.BackColor = System.Drawing.Color.White;
  3326. this.panel21.Controls.Add(this.numericUpDown37);
  3327. this.panel21.Controls.Add(this.numericUpDown38);
  3328. this.panel21.Controls.Add(this.numericUpDown39);
  3329. this.panel21.Controls.Add(this.label66);
  3330. this.panel21.Controls.Add(this.label67);
  3331. this.panel21.Controls.Add(this.label68);
  3332. this.panel21.Dock = System.Windows.Forms.DockStyle.Fill;
  3333. this.panel21.Location = new System.Drawing.Point(2, 16);
  3334. this.panel21.Margin = new System.Windows.Forms.Padding(2);
  3335. this.panel21.Name = "panel21";
  3336. this.panel21.Size = new System.Drawing.Size(487, 52);
  3337. this.panel21.TabIndex = 0;
  3338. //
  3339. // numericUpDown37
  3340. //
  3341. this.numericUpDown37.DecimalPlaces = 4;
  3342. this.numericUpDown37.Location = new System.Drawing.Point(278, 29);
  3343. this.numericUpDown37.Margin = new System.Windows.Forms.Padding(2);
  3344. this.numericUpDown37.Maximum = new decimal(new int[] {
  3345. 99999,
  3346. 0,
  3347. 0,
  3348. 0});
  3349. this.numericUpDown37.Minimum = new decimal(new int[] {
  3350. 9999,
  3351. 0,
  3352. 0,
  3353. -2147483648});
  3354. this.numericUpDown37.Name = "numericUpDown37";
  3355. this.numericUpDown37.Size = new System.Drawing.Size(120, 21);
  3356. this.numericUpDown37.TabIndex = 13;
  3357. //
  3358. // numericUpDown38
  3359. //
  3360. this.numericUpDown38.DecimalPlaces = 4;
  3361. this.numericUpDown38.Location = new System.Drawing.Point(74, 30);
  3362. this.numericUpDown38.Margin = new System.Windows.Forms.Padding(2);
  3363. this.numericUpDown38.Maximum = new decimal(new int[] {
  3364. 99999,
  3365. 0,
  3366. 0,
  3367. 0});
  3368. this.numericUpDown38.Name = "numericUpDown38";
  3369. this.numericUpDown38.Size = new System.Drawing.Size(123, 21);
  3370. this.numericUpDown38.TabIndex = 13;
  3371. //
  3372. // numericUpDown39
  3373. //
  3374. this.numericUpDown39.DecimalPlaces = 4;
  3375. this.numericUpDown39.Location = new System.Drawing.Point(74, 7);
  3376. this.numericUpDown39.Margin = new System.Windows.Forms.Padding(2);
  3377. this.numericUpDown39.Maximum = new decimal(new int[] {
  3378. 99999,
  3379. 0,
  3380. 0,
  3381. 0});
  3382. this.numericUpDown39.Name = "numericUpDown39";
  3383. this.numericUpDown39.Size = new System.Drawing.Size(123, 21);
  3384. this.numericUpDown39.TabIndex = 13;
  3385. //
  3386. // label66
  3387. //
  3388. this.label66.AutoSize = true;
  3389. this.label66.ForeColor = System.Drawing.SystemColors.ControlText;
  3390. this.label66.Location = new System.Drawing.Point(214, 32);
  3391. this.label66.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3392. this.label66.Name = "label66";
  3393. this.label66.Size = new System.Drawing.Size(65, 12);
  3394. this.label66.TabIndex = 16;
  3395. this.label66.Text = "下浮范围:";
  3396. //
  3397. // label67
  3398. //
  3399. this.label67.AutoSize = true;
  3400. this.label67.ForeColor = System.Drawing.SystemColors.ControlText;
  3401. this.label67.Location = new System.Drawing.Point(10, 33);
  3402. this.label67.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3403. this.label67.Name = "label67";
  3404. this.label67.Size = new System.Drawing.Size(65, 12);
  3405. this.label67.TabIndex = 15;
  3406. this.label67.Text = "上浮范围:";
  3407. //
  3408. // label68
  3409. //
  3410. this.label68.AutoSize = true;
  3411. this.label68.ForeColor = System.Drawing.SystemColors.ControlText;
  3412. this.label68.Location = new System.Drawing.Point(10, 11);
  3413. this.label68.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3414. this.label68.Name = "label68";
  3415. this.label68.Size = new System.Drawing.Size(53, 12);
  3416. this.label68.TabIndex = 14;
  3417. this.label68.Text = "基准值:";
  3418. //
  3419. // skinTabPage19
  3420. //
  3421. this.skinTabPage19.BackColor = System.Drawing.Color.White;
  3422. this.skinTabPage19.Controls.Add(this.groupBox26);
  3423. this.skinTabPage19.Dock = System.Windows.Forms.DockStyle.Fill;
  3424. this.skinTabPage19.Enabled = false;
  3425. this.skinTabPage19.Location = new System.Drawing.Point(100, 0);
  3426. this.skinTabPage19.Name = "skinTabPage19";
  3427. this.skinTabPage19.Size = new System.Drawing.Size(529, 516);
  3428. this.skinTabPage19.TabIndex = 18;
  3429. this.skinTabPage19.TabItemImage = null;
  3430. this.skinTabPage19.Text = "分片间隔";
  3431. //
  3432. // groupBox26
  3433. //
  3434. this.groupBox26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3435. this.groupBox26.Controls.Add(this.panel26);
  3436. this.groupBox26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3437. this.groupBox26.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3438. this.groupBox26.Location = new System.Drawing.Point(4, 2);
  3439. this.groupBox26.Margin = new System.Windows.Forms.Padding(2);
  3440. this.groupBox26.Name = "groupBox26";
  3441. this.groupBox26.Padding = new System.Windows.Forms.Padding(2);
  3442. this.groupBox26.Size = new System.Drawing.Size(491, 70);
  3443. this.groupBox26.TabIndex = 41;
  3444. this.groupBox26.TabStop = false;
  3445. this.groupBox26.Text = "分片间隔基准值(mm)";
  3446. //
  3447. // panel26
  3448. //
  3449. this.panel26.BackColor = System.Drawing.Color.White;
  3450. this.panel26.Controls.Add(this.numericUpDown52);
  3451. this.panel26.Controls.Add(this.numericUpDown53);
  3452. this.panel26.Controls.Add(this.numericUpDown54);
  3453. this.panel26.Controls.Add(this.label81);
  3454. this.panel26.Controls.Add(this.label82);
  3455. this.panel26.Controls.Add(this.label83);
  3456. this.panel26.Dock = System.Windows.Forms.DockStyle.Fill;
  3457. this.panel26.Location = new System.Drawing.Point(2, 16);
  3458. this.panel26.Margin = new System.Windows.Forms.Padding(2);
  3459. this.panel26.Name = "panel26";
  3460. this.panel26.Size = new System.Drawing.Size(487, 52);
  3461. this.panel26.TabIndex = 0;
  3462. //
  3463. // numericUpDown52
  3464. //
  3465. this.numericUpDown52.DecimalPlaces = 4;
  3466. this.numericUpDown52.Location = new System.Drawing.Point(278, 29);
  3467. this.numericUpDown52.Margin = new System.Windows.Forms.Padding(2);
  3468. this.numericUpDown52.Maximum = new decimal(new int[] {
  3469. 99999,
  3470. 0,
  3471. 0,
  3472. 0});
  3473. this.numericUpDown52.Minimum = new decimal(new int[] {
  3474. 9999,
  3475. 0,
  3476. 0,
  3477. -2147483648});
  3478. this.numericUpDown52.Name = "numericUpDown52";
  3479. this.numericUpDown52.Size = new System.Drawing.Size(120, 21);
  3480. this.numericUpDown52.TabIndex = 13;
  3481. //
  3482. // numericUpDown53
  3483. //
  3484. this.numericUpDown53.DecimalPlaces = 4;
  3485. this.numericUpDown53.Location = new System.Drawing.Point(74, 30);
  3486. this.numericUpDown53.Margin = new System.Windows.Forms.Padding(2);
  3487. this.numericUpDown53.Maximum = new decimal(new int[] {
  3488. 99999,
  3489. 0,
  3490. 0,
  3491. 0});
  3492. this.numericUpDown53.Name = "numericUpDown53";
  3493. this.numericUpDown53.Size = new System.Drawing.Size(123, 21);
  3494. this.numericUpDown53.TabIndex = 13;
  3495. //
  3496. // numericUpDown54
  3497. //
  3498. this.numericUpDown54.DecimalPlaces = 4;
  3499. this.numericUpDown54.Location = new System.Drawing.Point(74, 7);
  3500. this.numericUpDown54.Margin = new System.Windows.Forms.Padding(2);
  3501. this.numericUpDown54.Maximum = new decimal(new int[] {
  3502. 99999,
  3503. 0,
  3504. 0,
  3505. 0});
  3506. this.numericUpDown54.Name = "numericUpDown54";
  3507. this.numericUpDown54.Size = new System.Drawing.Size(123, 21);
  3508. this.numericUpDown54.TabIndex = 13;
  3509. //
  3510. // label81
  3511. //
  3512. this.label81.AutoSize = true;
  3513. this.label81.ForeColor = System.Drawing.SystemColors.ControlText;
  3514. this.label81.Location = new System.Drawing.Point(214, 32);
  3515. this.label81.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3516. this.label81.Name = "label81";
  3517. this.label81.Size = new System.Drawing.Size(65, 12);
  3518. this.label81.TabIndex = 16;
  3519. this.label81.Text = "下浮范围:";
  3520. //
  3521. // label82
  3522. //
  3523. this.label82.AutoSize = true;
  3524. this.label82.ForeColor = System.Drawing.SystemColors.ControlText;
  3525. this.label82.Location = new System.Drawing.Point(10, 33);
  3526. this.label82.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3527. this.label82.Name = "label82";
  3528. this.label82.Size = new System.Drawing.Size(65, 12);
  3529. this.label82.TabIndex = 15;
  3530. this.label82.Text = "上浮范围:";
  3531. //
  3532. // label83
  3533. //
  3534. this.label83.AutoSize = true;
  3535. this.label83.ForeColor = System.Drawing.SystemColors.ControlText;
  3536. this.label83.Location = new System.Drawing.Point(10, 11);
  3537. this.label83.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3538. this.label83.Name = "label83";
  3539. this.label83.Size = new System.Drawing.Size(53, 12);
  3540. this.label83.TabIndex = 14;
  3541. this.label83.Text = "基准值:";
  3542. //
  3543. // skinTabPage1
  3544. //
  3545. this.skinTabPage1.BackColor = System.Drawing.Color.White;
  3546. this.skinTabPage1.Controls.Add(this.groupBox23);
  3547. this.skinTabPage1.Controls.Add(this.groupBox24);
  3548. this.skinTabPage1.Controls.Add(this.groupBox25);
  3549. this.skinTabPage1.Dock = System.Windows.Forms.DockStyle.Fill;
  3550. this.skinTabPage1.Enabled = false;
  3551. this.skinTabPage1.Location = new System.Drawing.Point(100, 0);
  3552. this.skinTabPage1.Name = "skinTabPage1";
  3553. this.skinTabPage1.Size = new System.Drawing.Size(529, 516);
  3554. this.skinTabPage1.TabIndex = 19;
  3555. this.skinTabPage1.TabItemImage = null;
  3556. this.skinTabPage1.Text = "焊点";
  3557. //
  3558. // groupBox23
  3559. //
  3560. this.groupBox23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3561. this.groupBox23.Controls.Add(this.panel23);
  3562. this.groupBox23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3563. this.groupBox23.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3564. this.groupBox23.Location = new System.Drawing.Point(2, 150);
  3565. this.groupBox23.Margin = new System.Windows.Forms.Padding(2);
  3566. this.groupBox23.Name = "groupBox23";
  3567. this.groupBox23.Padding = new System.Windows.Forms.Padding(2);
  3568. this.groupBox23.Size = new System.Drawing.Size(491, 70);
  3569. this.groupBox23.TabIndex = 46;
  3570. this.groupBox23.TabStop = false;
  3571. this.groupBox23.Text = "焊点间距基准值(mm)";
  3572. //
  3573. // panel23
  3574. //
  3575. this.panel23.BackColor = System.Drawing.Color.White;
  3576. this.panel23.Controls.Add(this.numericUpDown43);
  3577. this.panel23.Controls.Add(this.numericUpDown44);
  3578. this.panel23.Controls.Add(this.numericUpDown45);
  3579. this.panel23.Controls.Add(this.label72);
  3580. this.panel23.Controls.Add(this.label73);
  3581. this.panel23.Controls.Add(this.label74);
  3582. this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
  3583. this.panel23.Location = new System.Drawing.Point(2, 16);
  3584. this.panel23.Margin = new System.Windows.Forms.Padding(2);
  3585. this.panel23.Name = "panel23";
  3586. this.panel23.Size = new System.Drawing.Size(487, 52);
  3587. this.panel23.TabIndex = 0;
  3588. //
  3589. // numericUpDown43
  3590. //
  3591. this.numericUpDown43.DecimalPlaces = 4;
  3592. this.numericUpDown43.Location = new System.Drawing.Point(278, 29);
  3593. this.numericUpDown43.Margin = new System.Windows.Forms.Padding(2);
  3594. this.numericUpDown43.Maximum = new decimal(new int[] {
  3595. 99999,
  3596. 0,
  3597. 0,
  3598. 0});
  3599. this.numericUpDown43.Minimum = new decimal(new int[] {
  3600. 9999,
  3601. 0,
  3602. 0,
  3603. -2147483648});
  3604. this.numericUpDown43.Name = "numericUpDown43";
  3605. this.numericUpDown43.Size = new System.Drawing.Size(120, 21);
  3606. this.numericUpDown43.TabIndex = 13;
  3607. //
  3608. // numericUpDown44
  3609. //
  3610. this.numericUpDown44.DecimalPlaces = 4;
  3611. this.numericUpDown44.Location = new System.Drawing.Point(74, 30);
  3612. this.numericUpDown44.Margin = new System.Windows.Forms.Padding(2);
  3613. this.numericUpDown44.Maximum = new decimal(new int[] {
  3614. 99999,
  3615. 0,
  3616. 0,
  3617. 0});
  3618. this.numericUpDown44.Name = "numericUpDown44";
  3619. this.numericUpDown44.Size = new System.Drawing.Size(123, 21);
  3620. this.numericUpDown44.TabIndex = 13;
  3621. //
  3622. // numericUpDown45
  3623. //
  3624. this.numericUpDown45.DecimalPlaces = 4;
  3625. this.numericUpDown45.Location = new System.Drawing.Point(74, 7);
  3626. this.numericUpDown45.Margin = new System.Windows.Forms.Padding(2);
  3627. this.numericUpDown45.Maximum = new decimal(new int[] {
  3628. 99999,
  3629. 0,
  3630. 0,
  3631. 0});
  3632. this.numericUpDown45.Name = "numericUpDown45";
  3633. this.numericUpDown45.Size = new System.Drawing.Size(123, 21);
  3634. this.numericUpDown45.TabIndex = 13;
  3635. //
  3636. // label72
  3637. //
  3638. this.label72.AutoSize = true;
  3639. this.label72.ForeColor = System.Drawing.SystemColors.ControlText;
  3640. this.label72.Location = new System.Drawing.Point(214, 32);
  3641. this.label72.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3642. this.label72.Name = "label72";
  3643. this.label72.Size = new System.Drawing.Size(65, 12);
  3644. this.label72.TabIndex = 16;
  3645. this.label72.Text = "下浮范围:";
  3646. //
  3647. // label73
  3648. //
  3649. this.label73.AutoSize = true;
  3650. this.label73.ForeColor = System.Drawing.SystemColors.ControlText;
  3651. this.label73.Location = new System.Drawing.Point(10, 33);
  3652. this.label73.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3653. this.label73.Name = "label73";
  3654. this.label73.Size = new System.Drawing.Size(65, 12);
  3655. this.label73.TabIndex = 15;
  3656. this.label73.Text = "上浮范围:";
  3657. //
  3658. // label74
  3659. //
  3660. this.label74.AutoSize = true;
  3661. this.label74.ForeColor = System.Drawing.SystemColors.ControlText;
  3662. this.label74.Location = new System.Drawing.Point(10, 11);
  3663. this.label74.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3664. this.label74.Name = "label74";
  3665. this.label74.Size = new System.Drawing.Size(53, 12);
  3666. this.label74.TabIndex = 14;
  3667. this.label74.Text = "基准值:";
  3668. //
  3669. // groupBox24
  3670. //
  3671. this.groupBox24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3672. this.groupBox24.Controls.Add(this.panel24);
  3673. this.groupBox24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3674. this.groupBox24.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3675. this.groupBox24.Location = new System.Drawing.Point(2, 76);
  3676. this.groupBox24.Margin = new System.Windows.Forms.Padding(2);
  3677. this.groupBox24.Name = "groupBox24";
  3678. this.groupBox24.Padding = new System.Windows.Forms.Padding(2);
  3679. this.groupBox24.Size = new System.Drawing.Size(491, 70);
  3680. this.groupBox24.TabIndex = 45;
  3681. this.groupBox24.TabStop = false;
  3682. this.groupBox24.Text = "焊点宽基准值(mm)";
  3683. //
  3684. // panel24
  3685. //
  3686. this.panel24.BackColor = System.Drawing.Color.White;
  3687. this.panel24.Controls.Add(this.numericUpDown46);
  3688. this.panel24.Controls.Add(this.numericUpDown47);
  3689. this.panel24.Controls.Add(this.numericUpDown48);
  3690. this.panel24.Controls.Add(this.label75);
  3691. this.panel24.Controls.Add(this.label76);
  3692. this.panel24.Controls.Add(this.label77);
  3693. this.panel24.Dock = System.Windows.Forms.DockStyle.Fill;
  3694. this.panel24.Location = new System.Drawing.Point(2, 16);
  3695. this.panel24.Margin = new System.Windows.Forms.Padding(2);
  3696. this.panel24.Name = "panel24";
  3697. this.panel24.Size = new System.Drawing.Size(487, 52);
  3698. this.panel24.TabIndex = 0;
  3699. //
  3700. // numericUpDown46
  3701. //
  3702. this.numericUpDown46.DecimalPlaces = 4;
  3703. this.numericUpDown46.Location = new System.Drawing.Point(278, 29);
  3704. this.numericUpDown46.Margin = new System.Windows.Forms.Padding(2);
  3705. this.numericUpDown46.Maximum = new decimal(new int[] {
  3706. 99999,
  3707. 0,
  3708. 0,
  3709. 0});
  3710. this.numericUpDown46.Minimum = new decimal(new int[] {
  3711. 9999,
  3712. 0,
  3713. 0,
  3714. -2147483648});
  3715. this.numericUpDown46.Name = "numericUpDown46";
  3716. this.numericUpDown46.Size = new System.Drawing.Size(120, 21);
  3717. this.numericUpDown46.TabIndex = 13;
  3718. //
  3719. // numericUpDown47
  3720. //
  3721. this.numericUpDown47.DecimalPlaces = 4;
  3722. this.numericUpDown47.Location = new System.Drawing.Point(74, 30);
  3723. this.numericUpDown47.Margin = new System.Windows.Forms.Padding(2);
  3724. this.numericUpDown47.Maximum = new decimal(new int[] {
  3725. 99999,
  3726. 0,
  3727. 0,
  3728. 0});
  3729. this.numericUpDown47.Name = "numericUpDown47";
  3730. this.numericUpDown47.Size = new System.Drawing.Size(123, 21);
  3731. this.numericUpDown47.TabIndex = 13;
  3732. //
  3733. // numericUpDown48
  3734. //
  3735. this.numericUpDown48.DecimalPlaces = 4;
  3736. this.numericUpDown48.Location = new System.Drawing.Point(74, 7);
  3737. this.numericUpDown48.Margin = new System.Windows.Forms.Padding(2);
  3738. this.numericUpDown48.Maximum = new decimal(new int[] {
  3739. 99999,
  3740. 0,
  3741. 0,
  3742. 0});
  3743. this.numericUpDown48.Name = "numericUpDown48";
  3744. this.numericUpDown48.Size = new System.Drawing.Size(123, 21);
  3745. this.numericUpDown48.TabIndex = 13;
  3746. //
  3747. // label75
  3748. //
  3749. this.label75.AutoSize = true;
  3750. this.label75.ForeColor = System.Drawing.SystemColors.ControlText;
  3751. this.label75.Location = new System.Drawing.Point(214, 32);
  3752. this.label75.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3753. this.label75.Name = "label75";
  3754. this.label75.Size = new System.Drawing.Size(65, 12);
  3755. this.label75.TabIndex = 16;
  3756. this.label75.Text = "下浮范围:";
  3757. //
  3758. // label76
  3759. //
  3760. this.label76.AutoSize = true;
  3761. this.label76.ForeColor = System.Drawing.SystemColors.ControlText;
  3762. this.label76.Location = new System.Drawing.Point(10, 33);
  3763. this.label76.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3764. this.label76.Name = "label76";
  3765. this.label76.Size = new System.Drawing.Size(65, 12);
  3766. this.label76.TabIndex = 15;
  3767. this.label76.Text = "上浮范围:";
  3768. //
  3769. // label77
  3770. //
  3771. this.label77.AutoSize = true;
  3772. this.label77.ForeColor = System.Drawing.SystemColors.ControlText;
  3773. this.label77.Location = new System.Drawing.Point(10, 11);
  3774. this.label77.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3775. this.label77.Name = "label77";
  3776. this.label77.Size = new System.Drawing.Size(53, 12);
  3777. this.label77.TabIndex = 14;
  3778. this.label77.Text = "基准值:";
  3779. //
  3780. // groupBox25
  3781. //
  3782. this.groupBox25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  3783. this.groupBox25.Controls.Add(this.panel25);
  3784. this.groupBox25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3785. this.groupBox25.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  3786. this.groupBox25.Location = new System.Drawing.Point(2, 2);
  3787. this.groupBox25.Margin = new System.Windows.Forms.Padding(2);
  3788. this.groupBox25.Name = "groupBox25";
  3789. this.groupBox25.Padding = new System.Windows.Forms.Padding(2);
  3790. this.groupBox25.Size = new System.Drawing.Size(491, 70);
  3791. this.groupBox25.TabIndex = 44;
  3792. this.groupBox25.TabStop = false;
  3793. this.groupBox25.Text = "焊点长基准值(mm)";
  3794. //
  3795. // panel25
  3796. //
  3797. this.panel25.BackColor = System.Drawing.Color.White;
  3798. this.panel25.Controls.Add(this.numericUpDown49);
  3799. this.panel25.Controls.Add(this.numericUpDown50);
  3800. this.panel25.Controls.Add(this.numericUpDown51);
  3801. this.panel25.Controls.Add(this.label78);
  3802. this.panel25.Controls.Add(this.label79);
  3803. this.panel25.Controls.Add(this.label80);
  3804. this.panel25.Dock = System.Windows.Forms.DockStyle.Fill;
  3805. this.panel25.Location = new System.Drawing.Point(2, 16);
  3806. this.panel25.Margin = new System.Windows.Forms.Padding(2);
  3807. this.panel25.Name = "panel25";
  3808. this.panel25.Size = new System.Drawing.Size(487, 52);
  3809. this.panel25.TabIndex = 0;
  3810. //
  3811. // numericUpDown49
  3812. //
  3813. this.numericUpDown49.DecimalPlaces = 4;
  3814. this.numericUpDown49.Location = new System.Drawing.Point(278, 29);
  3815. this.numericUpDown49.Margin = new System.Windows.Forms.Padding(2);
  3816. this.numericUpDown49.Maximum = new decimal(new int[] {
  3817. 99999,
  3818. 0,
  3819. 0,
  3820. 0});
  3821. this.numericUpDown49.Minimum = new decimal(new int[] {
  3822. 9999,
  3823. 0,
  3824. 0,
  3825. -2147483648});
  3826. this.numericUpDown49.Name = "numericUpDown49";
  3827. this.numericUpDown49.Size = new System.Drawing.Size(120, 21);
  3828. this.numericUpDown49.TabIndex = 13;
  3829. //
  3830. // numericUpDown50
  3831. //
  3832. this.numericUpDown50.DecimalPlaces = 4;
  3833. this.numericUpDown50.Location = new System.Drawing.Point(74, 30);
  3834. this.numericUpDown50.Margin = new System.Windows.Forms.Padding(2);
  3835. this.numericUpDown50.Maximum = new decimal(new int[] {
  3836. 99999,
  3837. 0,
  3838. 0,
  3839. 0});
  3840. this.numericUpDown50.Name = "numericUpDown50";
  3841. this.numericUpDown50.Size = new System.Drawing.Size(123, 21);
  3842. this.numericUpDown50.TabIndex = 13;
  3843. //
  3844. // numericUpDown51
  3845. //
  3846. this.numericUpDown51.DecimalPlaces = 4;
  3847. this.numericUpDown51.Location = new System.Drawing.Point(74, 7);
  3848. this.numericUpDown51.Margin = new System.Windows.Forms.Padding(2);
  3849. this.numericUpDown51.Maximum = new decimal(new int[] {
  3850. 99999,
  3851. 0,
  3852. 0,
  3853. 0});
  3854. this.numericUpDown51.Name = "numericUpDown51";
  3855. this.numericUpDown51.Size = new System.Drawing.Size(123, 21);
  3856. this.numericUpDown51.TabIndex = 13;
  3857. //
  3858. // label78
  3859. //
  3860. this.label78.AutoSize = true;
  3861. this.label78.ForeColor = System.Drawing.SystemColors.ControlText;
  3862. this.label78.Location = new System.Drawing.Point(214, 32);
  3863. this.label78.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3864. this.label78.Name = "label78";
  3865. this.label78.Size = new System.Drawing.Size(65, 12);
  3866. this.label78.TabIndex = 16;
  3867. this.label78.Text = "下浮范围:";
  3868. //
  3869. // label79
  3870. //
  3871. this.label79.AutoSize = true;
  3872. this.label79.ForeColor = System.Drawing.SystemColors.ControlText;
  3873. this.label79.Location = new System.Drawing.Point(10, 33);
  3874. this.label79.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3875. this.label79.Name = "label79";
  3876. this.label79.Size = new System.Drawing.Size(65, 12);
  3877. this.label79.TabIndex = 15;
  3878. this.label79.Text = "上浮范围:";
  3879. //
  3880. // label80
  3881. //
  3882. this.label80.AutoSize = true;
  3883. this.label80.ForeColor = System.Drawing.SystemColors.ControlText;
  3884. this.label80.Location = new System.Drawing.Point(10, 11);
  3885. this.label80.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  3886. this.label80.Name = "label80";
  3887. this.label80.Size = new System.Drawing.Size(53, 12);
  3888. this.label80.TabIndex = 14;
  3889. this.label80.Text = "基准值:";
  3890. //
  3891. // tabPage4
  3892. //
  3893. this.tabPage4.Controls.Add(this.flpQualifiedPannel);
  3894. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  3895. this.tabPage4.Margin = new System.Windows.Forms.Padding(2);
  3896. this.tabPage4.Name = "tabPage4";
  3897. this.tabPage4.Size = new System.Drawing.Size(633, 520);
  3898. this.tabPage4.TabIndex = 3;
  3899. this.tabPage4.Text = "外观合格标准";
  3900. this.tabPage4.UseVisualStyleBackColor = true;
  3901. //
  3902. // flpQualifiedPannel
  3903. //
  3904. this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
  3905. this.flpQualifiedPannel.Location = new System.Drawing.Point(0, 0);
  3906. this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
  3907. this.flpQualifiedPannel.Name = "flpQualifiedPannel";
  3908. this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
  3909. this.flpQualifiedPannel.Size = new System.Drawing.Size(633, 520);
  3910. this.flpQualifiedPannel.TabIndex = 0;
  3911. //
  3912. // tabPage5
  3913. //
  3914. this.tabPage5.Controls.Add(this.groupBox29);
  3915. this.tabPage5.Controls.Add(this.groupBox27);
  3916. this.tabPage5.Controls.Add(this.groupBox28);
  3917. this.tabPage5.Location = new System.Drawing.Point(4, 22);
  3918. this.tabPage5.Name = "tabPage5";
  3919. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  3920. this.tabPage5.Size = new System.Drawing.Size(633, 520);
  3921. this.tabPage5.TabIndex = 4;
  3922. this.tabPage5.Text = "打印设置";
  3923. this.tabPage5.UseVisualStyleBackColor = true;
  3924. //
  3925. // groupBox29
  3926. //
  3927. this.groupBox29.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  3928. | System.Windows.Forms.AnchorStyles.Right)));
  3929. this.groupBox29.BackColor = System.Drawing.Color.Transparent;
  3930. this.groupBox29.Controls.Add(this.panel29);
  3931. this.groupBox29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3932. this.groupBox29.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  3933. this.groupBox29.Location = new System.Drawing.Point(7, 5);
  3934. this.groupBox29.Margin = new System.Windows.Forms.Padding(2);
  3935. this.groupBox29.Name = "groupBox29";
  3936. this.groupBox29.Padding = new System.Windows.Forms.Padding(2);
  3937. this.groupBox29.Size = new System.Drawing.Size(613, 140);
  3938. this.groupBox29.TabIndex = 37;
  3939. this.groupBox29.TabStop = false;
  3940. this.groupBox29.Text = "检测单打印";
  3941. //
  3942. // panel29
  3943. //
  3944. this.panel29.BackColor = System.Drawing.Color.White;
  3945. this.panel29.Controls.Add(this.dataGridView3);
  3946. this.panel29.Controls.Add(this.label86);
  3947. this.panel29.Controls.Add(this.tbOrderTempPath);
  3948. this.panel29.Controls.Add(this.cbOrderPrint);
  3949. this.panel29.Controls.Add(this.label84);
  3950. this.panel29.Dock = System.Windows.Forms.DockStyle.Fill;
  3951. this.panel29.ForeColor = System.Drawing.SystemColors.ControlText;
  3952. this.panel29.Location = new System.Drawing.Point(2, 16);
  3953. this.panel29.Margin = new System.Windows.Forms.Padding(2);
  3954. this.panel29.Name = "panel29";
  3955. this.panel29.Size = new System.Drawing.Size(609, 122);
  3956. this.panel29.TabIndex = 0;
  3957. //
  3958. // dataGridView3
  3959. //
  3960. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  3961. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  3962. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3963. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  3964. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  3965. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  3966. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  3967. this.dataGridView3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  3968. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  3969. this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  3970. this.Key3,
  3971. this.DataType3});
  3972. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  3973. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  3974. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3975. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  3976. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  3977. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  3978. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  3979. this.dataGridView3.DefaultCellStyle = dataGridViewCellStyle6;
  3980. this.dataGridView3.Location = new System.Drawing.Point(10, 38);
  3981. this.dataGridView3.Name = "dataGridView3";
  3982. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  3983. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  3984. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  3985. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  3986. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  3987. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  3988. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  3989. this.dataGridView3.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
  3990. this.dataGridView3.RowTemplate.Height = 23;
  3991. this.dataGridView3.Size = new System.Drawing.Size(443, 81);
  3992. this.dataGridView3.TabIndex = 17;
  3993. //
  3994. // Key3
  3995. //
  3996. this.Key3.HeaderText = "Key";
  3997. this.Key3.Name = "Key3";
  3998. this.Key3.Width = 180;
  3999. //
  4000. // DataType3
  4001. //
  4002. this.DataType3.HeaderText = "DataType";
  4003. this.DataType3.Name = "DataType3";
  4004. this.DataType3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  4005. this.DataType3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  4006. this.DataType3.Width = 180;
  4007. //
  4008. // label86
  4009. //
  4010. this.label86.AutoSize = true;
  4011. this.label86.ForeColor = System.Drawing.SystemColors.AppWorkspace;
  4012. this.label86.Location = new System.Drawing.Point(11, 38);
  4013. this.label86.Name = "label86";
  4014. this.label86.Size = new System.Drawing.Size(125, 12);
  4015. this.label86.TabIndex = 13;
  4016. this.label86.Text = "检测单打印为定制功能";
  4017. this.label86.Visible = false;
  4018. //
  4019. // tbOrderTempPath
  4020. //
  4021. this.tbOrderTempPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  4022. | System.Windows.Forms.AnchorStyles.Right)));
  4023. this.tbOrderTempPath.Location = new System.Drawing.Point(206, 13);
  4024. this.tbOrderTempPath.Margin = new System.Windows.Forms.Padding(2);
  4025. this.tbOrderTempPath.Name = "tbOrderTempPath";
  4026. this.tbOrderTempPath.ReadOnly = true;
  4027. this.tbOrderTempPath.Size = new System.Drawing.Size(360, 21);
  4028. this.tbOrderTempPath.TabIndex = 5;
  4029. this.tbOrderTempPath.Text = "D:\\phtons\\";
  4030. this.tbOrderTempPath.DoubleClick += new System.EventHandler(this.tbBarTenderTempPath_DoubleClick);
  4031. //
  4032. // cbOrderPrint
  4033. //
  4034. this.cbOrderPrint.AutoSize = true;
  4035. this.cbOrderPrint.ForeColor = System.Drawing.SystemColors.ControlText;
  4036. this.cbOrderPrint.Location = new System.Drawing.Point(10, 15);
  4037. this.cbOrderPrint.Margin = new System.Windows.Forms.Padding(2);
  4038. this.cbOrderPrint.Name = "cbOrderPrint";
  4039. this.cbOrderPrint.Size = new System.Drawing.Size(108, 16);
  4040. this.cbOrderPrint.TabIndex = 12;
  4041. this.cbOrderPrint.Text = "启用检测单打印";
  4042. this.cbOrderPrint.UseVisualStyleBackColor = true;
  4043. //
  4044. // label84
  4045. //
  4046. this.label84.AutoSize = true;
  4047. this.label84.ForeColor = System.Drawing.SystemColors.ControlText;
  4048. this.label84.Location = new System.Drawing.Point(137, 15);
  4049. this.label84.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  4050. this.label84.Name = "label84";
  4051. this.label84.Size = new System.Drawing.Size(65, 12);
  4052. this.label84.TabIndex = 4;
  4053. this.label84.Text = "模板路径:";
  4054. //
  4055. // groupBox27
  4056. //
  4057. this.groupBox27.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  4058. | System.Windows.Forms.AnchorStyles.Right)));
  4059. this.groupBox27.BackColor = System.Drawing.Color.Transparent;
  4060. this.groupBox27.Controls.Add(this.panel27);
  4061. this.groupBox27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4062. this.groupBox27.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  4063. this.groupBox27.Location = new System.Drawing.Point(7, 330);
  4064. this.groupBox27.Margin = new System.Windows.Forms.Padding(2);
  4065. this.groupBox27.Name = "groupBox27";
  4066. this.groupBox27.Padding = new System.Windows.Forms.Padding(2);
  4067. this.groupBox27.Size = new System.Drawing.Size(613, 183);
  4068. this.groupBox27.TabIndex = 36;
  4069. this.groupBox27.TabStop = false;
  4070. this.groupBox27.Text = "Excel打印";
  4071. //
  4072. // panel27
  4073. //
  4074. this.panel27.BackColor = System.Drawing.Color.White;
  4075. this.panel27.Controls.Add(this.dataGridView2);
  4076. this.panel27.Controls.Add(this.tbExcelTempPath);
  4077. this.panel27.Controls.Add(this.cbOpenExcelPrint);
  4078. this.panel27.Controls.Add(this.label85);
  4079. this.panel27.Dock = System.Windows.Forms.DockStyle.Fill;
  4080. this.panel27.Location = new System.Drawing.Point(2, 16);
  4081. this.panel27.Margin = new System.Windows.Forms.Padding(2);
  4082. this.panel27.Name = "panel27";
  4083. this.panel27.Size = new System.Drawing.Size(609, 165);
  4084. this.panel27.TabIndex = 0;
  4085. //
  4086. // dataGridView2
  4087. //
  4088. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  4089. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  4090. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4091. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  4092. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  4093. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  4094. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  4095. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  4096. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  4097. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  4098. this.Key2,
  4099. this.DataType2});
  4100. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  4101. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  4102. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4103. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  4104. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  4105. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.InfoText;
  4106. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  4107. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle9;
  4108. this.dataGridView2.Location = new System.Drawing.Point(10, 37);
  4109. this.dataGridView2.Name = "dataGridView2";
  4110. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  4111. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  4112. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4113. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  4114. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  4115. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  4116. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  4117. this.dataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
  4118. this.dataGridView2.RowTemplate.Height = 23;
  4119. this.dataGridView2.Size = new System.Drawing.Size(443, 123);
  4120. this.dataGridView2.TabIndex = 16;
  4121. //
  4122. // Key2
  4123. //
  4124. this.Key2.HeaderText = "Key";
  4125. this.Key2.Name = "Key2";
  4126. this.Key2.Width = 180;
  4127. //
  4128. // DataType2
  4129. //
  4130. this.DataType2.HeaderText = "DataType";
  4131. this.DataType2.Name = "DataType2";
  4132. this.DataType2.Width = 180;
  4133. //
  4134. // tbExcelTempPath
  4135. //
  4136. this.tbExcelTempPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  4137. | System.Windows.Forms.AnchorStyles.Right)));
  4138. this.tbExcelTempPath.Location = new System.Drawing.Point(206, 11);
  4139. this.tbExcelTempPath.Margin = new System.Windows.Forms.Padding(2);
  4140. this.tbExcelTempPath.Name = "tbExcelTempPath";
  4141. this.tbExcelTempPath.ReadOnly = true;
  4142. this.tbExcelTempPath.Size = new System.Drawing.Size(360, 21);
  4143. this.tbExcelTempPath.TabIndex = 5;
  4144. this.tbExcelTempPath.Text = "D:\\phtons\\";
  4145. this.tbExcelTempPath.DoubleClick += new System.EventHandler(this.tbBarTenderTempPath_DoubleClick);
  4146. //
  4147. // cbOpenExcelPrint
  4148. //
  4149. this.cbOpenExcelPrint.AutoSize = true;
  4150. this.cbOpenExcelPrint.ForeColor = System.Drawing.SystemColors.ControlText;
  4151. this.cbOpenExcelPrint.Location = new System.Drawing.Point(10, 10);
  4152. this.cbOpenExcelPrint.Margin = new System.Windows.Forms.Padding(2);
  4153. this.cbOpenExcelPrint.Name = "cbOpenExcelPrint";
  4154. this.cbOpenExcelPrint.Size = new System.Drawing.Size(126, 16);
  4155. this.cbOpenExcelPrint.TabIndex = 12;
  4156. this.cbOpenExcelPrint.Text = "启用Excel文件打印";
  4157. this.cbOpenExcelPrint.UseVisualStyleBackColor = true;
  4158. //
  4159. // label85
  4160. //
  4161. this.label85.AutoSize = true;
  4162. this.label85.ForeColor = System.Drawing.SystemColors.ControlText;
  4163. this.label85.Location = new System.Drawing.Point(137, 11);
  4164. this.label85.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  4165. this.label85.Name = "label85";
  4166. this.label85.Size = new System.Drawing.Size(65, 12);
  4167. this.label85.TabIndex = 4;
  4168. this.label85.Text = "模板路径:";
  4169. //
  4170. // groupBox28
  4171. //
  4172. this.groupBox28.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  4173. | System.Windows.Forms.AnchorStyles.Right)));
  4174. this.groupBox28.BackColor = System.Drawing.Color.Transparent;
  4175. this.groupBox28.Controls.Add(this.panel28);
  4176. this.groupBox28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4177. this.groupBox28.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  4178. this.groupBox28.Location = new System.Drawing.Point(7, 149);
  4179. this.groupBox28.Margin = new System.Windows.Forms.Padding(2);
  4180. this.groupBox28.Name = "groupBox28";
  4181. this.groupBox28.Padding = new System.Windows.Forms.Padding(2);
  4182. this.groupBox28.Size = new System.Drawing.Size(613, 177);
  4183. this.groupBox28.TabIndex = 35;
  4184. this.groupBox28.TabStop = false;
  4185. this.groupBox28.Text = "标签打印";
  4186. //
  4187. // panel28
  4188. //
  4189. this.panel28.BackColor = System.Drawing.Color.White;
  4190. this.panel28.Controls.Add(this.dataGridView1);
  4191. this.panel28.Controls.Add(this.tbBarTenderTempPath);
  4192. this.panel28.Controls.Add(this.cbOpenBarTenderPrint);
  4193. this.panel28.Controls.Add(this.label87);
  4194. this.panel28.Dock = System.Windows.Forms.DockStyle.Fill;
  4195. this.panel28.ForeColor = System.Drawing.SystemColors.ControlText;
  4196. this.panel28.Location = new System.Drawing.Point(2, 16);
  4197. this.panel28.Margin = new System.Windows.Forms.Padding(2);
  4198. this.panel28.Name = "panel28";
  4199. this.panel28.Size = new System.Drawing.Size(609, 159);
  4200. this.panel28.TabIndex = 0;
  4201. //
  4202. // dataGridView1
  4203. //
  4204. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  4205. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
  4206. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4207. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
  4208. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  4209. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  4210. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  4211. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  4212. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  4213. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  4214. this.Key,
  4215. this.DataType});
  4216. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  4217. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
  4218. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4219. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
  4220. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  4221. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  4222. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  4223. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle12;
  4224. this.dataGridView1.Location = new System.Drawing.Point(10, 31);
  4225. this.dataGridView1.Name = "dataGridView1";
  4226. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  4227. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
  4228. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  4229. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
  4230. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  4231. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  4232. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  4233. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
  4234. this.dataGridView1.RowTemplate.Height = 23;
  4235. this.dataGridView1.Size = new System.Drawing.Size(443, 120);
  4236. this.dataGridView1.TabIndex = 16;
  4237. //
  4238. // Key
  4239. //
  4240. this.Key.HeaderText = "Key";
  4241. this.Key.Name = "Key";
  4242. this.Key.Width = 180;
  4243. //
  4244. // DataType
  4245. //
  4246. this.DataType.HeaderText = "DataType";
  4247. this.DataType.Name = "DataType";
  4248. this.DataType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  4249. this.DataType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  4250. this.DataType.Width = 180;
  4251. //
  4252. // tbBarTenderTempPath
  4253. //
  4254. this.tbBarTenderTempPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  4255. | System.Windows.Forms.AnchorStyles.Right)));
  4256. this.tbBarTenderTempPath.Location = new System.Drawing.Point(206, 7);
  4257. this.tbBarTenderTempPath.Margin = new System.Windows.Forms.Padding(2);
  4258. this.tbBarTenderTempPath.Name = "tbBarTenderTempPath";
  4259. this.tbBarTenderTempPath.ReadOnly = true;
  4260. this.tbBarTenderTempPath.Size = new System.Drawing.Size(360, 21);
  4261. this.tbBarTenderTempPath.TabIndex = 5;
  4262. this.tbBarTenderTempPath.Text = "D:\\phtons\\";
  4263. this.tbBarTenderTempPath.DoubleClick += new System.EventHandler(this.tbBarTenderTempPath_DoubleClick);
  4264. //
  4265. // cbOpenBarTenderPrint
  4266. //
  4267. this.cbOpenBarTenderPrint.AutoSize = true;
  4268. this.cbOpenBarTenderPrint.ForeColor = System.Drawing.SystemColors.ControlText;
  4269. this.cbOpenBarTenderPrint.Location = new System.Drawing.Point(10, 10);
  4270. this.cbOpenBarTenderPrint.Margin = new System.Windows.Forms.Padding(2);
  4271. this.cbOpenBarTenderPrint.Name = "cbOpenBarTenderPrint";
  4272. this.cbOpenBarTenderPrint.Size = new System.Drawing.Size(96, 16);
  4273. this.cbOpenBarTenderPrint.TabIndex = 12;
  4274. this.cbOpenBarTenderPrint.Text = "启用标签打印";
  4275. this.cbOpenBarTenderPrint.UseVisualStyleBackColor = true;
  4276. //
  4277. // label87
  4278. //
  4279. this.label87.AutoSize = true;
  4280. this.label87.ForeColor = System.Drawing.SystemColors.ControlText;
  4281. this.label87.Location = new System.Drawing.Point(137, 10);
  4282. this.label87.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  4283. this.label87.Name = "label87";
  4284. this.label87.Size = new System.Drawing.Size(65, 12);
  4285. this.label87.TabIndex = 4;
  4286. this.label87.Text = "模板路径:";
  4287. //
  4288. // uiTitel1
  4289. //
  4290. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  4291. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  4292. this.uiTitel1.FatherForm = null;
  4293. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  4294. this.uiTitel1.Name = "uiTitel1";
  4295. this.uiTitel1.Size = new System.Drawing.Size(641, 46);
  4296. this.uiTitel1.TabIndex = 26;
  4297. //
  4298. // ProductInfoFrm
  4299. //
  4300. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  4301. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  4302. this.ClientSize = new System.Drawing.Size(641, 648);
  4303. this.Controls.Add(this.tabControl1);
  4304. this.Controls.Add(this.toolStrip1);
  4305. this.Controls.Add(this.uiTitel1);
  4306. this.Name = "ProductInfoFrm";
  4307. this.Text = "产品信息";
  4308. this.Load += new System.EventHandler(this.ProductInfoFrm_Load);
  4309. this.toolStrip1.ResumeLayout(false);
  4310. this.toolStrip1.PerformLayout();
  4311. this.tabControl1.ResumeLayout(false);
  4312. this.tabPage1.ResumeLayout(false);
  4313. this.panel8.ResumeLayout(false);
  4314. this.panel8.PerformLayout();
  4315. this.groupBox4.ResumeLayout(false);
  4316. ((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).EndInit();
  4317. ((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).EndInit();
  4318. this.tabPage3.ResumeLayout(false);
  4319. this.groupBox6.ResumeLayout(false);
  4320. this.panel5.ResumeLayout(false);
  4321. this.panel5.PerformLayout();
  4322. ((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).EndInit();
  4323. this.groupBox5.ResumeLayout(false);
  4324. this.panel4.ResumeLayout(false);
  4325. this.panel4.PerformLayout();
  4326. this.tabPage2.ResumeLayout(false);
  4327. this.skinTabControl1.ResumeLayout(false);
  4328. this.skinTabPage7.ResumeLayout(false);
  4329. this.groupBox10.ResumeLayout(false);
  4330. this.panel10.ResumeLayout(false);
  4331. this.panel10.PerformLayout();
  4332. ((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).EndInit();
  4333. ((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).EndInit();
  4334. ((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).EndInit();
  4335. this.skinTabPage8.ResumeLayout(false);
  4336. this.groupBox1.ResumeLayout(false);
  4337. this.panel1.ResumeLayout(false);
  4338. this.panel1.PerformLayout();
  4339. ((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).EndInit();
  4340. ((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).EndInit();
  4341. ((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).EndInit();
  4342. this.skinTabPage9.ResumeLayout(false);
  4343. this.groupBox7.ResumeLayout(false);
  4344. this.panel6.ResumeLayout(false);
  4345. this.panel6.PerformLayout();
  4346. ((System.ComponentModel.ISupportInitialize)(this.numPTXDownFloatValue)).EndInit();
  4347. ((System.ComponentModel.ISupportInitialize)(this.numPTXUpFloatValue)).EndInit();
  4348. ((System.ComponentModel.ISupportInitialize)(this.numPTXBaseValue)).EndInit();
  4349. this.groupBox3.ResumeLayout(false);
  4350. this.panel3.ResumeLayout(false);
  4351. this.panel3.PerformLayout();
  4352. ((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).EndInit();
  4353. ((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).EndInit();
  4354. ((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).EndInit();
  4355. this.skinTabPage10.ResumeLayout(false);
  4356. this.groupBox8.ResumeLayout(false);
  4357. this.panel7.ResumeLayout(false);
  4358. this.panel7.PerformLayout();
  4359. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  4360. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  4361. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  4362. this.groupBox2.ResumeLayout(false);
  4363. this.panel2.ResumeLayout(false);
  4364. this.panel2.PerformLayout();
  4365. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).EndInit();
  4366. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).EndInit();
  4367. ((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).EndInit();
  4368. this.skinTabPage2.ResumeLayout(false);
  4369. this.groupBox15.ResumeLayout(false);
  4370. this.panel15.ResumeLayout(false);
  4371. this.panel15.PerformLayout();
  4372. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).EndInit();
  4373. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown20)).EndInit();
  4374. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).EndInit();
  4375. this.groupBox13.ResumeLayout(false);
  4376. this.panel13.ResumeLayout(false);
  4377. this.panel13.PerformLayout();
  4378. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
  4379. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).EndInit();
  4380. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).EndInit();
  4381. this.groupBox12.ResumeLayout(false);
  4382. this.panel12.ResumeLayout(false);
  4383. this.panel12.PerformLayout();
  4384. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
  4385. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
  4386. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
  4387. this.groupBox11.ResumeLayout(false);
  4388. this.panel11.ResumeLayout(false);
  4389. this.panel11.PerformLayout();
  4390. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
  4391. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
  4392. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
  4393. this.groupBox9.ResumeLayout(false);
  4394. this.panel9.ResumeLayout(false);
  4395. this.panel9.PerformLayout();
  4396. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
  4397. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
  4398. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
  4399. this.skinTabPage6.ResumeLayout(false);
  4400. this.groupBox14.ResumeLayout(false);
  4401. this.panel14.ResumeLayout(false);
  4402. this.panel14.PerformLayout();
  4403. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).EndInit();
  4404. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown17)).EndInit();
  4405. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown18)).EndInit();
  4406. this.skinTabPage12.ResumeLayout(false);
  4407. this.groupBox17.ResumeLayout(false);
  4408. this.panel17.ResumeLayout(false);
  4409. this.panel17.PerformLayout();
  4410. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown25)).EndInit();
  4411. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown26)).EndInit();
  4412. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown27)).EndInit();
  4413. this.groupBox16.ResumeLayout(false);
  4414. this.panel16.ResumeLayout(false);
  4415. this.panel16.PerformLayout();
  4416. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).EndInit();
  4417. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown23)).EndInit();
  4418. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown24)).EndInit();
  4419. this.skinTabPage14.ResumeLayout(false);
  4420. this.groupBox20.ResumeLayout(false);
  4421. this.panel20.ResumeLayout(false);
  4422. this.panel20.PerformLayout();
  4423. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown34)).EndInit();
  4424. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown35)).EndInit();
  4425. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown36)).EndInit();
  4426. this.groupBox19.ResumeLayout(false);
  4427. this.panel19.ResumeLayout(false);
  4428. this.panel19.PerformLayout();
  4429. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown31)).EndInit();
  4430. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown32)).EndInit();
  4431. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown33)).EndInit();
  4432. this.groupBox18.ResumeLayout(false);
  4433. this.panel18.ResumeLayout(false);
  4434. this.panel18.PerformLayout();
  4435. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown28)).EndInit();
  4436. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown29)).EndInit();
  4437. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown30)).EndInit();
  4438. this.skinTabPage17.ResumeLayout(false);
  4439. this.groupBox22.ResumeLayout(false);
  4440. this.panel22.ResumeLayout(false);
  4441. this.panel22.PerformLayout();
  4442. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown40)).EndInit();
  4443. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown41)).EndInit();
  4444. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown42)).EndInit();
  4445. this.groupBox21.ResumeLayout(false);
  4446. this.panel21.ResumeLayout(false);
  4447. this.panel21.PerformLayout();
  4448. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown37)).EndInit();
  4449. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown38)).EndInit();
  4450. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown39)).EndInit();
  4451. this.skinTabPage19.ResumeLayout(false);
  4452. this.groupBox26.ResumeLayout(false);
  4453. this.panel26.ResumeLayout(false);
  4454. this.panel26.PerformLayout();
  4455. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown52)).EndInit();
  4456. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown53)).EndInit();
  4457. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown54)).EndInit();
  4458. this.skinTabPage1.ResumeLayout(false);
  4459. this.groupBox23.ResumeLayout(false);
  4460. this.panel23.ResumeLayout(false);
  4461. this.panel23.PerformLayout();
  4462. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown43)).EndInit();
  4463. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown44)).EndInit();
  4464. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown45)).EndInit();
  4465. this.groupBox24.ResumeLayout(false);
  4466. this.panel24.ResumeLayout(false);
  4467. this.panel24.PerformLayout();
  4468. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown46)).EndInit();
  4469. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown47)).EndInit();
  4470. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown48)).EndInit();
  4471. this.groupBox25.ResumeLayout(false);
  4472. this.panel25.ResumeLayout(false);
  4473. this.panel25.PerformLayout();
  4474. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown49)).EndInit();
  4475. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown50)).EndInit();
  4476. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown51)).EndInit();
  4477. this.tabPage4.ResumeLayout(false);
  4478. this.tabPage5.ResumeLayout(false);
  4479. this.groupBox29.ResumeLayout(false);
  4480. this.panel29.ResumeLayout(false);
  4481. this.panel29.PerformLayout();
  4482. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  4483. this.groupBox27.ResumeLayout(false);
  4484. this.panel27.ResumeLayout(false);
  4485. this.panel27.PerformLayout();
  4486. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  4487. this.groupBox28.ResumeLayout(false);
  4488. this.panel28.ResumeLayout(false);
  4489. this.panel28.PerformLayout();
  4490. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  4491. this.ResumeLayout(false);
  4492. this.PerformLayout();
  4493. }
  4494. #endregion
  4495. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  4496. private System.Windows.Forms.ToolStrip toolStrip1;
  4497. private System.Windows.Forms.ToolStripButton tsbtnSave;
  4498. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  4499. private System.Windows.Forms.ToolStripButton tsbtnAddFile;
  4500. private System.Windows.Forms.ToolStripButton tsbtnNewBatchId;
  4501. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  4502. private System.Windows.Forms.ToolStripButton tsbtnExit;
  4503. private System.Windows.Forms.TabControl tabControl1;
  4504. private System.Windows.Forms.TabPage tabPage1;
  4505. private System.Windows.Forms.Panel panel8;
  4506. private System.Windows.Forms.ComboBox cmbDefectModelFile;
  4507. private System.Windows.Forms.Label label29;
  4508. private System.Windows.Forms.ComboBox cmbHoleCount;
  4509. private System.Windows.Forms.Label label18;
  4510. private System.Windows.Forms.ComboBox cmbClasses;
  4511. private System.Windows.Forms.Label label17;
  4512. private System.Windows.Forms.GroupBox groupBox4;
  4513. private System.Windows.Forms.DataGridView dgvBatchList;
  4514. private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
  4515. private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
  4516. private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
  4517. private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
  4518. private System.Windows.Forms.NumericUpDown numTargetCount;
  4519. private System.Windows.Forms.TextBox txtBatchId;
  4520. private System.Windows.Forms.Label label15;
  4521. private System.Windows.Forms.Label label16;
  4522. private System.Windows.Forms.TextBox txtCode;
  4523. private System.Windows.Forms.TextBox txtName;
  4524. private System.Windows.Forms.Label label1;
  4525. private System.Windows.Forms.Label label4;
  4526. private System.Windows.Forms.Label label3;
  4527. private System.Windows.Forms.TextBox txtSpec;
  4528. private System.Windows.Forms.TabPage tabPage3;
  4529. private System.Windows.Forms.GroupBox groupBox6;
  4530. private System.Windows.Forms.Panel panel5;
  4531. private System.Windows.Forms.Label label21;
  4532. private System.Windows.Forms.NumericUpDown numMarkSize;
  4533. private System.Windows.Forms.Label label20;
  4534. private System.Windows.Forms.ComboBox cbMarkType;
  4535. private System.Windows.Forms.Label label19;
  4536. private System.Windows.Forms.GroupBox groupBox5;
  4537. private System.Windows.Forms.Panel panel4;
  4538. private System.Windows.Forms.TabPage tabPage2;
  4539. private System.Windows.Forms.TabPage tabPage4;
  4540. private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
  4541. private System.Windows.Forms.ToolTip toolTip1;
  4542. private System.Windows.Forms.ToolStripButton tbtnGetPos;
  4543. private System.Windows.Forms.Label label25;
  4544. private System.Windows.Forms.CheckBox cbMainGrid;
  4545. private System.Windows.Forms.CheckBox cbMarkDisturb;
  4546. private System.Windows.Forms.Label label24;
  4547. private System.Windows.Forms.TextBox textBoxPath;
  4548. private System.Windows.Forms.LinkLabel btnOpenFile;
  4549. private CCWin.SkinControl.SkinTabControl skinTabControl1;
  4550. private CCWin.SkinControl.SkinTabPage skinTabPage7;
  4551. private CCWin.SkinControl.SkinTabPage skinTabPage8;
  4552. private CCWin.SkinControl.SkinTabPage skinTabPage9;
  4553. private CCWin.SkinControl.SkinTabPage skinTabPage10;
  4554. private System.Windows.Forms.GroupBox groupBox10;
  4555. private System.Windows.Forms.Panel panel10;
  4556. private System.Windows.Forms.NumericUpDown numTensionDownFloatValue;
  4557. private System.Windows.Forms.NumericUpDown numTensionUpFloatValue;
  4558. private System.Windows.Forms.Label label12;
  4559. private System.Windows.Forms.Label label22;
  4560. private System.Windows.Forms.Label label23;
  4561. private System.Windows.Forms.NumericUpDown numTensionBaseValue;
  4562. private System.Windows.Forms.GroupBox groupBox1;
  4563. private System.Windows.Forms.Panel panel1;
  4564. private System.Windows.Forms.NumericUpDown numHeightDownFloatValue;
  4565. private System.Windows.Forms.NumericUpDown numHeightUpFloatValue;
  4566. private System.Windows.Forms.NumericUpDown numHeightBaseValue;
  4567. private System.Windows.Forms.TextBox txtHeightBaseDec;
  4568. private System.Windows.Forms.Label label14;
  4569. private System.Windows.Forms.Label label2;
  4570. private System.Windows.Forms.Label label5;
  4571. private System.Windows.Forms.Label label6;
  4572. private System.Windows.Forms.GroupBox groupBox7;
  4573. private System.Windows.Forms.Panel panel6;
  4574. private System.Windows.Forms.NumericUpDown numPTXDownFloatValue;
  4575. private System.Windows.Forms.NumericUpDown numPTXUpFloatValue;
  4576. private System.Windows.Forms.NumericUpDown numPTXBaseValue;
  4577. private System.Windows.Forms.Label label26;
  4578. private System.Windows.Forms.Label label27;
  4579. private System.Windows.Forms.Label label28;
  4580. private System.Windows.Forms.GroupBox groupBox3;
  4581. private System.Windows.Forms.Panel panel3;
  4582. private System.Windows.Forms.NumericUpDown numPTDownFloatValue;
  4583. private System.Windows.Forms.NumericUpDown numPTUpFloatValue;
  4584. private System.Windows.Forms.NumericUpDown numPTBaseValue;
  4585. private System.Windows.Forms.Label label10;
  4586. private System.Windows.Forms.Label label11;
  4587. private System.Windows.Forms.Label label13;
  4588. private System.Windows.Forms.GroupBox groupBox2;
  4589. private System.Windows.Forms.Panel panel2;
  4590. private System.Windows.Forms.NumericUpDown numLineWidthDownFloatValue;
  4591. private System.Windows.Forms.NumericUpDown numLineWidthUpFloatValue;
  4592. private System.Windows.Forms.NumericUpDown numLineWidthBaseValue;
  4593. private System.Windows.Forms.Label label7;
  4594. private System.Windows.Forms.Label label8;
  4595. private System.Windows.Forms.Label label9;
  4596. private System.Windows.Forms.CheckBox cbHavePad;
  4597. private CCWin.SkinControl.SkinTabPage skinTabPage2;
  4598. private CCWin.SkinControl.SkinTabPage skinTabPage6;
  4599. private CCWin.SkinControl.SkinTabPage skinTabPage12;
  4600. private CCWin.SkinControl.SkinTabPage skinTabPage14;
  4601. private System.Windows.Forms.GroupBox groupBox9;
  4602. private System.Windows.Forms.Panel panel9;
  4603. private System.Windows.Forms.NumericUpDown numericUpDown4;
  4604. private System.Windows.Forms.NumericUpDown numericUpDown5;
  4605. private System.Windows.Forms.NumericUpDown numericUpDown6;
  4606. private System.Windows.Forms.Label label33;
  4607. private System.Windows.Forms.Label label34;
  4608. private System.Windows.Forms.Label label35;
  4609. private System.Windows.Forms.GroupBox groupBox14;
  4610. private System.Windows.Forms.Panel panel14;
  4611. private System.Windows.Forms.NumericUpDown numericUpDown16;
  4612. private System.Windows.Forms.NumericUpDown numericUpDown17;
  4613. private System.Windows.Forms.NumericUpDown numericUpDown18;
  4614. private System.Windows.Forms.Label label45;
  4615. private System.Windows.Forms.Label label46;
  4616. private System.Windows.Forms.Label label47;
  4617. private System.Windows.Forms.GroupBox groupBox16;
  4618. private System.Windows.Forms.Panel panel16;
  4619. private System.Windows.Forms.NumericUpDown numericUpDown22;
  4620. private System.Windows.Forms.NumericUpDown numericUpDown23;
  4621. private System.Windows.Forms.NumericUpDown numericUpDown24;
  4622. private System.Windows.Forms.Label label51;
  4623. private System.Windows.Forms.Label label52;
  4624. private System.Windows.Forms.Label label53;
  4625. private System.Windows.Forms.GroupBox groupBox18;
  4626. private System.Windows.Forms.Panel panel18;
  4627. private System.Windows.Forms.NumericUpDown numericUpDown28;
  4628. private System.Windows.Forms.NumericUpDown numericUpDown29;
  4629. private System.Windows.Forms.NumericUpDown numericUpDown30;
  4630. private System.Windows.Forms.Label label57;
  4631. private System.Windows.Forms.Label label58;
  4632. private System.Windows.Forms.Label label59;
  4633. private System.Windows.Forms.ToolStripButton tsbPdtPush;
  4634. private CCWin.SkinControl.SkinTabPage skinTabPage17;
  4635. private System.Windows.Forms.GroupBox groupBox21;
  4636. private System.Windows.Forms.Panel panel21;
  4637. private System.Windows.Forms.NumericUpDown numericUpDown37;
  4638. private System.Windows.Forms.NumericUpDown numericUpDown38;
  4639. private System.Windows.Forms.NumericUpDown numericUpDown39;
  4640. private System.Windows.Forms.Label label66;
  4641. private System.Windows.Forms.Label label67;
  4642. private System.Windows.Forms.Label label68;
  4643. private System.Windows.Forms.GroupBox groupBox8;
  4644. private System.Windows.Forms.Panel panel7;
  4645. private System.Windows.Forms.NumericUpDown numericUpDown1;
  4646. private System.Windows.Forms.NumericUpDown numericUpDown2;
  4647. private System.Windows.Forms.NumericUpDown numericUpDown3;
  4648. private System.Windows.Forms.Label label30;
  4649. private System.Windows.Forms.Label label31;
  4650. private System.Windows.Forms.Label label32;
  4651. private System.Windows.Forms.GroupBox groupBox15;
  4652. private System.Windows.Forms.Panel panel15;
  4653. private System.Windows.Forms.NumericUpDown numericUpDown19;
  4654. private System.Windows.Forms.NumericUpDown numericUpDown20;
  4655. private System.Windows.Forms.NumericUpDown numericUpDown21;
  4656. private System.Windows.Forms.Label label48;
  4657. private System.Windows.Forms.Label label49;
  4658. private System.Windows.Forms.Label label50;
  4659. private System.Windows.Forms.GroupBox groupBox13;
  4660. private System.Windows.Forms.Panel panel13;
  4661. private System.Windows.Forms.NumericUpDown numericUpDown13;
  4662. private System.Windows.Forms.NumericUpDown numericUpDown14;
  4663. private System.Windows.Forms.NumericUpDown numericUpDown15;
  4664. private System.Windows.Forms.Label label42;
  4665. private System.Windows.Forms.Label label43;
  4666. private System.Windows.Forms.Label label44;
  4667. private System.Windows.Forms.GroupBox groupBox12;
  4668. private System.Windows.Forms.Panel panel12;
  4669. private System.Windows.Forms.NumericUpDown numericUpDown10;
  4670. private System.Windows.Forms.NumericUpDown numericUpDown11;
  4671. private System.Windows.Forms.NumericUpDown numericUpDown12;
  4672. private System.Windows.Forms.Label label39;
  4673. private System.Windows.Forms.Label label40;
  4674. private System.Windows.Forms.Label label41;
  4675. private System.Windows.Forms.GroupBox groupBox11;
  4676. private System.Windows.Forms.Panel panel11;
  4677. private System.Windows.Forms.NumericUpDown numericUpDown7;
  4678. private System.Windows.Forms.NumericUpDown numericUpDown8;
  4679. private System.Windows.Forms.NumericUpDown numericUpDown9;
  4680. private System.Windows.Forms.Label label36;
  4681. private System.Windows.Forms.Label label37;
  4682. private System.Windows.Forms.Label label38;
  4683. private System.Windows.Forms.GroupBox groupBox17;
  4684. private System.Windows.Forms.Panel panel17;
  4685. private System.Windows.Forms.NumericUpDown numericUpDown25;
  4686. private System.Windows.Forms.NumericUpDown numericUpDown26;
  4687. private System.Windows.Forms.NumericUpDown numericUpDown27;
  4688. private System.Windows.Forms.Label label54;
  4689. private System.Windows.Forms.Label label55;
  4690. private System.Windows.Forms.Label label56;
  4691. private System.Windows.Forms.GroupBox groupBox20;
  4692. private System.Windows.Forms.Panel panel20;
  4693. private System.Windows.Forms.NumericUpDown numericUpDown34;
  4694. private System.Windows.Forms.NumericUpDown numericUpDown35;
  4695. private System.Windows.Forms.NumericUpDown numericUpDown36;
  4696. private System.Windows.Forms.Label label63;
  4697. private System.Windows.Forms.Label label64;
  4698. private System.Windows.Forms.Label label65;
  4699. private System.Windows.Forms.GroupBox groupBox19;
  4700. private System.Windows.Forms.Panel panel19;
  4701. private System.Windows.Forms.NumericUpDown numericUpDown31;
  4702. private System.Windows.Forms.NumericUpDown numericUpDown32;
  4703. private System.Windows.Forms.NumericUpDown numericUpDown33;
  4704. private System.Windows.Forms.Label label60;
  4705. private System.Windows.Forms.Label label61;
  4706. private System.Windows.Forms.Label label62;
  4707. private System.Windows.Forms.GroupBox groupBox22;
  4708. private System.Windows.Forms.Panel panel22;
  4709. private System.Windows.Forms.NumericUpDown numericUpDown40;
  4710. private System.Windows.Forms.NumericUpDown numericUpDown41;
  4711. private System.Windows.Forms.NumericUpDown numericUpDown42;
  4712. private System.Windows.Forms.Label label69;
  4713. private System.Windows.Forms.Label label70;
  4714. private System.Windows.Forms.Label label71;
  4715. private CCWin.SkinControl.SkinTabPage skinTabPage19;
  4716. private System.Windows.Forms.GroupBox groupBox26;
  4717. private System.Windows.Forms.Panel panel26;
  4718. private System.Windows.Forms.NumericUpDown numericUpDown52;
  4719. private System.Windows.Forms.NumericUpDown numericUpDown53;
  4720. private System.Windows.Forms.NumericUpDown numericUpDown54;
  4721. private System.Windows.Forms.Label label81;
  4722. private System.Windows.Forms.Label label82;
  4723. private System.Windows.Forms.Label label83;
  4724. private CCWin.SkinControl.SkinTabPage skinTabPage1;
  4725. private System.Windows.Forms.GroupBox groupBox23;
  4726. private System.Windows.Forms.Panel panel23;
  4727. private System.Windows.Forms.NumericUpDown numericUpDown43;
  4728. private System.Windows.Forms.NumericUpDown numericUpDown44;
  4729. private System.Windows.Forms.NumericUpDown numericUpDown45;
  4730. private System.Windows.Forms.Label label72;
  4731. private System.Windows.Forms.Label label73;
  4732. private System.Windows.Forms.Label label74;
  4733. private System.Windows.Forms.GroupBox groupBox24;
  4734. private System.Windows.Forms.Panel panel24;
  4735. private System.Windows.Forms.NumericUpDown numericUpDown46;
  4736. private System.Windows.Forms.NumericUpDown numericUpDown47;
  4737. private System.Windows.Forms.NumericUpDown numericUpDown48;
  4738. private System.Windows.Forms.Label label75;
  4739. private System.Windows.Forms.Label label76;
  4740. private System.Windows.Forms.Label label77;
  4741. private System.Windows.Forms.GroupBox groupBox25;
  4742. private System.Windows.Forms.Panel panel25;
  4743. private System.Windows.Forms.NumericUpDown numericUpDown49;
  4744. private System.Windows.Forms.NumericUpDown numericUpDown50;
  4745. private System.Windows.Forms.NumericUpDown numericUpDown51;
  4746. private System.Windows.Forms.Label label78;
  4747. private System.Windows.Forms.Label label79;
  4748. private System.Windows.Forms.Label label80;
  4749. private System.Windows.Forms.TabPage tabPage5;
  4750. private System.Windows.Forms.GroupBox groupBox27;
  4751. private System.Windows.Forms.Panel panel27;
  4752. private System.Windows.Forms.DataGridView dataGridView2;
  4753. private System.Windows.Forms.DataGridViewTextBoxColumn Key2;
  4754. private System.Windows.Forms.DataGridViewComboBoxColumn DataType2;
  4755. private System.Windows.Forms.TextBox tbExcelTempPath;
  4756. private System.Windows.Forms.CheckBox cbOpenExcelPrint;
  4757. private System.Windows.Forms.Label label85;
  4758. private System.Windows.Forms.GroupBox groupBox28;
  4759. private System.Windows.Forms.Panel panel28;
  4760. private System.Windows.Forms.DataGridView dataGridView1;
  4761. private System.Windows.Forms.DataGridViewTextBoxColumn Key;
  4762. private System.Windows.Forms.DataGridViewComboBoxColumn DataType;
  4763. private System.Windows.Forms.TextBox tbBarTenderTempPath;
  4764. private System.Windows.Forms.CheckBox cbOpenBarTenderPrint;
  4765. private System.Windows.Forms.Label label87;
  4766. private System.Windows.Forms.GroupBox groupBox29;
  4767. private System.Windows.Forms.Panel panel29;
  4768. private System.Windows.Forms.TextBox tbOrderTempPath;
  4769. private System.Windows.Forms.CheckBox cbOrderPrint;
  4770. private System.Windows.Forms.Label label84;
  4771. private System.Windows.Forms.Label label86;
  4772. private System.Windows.Forms.DataGridView dataGridView3;
  4773. private System.Windows.Forms.DataGridViewTextBoxColumn Key3;
  4774. private System.Windows.Forms.DataGridViewComboBoxColumn DataType3;
  4775. }
  4776. }