namespace AIMS.PublicUI.UI { partial class frmApplianceSelect { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.txtQuery = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label3 = new System.Windows.Forms.Label(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.btnSave = new DevComponents.DotNetBar.ButtonX(); this.cboType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.lblUseName = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.lblPage = new System.Windows.Forms.Label(); this.lkDown = new System.Windows.Forms.LinkLabel(); this.lkUp = new System.Windows.Forms.LinkLabel(); this.btnCancelAll = new DevComponents.DotNetBar.ButtonX(); this.btnSelectDown = new DevComponents.DotNetBar.ButtonX(); this.btnSelectUp = new DevComponents.DotNetBar.ButtonX(); this.btnSelectAll = new DevComponents.DotNetBar.ButtonX(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dgvY = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.ySelect = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.yId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.yName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplianceNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Selectc = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvY)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvD)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.txtQuery); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.buttonX1); this.panel1.Controls.Add(this.btnSave); this.panel1.Controls.Add(this.cboType); this.panel1.Controls.Add(this.lblUseName); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(716, 51); this.panel1.TabIndex = 13; // // txtQuery // // // // this.txtQuery.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtQuery.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231))))); this.txtQuery.Border.BorderBottomWidth = 1; this.txtQuery.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtQuery.ForeColor = System.Drawing.Color.Black; this.txtQuery.Location = new System.Drawing.Point(253, 13); this.txtQuery.Name = "txtQuery"; this.txtQuery.Size = new System.Drawing.Size(124, 21); this.txtQuery.TabIndex = 4; this.txtQuery.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtQuery_MouseClick); this.txtQuery.TextChanged += new System.EventHandler(this.txtQuery_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(182, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 20); this.label3.TabIndex = 3; this.label3.Text = "器械名称"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.Location = new System.Drawing.Point(627, 13); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(39, 30); this.buttonX1.TabIndex = 2; this.buttonX1.Text = "新增"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // btnSave // this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSave.Location = new System.Drawing.Point(672, 13); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(39, 30); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // cboType // this.cboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboType.FormattingEnabled = true; this.cboType.Items.AddRange(new object[] { "器械", "敷料", "其它"}); this.cboType.Location = new System.Drawing.Point(82, 11); this.cboType.Name = "cboType"; this.cboType.Size = new System.Drawing.Size(85, 28); this.cboType.TabIndex = 1; this.cboType.SelectedIndexChanged += new System.EventHandler(this.cboType_SelectedIndexChanged); // // lblUseName // this.lblUseName.AutoSize = true; this.lblUseName.Location = new System.Drawing.Point(508, 15); this.lblUseName.Name = "lblUseName"; this.lblUseName.Size = new System.Drawing.Size(0, 20); this.lblUseName.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 20); this.label2.TabIndex = 0; this.label2.Text = "器械类型"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(395, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(107, 20); this.label1.TabIndex = 0; this.label1.Text = "器械使用类型:"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.lblPage); this.panel2.Controls.Add(this.lkDown); this.panel2.Controls.Add(this.lkUp); this.panel2.Controls.Add(this.btnCancelAll); this.panel2.Controls.Add(this.btnSelectDown); this.panel2.Controls.Add(this.btnSelectUp); this.panel2.Controls.Add(this.btnSelectAll); this.panel2.Controls.Add(this.groupBox2); this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel2.Location = new System.Drawing.Point(0, 51); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(716, 674); this.panel2.TabIndex = 14; // // lblPage // this.lblPage.AutoSize = true; this.lblPage.Location = new System.Drawing.Point(122, 11); this.lblPage.Name = "lblPage"; this.lblPage.Size = new System.Drawing.Size(39, 20); this.lblPage.TabIndex = 4; this.lblPage.Text = "1/25"; // // lkDown // this.lkDown.AutoSize = true; this.lkDown.Location = new System.Drawing.Point(231, 11); this.lkDown.Name = "lkDown"; this.lkDown.Size = new System.Drawing.Size(51, 20); this.lkDown.TabIndex = 3; this.lkDown.TabStop = true; this.lkDown.Text = "下一页"; this.lkDown.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkDown_LinkClicked); // // lkUp // this.lkUp.AutoSize = true; this.lkUp.Location = new System.Drawing.Point(61, 11); this.lkUp.Name = "lkUp"; this.lkUp.Size = new System.Drawing.Size(51, 20); this.lkUp.TabIndex = 3; this.lkUp.TabStop = true; this.lkUp.Text = "上一页"; this.lkUp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkUp_LinkClicked); // // btnCancelAll // this.btnCancelAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancelAll.Location = new System.Drawing.Point(338, 331); this.btnCancelAll.Margin = new System.Windows.Forms.Padding(0); this.btnCancelAll.Name = "btnCancelAll"; this.btnCancelAll.Size = new System.Drawing.Size(39, 110); this.btnCancelAll.TabIndex = 2; this.btnCancelAll.Text = "<<"; this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click); // // btnSelectDown // this.btnSelectDown.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSelectDown.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSelectDown.Location = new System.Drawing.Point(524, 2); this.btnSelectDown.Margin = new System.Windows.Forms.Padding(0); this.btnSelectDown.Name = "btnSelectDown"; this.btnSelectDown.Size = new System.Drawing.Size(32, 29); this.btnSelectDown.TabIndex = 2; this.btnSelectDown.Text = "↓"; this.btnSelectDown.Click += new System.EventHandler(this.btnSelectDown_Click); // // btnSelectUp // this.btnSelectUp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSelectUp.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSelectUp.Location = new System.Drawing.Point(470, 2); this.btnSelectUp.Margin = new System.Windows.Forms.Padding(0); this.btnSelectUp.Name = "btnSelectUp"; this.btnSelectUp.Size = new System.Drawing.Size(32, 29); this.btnSelectUp.TabIndex = 2; this.btnSelectUp.Text = "↑"; this.btnSelectUp.Click += new System.EventHandler(this.btnSelectUp_Click); // // btnSelectAll // this.btnSelectAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSelectAll.Location = new System.Drawing.Point(338, 215); this.btnSelectAll.Margin = new System.Windows.Forms.Padding(0); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(39, 110); this.btnSelectAll.TabIndex = 2; this.btnSelectAll.Text = ">>"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.dgvY); this.groupBox2.Location = new System.Drawing.Point(380, 24); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(322, 648); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "已选"; // // dgvY // this.dgvY.AllowUserToAddRows = false; this.dgvY.AllowUserToDeleteRows = false; this.dgvY.AllowUserToResizeRows = false; this.dgvY.BackgroundColor = System.Drawing.Color.Snow; this.dgvY.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvY.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvY.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ySelect, this.yId, this.yName, this.ApplianceNumber}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvY.DefaultCellStyle = dataGridViewCellStyle3; this.dgvY.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvY.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvY.Location = new System.Drawing.Point(3, 22); this.dgvY.Name = "dgvY"; this.dgvY.RowHeadersVisible = false; this.dgvY.RowTemplate.Height = 23; this.dgvY.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvY.Size = new System.Drawing.Size(316, 623); this.dgvY.TabIndex = 0; this.dgvY.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvY_EditingControlShowing); // // ySelect // this.ySelect.HeaderText = "选择"; this.ySelect.Name = "ySelect"; this.ySelect.Width = 60; // // yId // this.yId.DataPropertyName = "Id"; this.yId.HeaderText = "编号"; this.yId.Name = "yId"; this.yId.Visible = false; // // yName // this.yName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.yName.DataPropertyName = "Name"; this.yName.HeaderText = "器械名称"; this.yName.Name = "yName"; this.yName.ReadOnly = true; // // ApplianceNumber // this.ApplianceNumber.HeaderText = "使用数量"; this.ApplianceNumber.Name = "ApplianceNumber"; // // groupBox1 // this.groupBox1.Controls.Add(this.dgvD); this.groupBox1.Location = new System.Drawing.Point(12, 24); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(323, 648); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "待选"; // // dgvD // this.dgvD.AllowUserToAddRows = false; this.dgvD.AllowUserToDeleteRows = false; this.dgvD.AllowUserToResizeRows = false; this.dgvD.BackgroundColor = System.Drawing.Color.Snow; this.dgvD.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Index, this.Selectc, this.oName}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvD.DefaultCellStyle = dataGridViewCellStyle4; this.dgvD.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvD.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvD.Location = new System.Drawing.Point(3, 22); this.dgvD.Name = "dgvD"; this.dgvD.RowHeadersVisible = false; this.dgvD.RowTemplate.Height = 23; this.dgvD.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvD.Size = new System.Drawing.Size(317, 623); this.dgvD.TabIndex = 0; this.dgvD.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvD_CellDoubleClick); // // Id // this.Id.DataPropertyName = "Id"; this.Id.HeaderText = "编号"; this.Id.Name = "Id"; this.Id.Visible = false; // // Index // this.Index.HeaderText = "序号"; this.Index.Name = "Index"; this.Index.Visible = false; this.Index.Width = 65; // // Select // this.Selectc.HeaderText = "选择"; this.Selectc.Name = "Selectc"; this.Selectc.Width = 65; // // oName // this.oName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.oName.DataPropertyName = "Name"; this.oName.HeaderText = "器械名称"; this.oName.Name = "oName"; this.oName.ReadOnly = true; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn1.HeaderText = "编号"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.Visible = false; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.DataPropertyName = "Name"; this.dataGridViewTextBoxColumn2.HeaderText = "器械名称"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.HeaderText = "使用数量"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn4.HeaderText = "编号"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Visible = false; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.HeaderText = "序号"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.Visible = false; this.dataGridViewTextBoxColumn5.Width = 65; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn6.DataPropertyName = "Name"; this.dataGridViewTextBoxColumn6.HeaderText = "器械名称"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; // // frmApplianceSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(716, 725); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Name = "frmApplianceSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择器械"; this.Load += new System.EventHandler(this.frmApplianceSelect_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvY)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvD)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblUseName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.Controls.ComboBoxEx cboType; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lblPage; private System.Windows.Forms.LinkLabel lkDown; private System.Windows.Forms.LinkLabel lkUp; private DevComponents.DotNetBar.ButtonX btnCancelAll; private DevComponents.DotNetBar.ButtonX btnSelectAll; private System.Windows.Forms.GroupBox groupBox2; private DevComponents.DotNetBar.Controls.DataGridViewX dgvY; private System.Windows.Forms.GroupBox groupBox1; private DevComponents.DotNetBar.Controls.DataGridViewX dgvD; private DevComponents.DotNetBar.ButtonX btnSave; private DevComponents.DotNetBar.Controls.TextBoxX txtQuery; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Index; private System.Windows.Forms.DataGridViewTextBoxColumn oName; private System.Windows.Forms.DataGridViewCheckBoxColumn ySelect; private System.Windows.Forms.DataGridViewTextBoxColumn yId; private System.Windows.Forms.DataGridViewTextBoxColumn yName; private System.Windows.Forms.DataGridViewTextBoxColumn ApplianceNumber; private DevComponents.DotNetBar.ButtonX btnSelectDown; private DevComponents.DotNetBar.ButtonX btnSelectUp; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private DevComponents.DotNetBar.ButtonX buttonX1; private System.Windows.Forms.DataGridViewCheckBoxColumn Selectc; } }