namespace Estsh.Client.StepLibrary
{
partial class GYKPSNP
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.lblSN = new System.Windows.Forms.Label();
this.txtSN = new System.Windows.Forms.TextBox();
this.dgbKPItems = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fix1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sno = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel3 = new System.Windows.Forms.Panel();
this.lblTitle = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgbKPItems)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.panel3);
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(816, 494);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.Controls.Add(this.lblSN);
this.panel2.Controls.Add(this.txtSN);
this.panel2.Controls.Add(this.dgbKPItems);
this.panel2.Location = new System.Drawing.Point(3, 76);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(813, 418);
this.panel2.TabIndex = 2;
//
// lblSN
//
this.lblSN.AutoSize = true;
this.lblSN.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSN.Location = new System.Drawing.Point(5, 8);
this.lblSN.Name = "lblSN";
this.lblSN.Size = new System.Drawing.Size(118, 27);
this.lblSN.TabIndex = 15;
this.lblSN.Text = "零部件条码:";
//
// txtSN
//
this.txtSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSN.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSN.Location = new System.Drawing.Point(129, 5);
this.txtSN.Name = "txtSN";
this.txtSN.Size = new System.Drawing.Size(681, 34);
this.txtSN.TabIndex = 14;
this.txtSN.Leave += new System.EventHandler(this.txtSN_Leave);
this.txtSN.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSN_KeyPress);
this.txtSN.Enter += new System.EventHandler(this.txtSN_Enter);
//
// dgbKPItems
//
this.dgbKPItems.AllowUserToAddRows = false;
this.dgbKPItems.AllowUserToDeleteRows = false;
this.dgbKPItems.AllowUserToResizeColumns = false;
this.dgbKPItems.AllowUserToResizeRows = false;
this.dgbKPItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgbKPItems.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.dgbKPItems.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgbKPItems.ColumnHeadersHeight = 35;
this.dgbKPItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgbKPItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn2,
this.fix1,
this.sno});
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.dgbKPItems.DefaultCellStyle = dataGridViewCellStyle2;
this.dgbKPItems.EnableHeadersVisualStyles = false;
this.dgbKPItems.GridColor = System.Drawing.Color.Black;
this.dgbKPItems.Location = new System.Drawing.Point(3, 43);
this.dgbKPItems.Name = "dgbKPItems";
this.dgbKPItems.ReadOnly = true;
this.dgbKPItems.RowHeadersVisible = false;
this.dgbKPItems.RowHeadersWidth = 45;
this.dgbKPItems.RowTemplate.Height = 50;
this.dgbKPItems.Size = new System.Drawing.Size(808, 372);
this.dgbKPItems.TabIndex = 13;
this.dgbKPItems.TabStop = false;
this.dgbKPItems.SelectionChanged += new System.EventHandler(this.dgbKPItems_SelectionChanged);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn1.DataPropertyName = "location";
this.dataGridViewTextBoxColumn1.FillWeight = 80F;
this.dataGridViewTextBoxColumn1.HeaderText = "扫描顺序";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn1.Visible = false;
this.dataGridViewTextBoxColumn1.Width = 98;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn7.DataPropertyName = "part_no";
this.dataGridViewTextBoxColumn7.HeaderText = "零件号";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn7.Width = 78;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn2.DataPropertyName = "part_spec";
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 = 98;
//
// fix1
//
this.fix1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.fix1.DataPropertyName = "fix1";
this.fix1.HeaderText = "特征码";
this.fix1.Name = "fix1";
this.fix1.ReadOnly = true;
this.fix1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.fix1.Width = 78;
//
// sno
//
this.sno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.sno.DataPropertyName = "KPSN";
this.sno.FillWeight = 200F;
this.sno.HeaderText = "零件条码";
this.sno.Name = "sno";
this.sno.ReadOnly = true;
this.sno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.Controls.Add(this.lblTitle);
this.panel3.Location = new System.Drawing.Point(3, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(813, 70);
this.panel3.TabIndex = 3;
//
// lblTitle
//
this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblTitle.BackColor = System.Drawing.Color.DodgerBlue;
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(3, 7);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(807, 58);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "关键零部件匹配";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// GYKPSNP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "GYKPSNP";
this.Size = new System.Drawing.Size(816, 494);
this.Load += new System.EventHandler(this.KPSN_Load);
this.VisibleChanged += new System.EventHandler(this.KPSN_VisibleChanged);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgbKPItems)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblSN;
private System.Windows.Forms.TextBox txtSN;
private System.Windows.Forms.DataGridView dgbKPItems;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn fix1;
private System.Windows.Forms.DataGridViewTextBoxColumn sno;
}
}