|
|
@@ -32,6 +32,10 @@
|
|
|
this.cu_code_label = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.Info = new System.Windows.Forms.DataGridView();
|
|
|
+ this.afr_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.afr_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.afr_cucode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cu_name = new System.Windows.Forms.Label();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.Cancel = new System.Windows.Forms.CheckBox();
|
|
|
@@ -41,15 +45,13 @@
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.afr_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.afr_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.afr_cucode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.barcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.cu_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.outqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Info)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -90,6 +92,35 @@
|
|
|
this.Info.Size = new System.Drawing.Size(1072, 608);
|
|
|
this.Info.TabIndex = 218;
|
|
|
//
|
|
|
+ // afr_barcode
|
|
|
+ //
|
|
|
+ this.afr_barcode.DataPropertyName = "afr_barcode";
|
|
|
+ this.afr_barcode.HeaderText = "条码号";
|
|
|
+ this.afr_barcode.MinimumWidth = 80;
|
|
|
+ this.afr_barcode.Name = "afr_barcode";
|
|
|
+ //
|
|
|
+ // afr_prodcode
|
|
|
+ //
|
|
|
+ this.afr_prodcode.DataPropertyName = "afr_prodcode";
|
|
|
+ this.afr_prodcode.HeaderText = "物料编号";
|
|
|
+ this.afr_prodcode.MinimumWidth = 100;
|
|
|
+ this.afr_prodcode.Name = "afr_prodcode";
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail.HeaderText = "物料名称";
|
|
|
+ this.pr_detail.MinimumWidth = 90;
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ //
|
|
|
+ // afr_cucode
|
|
|
+ //
|
|
|
+ this.afr_cucode.DataPropertyName = "pr_spec";
|
|
|
+ this.afr_cucode.HeaderText = "物料规格";
|
|
|
+ this.afr_cucode.MinimumWidth = 300;
|
|
|
+ this.afr_cucode.Name = "afr_cucode";
|
|
|
+ this.afr_cucode.Width = 300;
|
|
|
+ //
|
|
|
// cu_name
|
|
|
//
|
|
|
this.cu_name.AutoSize = true;
|
|
|
@@ -114,7 +145,7 @@
|
|
|
// Cancel
|
|
|
//
|
|
|
this.Cancel.AutoSize = true;
|
|
|
- this.Cancel.Location = new System.Drawing.Point(647, 734);
|
|
|
+ this.Cancel.Location = new System.Drawing.Point(896, 737);
|
|
|
this.Cancel.Name = "Cancel";
|
|
|
this.Cancel.Size = new System.Drawing.Size(138, 28);
|
|
|
this.Cancel.TabIndex = 223;
|
|
|
@@ -169,41 +200,12 @@
|
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
this.dataGridViewTextBoxColumn4.Width = 300;
|
|
|
//
|
|
|
- // afr_barcode
|
|
|
- //
|
|
|
- this.afr_barcode.DataPropertyName = "afr_barcode";
|
|
|
- this.afr_barcode.HeaderText = "条码号";
|
|
|
- this.afr_barcode.MinimumWidth = 80;
|
|
|
- this.afr_barcode.Name = "afr_barcode";
|
|
|
- //
|
|
|
- // afr_prodcode
|
|
|
- //
|
|
|
- this.afr_prodcode.DataPropertyName = "afr_prodcode";
|
|
|
- this.afr_prodcode.HeaderText = "物料编号";
|
|
|
- this.afr_prodcode.MinimumWidth = 100;
|
|
|
- this.afr_prodcode.Name = "afr_prodcode";
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "物料名称";
|
|
|
- this.pr_detail.MinimumWidth = 90;
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- //
|
|
|
- // afr_cucode
|
|
|
- //
|
|
|
- this.afr_cucode.DataPropertyName = "pr_spec";
|
|
|
- this.afr_cucode.HeaderText = "物料规格";
|
|
|
- this.afr_cucode.MinimumWidth = 300;
|
|
|
- this.afr_cucode.Name = "afr_cucode";
|
|
|
- this.afr_cucode.Width = 300;
|
|
|
- //
|
|
|
// barcode
|
|
|
//
|
|
|
this.barcode.AllPower = null;
|
|
|
this.barcode.BackColor = System.Drawing.Color.White;
|
|
|
this.barcode.ID = null;
|
|
|
- this.barcode.Location = new System.Drawing.Point(190, 732);
|
|
|
+ this.barcode.Location = new System.Drawing.Point(166, 732);
|
|
|
this.barcode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.barcode.Name = "barcode";
|
|
|
this.barcode.Power = null;
|
|
|
@@ -270,7 +272,7 @@
|
|
|
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
this.Confirm.IsShowBorder = true;
|
|
|
- this.Confirm.Location = new System.Drawing.Point(494, 722);
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(470, 722);
|
|
|
this.Confirm.Margin = new System.Windows.Forms.Padding(8);
|
|
|
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
this.Confirm.Name = "Confirm";
|
|
|
@@ -282,11 +284,39 @@
|
|
|
this.Confirm.UseVisualStyleBackColor = true;
|
|
|
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(604, 729);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label3.TabIndex = 229;
|
|
|
+ this.label3.Text = "出库数量";
|
|
|
+ //
|
|
|
+ // outqty
|
|
|
+ //
|
|
|
+ this.outqty.AllPower = null;
|
|
|
+ this.outqty.BackColor = System.Drawing.Color.White;
|
|
|
+ this.outqty.ID = null;
|
|
|
+ this.outqty.Location = new System.Drawing.Point(760, 735);
|
|
|
+ this.outqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.outqty.Name = "outqty";
|
|
|
+ this.outqty.Power = null;
|
|
|
+ this.outqty.Size = new System.Drawing.Size(111, 35);
|
|
|
+ this.outqty.Str = null;
|
|
|
+ this.outqty.Str1 = null;
|
|
|
+ this.outqty.Str2 = null;
|
|
|
+ this.outqty.TabIndex = 228;
|
|
|
+ //
|
|
|
// Special_AfterSaleOut
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1566, 802);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.outqty);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.InDate);
|
|
|
this.Controls.Add(this.Cancel);
|
|
|
@@ -335,5 +365,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn afr_prodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn afr_cucode;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox outqty;
|
|
|
}
|
|
|
}
|