1153 lines
62 KiB
C#
1153 lines
62 KiB
C#
namespace GeBoShi.UI.Product
|
|
{
|
|
partial class ProductInfoFrm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductInfoFrm));
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
|
|
this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.numStopDis = new System.Windows.Forms.NumericUpDown();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.cbGetHD = new System.Windows.Forms.CheckBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.TrackBarTensionValue = new HZH_Controls.Controls.UCTrackBar();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.TrackBarGain = new HZH_Controls.Controls.UCTrackBar();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.TrackBarExposureTime = new HZH_Controls.Controls.UCTrackBar();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.TrackBarLightValue = new HZH_Controls.Controls.UCTrackBar();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.btnColor = new System.Windows.Forms.Button();
|
|
this.tbLabelFile = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.cmbDefectModelFile = new System.Windows.Forms.ComboBox();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.tbSpec = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbColorName = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.cmbClasses = new System.Windows.Forms.ComboBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.numReelLen = new System.Windows.Forms.NumericUpDown();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.numDefectAreaLimit = new System.Windows.Forms.NumericUpDown();
|
|
this.numDefectCntLength = new System.Windows.Forms.NumericUpDown();
|
|
this.numDefectCountLimit = new System.Windows.Forms.NumericUpDown();
|
|
this.btnClearDefect_Path = new System.Windows.Forms.PictureBox();
|
|
this.btnAddWarn = new System.Windows.Forms.Button();
|
|
this.tbWarnDefect = new System.Windows.Forms.TextBox();
|
|
this.cbDefectName = new System.Windows.Forms.ComboBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ZXD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Area = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DBDL = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DBDH = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OrAnd = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.DefectLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DefectWarn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
this.Code2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.A = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.B = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.D = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.E = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numStopDis)).BeginInit();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numReelLen)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDefectAreaLimit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDefectCntLength)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDefectCountLimit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearDefect_Path)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
|
|
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbtnSave,
|
|
this.toolStripSeparator2,
|
|
this.tsbtnExit});
|
|
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 46);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.toolStrip1.Size = new System.Drawing.Size(1224, 56);
|
|
this.toolStrip1.TabIndex = 39;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbtnSave
|
|
//
|
|
this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
|
|
this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnSave.Name = "tsbtnSave";
|
|
this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
|
|
this.tsbtnSave.Text = " 保存 ";
|
|
this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
|
|
//
|
|
// tsbtnExit
|
|
//
|
|
this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
|
|
this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnExit.Name = "tsbtnExit";
|
|
this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
|
|
this.tsbtnExit.Text = " 退出 ";
|
|
this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
|
|
//
|
|
// uiTitel1
|
|
//
|
|
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.uiTitel1.FatherForm = null;
|
|
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiTitel1.Name = "uiTitel1";
|
|
this.uiTitel1.Size = new System.Drawing.Size(1224, 46);
|
|
this.uiTitel1.TabIndex = 38;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 102);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1224, 554);
|
|
this.splitContainer1.SplitterDistance = 379;
|
|
this.splitContainer1.TabIndex = 40;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1224, 379);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox2.BackColor = System.Drawing.Color.White;
|
|
this.groupBox2.Controls.Add(this.numericUpDown4);
|
|
this.groupBox2.Controls.Add(this.numericUpDown3);
|
|
this.groupBox2.Controls.Add(this.numericUpDown2);
|
|
this.groupBox2.Controls.Add(this.numericUpDown1);
|
|
this.groupBox2.Controls.Add(this.numStopDis);
|
|
this.groupBox2.Controls.Add(this.label13);
|
|
this.groupBox2.Controls.Add(this.cbGetHD);
|
|
this.groupBox2.Controls.Add(this.label9);
|
|
this.groupBox2.Controls.Add(this.TrackBarTensionValue);
|
|
this.groupBox2.Controls.Add(this.label10);
|
|
this.groupBox2.Controls.Add(this.TrackBarGain);
|
|
this.groupBox2.Controls.Add(this.label11);
|
|
this.groupBox2.Controls.Add(this.TrackBarExposureTime);
|
|
this.groupBox2.Controls.Add(this.label12);
|
|
this.groupBox2.Controls.Add(this.TrackBarLightValue);
|
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.groupBox2.Location = new System.Drawing.Point(409, 2);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox2.Size = new System.Drawing.Size(403, 375);
|
|
this.groupBox2.TabIndex = 38;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "参数设置";
|
|
//
|
|
// numericUpDown4
|
|
//
|
|
this.numericUpDown4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numericUpDown4.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown4.Location = new System.Drawing.Point(324, 199);
|
|
this.numericUpDown4.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown4.Name = "numericUpDown4";
|
|
this.numericUpDown4.Size = new System.Drawing.Size(74, 26);
|
|
this.numericUpDown4.TabIndex = 66;
|
|
this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// numericUpDown3
|
|
//
|
|
this.numericUpDown3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numericUpDown3.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown3.Location = new System.Drawing.Point(324, 144);
|
|
this.numericUpDown3.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown3.Name = "numericUpDown3";
|
|
this.numericUpDown3.Size = new System.Drawing.Size(74, 26);
|
|
this.numericUpDown3.TabIndex = 65;
|
|
this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// numericUpDown2
|
|
//
|
|
this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numericUpDown2.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown2.Location = new System.Drawing.Point(324, 89);
|
|
this.numericUpDown2.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown2.Name = "numericUpDown2";
|
|
this.numericUpDown2.Size = new System.Drawing.Size(74, 26);
|
|
this.numericUpDown2.TabIndex = 64;
|
|
this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numericUpDown1.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Location = new System.Drawing.Point(324, 34);
|
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Size = new System.Drawing.Size(74, 26);
|
|
this.numericUpDown1.TabIndex = 63;
|
|
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// numStopDis
|
|
//
|
|
this.numStopDis.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numStopDis.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numStopDis.Location = new System.Drawing.Point(206, 287);
|
|
this.numStopDis.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numStopDis.Name = "numStopDis";
|
|
this.numStopDis.Size = new System.Drawing.Size(122, 26);
|
|
this.numStopDis.TabIndex = 62;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(32, 289);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(145, 20);
|
|
this.label13.TabIndex = 56;
|
|
this.label13.Text = "厚度检测暂停距离(米)";
|
|
//
|
|
// cbGetHD
|
|
//
|
|
this.cbGetHD.AutoSize = true;
|
|
this.cbGetHD.Location = new System.Drawing.Point(36, 248);
|
|
this.cbGetHD.Name = "cbGetHD";
|
|
this.cbGetHD.Size = new System.Drawing.Size(140, 24);
|
|
this.cbGetHD.TabIndex = 54;
|
|
this.cbGetHD.Text = "开启暂停厚度检测";
|
|
this.cbGetHD.UseVisualStyleBackColor = true;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(32, 199);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(37, 20);
|
|
this.label9.TabIndex = 53;
|
|
this.label9.Text = "张力";
|
|
//
|
|
// TrackBarTensionValue
|
|
//
|
|
this.TrackBarTensionValue.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrackBarTensionValue.DcimalDigits = 0;
|
|
this.TrackBarTensionValue.IsShowTips = true;
|
|
this.TrackBarTensionValue.LineColor = System.Drawing.Color.Silver;
|
|
this.TrackBarTensionValue.LineWidth = 10F;
|
|
this.TrackBarTensionValue.Location = new System.Drawing.Point(111, 184);
|
|
this.TrackBarTensionValue.MaxValue = 999F;
|
|
this.TrackBarTensionValue.MinValue = 0F;
|
|
this.TrackBarTensionValue.Name = "TrackBarTensionValue";
|
|
this.TrackBarTensionValue.Size = new System.Drawing.Size(207, 52);
|
|
this.TrackBarTensionValue.TabIndex = 52;
|
|
this.TrackBarTensionValue.Text = "ucTrackBar5";
|
|
this.TrackBarTensionValue.TipsFormat = null;
|
|
this.TrackBarTensionValue.Value = 0F;
|
|
this.TrackBarTensionValue.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.TrackBarTensionValue.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(32, 144);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(37, 20);
|
|
this.label10.TabIndex = 51;
|
|
this.label10.Text = "增益";
|
|
//
|
|
// TrackBarGain
|
|
//
|
|
this.TrackBarGain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrackBarGain.DcimalDigits = 0;
|
|
this.TrackBarGain.IsShowTips = true;
|
|
this.TrackBarGain.LineColor = System.Drawing.Color.Silver;
|
|
this.TrackBarGain.LineWidth = 10F;
|
|
this.TrackBarGain.Location = new System.Drawing.Point(111, 131);
|
|
this.TrackBarGain.MaxValue = 20F;
|
|
this.TrackBarGain.MinValue = 0F;
|
|
this.TrackBarGain.Name = "TrackBarGain";
|
|
this.TrackBarGain.Size = new System.Drawing.Size(207, 49);
|
|
this.TrackBarGain.TabIndex = 50;
|
|
this.TrackBarGain.Text = "ucTrackBar6";
|
|
this.TrackBarGain.TipsFormat = null;
|
|
this.TrackBarGain.Value = 0F;
|
|
this.TrackBarGain.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.TrackBarGain.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(32, 89);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(65, 20);
|
|
this.label11.TabIndex = 49;
|
|
this.label11.Text = "曝光时长";
|
|
//
|
|
// TrackBarExposureTime
|
|
//
|
|
this.TrackBarExposureTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrackBarExposureTime.DcimalDigits = 0;
|
|
this.TrackBarExposureTime.IsShowTips = true;
|
|
this.TrackBarExposureTime.LineColor = System.Drawing.Color.Silver;
|
|
this.TrackBarExposureTime.LineWidth = 10F;
|
|
this.TrackBarExposureTime.Location = new System.Drawing.Point(111, 75);
|
|
this.TrackBarExposureTime.MaxValue = 1000F;
|
|
this.TrackBarExposureTime.MinValue = 0F;
|
|
this.TrackBarExposureTime.Name = "TrackBarExposureTime";
|
|
this.TrackBarExposureTime.Size = new System.Drawing.Size(207, 52);
|
|
this.TrackBarExposureTime.TabIndex = 48;
|
|
this.TrackBarExposureTime.Text = "TrackBarExposureTime";
|
|
this.TrackBarExposureTime.TipsFormat = null;
|
|
this.TrackBarExposureTime.Value = 0F;
|
|
this.TrackBarExposureTime.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.TrackBarExposureTime.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(32, 34);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(65, 20);
|
|
this.label12.TabIndex = 47;
|
|
this.label12.Text = "光源亮度";
|
|
//
|
|
// TrackBarLightValue
|
|
//
|
|
this.TrackBarLightValue.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrackBarLightValue.DcimalDigits = 0;
|
|
this.TrackBarLightValue.IsShowTips = true;
|
|
this.TrackBarLightValue.LineColor = System.Drawing.Color.Silver;
|
|
this.TrackBarLightValue.LineWidth = 10F;
|
|
this.TrackBarLightValue.Location = new System.Drawing.Point(111, 22);
|
|
this.TrackBarLightValue.MaxValue = 255F;
|
|
this.TrackBarLightValue.MinValue = 0F;
|
|
this.TrackBarLightValue.Name = "TrackBarLightValue";
|
|
this.TrackBarLightValue.Size = new System.Drawing.Size(207, 50);
|
|
this.TrackBarLightValue.TabIndex = 46;
|
|
this.TrackBarLightValue.Text = "ucTrackBar8";
|
|
this.TrackBarLightValue.TipsFormat = null;
|
|
this.TrackBarLightValue.Value = 0F;
|
|
this.TrackBarLightValue.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.TrackBarLightValue.ValueChanged += new System.EventHandler(this.TrackBarLightValue_ValueChanged);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.BackColor = System.Drawing.Color.White;
|
|
this.groupBox5.Controls.Add(this.btnColor);
|
|
this.groupBox5.Controls.Add(this.tbLabelFile);
|
|
this.groupBox5.Controls.Add(this.label3);
|
|
this.groupBox5.Controls.Add(this.cmbDefectModelFile);
|
|
this.groupBox5.Controls.Add(this.label29);
|
|
this.groupBox5.Controls.Add(this.tbSpec);
|
|
this.groupBox5.Controls.Add(this.label2);
|
|
this.groupBox5.Controls.Add(this.tbColorName);
|
|
this.groupBox5.Controls.Add(this.label1);
|
|
this.groupBox5.Controls.Add(this.txtName);
|
|
this.groupBox5.Controls.Add(this.label4);
|
|
this.groupBox5.Controls.Add(this.cmbClasses);
|
|
this.groupBox5.Controls.Add(this.label17);
|
|
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.groupBox5.Location = new System.Drawing.Point(2, 2);
|
|
this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox5.Size = new System.Drawing.Size(403, 375);
|
|
this.groupBox5.TabIndex = 37;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "检测标准信息";
|
|
//
|
|
// btnColor
|
|
//
|
|
this.btnColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnColor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnColor.BackgroundImage")));
|
|
this.btnColor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.btnColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnColor.Location = new System.Drawing.Point(328, 122);
|
|
this.btnColor.Name = "btnColor";
|
|
this.btnColor.Size = new System.Drawing.Size(30, 25);
|
|
this.btnColor.TabIndex = 60;
|
|
this.btnColor.UseVisualStyleBackColor = true;
|
|
this.btnColor.Click += new System.EventHandler(this.btnColor_Click);
|
|
//
|
|
// tbLabelFile
|
|
//
|
|
this.tbLabelFile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbLabelFile.Location = new System.Drawing.Point(125, 265);
|
|
this.tbLabelFile.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbLabelFile.Name = "tbLabelFile";
|
|
this.tbLabelFile.ReadOnly = true;
|
|
this.tbLabelFile.Size = new System.Drawing.Size(195, 26);
|
|
this.tbLabelFile.TabIndex = 59;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(54, 268);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 20);
|
|
this.label3.TabIndex = 58;
|
|
this.label3.Text = "标签文件";
|
|
//
|
|
// cmbDefectModelFile
|
|
//
|
|
this.cmbDefectModelFile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbDefectModelFile.FormattingEnabled = true;
|
|
this.cmbDefectModelFile.Location = new System.Drawing.Point(125, 219);
|
|
this.cmbDefectModelFile.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbDefectModelFile.Name = "cmbDefectModelFile";
|
|
this.cmbDefectModelFile.Size = new System.Drawing.Size(195, 28);
|
|
this.cmbDefectModelFile.TabIndex = 57;
|
|
this.cmbDefectModelFile.TextChanged += new System.EventHandler(this.cmbDefectModelFile_TextChanged);
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.AutoSize = true;
|
|
this.label29.Location = new System.Drawing.Point(54, 222);
|
|
this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(65, 20);
|
|
this.label29.TabIndex = 56;
|
|
this.label29.Text = "模型文件";
|
|
//
|
|
// tbSpec
|
|
//
|
|
this.tbSpec.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbSpec.Location = new System.Drawing.Point(125, 167);
|
|
this.tbSpec.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbSpec.Name = "tbSpec";
|
|
this.tbSpec.Size = new System.Drawing.Size(195, 26);
|
|
this.tbSpec.TabIndex = 55;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(54, 170);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(37, 20);
|
|
this.label2.TabIndex = 54;
|
|
this.label2.Text = "规格";
|
|
//
|
|
// tbColorName
|
|
//
|
|
this.tbColorName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbColorName.Location = new System.Drawing.Point(125, 122);
|
|
this.tbColorName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbColorName.Name = "tbColorName";
|
|
this.tbColorName.Size = new System.Drawing.Size(195, 26);
|
|
this.tbColorName.TabIndex = 53;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(54, 125);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(37, 20);
|
|
this.label1.TabIndex = 52;
|
|
this.label1.Text = "颜色";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtName.Location = new System.Drawing.Point(125, 43);
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(195, 26);
|
|
this.txtName.TabIndex = 51;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(54, 46);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(37, 20);
|
|
this.label4.TabIndex = 50;
|
|
this.label4.Text = "名称";
|
|
//
|
|
// cmbClasses
|
|
//
|
|
this.cmbClasses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cmbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbClasses.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.cmbClasses.FormattingEnabled = true;
|
|
this.cmbClasses.Location = new System.Drawing.Point(125, 78);
|
|
this.cmbClasses.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbClasses.Name = "cmbClasses";
|
|
this.cmbClasses.Size = new System.Drawing.Size(195, 28);
|
|
this.cmbClasses.TabIndex = 49;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(54, 81);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(37, 20);
|
|
this.label17.TabIndex = 48;
|
|
this.label17.Text = "材质";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.BackColor = System.Drawing.Color.White;
|
|
this.groupBox1.Controls.Add(this.numReelLen);
|
|
this.groupBox1.Controls.Add(this.label14);
|
|
this.groupBox1.Controls.Add(this.numDefectAreaLimit);
|
|
this.groupBox1.Controls.Add(this.numDefectCntLength);
|
|
this.groupBox1.Controls.Add(this.numDefectCountLimit);
|
|
this.groupBox1.Controls.Add(this.btnClearDefect_Path);
|
|
this.groupBox1.Controls.Add(this.btnAddWarn);
|
|
this.groupBox1.Controls.Add(this.tbWarnDefect);
|
|
this.groupBox1.Controls.Add(this.cbDefectName);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.groupBox1.Location = new System.Drawing.Point(816, 2);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox1.Size = new System.Drawing.Size(406, 375);
|
|
this.groupBox1.TabIndex = 35;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "告警配置";
|
|
//
|
|
// numReelLen
|
|
//
|
|
this.numReelLen.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numReelLen.DecimalPlaces = 2;
|
|
this.numReelLen.Location = new System.Drawing.Point(184, 32);
|
|
this.numReelLen.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numReelLen.Name = "numReelLen";
|
|
this.numReelLen.Size = new System.Drawing.Size(122, 26);
|
|
this.numReelLen.TabIndex = 65;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(26, 34);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(106, 20);
|
|
this.label14.TabIndex = 64;
|
|
this.label14.Text = "换卷长度提醒m";
|
|
//
|
|
// numDefectAreaLimit
|
|
//
|
|
this.numDefectAreaLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numDefectAreaLimit.DecimalPlaces = 2;
|
|
this.numDefectAreaLimit.Location = new System.Drawing.Point(184, 78);
|
|
this.numDefectAreaLimit.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numDefectAreaLimit.Name = "numDefectAreaLimit";
|
|
this.numDefectAreaLimit.Size = new System.Drawing.Size(122, 26);
|
|
this.numDefectAreaLimit.TabIndex = 63;
|
|
//
|
|
// numDefectCntLength
|
|
//
|
|
this.numDefectCntLength.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numDefectCntLength.DecimalPlaces = 2;
|
|
this.numDefectCntLength.Location = new System.Drawing.Point(184, 126);
|
|
this.numDefectCntLength.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numDefectCntLength.Name = "numDefectCntLength";
|
|
this.numDefectCntLength.Size = new System.Drawing.Size(122, 26);
|
|
this.numDefectCntLength.TabIndex = 62;
|
|
//
|
|
// numDefectCountLimit
|
|
//
|
|
this.numDefectCountLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numDefectCountLimit.Location = new System.Drawing.Point(184, 173);
|
|
this.numDefectCountLimit.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numDefectCountLimit.Name = "numDefectCountLimit";
|
|
this.numDefectCountLimit.Size = new System.Drawing.Size(122, 26);
|
|
this.numDefectCountLimit.TabIndex = 61;
|
|
//
|
|
// btnClearDefect_Path
|
|
//
|
|
this.btnClearDefect_Path.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClearDefect_Path.Image = ((System.Drawing.Image)(resources.GetObject("btnClearDefect_Path.Image")));
|
|
this.btnClearDefect_Path.Location = new System.Drawing.Point(344, 237);
|
|
this.btnClearDefect_Path.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnClearDefect_Path.Name = "btnClearDefect_Path";
|
|
this.btnClearDefect_Path.Size = new System.Drawing.Size(21, 19);
|
|
this.btnClearDefect_Path.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.btnClearDefect_Path.TabIndex = 60;
|
|
this.btnClearDefect_Path.TabStop = false;
|
|
this.btnClearDefect_Path.Click += new System.EventHandler(this.btnClearDefect_Path_Click);
|
|
//
|
|
// btnAddWarn
|
|
//
|
|
this.btnAddWarn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAddWarn.Location = new System.Drawing.Point(290, 266);
|
|
this.btnAddWarn.Name = "btnAddWarn";
|
|
this.btnAddWarn.Size = new System.Drawing.Size(75, 31);
|
|
this.btnAddWarn.TabIndex = 59;
|
|
this.btnAddWarn.Text = "添加";
|
|
this.btnAddWarn.UseVisualStyleBackColor = true;
|
|
this.btnAddWarn.Click += new System.EventHandler(this.btnAddWarn_Click);
|
|
//
|
|
// tbWarnDefect
|
|
//
|
|
this.tbWarnDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbWarnDefect.Location = new System.Drawing.Point(123, 233);
|
|
this.tbWarnDefect.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbWarnDefect.Name = "tbWarnDefect";
|
|
this.tbWarnDefect.ReadOnly = true;
|
|
this.tbWarnDefect.Size = new System.Drawing.Size(183, 26);
|
|
this.tbWarnDefect.TabIndex = 58;
|
|
//
|
|
// cbDefectName
|
|
//
|
|
this.cbDefectName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbDefectName.FormattingEnabled = true;
|
|
this.cbDefectName.Location = new System.Drawing.Point(123, 269);
|
|
this.cbDefectName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbDefectName.Name = "cbDefectName";
|
|
this.cbDefectName.Size = new System.Drawing.Size(141, 28);
|
|
this.cbDefectName.TabIndex = 57;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(26, 236);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(93, 20);
|
|
this.label8.TabIndex = 56;
|
|
this.label8.Text = "必须告警瑕疵";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(26, 175);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(93, 20);
|
|
this.label7.TabIndex = 55;
|
|
this.label7.Text = "告警缺陷个数";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(26, 128);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(134, 20);
|
|
this.label6.TabIndex = 54;
|
|
this.label6.Text = "平均缺陷计数长度m";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(26, 80);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(97, 20);
|
|
this.label5.TabIndex = 53;
|
|
this.label5.Text = "瑕疵面积mm²";
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox3);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.groupBox4);
|
|
this.splitContainer2.Size = new System.Drawing.Size(1224, 171);
|
|
this.splitContainer2.SplitterDistance = 634;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.BackColor = System.Drawing.Color.White;
|
|
this.groupBox3.Controls.Add(this.dataGridView1);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox3.Size = new System.Drawing.Size(634, 171);
|
|
this.groupBox3.TabIndex = 35;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "检测标准设置";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Code,
|
|
this.ZXD,
|
|
this.Area,
|
|
this.DBDL,
|
|
this.DBDH,
|
|
this.OrAnd,
|
|
this.DefectLength,
|
|
this.DefectWarn});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(2, 21);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(630, 148);
|
|
this.dataGridView1.TabIndex = 49;
|
|
//
|
|
// Code
|
|
//
|
|
this.Code.HeaderText = "名称";
|
|
this.Code.Name = "Code";
|
|
this.Code.ReadOnly = true;
|
|
this.Code.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// ZXD
|
|
//
|
|
this.ZXD.HeaderText = "置信度";
|
|
this.ZXD.Name = "ZXD";
|
|
this.ZXD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// Area
|
|
//
|
|
this.Area.HeaderText = "面积(mm)";
|
|
this.Area.Name = "Area";
|
|
this.Area.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// DBDL
|
|
//
|
|
this.DBDL.HeaderText = "对比度(下限)";
|
|
this.DBDL.Name = "DBDL";
|
|
this.DBDL.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// DBDH
|
|
//
|
|
this.DBDH.HeaderText = "对比度(上限)";
|
|
this.DBDH.Name = "DBDH";
|
|
this.DBDH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// OrAnd
|
|
//
|
|
this.OrAnd.HeaderText = "或向选择";
|
|
this.OrAnd.Name = "OrAnd";
|
|
//
|
|
// DefectLength
|
|
//
|
|
this.DefectLength.HeaderText = "分布长度(m)";
|
|
this.DefectLength.Name = "DefectLength";
|
|
//
|
|
// DefectWarn
|
|
//
|
|
this.DefectWarn.HeaderText = "报警个数";
|
|
this.DefectWarn.Name = "DefectWarn";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.BackColor = System.Drawing.Color.White;
|
|
this.groupBox4.Controls.Add(this.dataGridView2);
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.groupBox4.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox4.Size = new System.Drawing.Size(586, 171);
|
|
this.groupBox4.TabIndex = 36;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "等级判定";
|
|
//
|
|
// dataGridView2
|
|
//
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Code2,
|
|
this.A,
|
|
this.B,
|
|
this.C,
|
|
this.D,
|
|
this.E});
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView2.Location = new System.Drawing.Point(2, 21);
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView2.Size = new System.Drawing.Size(582, 148);
|
|
this.dataGridView2.TabIndex = 49;
|
|
//
|
|
// Code2
|
|
//
|
|
this.Code2.HeaderText = "名称";
|
|
this.Code2.Name = "Code2";
|
|
this.Code2.ReadOnly = true;
|
|
this.Code2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// A
|
|
//
|
|
this.A.HeaderText = "A";
|
|
this.A.Name = "A";
|
|
this.A.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// B
|
|
//
|
|
this.B.HeaderText = "B";
|
|
this.B.Name = "B";
|
|
this.B.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// C
|
|
//
|
|
this.C.HeaderText = "C";
|
|
this.C.Name = "C";
|
|
this.C.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// D
|
|
//
|
|
this.D.HeaderText = "D";
|
|
this.D.Name = "D";
|
|
this.D.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// E
|
|
//
|
|
this.E.HeaderText = "E";
|
|
this.E.Name = "E";
|
|
this.E.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.E.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// ProductInfoFrm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1224, 656);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.uiTitel1);
|
|
this.Name = "ProductInfoFrm";
|
|
this.Text = "产品检测";
|
|
this.Load += new System.EventHandler(this.ProductInfoFrm_Load);
|
|
this.SizeChanged += new System.EventHandler(this.ProductInfoFrm_SizeChanged);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numStopDis)).EndInit();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numReelLen)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDefectAreaLimit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDefectCntLength)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDefectCountLimit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearDefect_Path)).EndInit();
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbtnSave;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton tsbtnExit;
|
|
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Label label9;
|
|
private HZH_Controls.Controls.UCTrackBar TrackBarTensionValue;
|
|
private System.Windows.Forms.Label label10;
|
|
private HZH_Controls.Controls.UCTrackBar TrackBarGain;
|
|
private System.Windows.Forms.Label label11;
|
|
private HZH_Controls.Controls.UCTrackBar TrackBarExposureTime;
|
|
private System.Windows.Forms.Label label12;
|
|
private HZH_Controls.Controls.UCTrackBar TrackBarLightValue;
|
|
private System.Windows.Forms.TextBox tbLabelFile;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox cmbDefectModelFile;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.TextBox tbSpec;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox tbColorName;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox cmbClasses;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.NumericUpDown numDefectAreaLimit;
|
|
private System.Windows.Forms.NumericUpDown numDefectCntLength;
|
|
private System.Windows.Forms.NumericUpDown numDefectCountLimit;
|
|
private System.Windows.Forms.PictureBox btnClearDefect_Path;
|
|
private System.Windows.Forms.Button btnAddWarn;
|
|
private System.Windows.Forms.TextBox tbWarnDefect;
|
|
private System.Windows.Forms.ComboBox cbDefectName;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
private System.Windows.Forms.Button btnColor;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Code2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn A;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn E;
|
|
private System.Windows.Forms.CheckBox cbGetHD;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.NumericUpDown numStopDis;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ZXD;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Area;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DBDL;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DBDH;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn OrAnd;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DefectLength;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DefectWarn;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown4;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown3;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
private System.Windows.Forms.NumericUpDown numReelLen;
|
|
private System.Windows.Forms.Label label14;
|
|
}
|
|
} |