namespace SOH.JianYan { partial class frm_QC_Object { /// /// 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() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.dgv_Items = new System.Windows.Forms.DataGridView(); this.cbb_yq = new System.Windows.Forms.ComboBox(); this.label22 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.dgv_Object = new System.Windows.Forms.DataGridView(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dgv_Rule = new System.Windows.Forms.DataGridView(); this.qCItemsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.qCOIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.yqbhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qybjDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.pchDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sccjDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ndNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jyffDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.hxsjDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.strrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.endrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.qCObjectBindingSource = new System.Windows.Forms.BindingSource(this.components); this.Nyqbh = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Nxmbm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qcItemsQybj = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Nqcoid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Nxmmc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Nywmc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qcItemsBzVar = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qcItemsSdVar = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jsbzVarDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jssdVarDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkedDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Items)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Object)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Rule)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.qCItemsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.qCObjectBindingSource)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cbb_yq); this.panel1.Controls.Add(this.label22); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1817, 108); this.panel1.TabIndex = 0; // // panel2 // this.panel2.Controls.Add(this.dgv_Object); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 108); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1001, 627); this.panel2.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.tabControl1); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(1001, 108); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(816, 627); this.panel3.TabIndex = 2; // // dgv_Items // this.dgv_Items.AllowUserToAddRows = false; this.dgv_Items.AllowUserToDeleteRows = false; this.dgv_Items.AutoGenerateColumns = false; this.dgv_Items.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_Items.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Nyqbh, this.Nxmbm, this.qcItemsQybj, this.Nqcoid, this.Nxmmc, this.Nywmc, this.qcItemsBzVar, this.qcItemsSdVar, this.jsbzVarDataGridViewTextBoxColumn, this.jssdVarDataGridViewTextBoxColumn, this.checkedDataGridViewCheckBoxColumn1}); this.dgv_Items.DataSource = this.qCItemsBindingSource; this.dgv_Items.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_Items.Location = new System.Drawing.Point(3, 3); this.dgv_Items.Name = "dgv_Items"; this.dgv_Items.RowTemplate.Height = 27; this.dgv_Items.Size = new System.Drawing.Size(802, 592); this.dgv_Items.TabIndex = 0; this.dgv_Items.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgv_Items_CellBeginEdit); this.dgv_Items.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Items_CellClick); this.dgv_Items.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Items_CellValueChanged); // // cbb_yq // this.cbb_yq.DisplayMember = "yqmc"; this.cbb_yq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_yq.FormattingEnabled = true; this.cbb_yq.Location = new System.Drawing.Point(106, 15); this.cbb_yq.Margin = new System.Windows.Forms.Padding(4); this.cbb_yq.Name = "cbb_yq"; this.cbb_yq.Size = new System.Drawing.Size(160, 23); this.cbb_yq.TabIndex = 47; this.cbb_yq.ValueMember = "yq"; this.cbb_yq.SelectedValueChanged += new System.EventHandler(this.cbb_yq_SelectedValueChanged); // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(13, 18); this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(82, 15); this.label22.TabIndex = 48; this.label22.Text = "检验仪器:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 60); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 49; this.label1.Text = "质控品:"; // // button1 // this.button1.Location = new System.Drawing.Point(106, 50); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 38); this.button1.TabIndex = 50; this.button1.Text = "添加"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(202, 50); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 38); this.button2.TabIndex = 51; this.button2.Text = "编辑"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(300, 50); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 38); this.button3.TabIndex = 52; this.button3.Text = "删除"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // dgv_Object // this.dgv_Object.AllowUserToAddRows = false; this.dgv_Object.AllowUserToDeleteRows = false; this.dgv_Object.AutoGenerateColumns = false; this.dgv_Object.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_Object.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.qCOIDDataGridViewTextBoxColumn, this.yqbhDataGridViewTextBoxColumn, this.qybjDataGridViewTextBoxColumn, this.pchDataGridViewTextBoxColumn, this.sccjDataGridViewTextBoxColumn, this.ndNameDataGridViewTextBoxColumn, this.jyffDataGridViewTextBoxColumn, this.hxsjDataGridViewTextBoxColumn, this.bzDataGridViewTextBoxColumn, this.strrqDataGridViewTextBoxColumn, this.endrqDataGridViewTextBoxColumn, this.checkedDataGridViewCheckBoxColumn}); this.dgv_Object.DataSource = this.qCObjectBindingSource; this.dgv_Object.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_Object.Location = new System.Drawing.Point(0, 0); this.dgv_Object.Name = "dgv_Object"; this.dgv_Object.ReadOnly = true; this.dgv_Object.RowTemplate.Height = 27; this.dgv_Object.Size = new System.Drawing.Size(1001, 627); this.dgv_Object.TabIndex = 0; this.dgv_Object.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Object_CellClick); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(816, 627); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.dgv_Items); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(808, 598); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "质控项目"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.dgv_Rule); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(808, 598); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "质控规则"; this.tabPage2.UseVisualStyleBackColor = true; // // dgv_Rule // this.dgv_Rule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_Rule.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_Rule.Location = new System.Drawing.Point(3, 3); this.dgv_Rule.Name = "dgv_Rule"; this.dgv_Rule.RowTemplate.Height = 27; this.dgv_Rule.Size = new System.Drawing.Size(802, 592); this.dgv_Rule.TabIndex = 0; // // qCItemsBindingSource // this.qCItemsBindingSource.DataSource = typeof(SOH.Entities.QC_Items); // // qCOIDDataGridViewTextBoxColumn // this.qCOIDDataGridViewTextBoxColumn.DataPropertyName = "QCOID"; this.qCOIDDataGridViewTextBoxColumn.HeaderText = "QCOID"; this.qCOIDDataGridViewTextBoxColumn.Name = "qCOIDDataGridViewTextBoxColumn"; this.qCOIDDataGridViewTextBoxColumn.ReadOnly = true; this.qCOIDDataGridViewTextBoxColumn.Visible = false; // // yqbhDataGridViewTextBoxColumn // this.yqbhDataGridViewTextBoxColumn.DataPropertyName = "yqbh"; this.yqbhDataGridViewTextBoxColumn.HeaderText = "仪器编号"; this.yqbhDataGridViewTextBoxColumn.Name = "yqbhDataGridViewTextBoxColumn"; this.yqbhDataGridViewTextBoxColumn.ReadOnly = true; this.yqbhDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.yqbhDataGridViewTextBoxColumn.Visible = false; // // qybjDataGridViewTextBoxColumn // this.qybjDataGridViewTextBoxColumn.DataPropertyName = "qybj"; this.qybjDataGridViewTextBoxColumn.FalseValue = "0"; this.qybjDataGridViewTextBoxColumn.HeaderText = "启用"; this.qybjDataGridViewTextBoxColumn.Name = "qybjDataGridViewTextBoxColumn"; this.qybjDataGridViewTextBoxColumn.ReadOnly = true; this.qybjDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.qybjDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.qybjDataGridViewTextBoxColumn.TrueValue = "1"; // // pchDataGridViewTextBoxColumn // this.pchDataGridViewTextBoxColumn.DataPropertyName = "pch"; this.pchDataGridViewTextBoxColumn.HeaderText = "批次号"; this.pchDataGridViewTextBoxColumn.Name = "pchDataGridViewTextBoxColumn"; this.pchDataGridViewTextBoxColumn.ReadOnly = true; // // sccjDataGridViewTextBoxColumn // this.sccjDataGridViewTextBoxColumn.DataPropertyName = "sccj"; this.sccjDataGridViewTextBoxColumn.HeaderText = "生产厂家"; this.sccjDataGridViewTextBoxColumn.Name = "sccjDataGridViewTextBoxColumn"; this.sccjDataGridViewTextBoxColumn.ReadOnly = true; // // ndNameDataGridViewTextBoxColumn // this.ndNameDataGridViewTextBoxColumn.DataPropertyName = "ndName"; this.ndNameDataGridViewTextBoxColumn.HeaderText = "浓度"; this.ndNameDataGridViewTextBoxColumn.Name = "ndNameDataGridViewTextBoxColumn"; this.ndNameDataGridViewTextBoxColumn.ReadOnly = true; // // jyffDataGridViewTextBoxColumn // this.jyffDataGridViewTextBoxColumn.DataPropertyName = "jyff"; this.jyffDataGridViewTextBoxColumn.HeaderText = "检验方法"; this.jyffDataGridViewTextBoxColumn.Name = "jyffDataGridViewTextBoxColumn"; this.jyffDataGridViewTextBoxColumn.ReadOnly = true; // // hxsjDataGridViewTextBoxColumn // this.hxsjDataGridViewTextBoxColumn.DataPropertyName = "hxsj"; this.hxsjDataGridViewTextBoxColumn.HeaderText = "化学试剂"; this.hxsjDataGridViewTextBoxColumn.Name = "hxsjDataGridViewTextBoxColumn"; this.hxsjDataGridViewTextBoxColumn.ReadOnly = true; // // bzDataGridViewTextBoxColumn // this.bzDataGridViewTextBoxColumn.DataPropertyName = "bz"; this.bzDataGridViewTextBoxColumn.HeaderText = "备注"; this.bzDataGridViewTextBoxColumn.Name = "bzDataGridViewTextBoxColumn"; this.bzDataGridViewTextBoxColumn.ReadOnly = true; // // strrqDataGridViewTextBoxColumn // this.strrqDataGridViewTextBoxColumn.DataPropertyName = "strrq"; this.strrqDataGridViewTextBoxColumn.HeaderText = "开始日期"; this.strrqDataGridViewTextBoxColumn.Name = "strrqDataGridViewTextBoxColumn"; this.strrqDataGridViewTextBoxColumn.ReadOnly = true; // // endrqDataGridViewTextBoxColumn // this.endrqDataGridViewTextBoxColumn.DataPropertyName = "endrq"; this.endrqDataGridViewTextBoxColumn.HeaderText = "停止日期"; this.endrqDataGridViewTextBoxColumn.Name = "endrqDataGridViewTextBoxColumn"; this.endrqDataGridViewTextBoxColumn.ReadOnly = true; // // checkedDataGridViewCheckBoxColumn // this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked"; this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择"; this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn"; this.checkedDataGridViewCheckBoxColumn.ReadOnly = true; this.checkedDataGridViewCheckBoxColumn.Visible = false; // // qCObjectBindingSource // this.qCObjectBindingSource.DataSource = typeof(SOH.Entities.QC_Object); // // Nyqbh // this.Nyqbh.DataPropertyName = "yqbh"; this.Nyqbh.HeaderText = "仪器"; this.Nyqbh.Name = "Nyqbh"; this.Nyqbh.Visible = false; // // Nxmbm // this.Nxmbm.DataPropertyName = "xmbm"; this.Nxmbm.HeaderText = "xmbm"; this.Nxmbm.Name = "Nxmbm"; this.Nxmbm.Visible = false; // // qcItemsQybj // this.qcItemsQybj.DataPropertyName = "qybj"; this.qcItemsQybj.FalseValue = "0"; this.qcItemsQybj.HeaderText = "启用标记"; this.qcItemsQybj.Name = "qcItemsQybj"; this.qcItemsQybj.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.qcItemsQybj.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.qcItemsQybj.TrueValue = "1"; // // Nqcoid // this.Nqcoid.DataPropertyName = "QCOID"; this.Nqcoid.HeaderText = "QCOID"; this.Nqcoid.Name = "Nqcoid"; this.Nqcoid.Visible = false; // // Nxmmc // this.Nxmmc.DataPropertyName = "xmmc"; this.Nxmmc.HeaderText = "项目名称"; this.Nxmmc.Name = "Nxmmc"; // // Nywmc // this.Nywmc.DataPropertyName = "ywmc"; this.Nywmc.HeaderText = "英文名称"; this.Nywmc.Name = "Nywmc"; // // qcItemsBzVar // this.qcItemsBzVar.DataPropertyName = "bzVar"; this.qcItemsBzVar.HeaderText = "靶值"; this.qcItemsBzVar.Name = "qcItemsBzVar"; // // qcItemsSdVar // this.qcItemsSdVar.DataPropertyName = "sdVar"; this.qcItemsSdVar.HeaderText = "标准差"; this.qcItemsSdVar.Name = "qcItemsSdVar"; // // jsbzVarDataGridViewTextBoxColumn // this.jsbzVarDataGridViewTextBoxColumn.DataPropertyName = "jsbzVar"; this.jsbzVarDataGridViewTextBoxColumn.HeaderText = "计算靶值"; this.jsbzVarDataGridViewTextBoxColumn.Name = "jsbzVarDataGridViewTextBoxColumn"; this.jsbzVarDataGridViewTextBoxColumn.Visible = false; // // jssdVarDataGridViewTextBoxColumn // this.jssdVarDataGridViewTextBoxColumn.DataPropertyName = "jssdVar"; this.jssdVarDataGridViewTextBoxColumn.HeaderText = "计算标准差"; this.jssdVarDataGridViewTextBoxColumn.Name = "jssdVarDataGridViewTextBoxColumn"; this.jssdVarDataGridViewTextBoxColumn.Visible = false; this.jssdVarDataGridViewTextBoxColumn.Width = 120; // // checkedDataGridViewCheckBoxColumn1 // this.checkedDataGridViewCheckBoxColumn1.DataPropertyName = "Checked"; this.checkedDataGridViewCheckBoxColumn1.HeaderText = "选择"; this.checkedDataGridViewCheckBoxColumn1.Name = "checkedDataGridViewCheckBoxColumn1"; this.checkedDataGridViewCheckBoxColumn1.Visible = false; // // frm_QC_Object // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1817, 735); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "frm_QC_Object"; this.Text = "质控品设置"; this.Load += new System.EventHandler(this.frm_QC_Object_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_Items)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Object)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_Rule)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.qCItemsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.qCObjectBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.DataGridView dgv_Items; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbb_yq; private System.Windows.Forms.Label label22; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridView dgv_Object; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView dgv_Rule; private System.Windows.Forms.BindingSource qCObjectBindingSource; private System.Windows.Forms.BindingSource qCItemsBindingSource; private System.Windows.Forms.DataGridViewTextBoxColumn qCOIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn yqbhDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn qybjDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn pchDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn sccjDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ndNameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn jyffDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn hxsjDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn strrqDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn endrqDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn Nyqbh; private System.Windows.Forms.DataGridViewTextBoxColumn Nxmbm; private System.Windows.Forms.DataGridViewCheckBoxColumn qcItemsQybj; private System.Windows.Forms.DataGridViewTextBoxColumn Nqcoid; private System.Windows.Forms.DataGridViewTextBoxColumn Nxmmc; private System.Windows.Forms.DataGridViewTextBoxColumn Nywmc; private System.Windows.Forms.DataGridViewTextBoxColumn qcItemsBzVar; private System.Windows.Forms.DataGridViewTextBoxColumn qcItemsSdVar; private System.Windows.Forms.DataGridViewTextBoxColumn jsbzVarDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn jssdVarDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn1; } }