namespace QMAPP.WinForm.Forms.Mend { partial class ProductCheckDetailForm { /// /// 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 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.DGData = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.CHECKITEMCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CHECKITEMNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INPUTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STANDERDVALUE_UPPER = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STANDERDVALUE_DOWN = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INPUTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.DGData)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // DGData // this.DGData.AllowUserToAddRows = false; this.DGData.AllowUserToDeleteRows = false; this.DGData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGData.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, 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.False; this.DGData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CHECKITEMCODE, this.CHECKITEMNAME, this.INPUTVALUE, this.STANDERDVALUE_UPPER, this.STANDERDVALUE_DOWN, this.INPUTTYPE}); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 11F, 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.DGData.DefaultCellStyle = dataGridViewCellStyle8; this.DGData.Dock = System.Windows.Forms.DockStyle.Fill; this.DGData.Location = new System.Drawing.Point(0, 0); this.DGData.MultiSelect = false; this.DGData.Name = "DGData"; this.DGData.ReadOnly = true; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.DGData.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DGData.RowTemplate.Height = 23; this.DGData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGData.Size = new System.Drawing.Size(675, 343); this.DGData.TabIndex = 13; // // panel1 // this.panel1.Controls.Add(this.DGData); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(675, 343); this.panel1.TabIndex = 14; // // CHECKITEMCODE // this.CHECKITEMCODE.DataPropertyName = "CHECKITEMCODE"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.CHECKITEMCODE.DefaultCellStyle = dataGridViewCellStyle2; this.CHECKITEMCODE.HeaderText = "抽检编码"; this.CHECKITEMCODE.Name = "CHECKITEMCODE"; this.CHECKITEMCODE.ReadOnly = true; // // CHECKITEMNAME // this.CHECKITEMNAME.DataPropertyName = "CHECKITEMNAME"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CHECKITEMNAME.DefaultCellStyle = dataGridViewCellStyle3; this.CHECKITEMNAME.HeaderText = "抽检名称"; this.CHECKITEMNAME.Name = "CHECKITEMNAME"; this.CHECKITEMNAME.ReadOnly = true; // // INPUTVALUE // this.INPUTVALUE.DataPropertyName = "INPUTVALUE"; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.INPUTVALUE.DefaultCellStyle = dataGridViewCellStyle4; this.INPUTVALUE.HeaderText = "目标值"; this.INPUTVALUE.Name = "INPUTVALUE"; this.INPUTVALUE.ReadOnly = true; // // STANDERDVALUE_UPPER // this.STANDERDVALUE_UPPER.DataPropertyName = "STANDERDVALUE_UPPER"; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.STANDERDVALUE_UPPER.DefaultCellStyle = dataGridViewCellStyle5; this.STANDERDVALUE_UPPER.HeaderText = "标准上限值"; this.STANDERDVALUE_UPPER.Name = "STANDERDVALUE_UPPER"; this.STANDERDVALUE_UPPER.ReadOnly = true; // // STANDERDVALUE_DOWN // this.STANDERDVALUE_DOWN.DataPropertyName = "STANDERDVALUE_DOWN"; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.STANDERDVALUE_DOWN.DefaultCellStyle = dataGridViewCellStyle6; this.STANDERDVALUE_DOWN.HeaderText = "标准下限值"; this.STANDERDVALUE_DOWN.Name = "STANDERDVALUE_DOWN"; this.STANDERDVALUE_DOWN.ReadOnly = true; // // INPUTTYPE // this.INPUTTYPE.DataPropertyName = "INPUTTYPE"; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.INPUTTYPE.DefaultCellStyle = dataGridViewCellStyle7; this.INPUTTYPE.HeaderText = "输入类型"; this.INPUTTYPE.Name = "INPUTTYPE"; this.INPUTTYPE.ReadOnly = true; this.INPUTTYPE.Visible = false; // // ProductCheckDetailForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(675, 343); this.Controls.Add(this.panel1); this.Name = "ProductCheckDetailForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "抽检明细"; this.Load += new System.EventHandler(this.ProductCheckDetailForm_Load); ((System.ComponentModel.ISupportInitialize)(this.DGData)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion public System.Windows.Forms.DataGridView DGData; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridViewTextBoxColumn CHECKITEMCODE; private System.Windows.Forms.DataGridViewTextBoxColumn CHECKITEMNAME; private System.Windows.Forms.DataGridViewTextBoxColumn INPUTVALUE; private System.Windows.Forms.DataGridViewTextBoxColumn STANDERDVALUE_UPPER; private System.Windows.Forms.DataGridViewTextBoxColumn STANDERDVALUE_DOWN; private System.Windows.Forms.DataGridViewTextBoxColumn INPUTTYPE; } }