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

1213 рядки
66 KiB

  1. namespace GeBoShi.UI.Product
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductInfoFrm));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  33. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  34. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  35. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  36. this.groupBox2 = new System.Windows.Forms.GroupBox();
  37. this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
  38. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  39. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  40. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  41. this.numStopDis = new System.Windows.Forms.NumericUpDown();
  42. this.label13 = new System.Windows.Forms.Label();
  43. this.cbGetHD = new System.Windows.Forms.CheckBox();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.TrackBarTensionValue = new HZH_Controls.Controls.UCTrackBar();
  46. this.label10 = new System.Windows.Forms.Label();
  47. this.TrackBarGain = new HZH_Controls.Controls.UCTrackBar();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.TrackBarExposureTime = new HZH_Controls.Controls.UCTrackBar();
  50. this.label12 = new System.Windows.Forms.Label();
  51. this.TrackBarLightValue = new HZH_Controls.Controls.UCTrackBar();
  52. this.groupBox5 = new System.Windows.Forms.GroupBox();
  53. this.numColorNo = new System.Windows.Forms.NumericUpDown();
  54. this.label15 = new System.Windows.Forms.Label();
  55. this.btnColor = new System.Windows.Forms.Button();
  56. this.tbLabelFile = new System.Windows.Forms.TextBox();
  57. this.label3 = new System.Windows.Forms.Label();
  58. this.cmbDefectModelFile = new System.Windows.Forms.ComboBox();
  59. this.label29 = new System.Windows.Forms.Label();
  60. this.tbSpec = new System.Windows.Forms.TextBox();
  61. this.label2 = new System.Windows.Forms.Label();
  62. this.tbColorName = new System.Windows.Forms.TextBox();
  63. this.label1 = new System.Windows.Forms.Label();
  64. this.txtName = new System.Windows.Forms.TextBox();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.cmbClasses = new System.Windows.Forms.ComboBox();
  67. this.label17 = new System.Windows.Forms.Label();
  68. this.groupBox1 = new System.Windows.Forms.GroupBox();
  69. this.button1 = new System.Windows.Forms.Button();
  70. this.numReelLen = new System.Windows.Forms.NumericUpDown();
  71. this.label14 = new System.Windows.Forms.Label();
  72. this.numDefectAreaLimit = new System.Windows.Forms.NumericUpDown();
  73. this.numDefectCntLength = new System.Windows.Forms.NumericUpDown();
  74. this.numDefectCountLimit = new System.Windows.Forms.NumericUpDown();
  75. this.btnClearDefect_Path = new System.Windows.Forms.PictureBox();
  76. this.btnAddWarn = new System.Windows.Forms.Button();
  77. this.tbWarnDefect = new System.Windows.Forms.TextBox();
  78. this.cbDefectName = new System.Windows.Forms.ComboBox();
  79. this.label8 = new System.Windows.Forms.Label();
  80. this.label7 = new System.Windows.Forms.Label();
  81. this.label6 = new System.Windows.Forms.Label();
  82. this.label5 = new System.Windows.Forms.Label();
  83. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  84. this.groupBox3 = new System.Windows.Forms.GroupBox();
  85. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  86. this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.ZXD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.Area = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.DBDL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.DBDH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.OrAnd = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  92. this.DefectLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.DefectWarn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.groupBox4 = new System.Windows.Forms.GroupBox();
  95. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  96. this.Code2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.A = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.B = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.C = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.D = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.E = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.toolStrip1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  104. this.splitContainer1.Panel1.SuspendLayout();
  105. this.splitContainer1.Panel2.SuspendLayout();
  106. this.splitContainer1.SuspendLayout();
  107. this.tableLayoutPanel1.SuspendLayout();
  108. this.groupBox2.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.numStopDis)).BeginInit();
  114. this.groupBox5.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.numColorNo)).BeginInit();
  116. this.groupBox1.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.numReelLen)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.numDefectAreaLimit)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.numDefectCntLength)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.numDefectCountLimit)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.btnClearDefect_Path)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  123. this.splitContainer2.Panel1.SuspendLayout();
  124. this.splitContainer2.Panel2.SuspendLayout();
  125. this.splitContainer2.SuspendLayout();
  126. this.groupBox3.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  128. this.groupBox4.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  130. this.SuspendLayout();
  131. //
  132. // toolStrip1
  133. //
  134. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  135. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  136. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  137. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  138. this.tsbtnSave,
  139. this.toolStripSeparator2,
  140. this.tsbtnExit});
  141. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  142. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  143. this.toolStrip1.Name = "toolStrip1";
  144. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  145. this.toolStrip1.Size = new System.Drawing.Size(1028, 56);
  146. this.toolStrip1.TabIndex = 39;
  147. this.toolStrip1.Text = "toolStrip1";
  148. //
  149. // tsbtnSave
  150. //
  151. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  152. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  153. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  154. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.tsbtnSave.Name = "tsbtnSave";
  156. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  157. this.tsbtnSave.Text = " 保存 ";
  158. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  159. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  160. //
  161. // toolStripSeparator2
  162. //
  163. this.toolStripSeparator2.Name = "toolStripSeparator2";
  164. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  165. //
  166. // tsbtnExit
  167. //
  168. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  169. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  170. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  171. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.tsbtnExit.Name = "tsbtnExit";
  173. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  174. this.tsbtnExit.Text = " 退出 ";
  175. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  176. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  177. //
  178. // uiTitel1
  179. //
  180. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  181. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  182. this.uiTitel1.FatherForm = null;
  183. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  184. this.uiTitel1.Margin = new System.Windows.Forms.Padding(4);
  185. this.uiTitel1.Name = "uiTitel1";
  186. this.uiTitel1.Size = new System.Drawing.Size(1028, 46);
  187. this.uiTitel1.TabIndex = 38;
  188. //
  189. // splitContainer1
  190. //
  191. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  192. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  193. this.splitContainer1.Location = new System.Drawing.Point(0, 102);
  194. this.splitContainer1.Name = "splitContainer1";
  195. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  196. //
  197. // splitContainer1.Panel1
  198. //
  199. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  200. //
  201. // splitContainer1.Panel2
  202. //
  203. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  204. this.splitContainer1.Size = new System.Drawing.Size(1028, 554);
  205. this.splitContainer1.SplitterDistance = 379;
  206. this.splitContainer1.TabIndex = 40;
  207. //
  208. // tableLayoutPanel1
  209. //
  210. this.tableLayoutPanel1.ColumnCount = 3;
  211. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  212. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  213. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  214. this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
  215. this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0);
  216. this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
  217. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  219. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  220. this.tableLayoutPanel1.RowCount = 1;
  221. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  222. this.tableLayoutPanel1.Size = new System.Drawing.Size(1028, 379);
  223. this.tableLayoutPanel1.TabIndex = 0;
  224. //
  225. // groupBox2
  226. //
  227. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  228. | System.Windows.Forms.AnchorStyles.Left)
  229. | System.Windows.Forms.AnchorStyles.Right)));
  230. this.groupBox2.BackColor = System.Drawing.Color.White;
  231. this.groupBox2.Controls.Add(this.numericUpDown4);
  232. this.groupBox2.Controls.Add(this.numericUpDown3);
  233. this.groupBox2.Controls.Add(this.numericUpDown2);
  234. this.groupBox2.Controls.Add(this.numericUpDown1);
  235. this.groupBox2.Controls.Add(this.numStopDis);
  236. this.groupBox2.Controls.Add(this.label13);
  237. this.groupBox2.Controls.Add(this.cbGetHD);
  238. this.groupBox2.Controls.Add(this.label9);
  239. this.groupBox2.Controls.Add(this.TrackBarTensionValue);
  240. this.groupBox2.Controls.Add(this.label10);
  241. this.groupBox2.Controls.Add(this.TrackBarGain);
  242. this.groupBox2.Controls.Add(this.label11);
  243. this.groupBox2.Controls.Add(this.TrackBarExposureTime);
  244. this.groupBox2.Controls.Add(this.label12);
  245. this.groupBox2.Controls.Add(this.TrackBarLightValue);
  246. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.groupBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  248. this.groupBox2.Location = new System.Drawing.Point(344, 2);
  249. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  250. this.groupBox2.Name = "groupBox2";
  251. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  252. this.groupBox2.Size = new System.Drawing.Size(338, 375);
  253. this.groupBox2.TabIndex = 38;
  254. this.groupBox2.TabStop = false;
  255. this.groupBox2.Text = "参数设置";
  256. //
  257. // numericUpDown4
  258. //
  259. this.numericUpDown4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  260. this.numericUpDown4.Increment = new decimal(new int[] {
  261. 5,
  262. 0,
  263. 0,
  264. 0});
  265. this.numericUpDown4.Location = new System.Drawing.Point(259, 199);
  266. this.numericUpDown4.Maximum = new decimal(new int[] {
  267. 10000,
  268. 0,
  269. 0,
  270. 0});
  271. this.numericUpDown4.Name = "numericUpDown4";
  272. this.numericUpDown4.Size = new System.Drawing.Size(74, 26);
  273. this.numericUpDown4.TabIndex = 66;
  274. this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  275. //
  276. // numericUpDown3
  277. //
  278. this.numericUpDown3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  279. this.numericUpDown3.Location = new System.Drawing.Point(259, 144);
  280. this.numericUpDown3.Maximum = new decimal(new int[] {
  281. 10000,
  282. 0,
  283. 0,
  284. 0});
  285. this.numericUpDown3.Name = "numericUpDown3";
  286. this.numericUpDown3.Size = new System.Drawing.Size(74, 26);
  287. this.numericUpDown3.TabIndex = 65;
  288. this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  289. //
  290. // numericUpDown2
  291. //
  292. this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  293. this.numericUpDown2.Increment = new decimal(new int[] {
  294. 5,
  295. 0,
  296. 0,
  297. 0});
  298. this.numericUpDown2.Location = new System.Drawing.Point(259, 89);
  299. this.numericUpDown2.Maximum = new decimal(new int[] {
  300. 10000,
  301. 0,
  302. 0,
  303. 0});
  304. this.numericUpDown2.Name = "numericUpDown2";
  305. this.numericUpDown2.Size = new System.Drawing.Size(74, 26);
  306. this.numericUpDown2.TabIndex = 64;
  307. this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  308. //
  309. // numericUpDown1
  310. //
  311. this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  312. this.numericUpDown1.Increment = new decimal(new int[] {
  313. 5,
  314. 0,
  315. 0,
  316. 0});
  317. this.numericUpDown1.Location = new System.Drawing.Point(259, 34);
  318. this.numericUpDown1.Maximum = new decimal(new int[] {
  319. 10000,
  320. 0,
  321. 0,
  322. 0});
  323. this.numericUpDown1.Name = "numericUpDown1";
  324. this.numericUpDown1.Size = new System.Drawing.Size(74, 26);
  325. this.numericUpDown1.TabIndex = 63;
  326. this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  327. //
  328. // numStopDis
  329. //
  330. this.numStopDis.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  331. | System.Windows.Forms.AnchorStyles.Left)
  332. | System.Windows.Forms.AnchorStyles.Right)));
  333. this.numStopDis.Increment = new decimal(new int[] {
  334. 5,
  335. 0,
  336. 0,
  337. 0});
  338. this.numStopDis.Location = new System.Drawing.Point(206, 287);
  339. this.numStopDis.Maximum = new decimal(new int[] {
  340. 10000,
  341. 0,
  342. 0,
  343. 0});
  344. this.numStopDis.Name = "numStopDis";
  345. this.numStopDis.Size = new System.Drawing.Size(57, 26);
  346. this.numStopDis.TabIndex = 62;
  347. //
  348. // label13
  349. //
  350. this.label13.AutoSize = true;
  351. this.label13.Location = new System.Drawing.Point(32, 289);
  352. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  353. this.label13.Name = "label13";
  354. this.label13.Size = new System.Drawing.Size(145, 20);
  355. this.label13.TabIndex = 56;
  356. this.label13.Text = "厚度检测暂停距离(米)";
  357. //
  358. // cbGetHD
  359. //
  360. this.cbGetHD.AutoSize = true;
  361. this.cbGetHD.Location = new System.Drawing.Point(36, 263);
  362. this.cbGetHD.Name = "cbGetHD";
  363. this.cbGetHD.Size = new System.Drawing.Size(140, 24);
  364. this.cbGetHD.TabIndex = 54;
  365. this.cbGetHD.Text = "开启暂停厚度检测";
  366. this.cbGetHD.UseVisualStyleBackColor = true;
  367. //
  368. // label9
  369. //
  370. this.label9.AutoSize = true;
  371. this.label9.Location = new System.Drawing.Point(32, 199);
  372. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  373. this.label9.Name = "label9";
  374. this.label9.Size = new System.Drawing.Size(37, 20);
  375. this.label9.TabIndex = 53;
  376. this.label9.Text = "张力";
  377. //
  378. // TrackBarTensionValue
  379. //
  380. this.TrackBarTensionValue.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  381. | System.Windows.Forms.AnchorStyles.Left)
  382. | System.Windows.Forms.AnchorStyles.Right)));
  383. this.TrackBarTensionValue.DcimalDigits = 0;
  384. this.TrackBarTensionValue.IsShowTips = true;
  385. this.TrackBarTensionValue.LineColor = System.Drawing.Color.Silver;
  386. this.TrackBarTensionValue.LineWidth = 10F;
  387. this.TrackBarTensionValue.Location = new System.Drawing.Point(111, 184);
  388. this.TrackBarTensionValue.MaxValue = 999F;
  389. this.TrackBarTensionValue.MinValue = 0F;
  390. this.TrackBarTensionValue.Name = "TrackBarTensionValue";
  391. this.TrackBarTensionValue.Size = new System.Drawing.Size(142, 53);
  392. this.TrackBarTensionValue.TabIndex = 52;
  393. this.TrackBarTensionValue.Text = "ucTrackBar5";
  394. this.TrackBarTensionValue.TipsFormat = null;
  395. this.TrackBarTensionValue.Value = 0F;
  396. this.TrackBarTensionValue.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  397. this.TrackBarTensionValue.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
  398. //
  399. // label10
  400. //
  401. this.label10.AutoSize = true;
  402. this.label10.Location = new System.Drawing.Point(32, 144);
  403. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  404. this.label10.Name = "label10";
  405. this.label10.Size = new System.Drawing.Size(37, 20);
  406. this.label10.TabIndex = 51;
  407. this.label10.Text = "增益";
  408. //
  409. // TrackBarGain
  410. //
  411. this.TrackBarGain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  412. | System.Windows.Forms.AnchorStyles.Left)
  413. | System.Windows.Forms.AnchorStyles.Right)));
  414. this.TrackBarGain.DcimalDigits = 0;
  415. this.TrackBarGain.IsShowTips = true;
  416. this.TrackBarGain.LineColor = System.Drawing.Color.Silver;
  417. this.TrackBarGain.LineWidth = 10F;
  418. this.TrackBarGain.Location = new System.Drawing.Point(111, 128);
  419. this.TrackBarGain.MaxValue = 20F;
  420. this.TrackBarGain.MinValue = 0F;
  421. this.TrackBarGain.Name = "TrackBarGain";
  422. this.TrackBarGain.Size = new System.Drawing.Size(142, 55);
  423. this.TrackBarGain.TabIndex = 50;
  424. this.TrackBarGain.Text = "ucTrackBar6";
  425. this.TrackBarGain.TipsFormat = null;
  426. this.TrackBarGain.Value = 0F;
  427. this.TrackBarGain.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  428. this.TrackBarGain.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
  429. //
  430. // label11
  431. //
  432. this.label11.AutoSize = true;
  433. this.label11.Location = new System.Drawing.Point(32, 89);
  434. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  435. this.label11.Name = "label11";
  436. this.label11.Size = new System.Drawing.Size(65, 20);
  437. this.label11.TabIndex = 49;
  438. this.label11.Text = "曝光时长";
  439. //
  440. // TrackBarExposureTime
  441. //
  442. this.TrackBarExposureTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  443. | System.Windows.Forms.AnchorStyles.Left)
  444. | System.Windows.Forms.AnchorStyles.Right)));
  445. this.TrackBarExposureTime.DcimalDigits = 0;
  446. this.TrackBarExposureTime.IsShowTips = true;
  447. this.TrackBarExposureTime.LineColor = System.Drawing.Color.Silver;
  448. this.TrackBarExposureTime.LineWidth = 10F;
  449. this.TrackBarExposureTime.Location = new System.Drawing.Point(111, 67);
  450. this.TrackBarExposureTime.MaxValue = 1000F;
  451. this.TrackBarExposureTime.MinValue = 0F;
  452. this.TrackBarExposureTime.Name = "TrackBarExposureTime";
  453. this.TrackBarExposureTime.Size = new System.Drawing.Size(142, 68);
  454. this.TrackBarExposureTime.TabIndex = 48;
  455. this.TrackBarExposureTime.Text = "TrackBarExposureTime";
  456. this.TrackBarExposureTime.TipsFormat = null;
  457. this.TrackBarExposureTime.Value = 0F;
  458. this.TrackBarExposureTime.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  459. this.TrackBarExposureTime.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
  460. //
  461. // label12
  462. //
  463. this.label12.AutoSize = true;
  464. this.label12.Location = new System.Drawing.Point(32, 34);
  465. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  466. this.label12.Name = "label12";
  467. this.label12.Size = new System.Drawing.Size(65, 20);
  468. this.label12.TabIndex = 47;
  469. this.label12.Text = "光源亮度";
  470. //
  471. // TrackBarLightValue
  472. //
  473. this.TrackBarLightValue.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  474. | System.Windows.Forms.AnchorStyles.Left)
  475. | System.Windows.Forms.AnchorStyles.Right)));
  476. this.TrackBarLightValue.DcimalDigits = 0;
  477. this.TrackBarLightValue.IsShowTips = true;
  478. this.TrackBarLightValue.LineColor = System.Drawing.Color.Silver;
  479. this.TrackBarLightValue.LineWidth = 10F;
  480. this.TrackBarLightValue.Location = new System.Drawing.Point(111, 15);
  481. this.TrackBarLightValue.MaxValue = 255F;
  482. this.TrackBarLightValue.MinValue = 0F;
  483. this.TrackBarLightValue.Name = "TrackBarLightValue";
  484. this.TrackBarLightValue.Size = new System.Drawing.Size(142, 58);
  485. this.TrackBarLightValue.TabIndex = 46;
  486. this.TrackBarLightValue.Text = "ucTrackBar8";
  487. this.TrackBarLightValue.TipsFormat = null;
  488. this.TrackBarLightValue.Value = 0F;
  489. this.TrackBarLightValue.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  490. this.TrackBarLightValue.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
  491. //
  492. // groupBox5
  493. //
  494. this.groupBox5.BackColor = System.Drawing.Color.White;
  495. this.groupBox5.Controls.Add(this.numColorNo);
  496. this.groupBox5.Controls.Add(this.label15);
  497. this.groupBox5.Controls.Add(this.btnColor);
  498. this.groupBox5.Controls.Add(this.tbLabelFile);
  499. this.groupBox5.Controls.Add(this.label3);
  500. this.groupBox5.Controls.Add(this.cmbDefectModelFile);
  501. this.groupBox5.Controls.Add(this.label29);
  502. this.groupBox5.Controls.Add(this.tbSpec);
  503. this.groupBox5.Controls.Add(this.label2);
  504. this.groupBox5.Controls.Add(this.tbColorName);
  505. this.groupBox5.Controls.Add(this.label1);
  506. this.groupBox5.Controls.Add(this.txtName);
  507. this.groupBox5.Controls.Add(this.label4);
  508. this.groupBox5.Controls.Add(this.cmbClasses);
  509. this.groupBox5.Controls.Add(this.label17);
  510. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  511. this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.groupBox5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  513. this.groupBox5.Location = new System.Drawing.Point(2, 2);
  514. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  515. this.groupBox5.Name = "groupBox5";
  516. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  517. this.groupBox5.Size = new System.Drawing.Size(338, 375);
  518. this.groupBox5.TabIndex = 37;
  519. this.groupBox5.TabStop = false;
  520. this.groupBox5.Text = "检测标准信息";
  521. //
  522. // numColorNo
  523. //
  524. this.numColorNo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  525. | System.Windows.Forms.AnchorStyles.Left)
  526. | System.Windows.Forms.AnchorStyles.Right)));
  527. this.numColorNo.Location = new System.Drawing.Point(125, 161);
  528. this.numColorNo.Maximum = new decimal(new int[] {
  529. 10000,
  530. 0,
  531. 0,
  532. 0});
  533. this.numColorNo.Name = "numColorNo";
  534. this.numColorNo.Size = new System.Drawing.Size(81, 26);
  535. this.numColorNo.TabIndex = 66;
  536. //
  537. // label15
  538. //
  539. this.label15.AutoSize = true;
  540. this.label15.Location = new System.Drawing.Point(54, 163);
  541. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  542. this.label15.Name = "label15";
  543. this.label15.Size = new System.Drawing.Size(37, 20);
  544. this.label15.TabIndex = 61;
  545. this.label15.Text = "色号";
  546. //
  547. // btnColor
  548. //
  549. this.btnColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  550. this.btnColor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnColor.BackgroundImage")));
  551. this.btnColor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  552. this.btnColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  553. this.btnColor.Location = new System.Drawing.Point(263, 122);
  554. this.btnColor.Name = "btnColor";
  555. this.btnColor.Size = new System.Drawing.Size(30, 25);
  556. this.btnColor.TabIndex = 60;
  557. this.btnColor.UseVisualStyleBackColor = true;
  558. this.btnColor.Click += new System.EventHandler(this.btnColor_Click);
  559. //
  560. // tbLabelFile
  561. //
  562. this.tbLabelFile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  563. | System.Windows.Forms.AnchorStyles.Left)
  564. | System.Windows.Forms.AnchorStyles.Right)));
  565. this.tbLabelFile.Location = new System.Drawing.Point(125, 309);
  566. this.tbLabelFile.Margin = new System.Windows.Forms.Padding(2);
  567. this.tbLabelFile.Name = "tbLabelFile";
  568. this.tbLabelFile.ReadOnly = true;
  569. this.tbLabelFile.Size = new System.Drawing.Size(130, 26);
  570. this.tbLabelFile.TabIndex = 59;
  571. //
  572. // label3
  573. //
  574. this.label3.AutoSize = true;
  575. this.label3.Location = new System.Drawing.Point(54, 312);
  576. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  577. this.label3.Name = "label3";
  578. this.label3.Size = new System.Drawing.Size(65, 20);
  579. this.label3.TabIndex = 58;
  580. this.label3.Text = "标签文件";
  581. //
  582. // cmbDefectModelFile
  583. //
  584. this.cmbDefectModelFile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  585. | System.Windows.Forms.AnchorStyles.Left)
  586. | System.Windows.Forms.AnchorStyles.Right)));
  587. this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  588. this.cmbDefectModelFile.FormattingEnabled = true;
  589. this.cmbDefectModelFile.Location = new System.Drawing.Point(125, 263);
  590. this.cmbDefectModelFile.Margin = new System.Windows.Forms.Padding(2);
  591. this.cmbDefectModelFile.Name = "cmbDefectModelFile";
  592. this.cmbDefectModelFile.Size = new System.Drawing.Size(130, 28);
  593. this.cmbDefectModelFile.TabIndex = 57;
  594. this.cmbDefectModelFile.SelectedIndexChanged += new System.EventHandler(this.cmbDefectModelFile_SelectedIndexChanged);
  595. this.cmbDefectModelFile.TextChanged += new System.EventHandler(this.cmbDefectModelFile_TextChanged);
  596. //
  597. // label29
  598. //
  599. this.label29.AutoSize = true;
  600. this.label29.Location = new System.Drawing.Point(54, 266);
  601. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  602. this.label29.Name = "label29";
  603. this.label29.Size = new System.Drawing.Size(65, 20);
  604. this.label29.TabIndex = 56;
  605. this.label29.Text = "模型文件";
  606. //
  607. // tbSpec
  608. //
  609. this.tbSpec.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  610. | System.Windows.Forms.AnchorStyles.Left)
  611. | System.Windows.Forms.AnchorStyles.Right)));
  612. this.tbSpec.Location = new System.Drawing.Point(125, 211);
  613. this.tbSpec.Margin = new System.Windows.Forms.Padding(2);
  614. this.tbSpec.Name = "tbSpec";
  615. this.tbSpec.Size = new System.Drawing.Size(130, 26);
  616. this.tbSpec.TabIndex = 55;
  617. //
  618. // label2
  619. //
  620. this.label2.AutoSize = true;
  621. this.label2.Location = new System.Drawing.Point(54, 214);
  622. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  623. this.label2.Name = "label2";
  624. this.label2.Size = new System.Drawing.Size(37, 20);
  625. this.label2.TabIndex = 54;
  626. this.label2.Text = "规格";
  627. //
  628. // tbColorName
  629. //
  630. this.tbColorName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  631. | System.Windows.Forms.AnchorStyles.Left)
  632. | System.Windows.Forms.AnchorStyles.Right)));
  633. this.tbColorName.Location = new System.Drawing.Point(125, 122);
  634. this.tbColorName.Margin = new System.Windows.Forms.Padding(2);
  635. this.tbColorName.Name = "tbColorName";
  636. this.tbColorName.Size = new System.Drawing.Size(130, 26);
  637. this.tbColorName.TabIndex = 53;
  638. //
  639. // label1
  640. //
  641. this.label1.AutoSize = true;
  642. this.label1.Location = new System.Drawing.Point(54, 125);
  643. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  644. this.label1.Name = "label1";
  645. this.label1.Size = new System.Drawing.Size(37, 20);
  646. this.label1.TabIndex = 52;
  647. this.label1.Text = "颜色";
  648. //
  649. // txtName
  650. //
  651. this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  652. | System.Windows.Forms.AnchorStyles.Left)
  653. | System.Windows.Forms.AnchorStyles.Right)));
  654. this.txtName.Location = new System.Drawing.Point(125, 43);
  655. this.txtName.Margin = new System.Windows.Forms.Padding(2);
  656. this.txtName.Name = "txtName";
  657. this.txtName.Size = new System.Drawing.Size(130, 26);
  658. this.txtName.TabIndex = 51;
  659. //
  660. // label4
  661. //
  662. this.label4.AutoSize = true;
  663. this.label4.Location = new System.Drawing.Point(54, 46);
  664. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  665. this.label4.Name = "label4";
  666. this.label4.Size = new System.Drawing.Size(37, 20);
  667. this.label4.TabIndex = 50;
  668. this.label4.Text = "名称";
  669. //
  670. // cmbClasses
  671. //
  672. this.cmbClasses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  673. | System.Windows.Forms.AnchorStyles.Left)
  674. | System.Windows.Forms.AnchorStyles.Right)));
  675. this.cmbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  676. this.cmbClasses.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  677. this.cmbClasses.FormattingEnabled = true;
  678. this.cmbClasses.Location = new System.Drawing.Point(125, 78);
  679. this.cmbClasses.Margin = new System.Windows.Forms.Padding(2);
  680. this.cmbClasses.Name = "cmbClasses";
  681. this.cmbClasses.Size = new System.Drawing.Size(130, 28);
  682. this.cmbClasses.TabIndex = 49;
  683. //
  684. // label17
  685. //
  686. this.label17.AutoSize = true;
  687. this.label17.Location = new System.Drawing.Point(54, 81);
  688. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  689. this.label17.Name = "label17";
  690. this.label17.Size = new System.Drawing.Size(37, 20);
  691. this.label17.TabIndex = 48;
  692. this.label17.Text = "材质";
  693. //
  694. // groupBox1
  695. //
  696. this.groupBox1.BackColor = System.Drawing.Color.White;
  697. this.groupBox1.Controls.Add(this.button1);
  698. this.groupBox1.Controls.Add(this.numReelLen);
  699. this.groupBox1.Controls.Add(this.label14);
  700. this.groupBox1.Controls.Add(this.numDefectAreaLimit);
  701. this.groupBox1.Controls.Add(this.numDefectCntLength);
  702. this.groupBox1.Controls.Add(this.numDefectCountLimit);
  703. this.groupBox1.Controls.Add(this.btnClearDefect_Path);
  704. this.groupBox1.Controls.Add(this.btnAddWarn);
  705. this.groupBox1.Controls.Add(this.tbWarnDefect);
  706. this.groupBox1.Controls.Add(this.cbDefectName);
  707. this.groupBox1.Controls.Add(this.label8);
  708. this.groupBox1.Controls.Add(this.label7);
  709. this.groupBox1.Controls.Add(this.label6);
  710. this.groupBox1.Controls.Add(this.label5);
  711. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  712. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  714. this.groupBox1.Location = new System.Drawing.Point(686, 2);
  715. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  716. this.groupBox1.Name = "groupBox1";
  717. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  718. this.groupBox1.Size = new System.Drawing.Size(340, 375);
  719. this.groupBox1.TabIndex = 35;
  720. this.groupBox1.TabStop = false;
  721. this.groupBox1.Text = "告警配置";
  722. //
  723. // button1
  724. //
  725. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  726. this.button1.Location = new System.Drawing.Point(256, 168);
  727. this.button1.Name = "button1";
  728. this.button1.Size = new System.Drawing.Size(75, 31);
  729. this.button1.TabIndex = 66;
  730. this.button1.Text = "二次判断设置";
  731. this.button1.UseVisualStyleBackColor = true;
  732. this.button1.Click += new System.EventHandler(this.button1_Click);
  733. //
  734. // numReelLen
  735. //
  736. this.numReelLen.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  737. | System.Windows.Forms.AnchorStyles.Left)
  738. | System.Windows.Forms.AnchorStyles.Right)));
  739. this.numReelLen.DecimalPlaces = 2;
  740. this.numReelLen.Location = new System.Drawing.Point(184, 32);
  741. this.numReelLen.Maximum = new decimal(new int[] {
  742. 10000,
  743. 0,
  744. 0,
  745. 0});
  746. this.numReelLen.Name = "numReelLen";
  747. this.numReelLen.Size = new System.Drawing.Size(57, 26);
  748. this.numReelLen.TabIndex = 65;
  749. //
  750. // label14
  751. //
  752. this.label14.AutoSize = true;
  753. this.label14.Location = new System.Drawing.Point(26, 34);
  754. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  755. this.label14.Name = "label14";
  756. this.label14.Size = new System.Drawing.Size(106, 20);
  757. this.label14.TabIndex = 64;
  758. this.label14.Text = "换卷长度提醒m";
  759. //
  760. // numDefectAreaLimit
  761. //
  762. this.numDefectAreaLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  763. | System.Windows.Forms.AnchorStyles.Left)
  764. | System.Windows.Forms.AnchorStyles.Right)));
  765. this.numDefectAreaLimit.DecimalPlaces = 2;
  766. this.numDefectAreaLimit.Location = new System.Drawing.Point(184, 78);
  767. this.numDefectAreaLimit.Maximum = new decimal(new int[] {
  768. 10000,
  769. 0,
  770. 0,
  771. 0});
  772. this.numDefectAreaLimit.Name = "numDefectAreaLimit";
  773. this.numDefectAreaLimit.Size = new System.Drawing.Size(57, 26);
  774. this.numDefectAreaLimit.TabIndex = 63;
  775. //
  776. // numDefectCntLength
  777. //
  778. this.numDefectCntLength.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  779. | System.Windows.Forms.AnchorStyles.Left)
  780. | System.Windows.Forms.AnchorStyles.Right)));
  781. this.numDefectCntLength.DecimalPlaces = 2;
  782. this.numDefectCntLength.Location = new System.Drawing.Point(184, 126);
  783. this.numDefectCntLength.Maximum = new decimal(new int[] {
  784. 10000,
  785. 0,
  786. 0,
  787. 0});
  788. this.numDefectCntLength.Name = "numDefectCntLength";
  789. this.numDefectCntLength.Size = new System.Drawing.Size(57, 26);
  790. this.numDefectCntLength.TabIndex = 62;
  791. //
  792. // numDefectCountLimit
  793. //
  794. this.numDefectCountLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  795. | System.Windows.Forms.AnchorStyles.Left)
  796. | System.Windows.Forms.AnchorStyles.Right)));
  797. this.numDefectCountLimit.Location = new System.Drawing.Point(184, 173);
  798. this.numDefectCountLimit.Maximum = new decimal(new int[] {
  799. 10000,
  800. 0,
  801. 0,
  802. 0});
  803. this.numDefectCountLimit.Name = "numDefectCountLimit";
  804. this.numDefectCountLimit.Size = new System.Drawing.Size(57, 26);
  805. this.numDefectCountLimit.TabIndex = 61;
  806. //
  807. // btnClearDefect_Path
  808. //
  809. this.btnClearDefect_Path.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  810. this.btnClearDefect_Path.Image = ((System.Drawing.Image)(resources.GetObject("btnClearDefect_Path.Image")));
  811. this.btnClearDefect_Path.Location = new System.Drawing.Point(279, 237);
  812. this.btnClearDefect_Path.Margin = new System.Windows.Forms.Padding(2);
  813. this.btnClearDefect_Path.Name = "btnClearDefect_Path";
  814. this.btnClearDefect_Path.Size = new System.Drawing.Size(21, 19);
  815. this.btnClearDefect_Path.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  816. this.btnClearDefect_Path.TabIndex = 60;
  817. this.btnClearDefect_Path.TabStop = false;
  818. this.btnClearDefect_Path.Click += new System.EventHandler(this.btnClearDefect_Path_Click);
  819. //
  820. // btnAddWarn
  821. //
  822. this.btnAddWarn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  823. this.btnAddWarn.Location = new System.Drawing.Point(256, 266);
  824. this.btnAddWarn.Name = "btnAddWarn";
  825. this.btnAddWarn.Size = new System.Drawing.Size(75, 31);
  826. this.btnAddWarn.TabIndex = 59;
  827. this.btnAddWarn.Text = "添加";
  828. this.btnAddWarn.UseVisualStyleBackColor = true;
  829. this.btnAddWarn.Click += new System.EventHandler(this.btnAddWarn_Click);
  830. //
  831. // tbWarnDefect
  832. //
  833. this.tbWarnDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  834. | System.Windows.Forms.AnchorStyles.Left)
  835. | System.Windows.Forms.AnchorStyles.Right)));
  836. this.tbWarnDefect.Location = new System.Drawing.Point(123, 233);
  837. this.tbWarnDefect.Margin = new System.Windows.Forms.Padding(2);
  838. this.tbWarnDefect.Name = "tbWarnDefect";
  839. this.tbWarnDefect.ReadOnly = true;
  840. this.tbWarnDefect.Size = new System.Drawing.Size(118, 26);
  841. this.tbWarnDefect.TabIndex = 58;
  842. //
  843. // cbDefectName
  844. //
  845. this.cbDefectName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  846. this.cbDefectName.FormattingEnabled = true;
  847. this.cbDefectName.Location = new System.Drawing.Point(123, 269);
  848. this.cbDefectName.Margin = new System.Windows.Forms.Padding(2);
  849. this.cbDefectName.Name = "cbDefectName";
  850. this.cbDefectName.Size = new System.Drawing.Size(117, 28);
  851. this.cbDefectName.TabIndex = 57;
  852. //
  853. // label8
  854. //
  855. this.label8.AutoSize = true;
  856. this.label8.Location = new System.Drawing.Point(26, 236);
  857. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  858. this.label8.Name = "label8";
  859. this.label8.Size = new System.Drawing.Size(93, 20);
  860. this.label8.TabIndex = 56;
  861. this.label8.Text = "必须告警瑕疵";
  862. //
  863. // label7
  864. //
  865. this.label7.AutoSize = true;
  866. this.label7.Location = new System.Drawing.Point(26, 175);
  867. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  868. this.label7.Name = "label7";
  869. this.label7.Size = new System.Drawing.Size(93, 20);
  870. this.label7.TabIndex = 55;
  871. this.label7.Text = "告警缺陷个数";
  872. //
  873. // label6
  874. //
  875. this.label6.AutoSize = true;
  876. this.label6.Location = new System.Drawing.Point(26, 128);
  877. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  878. this.label6.Name = "label6";
  879. this.label6.Size = new System.Drawing.Size(134, 20);
  880. this.label6.TabIndex = 54;
  881. this.label6.Text = "平均缺陷计数长度m";
  882. //
  883. // label5
  884. //
  885. this.label5.AutoSize = true;
  886. this.label5.Location = new System.Drawing.Point(26, 80);
  887. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  888. this.label5.Name = "label5";
  889. this.label5.Size = new System.Drawing.Size(97, 20);
  890. this.label5.TabIndex = 53;
  891. this.label5.Text = "瑕疵面积mm²";
  892. //
  893. // splitContainer2
  894. //
  895. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  896. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  897. this.splitContainer2.Name = "splitContainer2";
  898. //
  899. // splitContainer2.Panel1
  900. //
  901. this.splitContainer2.Panel1.Controls.Add(this.groupBox3);
  902. //
  903. // splitContainer2.Panel2
  904. //
  905. this.splitContainer2.Panel2.Controls.Add(this.groupBox4);
  906. this.splitContainer2.Size = new System.Drawing.Size(1028, 171);
  907. this.splitContainer2.SplitterDistance = 531;
  908. this.splitContainer2.TabIndex = 0;
  909. //
  910. // groupBox3
  911. //
  912. this.groupBox3.BackColor = System.Drawing.Color.White;
  913. this.groupBox3.Controls.Add(this.dataGridView1);
  914. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  915. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  916. this.groupBox3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  917. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  918. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  919. this.groupBox3.Name = "groupBox3";
  920. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  921. this.groupBox3.Size = new System.Drawing.Size(531, 171);
  922. this.groupBox3.TabIndex = 35;
  923. this.groupBox3.TabStop = false;
  924. this.groupBox3.Text = "检测标准设置";
  925. //
  926. // dataGridView1
  927. //
  928. this.dataGridView1.AllowUserToAddRows = false;
  929. this.dataGridView1.AllowUserToDeleteRows = false;
  930. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  931. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  932. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  933. this.Code,
  934. this.ZXD,
  935. this.Area,
  936. this.DBDL,
  937. this.DBDH,
  938. this.OrAnd,
  939. this.DefectLength,
  940. this.DefectWarn});
  941. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  942. this.dataGridView1.Location = new System.Drawing.Point(2, 21);
  943. this.dataGridView1.Name = "dataGridView1";
  944. this.dataGridView1.RowHeadersWidth = 51;
  945. this.dataGridView1.RowTemplate.Height = 23;
  946. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  947. this.dataGridView1.Size = new System.Drawing.Size(527, 148);
  948. this.dataGridView1.TabIndex = 49;
  949. //
  950. // Code
  951. //
  952. this.Code.HeaderText = "名称";
  953. this.Code.MinimumWidth = 6;
  954. this.Code.Name = "Code";
  955. this.Code.ReadOnly = true;
  956. this.Code.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  957. //
  958. // ZXD
  959. //
  960. this.ZXD.HeaderText = "置信度";
  961. this.ZXD.MinimumWidth = 6;
  962. this.ZXD.Name = "ZXD";
  963. this.ZXD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  964. //
  965. // Area
  966. //
  967. this.Area.HeaderText = "面积(mm)";
  968. this.Area.MinimumWidth = 6;
  969. this.Area.Name = "Area";
  970. this.Area.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  971. //
  972. // DBDL
  973. //
  974. this.DBDL.HeaderText = "对比度(下限)";
  975. this.DBDL.MinimumWidth = 6;
  976. this.DBDL.Name = "DBDL";
  977. this.DBDL.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  978. //
  979. // DBDH
  980. //
  981. this.DBDH.HeaderText = "对比度(上限)";
  982. this.DBDH.MinimumWidth = 6;
  983. this.DBDH.Name = "DBDH";
  984. this.DBDH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  985. //
  986. // OrAnd
  987. //
  988. this.OrAnd.HeaderText = "或向选择";
  989. this.OrAnd.MinimumWidth = 6;
  990. this.OrAnd.Name = "OrAnd";
  991. //
  992. // DefectLength
  993. //
  994. this.DefectLength.HeaderText = "分布长度(m)";
  995. this.DefectLength.MinimumWidth = 6;
  996. this.DefectLength.Name = "DefectLength";
  997. //
  998. // DefectWarn
  999. //
  1000. this.DefectWarn.HeaderText = "报警个数";
  1001. this.DefectWarn.MinimumWidth = 6;
  1002. this.DefectWarn.Name = "DefectWarn";
  1003. //
  1004. // groupBox4
  1005. //
  1006. this.groupBox4.BackColor = System.Drawing.Color.White;
  1007. this.groupBox4.Controls.Add(this.dataGridView2);
  1008. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  1009. this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1010. this.groupBox4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1011. this.groupBox4.Location = new System.Drawing.Point(0, 0);
  1012. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  1013. this.groupBox4.Name = "groupBox4";
  1014. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  1015. this.groupBox4.Size = new System.Drawing.Size(493, 171);
  1016. this.groupBox4.TabIndex = 36;
  1017. this.groupBox4.TabStop = false;
  1018. this.groupBox4.Text = "等级判定";
  1019. //
  1020. // dataGridView2
  1021. //
  1022. this.dataGridView2.AllowUserToAddRows = false;
  1023. this.dataGridView2.AllowUserToDeleteRows = false;
  1024. this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  1025. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1026. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1027. this.Code2,
  1028. this.A,
  1029. this.B,
  1030. this.C,
  1031. this.D,
  1032. this.E});
  1033. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  1034. this.dataGridView2.Location = new System.Drawing.Point(2, 21);
  1035. this.dataGridView2.Name = "dataGridView2";
  1036. this.dataGridView2.RowHeadersWidth = 51;
  1037. this.dataGridView2.RowTemplate.Height = 23;
  1038. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1039. this.dataGridView2.Size = new System.Drawing.Size(489, 148);
  1040. this.dataGridView2.TabIndex = 49;
  1041. //
  1042. // Code2
  1043. //
  1044. this.Code2.HeaderText = "名称";
  1045. this.Code2.MinimumWidth = 6;
  1046. this.Code2.Name = "Code2";
  1047. this.Code2.ReadOnly = true;
  1048. this.Code2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1049. //
  1050. // A
  1051. //
  1052. this.A.HeaderText = "A";
  1053. this.A.MinimumWidth = 6;
  1054. this.A.Name = "A";
  1055. this.A.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1056. //
  1057. // B
  1058. //
  1059. this.B.HeaderText = "B";
  1060. this.B.MinimumWidth = 6;
  1061. this.B.Name = "B";
  1062. this.B.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1063. //
  1064. // C
  1065. //
  1066. this.C.HeaderText = "C";
  1067. this.C.MinimumWidth = 6;
  1068. this.C.Name = "C";
  1069. this.C.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1070. //
  1071. // D
  1072. //
  1073. this.D.HeaderText = "D";
  1074. this.D.MinimumWidth = 6;
  1075. this.D.Name = "D";
  1076. this.D.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1077. //
  1078. // E
  1079. //
  1080. this.E.HeaderText = "E";
  1081. this.E.MinimumWidth = 6;
  1082. this.E.Name = "E";
  1083. this.E.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1084. this.E.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1085. //
  1086. // ProductInfoFrm
  1087. //
  1088. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1089. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1090. this.ClientSize = new System.Drawing.Size(1028, 656);
  1091. this.Controls.Add(this.splitContainer1);
  1092. this.Controls.Add(this.toolStrip1);
  1093. this.Controls.Add(this.uiTitel1);
  1094. this.Name = "ProductInfoFrm";
  1095. this.Text = "产品检测";
  1096. this.Load += new System.EventHandler(this.ProductInfoFrm_Load);
  1097. this.SizeChanged += new System.EventHandler(this.ProductInfoFrm_SizeChanged);
  1098. this.toolStrip1.ResumeLayout(false);
  1099. this.toolStrip1.PerformLayout();
  1100. this.splitContainer1.Panel1.ResumeLayout(false);
  1101. this.splitContainer1.Panel2.ResumeLayout(false);
  1102. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1103. this.splitContainer1.ResumeLayout(false);
  1104. this.tableLayoutPanel1.ResumeLayout(false);
  1105. this.groupBox2.ResumeLayout(false);
  1106. this.groupBox2.PerformLayout();
  1107. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
  1108. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  1109. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  1110. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  1111. ((System.ComponentModel.ISupportInitialize)(this.numStopDis)).EndInit();
  1112. this.groupBox5.ResumeLayout(false);
  1113. this.groupBox5.PerformLayout();
  1114. ((System.ComponentModel.ISupportInitialize)(this.numColorNo)).EndInit();
  1115. this.groupBox1.ResumeLayout(false);
  1116. this.groupBox1.PerformLayout();
  1117. ((System.ComponentModel.ISupportInitialize)(this.numReelLen)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.numDefectAreaLimit)).EndInit();
  1119. ((System.ComponentModel.ISupportInitialize)(this.numDefectCntLength)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.numDefectCountLimit)).EndInit();
  1121. ((System.ComponentModel.ISupportInitialize)(this.btnClearDefect_Path)).EndInit();
  1122. this.splitContainer2.Panel1.ResumeLayout(false);
  1123. this.splitContainer2.Panel2.ResumeLayout(false);
  1124. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1125. this.splitContainer2.ResumeLayout(false);
  1126. this.groupBox3.ResumeLayout(false);
  1127. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  1128. this.groupBox4.ResumeLayout(false);
  1129. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  1130. this.ResumeLayout(false);
  1131. this.PerformLayout();
  1132. }
  1133. #endregion
  1134. private System.Windows.Forms.ToolStrip toolStrip1;
  1135. private System.Windows.Forms.ToolStripButton tsbtnSave;
  1136. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1137. private System.Windows.Forms.ToolStripButton tsbtnExit;
  1138. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  1139. private System.Windows.Forms.SplitContainer splitContainer1;
  1140. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1141. private System.Windows.Forms.GroupBox groupBox1;
  1142. private System.Windows.Forms.SplitContainer splitContainer2;
  1143. private System.Windows.Forms.GroupBox groupBox3;
  1144. private System.Windows.Forms.GroupBox groupBox4;
  1145. private System.Windows.Forms.GroupBox groupBox2;
  1146. private System.Windows.Forms.GroupBox groupBox5;
  1147. private System.Windows.Forms.Label label9;
  1148. private HZH_Controls.Controls.UCTrackBar TrackBarTensionValue;
  1149. private System.Windows.Forms.Label label10;
  1150. private HZH_Controls.Controls.UCTrackBar TrackBarGain;
  1151. private System.Windows.Forms.Label label11;
  1152. private HZH_Controls.Controls.UCTrackBar TrackBarExposureTime;
  1153. private System.Windows.Forms.Label label12;
  1154. private HZH_Controls.Controls.UCTrackBar TrackBarLightValue;
  1155. private System.Windows.Forms.TextBox tbLabelFile;
  1156. private System.Windows.Forms.Label label3;
  1157. private System.Windows.Forms.ComboBox cmbDefectModelFile;
  1158. private System.Windows.Forms.Label label29;
  1159. private System.Windows.Forms.TextBox tbSpec;
  1160. private System.Windows.Forms.Label label2;
  1161. private System.Windows.Forms.TextBox tbColorName;
  1162. private System.Windows.Forms.Label label1;
  1163. private System.Windows.Forms.TextBox txtName;
  1164. private System.Windows.Forms.Label label4;
  1165. private System.Windows.Forms.ComboBox cmbClasses;
  1166. private System.Windows.Forms.Label label17;
  1167. private System.Windows.Forms.NumericUpDown numDefectAreaLimit;
  1168. private System.Windows.Forms.NumericUpDown numDefectCntLength;
  1169. private System.Windows.Forms.NumericUpDown numDefectCountLimit;
  1170. private System.Windows.Forms.PictureBox btnClearDefect_Path;
  1171. private System.Windows.Forms.Button btnAddWarn;
  1172. private System.Windows.Forms.TextBox tbWarnDefect;
  1173. private System.Windows.Forms.ComboBox cbDefectName;
  1174. private System.Windows.Forms.Label label8;
  1175. private System.Windows.Forms.Label label7;
  1176. private System.Windows.Forms.Label label6;
  1177. private System.Windows.Forms.Label label5;
  1178. private System.Windows.Forms.DataGridView dataGridView1;
  1179. private System.Windows.Forms.DataGridView dataGridView2;
  1180. private System.Windows.Forms.Button btnColor;
  1181. private System.Windows.Forms.DataGridViewTextBoxColumn Code2;
  1182. private System.Windows.Forms.DataGridViewTextBoxColumn A;
  1183. private System.Windows.Forms.DataGridViewTextBoxColumn B;
  1184. private System.Windows.Forms.DataGridViewTextBoxColumn C;
  1185. private System.Windows.Forms.DataGridViewTextBoxColumn D;
  1186. private System.Windows.Forms.DataGridViewTextBoxColumn E;
  1187. private System.Windows.Forms.CheckBox cbGetHD;
  1188. private System.Windows.Forms.Label label13;
  1189. private System.Windows.Forms.NumericUpDown numStopDis;
  1190. private System.Windows.Forms.DataGridViewTextBoxColumn Code;
  1191. private System.Windows.Forms.DataGridViewTextBoxColumn ZXD;
  1192. private System.Windows.Forms.DataGridViewTextBoxColumn Area;
  1193. private System.Windows.Forms.DataGridViewTextBoxColumn DBDL;
  1194. private System.Windows.Forms.DataGridViewTextBoxColumn DBDH;
  1195. private System.Windows.Forms.DataGridViewCheckBoxColumn OrAnd;
  1196. private System.Windows.Forms.DataGridViewTextBoxColumn DefectLength;
  1197. private System.Windows.Forms.DataGridViewTextBoxColumn DefectWarn;
  1198. private System.Windows.Forms.NumericUpDown numericUpDown4;
  1199. private System.Windows.Forms.NumericUpDown numericUpDown3;
  1200. private System.Windows.Forms.NumericUpDown numericUpDown2;
  1201. private System.Windows.Forms.NumericUpDown numericUpDown1;
  1202. private System.Windows.Forms.NumericUpDown numReelLen;
  1203. private System.Windows.Forms.Label label14;
  1204. private System.Windows.Forms.NumericUpDown numColorNo;
  1205. private System.Windows.Forms.Label label15;
  1206. private System.Windows.Forms.Button button1;
  1207. }
  1208. }