namespace LargeSquareOne { partial class FrmGroupConfig { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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(); this.panelExt1 = new JinYuan.ControlLib.PanelExt(); this.chk_IsFeedbackPlc = new System.Windows.Forms.CheckBox(); this.txtStart = new System.Windows.Forms.TextBox(); this.ckb_IsEnable = new System.Windows.Forms.CheckBox(); this.ckb_IsTiggerRead = new System.Windows.Forms.CheckBox(); this.dgv_Main = new System.Windows.Forms.DataGridView(); this.GroupName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Start = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Length = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btn_Modify = new System.Windows.Forms.Button(); this.btn_Delete = new System.Windows.Forms.Button(); this.btn_Add = new System.Windows.Forms.Button(); this.txt_Remark = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.num_Length = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txt_GroupName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.topPanel = new System.Windows.Forms.Panel(); this.btn_Close = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panelExt1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_Length)).BeginInit(); this.topPanel.SuspendLayout(); this.SuspendLayout(); // // panelExt1 // this.panelExt1.BackColor = System.Drawing.Color.Transparent; this.panelExt1.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(79)))), ((int)(((byte)(150))))); this.panelExt1.BordeWidth = 2; this.panelExt1.BottomGap = 0; this.panelExt1.Controls.Add(this.chk_IsFeedbackPlc); this.panelExt1.Controls.Add(this.txtStart); this.panelExt1.Controls.Add(this.ckb_IsEnable); this.panelExt1.Controls.Add(this.ckb_IsTiggerRead); this.panelExt1.Controls.Add(this.dgv_Main); this.panelExt1.Controls.Add(this.btn_Modify); this.panelExt1.Controls.Add(this.btn_Delete); this.panelExt1.Controls.Add(this.btn_Add); this.panelExt1.Controls.Add(this.txt_Remark); this.panelExt1.Controls.Add(this.label6); this.panelExt1.Controls.Add(this.num_Length); this.panelExt1.Controls.Add(this.label4); this.panelExt1.Controls.Add(this.label3); this.panelExt1.Controls.Add(this.txt_GroupName); this.panelExt1.Controls.Add(this.label2); this.panelExt1.Controls.Add(this.topPanel); this.panelExt1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelExt1.LeftGap = 0; this.panelExt1.Location = new System.Drawing.Point(0, 0); this.panelExt1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelExt1.Name = "panelExt1"; this.panelExt1.RightGap = 0; this.panelExt1.Size = new System.Drawing.Size(1054, 636); this.panelExt1.TabIndex = 0; this.panelExt1.TopGap = 0; // // chk_IsFeedbackPlc // this.chk_IsFeedbackPlc.AutoSize = true; this.chk_IsFeedbackPlc.Checked = true; this.chk_IsFeedbackPlc.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_IsFeedbackPlc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chk_IsFeedbackPlc.ForeColor = System.Drawing.Color.White; this.chk_IsFeedbackPlc.Location = new System.Drawing.Point(777, 57); this.chk_IsFeedbackPlc.Name = "chk_IsFeedbackPlc"; this.chk_IsFeedbackPlc.Size = new System.Drawing.Size(157, 26); this.chk_IsFeedbackPlc.TabIndex = 51; this.chk_IsFeedbackPlc.Text = "是否需要反馈结果"; this.chk_IsFeedbackPlc.UseVisualStyleBackColor = true; // // txtStart // this.txtStart.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtStart.Location = new System.Drawing.Point(345, 56); this.txtStart.Name = "txtStart"; this.txtStart.Size = new System.Drawing.Size(96, 29); this.txtStart.TabIndex = 50; this.txtStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // ckb_IsEnable // this.ckb_IsEnable.AutoSize = true; this.ckb_IsEnable.Checked = true; this.ckb_IsEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.ckb_IsEnable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ckb_IsEnable.ForeColor = System.Drawing.Color.White; this.ckb_IsEnable.Location = new System.Drawing.Point(949, 56); this.ckb_IsEnable.Name = "ckb_IsEnable"; this.ckb_IsEnable.Size = new System.Drawing.Size(93, 26); this.ckb_IsEnable.TabIndex = 49; this.ckb_IsEnable.Text = "是否启用"; this.ckb_IsEnable.UseVisualStyleBackColor = true; // // ckb_IsTiggerRead // this.ckb_IsTiggerRead.AutoSize = true; this.ckb_IsTiggerRead.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ckb_IsTiggerRead.ForeColor = System.Drawing.Color.White; this.ckb_IsTiggerRead.Location = new System.Drawing.Point(620, 57); this.ckb_IsTiggerRead.Name = "ckb_IsTiggerRead"; this.ckb_IsTiggerRead.Size = new System.Drawing.Size(141, 26); this.ckb_IsTiggerRead.TabIndex = 48; this.ckb_IsTiggerRead.Text = "是否为触发读取"; this.ckb_IsTiggerRead.UseVisualStyleBackColor = true; // // dgv_Main // this.dgv_Main.AllowUserToAddRows = false; this.dgv_Main.AllowUserToDeleteRows = false; this.dgv_Main.AllowUserToResizeRows = false; this.dgv_Main.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.dgv_Main.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgv_Main.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_Main.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv_Main.ColumnHeadersHeight = 45; this.dgv_Main.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv_Main.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroupName, this.Start, this.Length, this.Column1, this.Column3, this.Column2, this.Remark}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_Main.DefaultCellStyle = dataGridViewCellStyle2; this.dgv_Main.EnableHeadersVisualStyles = false; this.dgv_Main.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgv_Main.Location = new System.Drawing.Point(19, 164); this.dgv_Main.Name = "dgv_Main"; this.dgv_Main.ReadOnly = true; this.dgv_Main.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_Main.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgv_Main.RowHeadersWidth = 55; this.dgv_Main.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgv_Main.RowTemplate.Height = 40; this.dgv_Main.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_Main.Size = new System.Drawing.Size(1021, 451); this.dgv_Main.TabIndex = 15; this.dgv_Main.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Main_CellClick); this.dgv_Main.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgv_Main_CellFormatting); this.dgv_Main.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_Main_RowPostPaint); // // GroupName // this.GroupName.DataPropertyName = "GroupName"; this.GroupName.HeaderText = "通信组名称"; this.GroupName.Name = "GroupName"; this.GroupName.ReadOnly = true; this.GroupName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.GroupName.Width = 140; // // Start // this.Start.DataPropertyName = "Start"; this.Start.HeaderText = "起始地址"; this.Start.Name = "Start"; this.Start.ReadOnly = true; this.Start.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Start.Width = 120; // // Length // this.Length.DataPropertyName = "Length"; this.Length.HeaderText = "长度"; this.Length.Name = "Length"; this.Length.ReadOnly = true; this.Length.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // Column1 // this.Column1.DataPropertyName = "IsTiggerRead"; this.Column1.HeaderText = "是否为触发读取"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column3 // this.Column3.DataPropertyName = "IsFeedbackPlc"; this.Column3.HeaderText = "是否需要反馈结果"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // Column2 // this.Column2.DataPropertyName = "IsActive"; this.Column2.HeaderText = "启用"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // Remark // this.Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Remark.DataPropertyName = "Remark"; this.Remark.HeaderText = "备注说明"; this.Remark.Name = "Remark"; this.Remark.ReadOnly = true; this.Remark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // btn_Modify // this.btn_Modify.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_Modify.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Modify.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_Modify.ForeColor = System.Drawing.Color.White; this.btn_Modify.Location = new System.Drawing.Point(832, 104); this.btn_Modify.Name = "btn_Modify"; this.btn_Modify.Size = new System.Drawing.Size(102, 36); this.btn_Modify.TabIndex = 14; this.btn_Modify.Text = "修改通信组"; this.btn_Modify.UseVisualStyleBackColor = false; this.btn_Modify.Click += new System.EventHandler(this.btn_Modify_Click); // // btn_Delete // this.btn_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_Delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Delete.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_Delete.ForeColor = System.Drawing.Color.White; this.btn_Delete.Location = new System.Drawing.Point(726, 104); this.btn_Delete.Name = "btn_Delete"; this.btn_Delete.Size = new System.Drawing.Size(101, 36); this.btn_Delete.TabIndex = 13; this.btn_Delete.Text = "删除通信组"; this.btn_Delete.UseVisualStyleBackColor = false; this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click); // // btn_Add // this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Add.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_Add.ForeColor = System.Drawing.Color.White; this.btn_Add.Location = new System.Drawing.Point(620, 104); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(101, 36); this.btn_Add.TabIndex = 12; this.btn_Add.Text = "新增通信组"; this.btn_Add.UseVisualStyleBackColor = false; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // txt_Remark // this.txt_Remark.Font = new System.Drawing.Font("微软雅黑", 12F); this.txt_Remark.Location = new System.Drawing.Point(111, 108); this.txt_Remark.Name = "txt_Remark"; this.txt_Remark.Size = new System.Drawing.Size(491, 29); this.txt_Remark.TabIndex = 11; this.txt_Remark.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(15, 113); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(74, 21); this.label6.TabIndex = 10; this.label6.Text = "备注说明"; // // num_Length // this.num_Length.Location = new System.Drawing.Point(510, 55); this.num_Length.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.num_Length.Name = "num_Length"; this.num_Length.Size = new System.Drawing.Size(92, 29); this.num_Length.TabIndex = 7; this.num_Length.Value = new decimal(new int[] { 100, 0, 0, 0}); // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(462, 60); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 21); this.label4.TabIndex = 6; this.label4.Text = "长度"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(266, 60); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 21); this.label3.TabIndex = 4; this.label3.Text = "起始地址"; // // txt_GroupName // this.txt_GroupName.Font = new System.Drawing.Font("微软雅黑", 12F); this.txt_GroupName.Location = new System.Drawing.Point(111, 55); this.txt_GroupName.Name = "txt_GroupName"; this.txt_GroupName.Size = new System.Drawing.Size(125, 29); this.txt_GroupName.TabIndex = 3; this.txt_GroupName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(15, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(90, 21); this.label2.TabIndex = 2; this.label2.Text = "通信组名称"; // // topPanel // this.topPanel.Controls.Add(this.btn_Close); this.topPanel.Controls.Add(this.label1); this.topPanel.Dock = System.Windows.Forms.DockStyle.Top; this.topPanel.Location = new System.Drawing.Point(0, 0); this.topPanel.Name = "topPanel"; this.topPanel.Size = new System.Drawing.Size(1054, 49); this.topPanel.TabIndex = 0; this.topPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown); this.topPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove); // // btn_Close // this.btn_Close.FlatAppearance.BorderSize = 0; this.btn_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(29)))), ((int)(((byte)(84))))); this.btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 15.5F); this.btn_Close.ForeColor = System.Drawing.Color.White; this.btn_Close.Location = new System.Drawing.Point(1008, 8); this.btn_Close.Name = "btn_Close"; this.btn_Close.Size = new System.Drawing.Size(32, 32); this.btn_Close.TabIndex = 1; this.btn_Close.Text = "X"; this.btn_Close.UseVisualStyleBackColor = true; this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(15, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 21); this.label1.TabIndex = 0; this.label1.Text = "通信组配置"; // // FrmGroupConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1054, 636); this.Controls.Add(this.panelExt1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.Name = "FrmGroupConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmGroupConfig"; this.panelExt1.ResumeLayout(false); this.panelExt1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_Length)).EndInit(); this.topPanel.ResumeLayout(false); this.topPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private JinYuan.ControlLib.PanelExt panelExt1; private System.Windows.Forms.Panel topPanel; private System.Windows.Forms.Button btn_Close; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txt_Remark; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown num_Length; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txt_GroupName; private System.Windows.Forms.DataGridView dgv_Main; private System.Windows.Forms.Button btn_Modify; private System.Windows.Forms.Button btn_Delete; private System.Windows.Forms.Button btn_Add; private System.Windows.Forms.CheckBox ckb_IsTiggerRead; private System.Windows.Forms.CheckBox ckb_IsEnable; private System.Windows.Forms.TextBox txtStart; private System.Windows.Forms.CheckBox chk_IsFeedbackPlc; private System.Windows.Forms.DataGridViewTextBoxColumn GroupName; private System.Windows.Forms.DataGridViewTextBoxColumn Start; private System.Windows.Forms.DataGridViewTextBoxColumn Length; private System.Windows.Forms.DataGridViewCheckBoxColumn Column1; private System.Windows.Forms.DataGridViewCheckBoxColumn Column3; private System.Windows.Forms.DataGridViewCheckBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Remark; } }