geboshi_V1/LeatherProject/GeBoShi/UI/Product/ProductInfoFrm.Designer.cs
2024-04-28 14:05:46 +08:00

959 lines
51 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.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.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.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.btnClearDefect_Path = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.textBox4 = new System.Windows.Forms.TextBox();
this.comboBox1 = 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.groupBox4 = new System.Windows.Forms.GroupBox();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.Code2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Name2 = 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.btnColor = new System.Windows.Forms.Button();
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();
this.groupBox5.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).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 = 327;
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, 327);
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.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, 323);
this.groupBox2.TabIndex = 38;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "参数设置";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(32, 253);
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, 243);
this.TrackBarTensionValue.MaxValue = 999F;
this.TrackBarTensionValue.MinValue = 0F;
this.TrackBarTensionValue.Name = "TrackBarTensionValue";
this.TrackBarTensionValue.Size = new System.Drawing.Size(249, 30);
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)))));
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(32, 192);
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, 182);
this.TrackBarGain.MaxValue = 999F;
this.TrackBarGain.MinValue = 0F;
this.TrackBarGain.Name = "TrackBarGain";
this.TrackBarGain.Size = new System.Drawing.Size(249, 30);
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)))));
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(32, 127);
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, 117);
this.TrackBarExposureTime.MaxValue = 10000F;
this.TrackBarExposureTime.MinValue = 3F;
this.TrackBarExposureTime.Name = "TrackBarExposureTime";
this.TrackBarExposureTime.Size = new System.Drawing.Size(249, 30);
this.TrackBarExposureTime.TabIndex = 48;
this.TrackBarExposureTime.Text = "TrackBarExposureTime";
this.TrackBarExposureTime.TipsFormat = null;
this.TrackBarExposureTime.Value = 50F;
this.TrackBarExposureTime.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(32, 68);
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, 58);
this.TrackBarLightValue.MaxValue = 255F;
this.TrackBarLightValue.MinValue = 0F;
this.TrackBarLightValue.Name = "TrackBarLightValue";
this.TrackBarLightValue.Size = new System.Drawing.Size(249, 30);
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)))));
//
// 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, 323);
this.groupBox5.TabIndex = 37;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "检测标准信息";
//
// 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, 257);
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, 260);
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.numericUpDown3);
this.groupBox1.Controls.Add(this.numericUpDown2);
this.groupBox1.Controls.Add(this.numericUpDown1);
this.groupBox1.Controls.Add(this.btnClearDefect_Path);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.comboBox1);
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, 323);
this.groupBox1.TabIndex = 35;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "告警配置";
//
// numericUpDown3
//
this.numericUpDown3.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.numericUpDown3.Location = new System.Drawing.Point(184, 49);
this.numericUpDown3.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(122, 26);
this.numericUpDown3.TabIndex = 63;
//
// numericUpDown2
//
this.numericUpDown2.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.numericUpDown2.Location = new System.Drawing.Point(184, 108);
this.numericUpDown2.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(122, 26);
this.numericUpDown2.TabIndex = 62;
//
// numericUpDown1
//
this.numericUpDown1.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.numericUpDown1.Location = new System.Drawing.Point(184, 173);
this.numericUpDown1.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(122, 26);
this.numericUpDown1.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(371, 233);
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;
//
// button1
//
this.button1.Location = new System.Drawing.Point(290, 266);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 31);
this.button1.TabIndex = 59;
this.button1.Text = "添加";
this.button1.UseVisualStyleBackColor = true;
//
// textBox4
//
this.textBox4.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.textBox4.Location = new System.Drawing.Point(123, 233);
this.textBox4.Margin = new System.Windows.Forms.Padding(2);
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(244, 26);
this.textBox4.TabIndex = 58;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(123, 269);
this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(141, 28);
this.comboBox1.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, 110);
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, 51);
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, 223);
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, 223);
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.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(2, 21);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(630, 200);
this.dataGridView1.TabIndex = 49;
//
// Code
//
this.Code.HeaderText = "名称";
this.Code.Name = "Code";
this.Code.ReadOnly = true;
//
// ZXD
//
this.ZXD.HeaderText = "置信度";
this.ZXD.Name = "ZXD";
this.ZXD.ReadOnly = true;
//
// Area
//
this.Area.HeaderText = "面积";
this.Area.Name = "Area";
this.Area.ReadOnly = true;
//
// DBDL
//
this.DBDL.HeaderText = "对比度(下限)";
this.DBDL.Name = "DBDL";
this.DBDL.ReadOnly = true;
//
// DBDH
//
this.DBDH.HeaderText = "对比度(上限)";
this.DBDH.Name = "DBDH";
this.DBDH.ReadOnly = true;
//
// OrAnd
//
this.OrAnd.HeaderText = "或向选择";
this.OrAnd.Name = "OrAnd";
this.OrAnd.ReadOnly = true;
//
// 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, 223);
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.Name2,
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.ReadOnly = true;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(582, 200);
this.dataGridView2.TabIndex = 49;
//
// Code2
//
this.Code2.HeaderText = "Code";
this.Code2.Name = "Code2";
this.Code2.ReadOnly = true;
this.Code2.Visible = false;
//
// Name2
//
this.Name2.HeaderText = "名称";
this.Name2.Name = "Name2";
this.Name2.ReadOnly = true;
//
// A
//
this.A.HeaderText = "A";
this.A.Name = "A";
this.A.ReadOnly = true;
//
// B
//
this.B.HeaderText = "B";
this.B.Name = "B";
this.B.ReadOnly = true;
//
// C
//
this.C.HeaderText = "C";
this.C.Name = "C";
this.C.ReadOnly = true;
//
// D
//
this.D.HeaderText = "D";
this.D.Name = "D";
this.D.ReadOnly = true;
//
// E
//
this.E.HeaderText = "E";
this.E.Name = "E";
this.E.ReadOnly = true;
this.E.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.E.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 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);
//
// 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();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).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 numericUpDown3;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.PictureBox btnClearDefect_Path;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.ComboBox comboBox1;
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.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.DataGridView dataGridView2;
private System.Windows.Forms.DataGridViewTextBoxColumn Code2;
private System.Windows.Forms.DataGridViewTextBoxColumn Name2;
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.Button btnColor;
}
}