|
|
@@ -42,6 +42,12 @@
|
|
|
this.ma_craftcode = new System.Windows.Forms.Label();
|
|
|
this.NoteForChange = new System.Windows.Forms.CheckBox();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.ClearSn_code = new System.Windows.Forms.PictureBox();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -51,13 +57,7 @@
|
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mainbarcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCountPre();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
@@ -80,23 +80,25 @@
|
|
|
//
|
|
|
this.mcd_restqty_label.AutoSize = true;
|
|
|
this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_restqty_label.Location = new System.Drawing.Point(1170, 122);
|
|
|
+ this.mcd_restqty_label.Location = new System.Drawing.Point(1194, 122);
|
|
|
this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.mcd_restqty_label.Name = "mcd_restqty_label";
|
|
|
this.mcd_restqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.mcd_restqty_label.TabIndex = 59;
|
|
|
this.mcd_restqty_label.Text = "待采集数";
|
|
|
+ this.mcd_restqty_label.Visible = false;
|
|
|
//
|
|
|
// mcd_inqty_label
|
|
|
//
|
|
|
this.mcd_inqty_label.AutoSize = true;
|
|
|
this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_inqty_label.Location = new System.Drawing.Point(622, 122);
|
|
|
+ this.mcd_inqty_label.Location = new System.Drawing.Point(1413, 244);
|
|
|
this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.mcd_inqty_label.Name = "mcd_inqty_label";
|
|
|
this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.mcd_inqty_label.TabIndex = 56;
|
|
|
this.mcd_inqty_label.Text = "已采集数";
|
|
|
+ this.mcd_inqty_label.Visible = false;
|
|
|
//
|
|
|
// ma_qty_label
|
|
|
//
|
|
|
@@ -196,7 +198,7 @@
|
|
|
//
|
|
|
this.ma_craftcode.AutoSize = true;
|
|
|
this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_craftcode.Location = new System.Drawing.Point(1508, 122);
|
|
|
+ this.ma_craftcode.Location = new System.Drawing.Point(1532, 122);
|
|
|
this.ma_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ma_craftcode.Name = "ma_craftcode";
|
|
|
this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -237,6 +239,65 @@
|
|
|
this.LabelDataGridView.Size = new System.Drawing.Size(1282, 454);
|
|
|
this.LabelDataGridView.TabIndex = 193;
|
|
|
//
|
|
|
+ // 序号
|
|
|
+ //
|
|
|
+ this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.序号.DataPropertyName = "sp_detno";
|
|
|
+ this.序号.HeaderText = "序号";
|
|
|
+ this.序号.Name = "序号";
|
|
|
+ this.序号.ReadOnly = true;
|
|
|
+ this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.序号.Width = 70;
|
|
|
+ //
|
|
|
+ // cm_makecode
|
|
|
+ //
|
|
|
+ this.cm_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.cm_makecode.DataPropertyName = "sp_fsoncode";
|
|
|
+ this.cm_makecode.HeaderText = "上料料号";
|
|
|
+ this.cm_makecode.Name = "cm_makecode";
|
|
|
+ this.cm_makecode.ReadOnly = true;
|
|
|
+ this.cm_makecode.Width = 151;
|
|
|
+ //
|
|
|
+ // pr_detail_
|
|
|
+ //
|
|
|
+ this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.pr_detail_.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail_.HeaderText = "上料名称";
|
|
|
+ this.pr_detail_.Name = "pr_detail_";
|
|
|
+ this.pr_detail_.ReadOnly = true;
|
|
|
+ this.pr_detail_.Width = 151;
|
|
|
+ //
|
|
|
+ // cm_soncode
|
|
|
+ //
|
|
|
+ this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.cm_soncode.DataPropertyName = "sp_prefix";
|
|
|
+ this.cm_soncode.HeaderText = "前缀";
|
|
|
+ this.cm_soncode.Name = "cm_soncode";
|
|
|
+ this.cm_soncode.ReadOnly = true;
|
|
|
+ this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.cm_soncode.Width = 64;
|
|
|
+ //
|
|
|
+ // cm_barcode
|
|
|
+ //
|
|
|
+ this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.cm_barcode.DataPropertyName = "sp_length";
|
|
|
+ this.cm_barcode.HeaderText = "长度";
|
|
|
+ this.cm_barcode.Name = "cm_barcode";
|
|
|
+ this.cm_barcode.ReadOnly = true;
|
|
|
+ this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.cm_barcode.Width = 64;
|
|
|
+ //
|
|
|
+ // BarCode
|
|
|
+ //
|
|
|
+ this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.BarCode.DataPropertyName = "bhp_barcode";
|
|
|
+ this.BarCode.HeaderText = "条码号";
|
|
|
+ this.BarCode.MinimumWidth = 300;
|
|
|
+ this.BarCode.Name = "BarCode";
|
|
|
+ this.BarCode.ReadOnly = true;
|
|
|
+ this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.BarCode.Width = 300;
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
@@ -277,7 +338,6 @@
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn2.Width = 151;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
//
|
|
|
@@ -287,7 +347,6 @@
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn3.Width = 151;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn4
|
|
|
//
|
|
|
@@ -297,7 +356,6 @@
|
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn4.Width = 64;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn5
|
|
|
//
|
|
|
@@ -308,7 +366,6 @@
|
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn5.Width = 64;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn6
|
|
|
//
|
|
|
@@ -319,7 +376,6 @@
|
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn6.Width = 300;
|
|
|
//
|
|
|
// mainbarcode
|
|
|
//
|
|
|
@@ -338,69 +394,10 @@
|
|
|
this.mainbarcode.TabIndex = 194;
|
|
|
this.mainbarcode.Tag = "IfRead";
|
|
|
//
|
|
|
- // 序号
|
|
|
- //
|
|
|
- this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.序号.DataPropertyName = "sp_detno";
|
|
|
- this.序号.HeaderText = "序号";
|
|
|
- this.序号.Name = "序号";
|
|
|
- this.序号.ReadOnly = true;
|
|
|
- this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.序号.Width = 70;
|
|
|
- //
|
|
|
- // cm_makecode
|
|
|
- //
|
|
|
- this.cm_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.cm_makecode.DataPropertyName = "sp_fsoncode";
|
|
|
- this.cm_makecode.HeaderText = "上料料号";
|
|
|
- this.cm_makecode.Name = "cm_makecode";
|
|
|
- this.cm_makecode.ReadOnly = true;
|
|
|
- this.cm_makecode.Width = 151;
|
|
|
- //
|
|
|
- // pr_detail_
|
|
|
- //
|
|
|
- this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.pr_detail_.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail_.HeaderText = "上料名称";
|
|
|
- this.pr_detail_.Name = "pr_detail_";
|
|
|
- this.pr_detail_.ReadOnly = true;
|
|
|
- this.pr_detail_.Width = 151;
|
|
|
- //
|
|
|
- // cm_soncode
|
|
|
- //
|
|
|
- this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.cm_soncode.DataPropertyName = "sp_prefix";
|
|
|
- this.cm_soncode.HeaderText = "前缀";
|
|
|
- this.cm_soncode.Name = "cm_soncode";
|
|
|
- this.cm_soncode.ReadOnly = true;
|
|
|
- this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.cm_soncode.Width = 64;
|
|
|
- //
|
|
|
- // cm_barcode
|
|
|
- //
|
|
|
- this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.cm_barcode.DataPropertyName = "sp_length";
|
|
|
- this.cm_barcode.HeaderText = "长度";
|
|
|
- this.cm_barcode.Name = "cm_barcode";
|
|
|
- this.cm_barcode.ReadOnly = true;
|
|
|
- this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.cm_barcode.Width = 64;
|
|
|
- //
|
|
|
- // BarCode
|
|
|
- //
|
|
|
- this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.BarCode.DataPropertyName = "bhp_barcode";
|
|
|
- this.BarCode.HeaderText = "条码号";
|
|
|
- this.BarCode.MinimumWidth = 300;
|
|
|
- this.BarCode.Name = "BarCode";
|
|
|
- this.BarCode.ReadOnly = true;
|
|
|
- this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.BarCode.Width = 300;
|
|
|
- //
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(920, 688);
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(622, 122);
|
|
|
this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.StepCount.Name = "StepCount";
|
|
|
this.StepCount.Size = new System.Drawing.Size(160, 44);
|
|
|
@@ -471,25 +468,27 @@
|
|
|
this.mcd_remainqty.AutoSize = true;
|
|
|
this.mcd_remainqty.CutLength = null;
|
|
|
this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_remainqty.Location = new System.Drawing.Point(1348, 122);
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(1372, 122);
|
|
|
this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.mcd_remainqty.TabIndex = 97;
|
|
|
this.mcd_remainqty.Tag = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Visible = false;
|
|
|
//
|
|
|
// mcd_inqty
|
|
|
//
|
|
|
this.mcd_inqty.AutoSize = true;
|
|
|
this.mcd_inqty.CutLength = null;
|
|
|
this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_inqty.Location = new System.Drawing.Point(802, 122);
|
|
|
+ this.mcd_inqty.Location = new System.Drawing.Point(1593, 244);
|
|
|
this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.mcd_inqty.Name = "mcd_inqty";
|
|
|
this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.mcd_inqty.TabIndex = 96;
|
|
|
+ this.mcd_inqty.Visible = false;
|
|
|
//
|
|
|
// ma_qty
|
|
|
//
|
|
|
@@ -626,7 +625,7 @@
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.Name = "Make_PreFeedingCollection";
|
|
|
- this.Tag = "Make!FeedingCollection";
|
|
|
+ this.Tag = "Make!PreFeedingCollection";
|
|
|
this.Text = "上料采集";
|
|
|
this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
|
|
|
@@ -678,7 +677,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
- private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
+ private CustomControl.TextBoxWithIcon.SourceStepCountPre StepCount;
|
|
|
private System.Windows.Forms.NumericUpDown ProdNum;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
}
|