|
|
@@ -28,12 +28,8 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
- this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.getqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
@@ -43,7 +39,15 @@
|
|
|
this.palletBtn = new System.Windows.Forms.RadioButton();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pim_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// InOutDetailDGV
|
|
|
@@ -52,6 +56,7 @@
|
|
|
this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.pim_outboxcode,
|
|
|
+ this.pim_id,
|
|
|
this.pim_mac,
|
|
|
this.pim_prodcode,
|
|
|
this.pr_detail,
|
|
|
@@ -64,43 +69,6 @@
|
|
|
this.InOutDetailDGV.Size = new System.Drawing.Size(665, 329);
|
|
|
this.InOutDetailDGV.TabIndex = 219;
|
|
|
//
|
|
|
- // pim_outboxcode
|
|
|
- //
|
|
|
- this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
|
|
|
- this.pim_outboxcode.HeaderText = "栈板/箱号";
|
|
|
- this.pim_outboxcode.MinimumWidth = 120;
|
|
|
- this.pim_outboxcode.Name = "pim_outboxcode";
|
|
|
- this.pim_outboxcode.ReadOnly = true;
|
|
|
- this.pim_outboxcode.Width = 120;
|
|
|
- //
|
|
|
- // pim_mac
|
|
|
- //
|
|
|
- this.pim_mac.DataPropertyName = "pim_mac";
|
|
|
- this.pim_mac.HeaderText = "SN号";
|
|
|
- this.pim_mac.Name = "pim_mac";
|
|
|
- this.pim_mac.ReadOnly = true;
|
|
|
- //
|
|
|
- // pim_prodcode
|
|
|
- //
|
|
|
- this.pim_prodcode.DataPropertyName = "pim_prodcode";
|
|
|
- this.pim_prodcode.HeaderText = "产品代码";
|
|
|
- this.pim_prodcode.Name = "pim_prodcode";
|
|
|
- this.pim_prodcode.ReadOnly = true;
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "名称";
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.ReadOnly = true;
|
|
|
- //
|
|
|
- // pr_spec
|
|
|
- //
|
|
|
- this.pr_spec.DataPropertyName = "pr_spec";
|
|
|
- this.pr_spec.HeaderText = "规格";
|
|
|
- this.pr_spec.Name = "pr_spec";
|
|
|
- this.pr_spec.ReadOnly = true;
|
|
|
- //
|
|
|
// getqty
|
|
|
//
|
|
|
this.getqty.AutoSize = true;
|
|
|
@@ -205,6 +173,50 @@
|
|
|
this.OperateResult.TabIndex = 235;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // pim_outboxcode
|
|
|
+ //
|
|
|
+ this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
|
|
|
+ this.pim_outboxcode.HeaderText = "栈板/箱号";
|
|
|
+ this.pim_outboxcode.MinimumWidth = 120;
|
|
|
+ this.pim_outboxcode.Name = "pim_outboxcode";
|
|
|
+ this.pim_outboxcode.ReadOnly = true;
|
|
|
+ this.pim_outboxcode.Width = 120;
|
|
|
+ //
|
|
|
+ // pim_id
|
|
|
+ //
|
|
|
+ this.pim_id.DataPropertyName = "pim_id";
|
|
|
+ this.pim_id.HeaderText = "pim_id";
|
|
|
+ this.pim_id.Name = "pim_id";
|
|
|
+ this.pim_id.Visible = false;
|
|
|
+ //
|
|
|
+ // pim_mac
|
|
|
+ //
|
|
|
+ this.pim_mac.DataPropertyName = "pim_mac";
|
|
|
+ this.pim_mac.HeaderText = "SN号";
|
|
|
+ this.pim_mac.Name = "pim_mac";
|
|
|
+ this.pim_mac.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // pim_prodcode
|
|
|
+ //
|
|
|
+ this.pim_prodcode.DataPropertyName = "pim_prodcode";
|
|
|
+ this.pim_prodcode.HeaderText = "产品代码";
|
|
|
+ this.pim_prodcode.Name = "pim_prodcode";
|
|
|
+ this.pim_prodcode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail.HeaderText = "名称";
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // pr_spec
|
|
|
+ //
|
|
|
+ this.pr_spec.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_spec.HeaderText = "规格";
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.ReadOnly = true;
|
|
|
+ //
|
|
|
// Warehouse_ProductMakeIn
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -227,6 +239,7 @@
|
|
|
this.Load += new System.EventHandler(this.Warehouse_ProductMakeIn_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Warehouse_ProductMakeIn_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
|
this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -235,11 +248,6 @@
|
|
|
#endregion
|
|
|
|
|
|
private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private CustomControl.ValueLabel.ValueLabel getqty;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
private CustomControl.CustomCheckBox.CustomCheckBox cancel;
|
|
|
@@ -249,5 +257,12 @@
|
|
|
private System.Windows.Forms.RadioButton palletBtn;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ private System.Windows.Forms.BindingSource bindingSource1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pim_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
}
|
|
|
}
|