|
|
@@ -44,12 +44,17 @@
|
|
|
this.ma_craftcode = new System.Windows.Forms.Label();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.ProdNum = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_maincode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
@@ -64,14 +69,9 @@
|
|
|
this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.sb_maincode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.sb_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.sb_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.sb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.ProdNum)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// mcd_restqty_label
|
|
|
@@ -254,21 +254,23 @@
|
|
|
this.label2.TabIndex = 200;
|
|
|
this.label2.Text = "拼板数";
|
|
|
//
|
|
|
- // ProdNum
|
|
|
+ // pr_pcbacount
|
|
|
//
|
|
|
- this.ProdNum.Location = new System.Drawing.Point(695, 728);
|
|
|
- this.ProdNum.Name = "ProdNum";
|
|
|
- this.ProdNum.Size = new System.Drawing.Size(120, 35);
|
|
|
- this.ProdNum.TabIndex = 199;
|
|
|
+ this.pr_pcbacount.Location = new System.Drawing.Point(695, 728);
|
|
|
+ this.pr_pcbacount.Name = "pr_pcbacount";
|
|
|
+ this.pr_pcbacount.ReadOnly = true;
|
|
|
+ this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.pr_pcbacount.TabIndex = 199;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn1.Width = 50;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 64;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
//
|
|
|
@@ -310,6 +312,54 @@
|
|
|
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn5.Width = 112;
|
|
|
//
|
|
|
+ // 序号
|
|
|
+ //
|
|
|
+ this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.序号.DataPropertyName = "rownum";
|
|
|
+ this.序号.HeaderText = "序号";
|
|
|
+ this.序号.Name = "序号";
|
|
|
+ this.序号.ReadOnly = true;
|
|
|
+ this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.序号.Width = 64;
|
|
|
+ //
|
|
|
+ // sb_maincode
|
|
|
+ //
|
|
|
+ this.sb_maincode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.sb_maincode.DataPropertyName = "sb_maincode";
|
|
|
+ this.sb_maincode.HeaderText = "关联条码号";
|
|
|
+ this.sb_maincode.Name = "sb_maincode";
|
|
|
+ this.sb_maincode.ReadOnly = true;
|
|
|
+ this.sb_maincode.Width = 175;
|
|
|
+ //
|
|
|
+ // sb_barcode
|
|
|
+ //
|
|
|
+ this.sb_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.sb_barcode.DataPropertyName = "sb_barcode";
|
|
|
+ this.sb_barcode.HeaderText = "条码号";
|
|
|
+ this.sb_barcode.Name = "sb_barcode";
|
|
|
+ this.sb_barcode.ReadOnly = true;
|
|
|
+ this.sb_barcode.Width = 127;
|
|
|
+ //
|
|
|
+ // sb_prodcode
|
|
|
+ //
|
|
|
+ this.sb_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.sb_prodcode.DataPropertyName = "sb_prodcode";
|
|
|
+ this.sb_prodcode.HeaderText = "产品编号";
|
|
|
+ this.sb_prodcode.Name = "sb_prodcode";
|
|
|
+ this.sb_prodcode.ReadOnly = true;
|
|
|
+ this.sb_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.sb_prodcode.Width = 112;
|
|
|
+ //
|
|
|
+ // sb_indate
|
|
|
+ //
|
|
|
+ this.sb_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.sb_indate.DataPropertyName = "sb_indate";
|
|
|
+ this.sb_indate.HeaderText = "录入日期";
|
|
|
+ this.sb_indate.Name = "sb_indate";
|
|
|
+ this.sb_indate.ReadOnly = true;
|
|
|
+ this.sb_indate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.sb_indate.Width = 112;
|
|
|
+ //
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
@@ -506,61 +556,13 @@
|
|
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn6.Width = 300;
|
|
|
//
|
|
|
- // 序号
|
|
|
- //
|
|
|
- this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
- this.序号.DataPropertyName = "rownum";
|
|
|
- this.序号.HeaderText = "序号";
|
|
|
- this.序号.Name = "序号";
|
|
|
- this.序号.ReadOnly = true;
|
|
|
- this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.序号.Width = 64;
|
|
|
- //
|
|
|
- // sb_maincode
|
|
|
- //
|
|
|
- this.sb_maincode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
- this.sb_maincode.DataPropertyName = "sb_maincode";
|
|
|
- this.sb_maincode.HeaderText = "关联条码号";
|
|
|
- this.sb_maincode.Name = "sb_maincode";
|
|
|
- this.sb_maincode.ReadOnly = true;
|
|
|
- this.sb_maincode.Width = 175;
|
|
|
- //
|
|
|
- // sb_barcode
|
|
|
- //
|
|
|
- this.sb_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
- this.sb_barcode.DataPropertyName = "sb_barcode";
|
|
|
- this.sb_barcode.HeaderText = "条码号";
|
|
|
- this.sb_barcode.Name = "sb_barcode";
|
|
|
- this.sb_barcode.ReadOnly = true;
|
|
|
- this.sb_barcode.Width = 127;
|
|
|
- //
|
|
|
- // sb_prodcode
|
|
|
- //
|
|
|
- this.sb_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.sb_prodcode.DataPropertyName = "sb_prodcode";
|
|
|
- this.sb_prodcode.HeaderText = "产品编号";
|
|
|
- this.sb_prodcode.Name = "sb_prodcode";
|
|
|
- this.sb_prodcode.ReadOnly = true;
|
|
|
- this.sb_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.sb_prodcode.Width = 112;
|
|
|
- //
|
|
|
- // sb_indate
|
|
|
- //
|
|
|
- this.sb_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.sb_indate.DataPropertyName = "sb_indate";
|
|
|
- this.sb_indate.HeaderText = "录入日期";
|
|
|
- this.sb_indate.Name = "sb_indate";
|
|
|
- this.sb_indate.ReadOnly = true;
|
|
|
- this.sb_indate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.sb_indate.Width = 112;
|
|
|
- //
|
|
|
// Make_SMTBind
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1796, 974);
|
|
|
this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.ProdNum);
|
|
|
+ this.Controls.Add(this.pr_pcbacount);
|
|
|
this.Controls.Add(this.LabelDataGridView);
|
|
|
this.Controls.Add(this.StepCount);
|
|
|
this.Controls.Add(this.ma_craftcode);
|
|
|
@@ -597,7 +599,7 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.ProdNum)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -638,7 +640,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
- private System.Windows.Forms.NumericUpDown ProdNum;
|
|
|
+ private System.Windows.Forms.NumericUpDown pr_pcbacount;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sb_maincode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sb_barcode;
|