namespace ProductionControl { partial class FrmProductList { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductList)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnRefresh = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdd = new System.Windows.Forms.ToolStripButton(); this.tsbtnDel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnSetting = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClasses = new System.Windows.Forms.ToolStripButton(); this.tsbtnDefectClasses = new System.Windows.Forms.ToolStripButton(); this.tsbtnRevise = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colClasses = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colSpec = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colHoleCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colTag = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colStepName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colReviseStepName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colModifyCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colModifyTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsbtnClone = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnRefresh, this.toolStripSeparator4, this.tsbtnAdd, this.tsbtnDel, this.toolStripSeparator1, this.tsbtnClone, this.toolStripSeparator5, this.tsbtnSetting, this.toolStripSeparator2, this.tsbtnClasses, this.tsbtnDefectClasses, this.tsbtnRevise, this.toolStripSeparator3, this.tsbtnClose}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(874, 56); this.toolStrip1.TabIndex = 12; this.toolStrip1.Text = "toolStrip1"; // // tsbtnRefresh // this.tsbtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefresh.Image"))); this.tsbtnRefresh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnRefresh.Name = "tsbtnRefresh"; this.tsbtnRefresh.Size = new System.Drawing.Size(52, 53); this.tsbtnRefresh.Text = " 刷新 "; this.tsbtnRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnRefresh.Click += new System.EventHandler(this.tsbtnRefresh_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56); // // tsbtnAdd // this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image"))); this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdd.Name = "tsbtnAdd"; this.tsbtnAdd.Size = new System.Drawing.Size(52, 53); this.tsbtnAdd.Text = " 添加 "; this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click); // // tsbtnDel // this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image"))); this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDel.Name = "tsbtnDel"; this.tsbtnDel.Size = new System.Drawing.Size(52, 53); this.tsbtnDel.Text = " 删除 "; this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56); // // tsbtnSetting // this.tsbtnSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetting.Image"))); this.tsbtnSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSetting.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSetting.Name = "tsbtnSetting"; this.tsbtnSetting.Size = new System.Drawing.Size(96, 53); this.tsbtnSetting.Text = "流程与配方设置"; this.tsbtnSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSetting.Click += new System.EventHandler(this.tsbtnSetting_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56); // // tsbtnClasses // this.tsbtnClasses.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClasses.Image"))); this.tsbtnClasses.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClasses.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClasses.Name = "tsbtnClasses"; this.tsbtnClasses.Size = new System.Drawing.Size(60, 53); this.tsbtnClasses.Text = "类型管理"; this.tsbtnClasses.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClasses.Click += new System.EventHandler(this.tsbtnClasses_Click); // // tsbtnDefectClasses // this.tsbtnDefectClasses.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectClasses.Image"))); this.tsbtnDefectClasses.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDefectClasses.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDefectClasses.Name = "tsbtnDefectClasses"; this.tsbtnDefectClasses.Size = new System.Drawing.Size(60, 53); this.tsbtnDefectClasses.Text = "缺陷类别"; this.tsbtnDefectClasses.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnDefectClasses.Visible = false; this.tsbtnDefectClasses.Click += new System.EventHandler(this.tsbtnDefectClasses_Click); // // tsbtnRevise // this.tsbtnRevise.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRevise.Image"))); this.tsbtnRevise.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnRevise.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnRevise.Name = "tsbtnRevise"; this.tsbtnRevise.Size = new System.Drawing.Size(60, 53); this.tsbtnRevise.Text = "开始校正"; this.tsbtnRevise.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnRevise.Click += new System.EventHandler(this.tsbtnRevise_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56); // // tsbtnClose // this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(52, 53); this.tsbtnClose.Text = " 关闭 "; this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslCount}); this.statusStrip1.Location = new System.Drawing.Point(0, 509); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0); this.statusStrip1.Size = new System.Drawing.Size(874, 22); this.statusStrip1.TabIndex = 21; this.statusStrip1.Text = "statusStrip1"; // // tsslCount // this.tsslCount.Name = "tsslCount"; this.tsslCount.Size = new System.Drawing.Size(24, 17); this.tsslCount.Text = "共 "; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colId, this.colClasses, this.colCode, this.colName, this.colSpec, this.colHoleCount, this.colTag, this.colTargetCount, this.colCompleteCount, this.colStepName, this.colReviseStepName, this.colModifyCode, this.colModifyTime}); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle8; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 56); this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle9; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(874, 453); this.dataGridView1.TabIndex = 22; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete); // // colId // this.colId.DataPropertyName = "Id"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colId.DefaultCellStyle = dataGridViewCellStyle2; this.colId.HeaderText = "ID"; this.colId.MinimumWidth = 8; this.colId.Name = "colId"; this.colId.ReadOnly = true; this.colId.Width = 35; // // colClasses // this.colClasses.HeaderText = "类型"; this.colClasses.MinimumWidth = 8; this.colClasses.Name = "colClasses"; this.colClasses.ReadOnly = true; this.colClasses.Width = 150; // // colCode // this.colCode.DataPropertyName = "Code"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.colCode.DefaultCellStyle = dataGridViewCellStyle3; this.colCode.HeaderText = "料号"; this.colCode.MinimumWidth = 8; this.colCode.Name = "colCode"; this.colCode.ReadOnly = true; this.colCode.Width = 150; // // colName // this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colName.DataPropertyName = "Name"; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.colName.DefaultCellStyle = dataGridViewCellStyle4; this.colName.HeaderText = "名称"; this.colName.MinimumWidth = 135; this.colName.Name = "colName"; this.colName.ReadOnly = true; // // colSpec // this.colSpec.DataPropertyName = "Spec"; this.colSpec.HeaderText = "规格"; this.colSpec.MinimumWidth = 8; this.colSpec.Name = "colSpec"; this.colSpec.ReadOnly = true; this.colSpec.Width = 130; // // colHoleCount // this.colHoleCount.DataPropertyName = "HoleCount"; this.colHoleCount.HeaderText = "目数"; this.colHoleCount.MinimumWidth = 8; this.colHoleCount.Name = "colHoleCount"; this.colHoleCount.ReadOnly = true; this.colHoleCount.Width = 150; // // colTag // this.colTag.DataPropertyName = "BatchId"; this.colTag.HeaderText = "批次"; this.colTag.MinimumWidth = 8; this.colTag.Name = "colTag"; this.colTag.ReadOnly = true; this.colTag.Width = 150; // // colTargetCount // this.colTargetCount.DataPropertyName = "TargetCount"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.colTargetCount.DefaultCellStyle = dataGridViewCellStyle5; this.colTargetCount.HeaderText = "目标数"; this.colTargetCount.MinimumWidth = 8; this.colTargetCount.Name = "colTargetCount"; this.colTargetCount.ReadOnly = true; this.colTargetCount.Width = 150; // // colCompleteCount // this.colCompleteCount.DataPropertyName = "CompleteCount"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.colCompleteCount.DefaultCellStyle = dataGridViewCellStyle6; this.colCompleteCount.HeaderText = "完成数"; this.colCompleteCount.MinimumWidth = 8; this.colCompleteCount.Name = "colCompleteCount"; this.colCompleteCount.ReadOnly = true; this.colCompleteCount.Width = 150; // // colStepName // this.colStepName.HeaderText = "生产流程"; this.colStepName.MinimumWidth = 8; this.colStepName.Name = "colStepName"; this.colStepName.ReadOnly = true; this.colStepName.Width = 150; // // colReviseStepName // this.colReviseStepName.HeaderText = "校正流程"; this.colReviseStepName.MinimumWidth = 8; this.colReviseStepName.Name = "colReviseStepName"; this.colReviseStepName.ReadOnly = true; this.colReviseStepName.Width = 200; // // colModifyCode // this.colModifyCode.DataPropertyName = "ModifyUserCode"; this.colModifyCode.HeaderText = "修订人"; this.colModifyCode.MinimumWidth = 8; this.colModifyCode.Name = "colModifyCode"; this.colModifyCode.ReadOnly = true; this.colModifyCode.Width = 150; // // colModifyTime // this.colModifyTime.DataPropertyName = "ModifyTime"; dataGridViewCellStyle7.Format = "g"; dataGridViewCellStyle7.NullValue = null; this.colModifyTime.DefaultCellStyle = dataGridViewCellStyle7; this.colModifyTime.HeaderText = "修订日期"; this.colModifyTime.MinimumWidth = 8; this.colModifyTime.Name = "colModifyTime"; this.colModifyTime.ReadOnly = true; this.colModifyTime.Width = 150; // // tsbtnClone // this.tsbtnClone.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClone.Image"))); this.tsbtnClone.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClone.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClone.Name = "tsbtnClone"; this.tsbtnClone.Size = new System.Drawing.Size(52, 53); this.tsbtnClone.Text = " 克隆 "; this.tsbtnClone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClone.ToolTipText = "克隆当前流程"; this.tsbtnClone.Click += new System.EventHandler(this.tsbtnClone_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 56); // // FrmProductList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(874, 531); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "FrmProductList"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "产品管理"; this.Load += new System.EventHandler(this.FrmProductList_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbtnAdd; private System.Windows.Forms.ToolStripButton tsbtnSetting; private System.Windows.Forms.ToolStripButton tsbtnDel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ToolStripStatusLabel tsslCount; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStripButton tsbtnRevise; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnClasses; private System.Windows.Forms.ToolStripButton tsbtnDefectClasses; private System.Windows.Forms.ToolStripButton tsbtnRefresh; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.DataGridViewTextBoxColumn colId; private System.Windows.Forms.DataGridViewTextBoxColumn colClasses; private System.Windows.Forms.DataGridViewTextBoxColumn colCode; private System.Windows.Forms.DataGridViewTextBoxColumn colName; private System.Windows.Forms.DataGridViewTextBoxColumn colSpec; private System.Windows.Forms.DataGridViewTextBoxColumn colHoleCount; private System.Windows.Forms.DataGridViewTextBoxColumn colTag; private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount; private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount; private System.Windows.Forms.DataGridViewTextBoxColumn colStepName; private System.Windows.Forms.DataGridViewTextBoxColumn colReviseStepName; private System.Windows.Forms.DataGridViewTextBoxColumn colModifyCode; private System.Windows.Forms.DataGridViewTextBoxColumn colModifyTime; private System.Windows.Forms.ToolStripButton tsbtnClone; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; } }