namespace UAS_MES_NEW.Make
{
partial class Make_HandFeedRegistration
{
///
/// 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.containerBox = new System.Windows.Forms.Panel();
this.executeBox = new System.Windows.Forms.Panel();
this.handCount = new System.Windows.Forms.Label();
this.submit = new System.Windows.Forms.Button();
this.query = new System.Windows.Forms.Button();
this.machineVal = new System.Windows.Forms.ComboBox();
this.machineLab = new System.Windows.Forms.Label();
this.snVal = new System.Windows.Forms.TextBox();
this.snLab = new System.Windows.Forms.Label();
this.dgv = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.productName = new System.Windows.Forms.Label();
this.productCode = new System.Windows.Forms.Label();
this.workOrder = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.serialNumber = new System.Windows.Forms.Label();
this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isHandReel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ps_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ps_processcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ps_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.psl_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.psl_bomlocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.psl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.psl_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReelRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReelNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.containerBox.SuspendLayout();
this.executeBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.SNDetails.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// containerBox
//
this.containerBox.Controls.Add(this.executeBox);
this.containerBox.Controls.Add(this.dgv);
this.containerBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.containerBox.Location = new System.Drawing.Point(0, 123);
this.containerBox.Name = "containerBox";
this.containerBox.Size = new System.Drawing.Size(1600, 777);
this.containerBox.TabIndex = 28;
//
// executeBox
//
this.executeBox.Controls.Add(this.handCount);
this.executeBox.Controls.Add(this.submit);
this.executeBox.Controls.Add(this.query);
this.executeBox.Controls.Add(this.machineVal);
this.executeBox.Controls.Add(this.machineLab);
this.executeBox.Controls.Add(this.snVal);
this.executeBox.Controls.Add(this.snLab);
this.executeBox.Dock = System.Windows.Forms.DockStyle.Bottom;
this.executeBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.executeBox.Location = new System.Drawing.Point(0, 647);
this.executeBox.Name = "executeBox";
this.executeBox.Size = new System.Drawing.Size(1600, 130);
this.executeBox.TabIndex = 0;
//
// handCount
//
this.handCount.AutoSize = true;
this.handCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.handCount.Location = new System.Drawing.Point(935, 24);
this.handCount.Name = "handCount";
this.handCount.Size = new System.Drawing.Size(117, 28);
this.handCount.TabIndex = 6;
this.handCount.Text = "补料数量:";
//
// submit
//
this.submit.Cursor = System.Windows.Forms.Cursors.Hand;
this.submit.Location = new System.Drawing.Point(1033, 18);
this.submit.Name = "submit";
this.submit.Size = new System.Drawing.Size(140, 32);
this.submit.TabIndex = 5;
this.submit.Text = "提交手补料";
this.submit.UseVisualStyleBackColor = true;
this.submit.Click += new System.EventHandler(this.submit_Click);
//
// query
//
this.query.Cursor = System.Windows.Forms.Cursors.Hand;
this.query.Location = new System.Drawing.Point(837, 18);
this.query.Name = "query";
this.query.Size = new System.Drawing.Size(80, 32);
this.query.TabIndex = 4;
this.query.Text = "查询";
this.query.UseVisualStyleBackColor = true;
this.query.Click += new System.EventHandler(this.query_Click);
//
// machineVal
//
this.machineVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.machineVal.FormattingEnabled = true;
this.machineVal.Location = new System.Drawing.Point(492, 20);
this.machineVal.Name = "machineVal";
this.machineVal.Size = new System.Drawing.Size(327, 32);
this.machineVal.TabIndex = 3;
//
// machineLab
//
this.machineLab.AutoSize = true;
this.machineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.machineLab.Location = new System.Drawing.Point(397, 20);
this.machineLab.Name = "machineLab";
this.machineLab.Size = new System.Drawing.Size(101, 28);
this.machineLab.TabIndex = 2;
this.machineLab.Text = "机台名称:";
//
// snVal
//
this.snVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.snVal.Location = new System.Drawing.Point(114, 20);
this.snVal.Name = "snVal";
this.snVal.Size = new System.Drawing.Size(263, 31);
this.snVal.TabIndex = 1;
this.snVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.snVal_KeyDown);
//
// snLab
//
this.snLab.AutoSize = true;
this.snLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.snLab.Location = new System.Drawing.Point(38, 20);
this.snLab.Name = "snLab";
this.snLab.Size = new System.Drawing.Size(80, 28);
this.snLab.TabIndex = 0;
this.snLab.Text = "序列号:";
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
this.dgv.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.rn,
this.isHandReel,
this.ms_sncode,
this.ps_linecode,
this.ps_processcode,
this.ps_table,
this.psl_location,
this.psl_bomlocation,
this.psl_prodcode,
this.psl_baseqty,
this.ReelRemark,
this.ReelNum});
this.dgv.Dock = System.Windows.Forms.DockStyle.Top;
this.dgv.Location = new System.Drawing.Point(0, 0);
this.dgv.Name = "dgv";
this.dgv.RowHeadersVisible = false;
this.dgv.RowHeadersWidth = 62;
this.dgv.RowTemplate.Height = 30;
this.dgv.Size = new System.Drawing.Size(1600, 641);
this.dgv.TabIndex = 1;
this.dgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "rn";
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Width = 60;
//
// dataGridViewCheckBoxColumn1
//
this.dataGridViewCheckBoxColumn1.HeaderText = "是否手补料";
this.dataGridViewCheckBoxColumn1.MinimumWidth = 8;
this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
this.dataGridViewCheckBoxColumn1.Width = 80;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "ms_sncode";
this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 130;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "ps_linecode";
this.dataGridViewTextBoxColumn3.HeaderText = "线体";
this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 150;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "ps_processcode";
this.dataGridViewTextBoxColumn4.HeaderText = "机台名称";
this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 190;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "ps_table";
this.dataGridViewTextBoxColumn5.HeaderText = "面别";
this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 80;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "psl_location";
this.dataGridViewTextBoxColumn6.HeaderText = "站位编号";
this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
this.dataGridViewTextBoxColumn6.Width = 90;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "psl_bomlocation";
this.dataGridViewTextBoxColumn7.HeaderText = "元件位置";
this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.Width = 210;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "psl_prodcode";
this.dataGridViewTextBoxColumn8.HeaderText = "物料编号";
this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
this.dataGridViewTextBoxColumn8.Width = 140;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "psl_baseqty";
this.dataGridViewTextBoxColumn9.HeaderText = "单位用量";
this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
this.dataGridViewTextBoxColumn9.Width = 80;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.HeaderText = "元件信息备注";
this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.Width = 150;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.HeaderText = "补料数量";
this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.Width = 80;
//
// SNDetails
//
this.SNDetails.BorderColor = System.Drawing.Color.Black;
this.SNDetails.Controls.Add(this.tableLayoutPanel1);
this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top;
this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
this.SNDetails.Location = new System.Drawing.Point(0, 0);
this.SNDetails.Name = "SNDetails";
this.SNDetails.Size = new System.Drawing.Size(1600, 123);
this.SNDetails.TabIndex = 27;
this.SNDetails.TabStop = false;
this.SNDetails.Text = "产品序列信息";
this.SNDetails.TextColor = System.Drawing.Color.Black;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 8;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1594, 83);
this.tableLayoutPanel1.TabIndex = 0;
//
// productName
//
this.productName.AutoSize = true;
this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
this.productName.Location = new System.Drawing.Point(1005, 0);
this.productName.Name = "productName";
this.productName.Size = new System.Drawing.Size(586, 83);
this.productName.TabIndex = 7;
this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// productCode
//
this.productCode.AutoSize = true;
this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.productCode.Location = new System.Drawing.Point(693, 0);
this.productCode.Name = "productCode";
this.productCode.Size = new System.Drawing.Size(204, 83);
this.productCode.TabIndex = 6;
this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// workOrder
//
this.workOrder.AutoSize = true;
this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
this.workOrder.Location = new System.Drawing.Point(399, 0);
this.workOrder.Name = "workOrder";
this.workOrder.Size = new System.Drawing.Size(186, 83);
this.workOrder.TabIndex = 5;
this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Location = new System.Drawing.Point(903, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(96, 83);
this.label4.TabIndex = 3;
this.label4.Text = "产品名称: ";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(96, 83);
this.label1.TabIndex = 0;
this.label1.Text = "序列号: ";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(591, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(96, 83);
this.label3.TabIndex = 2;
this.label3.Text = "产品编号: ";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(297, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(96, 83);
this.label2.TabIndex = 1;
this.label2.Text = "工单: ";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// serialNumber
//
this.serialNumber.AutoSize = true;
this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
this.serialNumber.Location = new System.Drawing.Point(105, 0);
this.serialNumber.Name = "serialNumber";
this.serialNumber.Size = new System.Drawing.Size(186, 83);
this.serialNumber.TabIndex = 4;
this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// rn
//
this.rn.DataPropertyName = "rn";
this.rn.HeaderText = "序号";
this.rn.MinimumWidth = 8;
this.rn.Name = "rn";
this.rn.Width = 60;
//
// isHandReel
//
this.isHandReel.HeaderText = "是否手补料";
this.isHandReel.MinimumWidth = 8;
this.isHandReel.Name = "isHandReel";
this.isHandReel.Width = 80;
//
// ms_sncode
//
this.ms_sncode.DataPropertyName = "ms_sncode";
this.ms_sncode.HeaderText = "序列号";
this.ms_sncode.MinimumWidth = 8;
this.ms_sncode.Name = "ms_sncode";
this.ms_sncode.ReadOnly = true;
this.ms_sncode.Width = 130;
//
// ps_linecode
//
this.ps_linecode.DataPropertyName = "ps_linecode";
this.ps_linecode.HeaderText = "线体";
this.ps_linecode.MinimumWidth = 8;
this.ps_linecode.Name = "ps_linecode";
this.ps_linecode.ReadOnly = true;
this.ps_linecode.Width = 150;
//
// ps_processcode
//
this.ps_processcode.DataPropertyName = "ps_processcode";
this.ps_processcode.HeaderText = "机台名称";
this.ps_processcode.MinimumWidth = 8;
this.ps_processcode.Name = "ps_processcode";
this.ps_processcode.ReadOnly = true;
this.ps_processcode.Width = 190;
//
// ps_table
//
this.ps_table.DataPropertyName = "ps_table";
this.ps_table.HeaderText = "面别";
this.ps_table.MinimumWidth = 8;
this.ps_table.Name = "ps_table";
this.ps_table.ReadOnly = true;
this.ps_table.Width = 80;
//
// psl_location
//
this.psl_location.DataPropertyName = "psl_location";
this.psl_location.HeaderText = "站位编号";
this.psl_location.MinimumWidth = 8;
this.psl_location.Name = "psl_location";
this.psl_location.ReadOnly = true;
this.psl_location.Width = 90;
//
// psl_bomlocation
//
this.psl_bomlocation.DataPropertyName = "psl_bomlocation";
this.psl_bomlocation.HeaderText = "元件位置";
this.psl_bomlocation.MinimumWidth = 8;
this.psl_bomlocation.Name = "psl_bomlocation";
this.psl_bomlocation.ReadOnly = true;
this.psl_bomlocation.Width = 210;
//
// psl_prodcode
//
this.psl_prodcode.DataPropertyName = "psl_prodcode";
this.psl_prodcode.HeaderText = "物料编号";
this.psl_prodcode.MinimumWidth = 8;
this.psl_prodcode.Name = "psl_prodcode";
this.psl_prodcode.ReadOnly = true;
this.psl_prodcode.Width = 140;
//
// psl_baseqty
//
this.psl_baseqty.DataPropertyName = "psl_baseqty";
this.psl_baseqty.HeaderText = "单位用量";
this.psl_baseqty.MinimumWidth = 8;
this.psl_baseqty.Name = "psl_baseqty";
this.psl_baseqty.ReadOnly = true;
this.psl_baseqty.Width = 80;
//
// ReelRemark
//
this.ReelRemark.DataPropertyName = "ReelRemark";
this.ReelRemark.HeaderText = "元件信息备注";
this.ReelRemark.MinimumWidth = 8;
this.ReelRemark.Name = "ReelRemark";
this.ReelRemark.Width = 150;
//
// ReelNum
//
this.ReelNum.DataPropertyName = "ReelNum";
this.ReelNum.HeaderText = "补料数量";
this.ReelNum.MinimumWidth = 8;
this.ReelNum.Name = "ReelNum";
this.ReelNum.Width = 80;
//
// Make_HandFeedRegistration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1600, 900);
this.Controls.Add(this.containerBox);
this.Controls.Add(this.SNDetails);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Make_HandFeedRegistration";
this.Text = "Make_HandFeedRegistration";
this.Load += new System.EventHandler(this.Make_HandFeedRegistration_Load);
this.containerBox.ResumeLayout(false);
this.executeBox.ResumeLayout(false);
this.executeBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.SNDetails.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label productName;
private System.Windows.Forms.Label productCode;
private System.Windows.Forms.Label workOrder;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label serialNumber;
private System.Windows.Forms.Panel containerBox;
private System.Windows.Forms.DataGridView dgv;
private System.Windows.Forms.Panel executeBox;
private System.Windows.Forms.Label snLab;
private System.Windows.Forms.TextBox snVal;
private System.Windows.Forms.Label machineLab;
private System.Windows.Forms.ComboBox machineVal;
private System.Windows.Forms.Button query;
private System.Windows.Forms.Button submit;
private System.Windows.Forms.Label handCount;
private System.Windows.Forms.DataGridViewTextBoxColumn rn;
private System.Windows.Forms.DataGridViewCheckBoxColumn isHandReel;
private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
private System.Windows.Forms.DataGridViewTextBoxColumn ps_linecode;
private System.Windows.Forms.DataGridViewTextBoxColumn ps_processcode;
private System.Windows.Forms.DataGridViewTextBoxColumn ps_table;
private System.Windows.Forms.DataGridViewTextBoxColumn psl_location;
private System.Windows.Forms.DataGridViewTextBoxColumn psl_bomlocation;
private System.Windows.Forms.DataGridViewTextBoxColumn psl_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn psl_baseqty;
private System.Windows.Forms.DataGridViewTextBoxColumn ReelRemark;
private System.Windows.Forms.DataGridViewTextBoxColumn ReelNum;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
}
}