|
|
@@ -0,0 +1,460 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_HandFeedRegistration
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ 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.containerBox = new System.Windows.Forms.Panel();
|
|
|
+ this.dgv = new System.Windows.Forms.DataGridView();
|
|
|
+ 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.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.SNDetails.SuspendLayout();
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
+ this.containerBox.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
|
|
|
+ this.executeBox.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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.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);
|
|
|
+ //
|
|
|
+ // 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 = "序列号:";
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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.SNDetails.ResumeLayout(false);
|
|
|
+ this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ this.tableLayoutPanel1.PerformLayout();
|
|
|
+ this.containerBox.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
|
|
|
+ this.executeBox.ResumeLayout(false);
|
|
|
+ this.executeBox.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;
|
|
|
+ }
|
|
|
+}
|