namespace AIMS.PublicUI.UI
{
    partial class frmAnaesthesiaDrugSelect
    {
        /// 
        /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnaesthesiaDrugSelect));
            this.panel1 = new System.Windows.Forms.Panel();
            this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.txtQuery = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label3 = new System.Windows.Forms.Label();
            this.btnCancel = new DevComponents.DotNetBar.ButtonX();
            this.btnSave = new DevComponents.DotNetBar.ButtonX();
            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.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.yspec = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOSEPER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOSEPER2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOSEPER3 = 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.ospec = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dDOSEPER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dDOSEPER2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dDOSEPER3 = 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.buttonX3);
            this.panel1.Controls.Add(this.buttonX4);
            this.panel1.Controls.Add(this.txtQuery);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Controls.Add(this.btnSave);
            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(1101, 53);
            this.panel1.TabIndex = 13;
            // 
            // buttonX3
            // 
            this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX3.Location = new System.Drawing.Point(552, 10);
            this.buttonX3.Name = "buttonX3";
            this.buttonX3.Size = new System.Drawing.Size(34, 30);
            this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX3.TabIndex = 6;
            this.buttonX3.Text = "↓";
            this.buttonX3.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX4.Location = new System.Drawing.Point(512, 10);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(34, 30);
            this.buttonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX4.TabIndex = 7;
            this.buttonX4.Text = "↑";
            this.buttonX4.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // 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(82, 15);
            this.txtQuery.Name = "txtQuery";
            this.txtQuery.Size = new System.Drawing.Size(392, 21);
            this.txtQuery.TabIndex = 4;
            this.txtQuery.TextChanged += new System.EventHandler(this.txtQuery_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(11, 15);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 20);
            this.label3.TabIndex = 3;
            this.label3.Text = "事件名称";
            // 
            // btnCancel
            // 
            this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnCancel.Location = new System.Drawing.Point(716, 10);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 30);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "取消";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.Location = new System.Drawing.Point(635, 10);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 30);
            this.btnSave.TabIndex = 2;
            this.btnSave.Text = "保存";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // 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.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, 53);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1101, 331);
            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(477, 195);
            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);
            // 
            // btnSelectAll
            // 
            this.btnSelectAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSelectAll.Location = new System.Drawing.Point(477, 79);
            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(519, 24);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(569, 293);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "已选";
            // 
            // dgvY
            // 
            this.dgvY.AllowUserToAddRows = false;
            this.dgvY.AllowUserToDeleteRows = 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.yspec,
            this.DOSEPER,
            this.DOSEPER2,
            this.DOSEPER3});
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvY.DefaultCellStyle = dataGridViewCellStyle1;
            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(563, 268);
            this.dgvY.TabIndex = 0;
            this.dgvY.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvY_CellEndEdit);
            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;
            // 
            // yspec
            // 
            this.yspec.HeaderText = "规格";
            this.yspec.Name = "yspec";
            // 
            // DOSEPER
            // 
            this.DOSEPER.HeaderText = "剂量1";
            this.DOSEPER.Name = "DOSEPER";
            this.DOSEPER.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.DOSEPER.Width = 60;
            // 
            // DOSEPER2
            // 
            this.DOSEPER2.HeaderText = "剂量2";
            this.DOSEPER2.Name = "DOSEPER2";
            this.DOSEPER2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.DOSEPER2.Width = 60;
            // 
            // DOSEPER3
            // 
            this.DOSEPER3.HeaderText = "剂量3";
            this.DOSEPER3.Name = "DOSEPER3";
            this.DOSEPER3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.DOSEPER3.Width = 60;
            // 
            // 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(462, 293);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "待选";
            // 
            // dgvD
            // 
            this.dgvD.AllowUserToAddRows = false;
            this.dgvD.AllowUserToDeleteRows = 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,
            this.ospec,
            this.dDOSEPER,
            this.dDOSEPER2,
            this.dDOSEPER3});
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvD.DefaultCellStyle = dataGridViewCellStyle2;
            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(456, 268);
            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 = "Select";
            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;
            // 
            // ospec
            // 
            this.ospec.DataPropertyName = "spec";
            this.ospec.HeaderText = "规格";
            this.ospec.Name = "ospec";
            // 
            // dDOSEPER
            // 
            this.dDOSEPER.HeaderText = "剂量1";
            this.dDOSEPER.Name = "dDOSEPER";
            this.dDOSEPER.Visible = false;
            // 
            // dDOSEPER2
            // 
            this.dDOSEPER2.HeaderText = "剂量2";
            this.dDOSEPER2.Name = "dDOSEPER2";
            this.dDOSEPER2.Visible = false;
            // 
            // dDOSEPER3
            // 
            this.dDOSEPER3.HeaderText = "剂量3";
            this.dDOSEPER3.Name = "dDOSEPER3";
            this.dDOSEPER3.Visible = false;
            // 
            // frmAnaesthesiaDrugSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1101, 384);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmAnaesthesiaDrugSelect";
            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.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 btnCancel;
        private DevComponents.DotNetBar.ButtonX btnSave;
        private DevComponents.DotNetBar.Controls.TextBoxX txtQuery;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DataGridViewCheckBoxColumn ySelect;
        private System.Windows.Forms.DataGridViewTextBoxColumn yId;
        private System.Windows.Forms.DataGridViewTextBoxColumn yName;
        private System.Windows.Forms.DataGridViewTextBoxColumn yspec;
        private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER;
        private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER2;
        private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Id;
        private System.Windows.Forms.DataGridViewTextBoxColumn Index; 
        private System.Windows.Forms.DataGridViewTextBoxColumn oName;
        private System.Windows.Forms.DataGridViewTextBoxColumn ospec;
        private System.Windows.Forms.DataGridViewTextBoxColumn dDOSEPER;
        private System.Windows.Forms.DataGridViewTextBoxColumn dDOSEPER2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dDOSEPER3;
        private DevComponents.DotNetBar.ButtonX buttonX3;
        private DevComponents.DotNetBar.ButtonX buttonX4;
        private System.Windows.Forms.DataGridViewCheckBoxColumn Selectc;
    }
}