namespace Estsh.Client.StepLibrary { partial class KPSNStep2 { /// /// 必需的设计器变量。 /// 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); 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.txtSN = new System.Windows.Forms.TextBox(); this.lblSN = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.lblTitle = new System.Windows.Forms.Label(); this.timRefreshFocus = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgbKPItems)).BeginInit(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.panel2); 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; // // panel4 // this.panel4.Controls.Add(this.dgbKPItems); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 107); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(816, 387); this.panel4.TabIndex = 18; // // dgbKPItems // this.dgbKPItems.AllowUserToAddRows = false; this.dgbKPItems.AllowUserToDeleteRows = false; this.dgbKPItems.AllowUserToResizeColumns = false; this.dgbKPItems.AllowUserToResizeRows = false; this.dgbKPItems.BackgroundColor = System.Drawing.SystemColors.ControlLight; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.DarkGray; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgbKPItems.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; 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}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgbKPItems.DefaultCellStyle = dataGridViewCellStyle4; this.dgbKPItems.Dock = System.Windows.Forms.DockStyle.Fill; this.dgbKPItems.EnableHeadersVisualStyles = false; this.dgbKPItems.GridColor = System.Drawing.Color.Black; this.dgbKPItems.Location = new System.Drawing.Point(0, 0); 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(816, 387); this.dgbKPItems.TabIndex = 13; this.dgbKPItems.TabStop = false; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 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; // // 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 = "KPSNStep2"; 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.Controls.Add(this.txtSN); this.panel3.Controls.Add(this.lblSN); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 53); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(816, 54); this.panel3.TabIndex = 17; // // txtSN // this.txtSN.Anchor = ((System.Windows.Forms.AnchorStyles)((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(146, 6); this.txtSN.Name = "txtSN"; this.txtSN.Size = new System.Drawing.Size(570, 34); this.txtSN.TabIndex = 14; this.txtSN.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSN_KeyPress); // // lblSN // this.lblSN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 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(32, 13); this.lblSN.Name = "lblSN"; this.lblSN.Size = new System.Drawing.Size(98, 27); this.lblSN.TabIndex = 15; this.lblSN.Text = "零件条码:"; // // panel2 // this.panel2.Controls.Add(this.lblTitle); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(816, 53); this.panel2.TabIndex = 16; // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.DodgerBlue; this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill; 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(816, 53); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "关键零部件匹配"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // timRefreshFocus // this.timRefreshFocus.Enabled = true; this.timRefreshFocus.Interval = 3000; this.timRefreshFocus.Tick += new System.EventHandler(this.timRefreshFocus_Tick); // // KPSNStep2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Name = "KPSNStep2"; 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.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgbKPItems)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.DataGridView dgbKPItems; 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; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox txtSN; private System.Windows.Forms.Label lblSN; private System.Windows.Forms.Timer timRefreshFocus; } }