namespace Com.Estsh.MES.AssemblyInput { partial class YYNGCheck { /// /// 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(); this.lblTitle = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel6 = new System.Windows.Forms.Panel(); this.dgNGCheck = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fix1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.btnNextStep = new System.Windows.Forms.Button(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgNGCheck)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.DodgerBlue; this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(855, 61); this.lblTitle.TabIndex = 2; this.lblTitle.Text = "NG二级菜单"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1tyles.Add(new System.Windows.Formstyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1tyles.Add(new System.Windows.Formstyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1tyles.Add(new System.Windows.Formstyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1tyles.Add(new System.Windows.Formstyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 100); this.tableLayoutPanel1.TabIndex = 0; // // panel6 // this.panel6.Controls.Add(this.dgNGCheck); this.panel6.Controls.Add(this.panel1); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 61); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(855, 518); this.panel6.TabIndex = 5; // // dgNGCheck // this.dgNGCheck.AllowUserToAddRows = false; this.dgNGCheck.AllowUserToDeleteRows = false; this.dgNGCheck.AllowUserToResizeColumns = false; this.dgNGCheck.AllowUserToResizeRows = false; this.dgNGCheck.BackgroundColor = System.Drawing.SystemColors.ControlLight; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.DarkGray; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 15F, 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.True; this.dgNGCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgNGCheck.ColumnHeadersHeight = 35; this.dgNGCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgNGCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.fix1, this.sno, this.Column1}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgNGCheck.DefaultCellStyle = dataGridViewCellStyle2; this.dgNGCheck.Dock = System.Windows.Forms.DockStyle.Fill; this.dgNGCheck.EnableHeadersVisualStyles = false; this.dgNGCheck.GridColor = System.Drawing.Color.Black; this.dgNGCheck.Location = new System.Drawing.Point(0, 0); this.dgNGCheck.Name = "dgNGCheck"; this.dgNGCheck.ReadOnly = true; this.dgNGCheck.RowHeadersVisible = false; this.dgNGCheck.RowHeadersWidth = 45; this.dgNGCheck.RowTemplate.Height = 50; this.dgNGCheck.Size = new System.Drawing.Size(855, 419); this.dgNGCheck.TabIndex = 15; this.dgNGCheck.TabStop = false; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "str2"; this.dataGridViewTextBoxColumn2.FillWeight = 160F; this.dataGridViewTextBoxColumn2.HeaderText = "工位"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn2.Width = 130; // // fix1 // this.fix1.DataPropertyName = "str3"; this.fix1.HeaderText = "值1"; this.fix1.Name = "fix1"; this.fix1.ReadOnly = true; this.fix1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.fix1.Width = 150; // // sno // this.sno.DataPropertyName = "str4"; this.sno.FillWeight = 200F; this.sno.HeaderText = "值2"; this.sno.Name = "sno"; this.sno.ReadOnly = true; this.sno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.sno.Width = 300; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column1.DataPropertyName = "str5"; this.Column1.HeaderText = "值3"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.btnNextStep); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 419); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(855, 99); this.panel1.TabIndex = 0; // // btnNextStep // this.btnNextStep.BackColor = System.Drawing.Color.SteelBlue; this.btnNextStep.Dock = System.Windows.Forms.DockStyle.Fill; this.btnNextStep.Font = new System.Drawing.Font("宋体", 32.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNextStep.Location = new System.Drawing.Point(0, 0); this.btnNextStep.Name = "btnNextStep"; this.btnNextStep.Size = new System.Drawing.Size(853, 97); this.btnNextStep.TabIndex = 5; this.btnNextStep.Text = "下一步"; this.btnNextStep.UseVisualStyleBackColor = false; this.btnNextStep.Click += new System.EventHandler(this.btnNextStep_Click); // // YYNGCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(855, 579); this.Controls.Add(this.panel6); this.Controls.Add(this.lblTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "YYNGCheck"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.YYNGCheck_Load); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgNGCheck)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; //private System.Windows.Forms.Button btnNGType1611111; //private System.Windows.Forms.Button btnNGType151111; //private System.Windows.Forms.Button btnNGType1411; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.DataGridView dgNGCheck; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn fix1; private System.Windows.Forms.DataGridViewTextBoxColumn sno; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.Button btnNextStep; } }