|
|
@@ -57,6 +57,13 @@
|
|
|
this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
this.Printlab = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Prodiodetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_cartons = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.cancel = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
@@ -80,13 +87,8 @@
|
|
|
this.pa_packageqty_label = new System.Windows.Forms.Label();
|
|
|
this.StartWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_cartons = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ComList = new System.Windows.Forms.Label();
|
|
|
+ this.Baurate = new System.Windows.Forms.Label();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
|
|
|
@@ -128,6 +130,8 @@
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel1.Controls.Add(this.Baurate);
|
|
|
+ this.panel1.Controls.Add(this.ComList);
|
|
|
this.panel1.Controls.Add(this.sumpalletweight);
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
this.panel1.Controls.Add(this.weight);
|
|
|
@@ -419,6 +423,73 @@
|
|
|
this.Prodiodetail.TabIndex = 242;
|
|
|
this.Prodiodetail.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellClick);
|
|
|
//
|
|
|
+ // pd_pdno
|
|
|
+ //
|
|
|
+ this.pd_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pd_pdno.DataPropertyName = "pd_pdno";
|
|
|
+ this.pd_pdno.HeaderText = "序号";
|
|
|
+ this.pd_pdno.MinimumWidth = 10;
|
|
|
+ this.pd_pdno.Name = "pd_pdno";
|
|
|
+ this.pd_pdno.Width = 200;
|
|
|
+ //
|
|
|
+ // pd_cartons
|
|
|
+ //
|
|
|
+ this.pd_cartons.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pd_cartons.DataPropertyName = "pd_cartons";
|
|
|
+ this.pd_cartons.HeaderText = "栈板数量";
|
|
|
+ this.pd_cartons.MinimumWidth = 10;
|
|
|
+ this.pd_cartons.Name = "pd_cartons";
|
|
|
+ this.pd_cartons.Visible = false;
|
|
|
+ this.pd_cartons.Width = 160;
|
|
|
+ //
|
|
|
+ // pd_id
|
|
|
+ //
|
|
|
+ this.pd_id.DataPropertyName = "pd_id";
|
|
|
+ this.pd_id.HeaderText = "ID";
|
|
|
+ this.pd_id.MinimumWidth = 10;
|
|
|
+ this.pd_id.Name = "pd_id";
|
|
|
+ this.pd_id.Visible = false;
|
|
|
+ this.pd_id.Width = 10;
|
|
|
+ //
|
|
|
+ // pd_prodcode
|
|
|
+ //
|
|
|
+ this.pd_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.pd_prodcode.DataPropertyName = "pd_prodcode";
|
|
|
+ this.pd_prodcode.HeaderText = "物料编号";
|
|
|
+ this.pd_prodcode.MinimumWidth = 2;
|
|
|
+ this.pd_prodcode.Name = "pd_prodcode";
|
|
|
+ this.pd_prodcode.ReadOnly = true;
|
|
|
+ this.pd_prodcode.Width = 2;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "pd_outqty";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "出货数量";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
+ //
|
|
|
+ // pr_detail1
|
|
|
+ //
|
|
|
+ this.pr_detail1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.pr_detail1.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail1.HeaderText = "名称";
|
|
|
+ this.pr_detail1.MinimumWidth = 10;
|
|
|
+ this.pr_detail1.Name = "pr_detail1";
|
|
|
+ this.pr_detail1.ReadOnly = true;
|
|
|
+ this.pr_detail1.Width = 10;
|
|
|
+ //
|
|
|
+ // pr_spec1
|
|
|
+ //
|
|
|
+ this.pr_spec1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_spec1.HeaderText = "规格";
|
|
|
+ this.pr_spec1.MinimumWidth = 200;
|
|
|
+ this.pr_spec1.Name = "pr_spec1";
|
|
|
+ this.pr_spec1.ReadOnly = true;
|
|
|
+ this.pr_spec1.Width = 200;
|
|
|
+ //
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -705,6 +776,7 @@
|
|
|
this.StartWeight.TabIndex = 252;
|
|
|
this.StartWeight.Text = "开始称量";
|
|
|
this.StartWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
|
|
|
//
|
|
|
// RefreshWeigh
|
|
|
//
|
|
|
@@ -726,70 +798,27 @@
|
|
|
this.RefreshWeigh.Text = "刷新重量";
|
|
|
this.RefreshWeigh.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // pd_pdno
|
|
|
- //
|
|
|
- this.pd_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pd_pdno.DataPropertyName = "pd_pdno";
|
|
|
- this.pd_pdno.HeaderText = "序号";
|
|
|
- this.pd_pdno.MinimumWidth = 10;
|
|
|
- this.pd_pdno.Name = "pd_pdno";
|
|
|
- //
|
|
|
- // pd_cartons
|
|
|
- //
|
|
|
- this.pd_cartons.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pd_cartons.DataPropertyName = "pd_cartons";
|
|
|
- this.pd_cartons.HeaderText = "栈板数量";
|
|
|
- this.pd_cartons.MinimumWidth = 10;
|
|
|
- this.pd_cartons.Name = "pd_cartons";
|
|
|
- this.pd_cartons.Width = 160;
|
|
|
- //
|
|
|
- // pd_id
|
|
|
- //
|
|
|
- this.pd_id.DataPropertyName = "pd_id";
|
|
|
- this.pd_id.HeaderText = "ID";
|
|
|
- this.pd_id.MinimumWidth = 10;
|
|
|
- this.pd_id.Name = "pd_id";
|
|
|
- this.pd_id.Visible = false;
|
|
|
- this.pd_id.Width = 10;
|
|
|
- //
|
|
|
- // pd_prodcode
|
|
|
- //
|
|
|
- this.pd_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.pd_prodcode.DataPropertyName = "pd_prodcode";
|
|
|
- this.pd_prodcode.HeaderText = "物料编号";
|
|
|
- this.pd_prodcode.MinimumWidth = 2;
|
|
|
- this.pd_prodcode.Name = "pd_prodcode";
|
|
|
- this.pd_prodcode.ReadOnly = true;
|
|
|
- this.pd_prodcode.Width = 2;
|
|
|
+ // ComList
|
|
|
//
|
|
|
- // dataGridViewTextBoxColumn2
|
|
|
+ this.ComList.AutoSize = true;
|
|
|
+ this.ComList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ComList.Location = new System.Drawing.Point(275, 173);
|
|
|
+ this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ComList.TabIndex = 251;
|
|
|
+ this.ComList.Visible = false;
|
|
|
//
|
|
|
- this.dataGridViewTextBoxColumn2.DataPropertyName = "pd_outqty";
|
|
|
- this.dataGridViewTextBoxColumn2.HeaderText = "出货数量";
|
|
|
- this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
- //
|
|
|
- // pr_detail1
|
|
|
+ // Baurate
|
|
|
//
|
|
|
- this.pr_detail1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.pr_detail1.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail1.HeaderText = "名称";
|
|
|
- this.pr_detail1.MinimumWidth = 10;
|
|
|
- this.pr_detail1.Name = "pr_detail1";
|
|
|
- this.pr_detail1.ReadOnly = true;
|
|
|
- this.pr_detail1.Width = 10;
|
|
|
- //
|
|
|
- // pr_spec1
|
|
|
- //
|
|
|
- this.pr_spec1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
- this.pr_spec1.HeaderText = "规格";
|
|
|
- this.pr_spec1.MinimumWidth = 200;
|
|
|
- this.pr_spec1.Name = "pr_spec1";
|
|
|
- this.pr_spec1.ReadOnly = true;
|
|
|
- this.pr_spec1.Width = 200;
|
|
|
+ this.Baurate.AutoSize = true;
|
|
|
+ this.Baurate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Baurate.Location = new System.Drawing.Point(283, 181);
|
|
|
+ this.Baurate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.Baurate.Name = "Baurate";
|
|
|
+ this.Baurate.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.Baurate.TabIndex = 252;
|
|
|
+ this.Baurate.Visible = false;
|
|
|
//
|
|
|
// Warehouse_FinishedProductOutSumNEW
|
|
|
//
|
|
|
@@ -903,5 +932,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
|
|
|
+ private System.Windows.Forms.Label ComList;
|
|
|
+ private System.Windows.Forms.Label Baurate;
|
|
|
}
|
|
|
}
|