|
|
@@ -34,6 +34,12 @@
|
|
|
this.pi_titile_label = new System.Windows.Forms.Label();
|
|
|
this.pi_title = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.datacount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.Label = new System.Windows.Forms.Label();
|
|
|
+ this.boxqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.getqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ungetqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.outqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
@@ -44,26 +50,24 @@
|
|
|
this.pi_id = new System.Windows.Forms.Label();
|
|
|
this.pi_type = new System.Windows.Forms.Label();
|
|
|
this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.Search = new System.Windows.Forms.Button();
|
|
|
+ this.pallecode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.pi_type_check = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
this.input = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
- this.boxqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.getqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ungetqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.outqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ConfirmOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.NewProdInOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ProdDetail = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.pi_inoutno = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
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.blank = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ConfirmOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.NewProdInOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ProdDetail = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.pi_inoutno = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
|
|
|
@@ -101,6 +105,8 @@
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel1.Controls.Add(this.datacount);
|
|
|
+ this.panel1.Controls.Add(this.Label);
|
|
|
this.panel1.Controls.Add(this.boxqty);
|
|
|
this.panel1.Controls.Add(this.getqty);
|
|
|
this.panel1.Controls.Add(this.ungetqty);
|
|
|
@@ -115,11 +121,76 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(169, 195);
|
|
|
this.panel1.TabIndex = 217;
|
|
|
//
|
|
|
+ // datacount
|
|
|
+ //
|
|
|
+ this.datacount.AutoSize = true;
|
|
|
+ this.datacount.CutLength = null;
|
|
|
+ this.datacount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.datacount.Location = new System.Drawing.Point(95, 155);
|
|
|
+ this.datacount.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.datacount.Name = "datacount";
|
|
|
+ this.datacount.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.datacount.TabIndex = 230;
|
|
|
+ //
|
|
|
+ // Label
|
|
|
+ //
|
|
|
+ this.Label.AutoSize = true;
|
|
|
+ this.Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Label.Location = new System.Drawing.Point(9, 155);
|
|
|
+ this.Label.Name = "Label";
|
|
|
+ this.Label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.Label.TabIndex = 229;
|
|
|
+ this.Label.Text = "当前明细";
|
|
|
+ //
|
|
|
+ // boxqty
|
|
|
+ //
|
|
|
+ this.boxqty.AutoSize = true;
|
|
|
+ this.boxqty.CutLength = null;
|
|
|
+ this.boxqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.boxqty.Location = new System.Drawing.Point(95, 120);
|
|
|
+ this.boxqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.boxqty.Name = "boxqty";
|
|
|
+ this.boxqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.boxqty.TabIndex = 227;
|
|
|
+ //
|
|
|
+ // getqty
|
|
|
+ //
|
|
|
+ this.getqty.AutoSize = true;
|
|
|
+ this.getqty.CutLength = null;
|
|
|
+ this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.getqty.Location = new System.Drawing.Point(95, 84);
|
|
|
+ this.getqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.getqty.Name = "getqty";
|
|
|
+ this.getqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.getqty.TabIndex = 226;
|
|
|
+ //
|
|
|
+ // ungetqty
|
|
|
+ //
|
|
|
+ this.ungetqty.AutoSize = true;
|
|
|
+ this.ungetqty.CutLength = null;
|
|
|
+ this.ungetqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ungetqty.Location = new System.Drawing.Point(95, 44);
|
|
|
+ this.ungetqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ungetqty.Name = "ungetqty";
|
|
|
+ this.ungetqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ungetqty.TabIndex = 225;
|
|
|
+ //
|
|
|
+ // outqty
|
|
|
+ //
|
|
|
+ this.outqty.AutoSize = true;
|
|
|
+ this.outqty.CutLength = null;
|
|
|
+ this.outqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.outqty.Location = new System.Drawing.Point(95, 11);
|
|
|
+ this.outqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.outqty.Name = "outqty";
|
|
|
+ this.outqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.outqty.TabIndex = 224;
|
|
|
+ //
|
|
|
// label10
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(9, 143);
|
|
|
+ this.label10.Location = new System.Drawing.Point(9, 120);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(58, 21);
|
|
|
this.label10.TabIndex = 222;
|
|
|
@@ -129,7 +200,7 @@
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label8.Location = new System.Drawing.Point(9, 106);
|
|
|
+ this.label8.Location = new System.Drawing.Point(9, 84);
|
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label8.TabIndex = 220;
|
|
|
@@ -139,7 +210,7 @@
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(9, 60);
|
|
|
+ this.label6.Location = new System.Drawing.Point(9, 44);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label6.TabIndex = 218;
|
|
|
@@ -149,7 +220,7 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(9, 17);
|
|
|
+ this.label4.Location = new System.Drawing.Point(9, 11);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label4.TabIndex = 218;
|
|
|
@@ -215,6 +286,26 @@
|
|
|
this.pi_type.TabIndex = 230;
|
|
|
this.pi_type.Visible = false;
|
|
|
//
|
|
|
+ // Search
|
|
|
+ //
|
|
|
+ this.Search.Location = new System.Drawing.Point(203, 51);
|
|
|
+ this.Search.Name = "Search";
|
|
|
+ this.Search.Size = new System.Drawing.Size(68, 21);
|
|
|
+ this.Search.TabIndex = 239;
|
|
|
+ this.Search.Text = "查询";
|
|
|
+ this.Search.UseVisualStyleBackColor = true;
|
|
|
+ this.Search.Click += new System.EventHandler(this.Search_Click);
|
|
|
+ //
|
|
|
+ // pallecode
|
|
|
+ //
|
|
|
+ this.pallecode.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.pallecode.Location = new System.Drawing.Point(9, 51);
|
|
|
+ this.pallecode.Name = "pallecode";
|
|
|
+ this.pallecode.PlaceHolder = "栈板/箱搜索";
|
|
|
+ this.pallecode.Size = new System.Drawing.Size(170, 28);
|
|
|
+ this.pallecode.TabIndex = 238;
|
|
|
+ this.pallecode.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.pallecode_UserControlTextChanged);
|
|
|
+ //
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -299,56 +390,60 @@
|
|
|
this.pr_spec,
|
|
|
this.blank});
|
|
|
this.InOutDetailDGV.EnableContentClick = true;
|
|
|
- this.InOutDetailDGV.Location = new System.Drawing.Point(9, 66);
|
|
|
+ this.InOutDetailDGV.Location = new System.Drawing.Point(9, 84);
|
|
|
this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.InOutDetailDGV.Name = "InOutDetailDGV";
|
|
|
this.InOutDetailDGV.RowTemplate.Height = 27;
|
|
|
- this.InOutDetailDGV.Size = new System.Drawing.Size(544, 357);
|
|
|
+ this.InOutDetailDGV.Size = new System.Drawing.Size(544, 339);
|
|
|
this.InOutDetailDGV.TabIndex = 218;
|
|
|
+ this.InOutDetailDGV.DataSourceChanged += new System.EventHandler(this.InOutDetailDGV_DataSourceChanged);
|
|
|
//
|
|
|
- // boxqty
|
|
|
+ // pim_outboxcode
|
|
|
//
|
|
|
- this.boxqty.AutoSize = true;
|
|
|
- this.boxqty.CutLength = null;
|
|
|
- this.boxqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.boxqty.Location = new System.Drawing.Point(95, 144);
|
|
|
- this.boxqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.boxqty.Name = "boxqty";
|
|
|
- this.boxqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.boxqty.TabIndex = 227;
|
|
|
+ this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
|
|
|
+ this.pim_outboxcode.HeaderText = "栈板/箱号";
|
|
|
+ this.pim_outboxcode.MinimumWidth = 2;
|
|
|
+ this.pim_outboxcode.Name = "pim_outboxcode";
|
|
|
+ this.pim_outboxcode.ReadOnly = true;
|
|
|
+ this.pim_outboxcode.Width = 150;
|
|
|
//
|
|
|
- // getqty
|
|
|
+ // pim_mac
|
|
|
//
|
|
|
- this.getqty.AutoSize = true;
|
|
|
- this.getqty.CutLength = null;
|
|
|
- this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.getqty.Location = new System.Drawing.Point(95, 107);
|
|
|
- this.getqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.getqty.Name = "getqty";
|
|
|
- this.getqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.getqty.TabIndex = 226;
|
|
|
+ this.pim_mac.DataPropertyName = "pim_mac";
|
|
|
+ this.pim_mac.HeaderText = "SN号";
|
|
|
+ this.pim_mac.Name = "pim_mac";
|
|
|
+ this.pim_mac.ReadOnly = true;
|
|
|
//
|
|
|
- // ungetqty
|
|
|
+ // pim_prodcode
|
|
|
//
|
|
|
- this.ungetqty.AutoSize = true;
|
|
|
- this.ungetqty.CutLength = null;
|
|
|
- this.ungetqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ungetqty.Location = new System.Drawing.Point(95, 60);
|
|
|
- this.ungetqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.ungetqty.Name = "ungetqty";
|
|
|
- this.ungetqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ungetqty.TabIndex = 225;
|
|
|
+ this.pim_prodcode.DataPropertyName = "pim_prodcode";
|
|
|
+ this.pim_prodcode.HeaderText = "产品代码";
|
|
|
+ this.pim_prodcode.Name = "pim_prodcode";
|
|
|
+ this.pim_prodcode.ReadOnly = true;
|
|
|
//
|
|
|
- // outqty
|
|
|
+ // pr_detail
|
|
|
//
|
|
|
- this.outqty.AutoSize = true;
|
|
|
- this.outqty.CutLength = null;
|
|
|
- this.outqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.outqty.Location = new System.Drawing.Point(95, 17);
|
|
|
- this.outqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.outqty.Name = "outqty";
|
|
|
- this.outqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.outqty.TabIndex = 224;
|
|
|
+ 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.MinimumWidth = 200;
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.ReadOnly = true;
|
|
|
+ this.pr_spec.Width = 200;
|
|
|
+ //
|
|
|
+ // blank
|
|
|
+ //
|
|
|
+ this.blank.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.blank.HeaderText = "";
|
|
|
+ this.blank.MinimumWidth = 2;
|
|
|
+ this.blank.Name = "blank";
|
|
|
+ this.blank.Width = 2;
|
|
|
//
|
|
|
// ConfirmOut
|
|
|
//
|
|
|
@@ -429,58 +524,13 @@
|
|
|
this.pi_inoutno.TableName = null;
|
|
|
this.pi_inoutno.TextBoxEnable = true;
|
|
|
//
|
|
|
- // pim_outboxcode
|
|
|
- //
|
|
|
- this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
|
|
|
- this.pim_outboxcode.HeaderText = "栈板/箱号";
|
|
|
- this.pim_outboxcode.MinimumWidth = 2;
|
|
|
- this.pim_outboxcode.Name = "pim_outboxcode";
|
|
|
- this.pim_outboxcode.ReadOnly = true;
|
|
|
- this.pim_outboxcode.Width = 150;
|
|
|
- //
|
|
|
- // 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.MinimumWidth = 200;
|
|
|
- this.pr_spec.Name = "pr_spec";
|
|
|
- this.pr_spec.ReadOnly = true;
|
|
|
- this.pr_spec.Width = 200;
|
|
|
- //
|
|
|
- // blank
|
|
|
- //
|
|
|
- this.blank.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.blank.HeaderText = "";
|
|
|
- this.blank.MinimumWidth = 2;
|
|
|
- this.blank.Name = "blank";
|
|
|
- this.blank.Width = 2;
|
|
|
- //
|
|
|
// Warehouse_FinishedProductOut
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(740, 518);
|
|
|
+ this.Controls.Add(this.Search);
|
|
|
+ this.Controls.Add(this.pallecode);
|
|
|
this.Controls.Add(this.pi_type);
|
|
|
this.Controls.Add(this.pi_id);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
@@ -552,5 +602,9 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn blank;
|
|
|
+ private System.Windows.Forms.Button Search;
|
|
|
+ private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel datacount;
|
|
|
+ private System.Windows.Forms.Label Label;
|
|
|
}
|
|
|
}
|