|
|
@@ -50,12 +50,6 @@
|
|
|
this.sir_remark_label = new System.Windows.Forms.CheckBox();
|
|
|
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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -82,6 +76,13 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.OpenPort = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ms_bomversion = new System.Windows.Forms.Label();
|
|
|
+ this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sp_sntype = 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();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -333,6 +334,7 @@
|
|
|
this.LabelDataGridView.ColumnHeadersHeight = 46;
|
|
|
this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.序号,
|
|
|
+ this.sp_sntype,
|
|
|
this.cm_makecode,
|
|
|
this.pr_detail_,
|
|
|
this.cm_soncode,
|
|
|
@@ -347,69 +349,6 @@
|
|
|
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.序号.MinimumWidth = 10;
|
|
|
- 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.DisplayedCellsExceptHeader;
|
|
|
- this.cm_makecode.DataPropertyName = "sp_fsoncode";
|
|
|
- this.cm_makecode.HeaderText = "上料料号";
|
|
|
- this.cm_makecode.MinimumWidth = 10;
|
|
|
- this.cm_makecode.Name = "cm_makecode";
|
|
|
- this.cm_makecode.ReadOnly = true;
|
|
|
- this.cm_makecode.Width = 10;
|
|
|
- //
|
|
|
- // pr_detail_
|
|
|
- //
|
|
|
- this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.pr_detail_.DataPropertyName = "pr_spec";
|
|
|
- this.pr_detail_.HeaderText = "上料名称";
|
|
|
- this.pr_detail_.MinimumWidth = 10;
|
|
|
- this.pr_detail_.Name = "pr_detail_";
|
|
|
- this.pr_detail_.ReadOnly = true;
|
|
|
- this.pr_detail_.Width = 10;
|
|
|
- //
|
|
|
- // cm_soncode
|
|
|
- //
|
|
|
- this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.cm_soncode.DataPropertyName = "sp_prefix";
|
|
|
- this.cm_soncode.HeaderText = "前缀";
|
|
|
- this.cm_soncode.MinimumWidth = 10;
|
|
|
- this.cm_soncode.Name = "cm_soncode";
|
|
|
- this.cm_soncode.ReadOnly = true;
|
|
|
- this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.cm_soncode.Width = 10;
|
|
|
- //
|
|
|
- // cm_barcode
|
|
|
- //
|
|
|
- this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
- this.cm_barcode.DataPropertyName = "sp_length";
|
|
|
- this.cm_barcode.HeaderText = "长度";
|
|
|
- this.cm_barcode.MinimumWidth = 10;
|
|
|
- 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.AllCellsExceptHeader;
|
|
|
- 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;
|
|
|
- //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -764,6 +703,77 @@
|
|
|
this.ms_bomversion.TabIndex = 197;
|
|
|
this.ms_bomversion.Visible = false;
|
|
|
//
|
|
|
+ // 序号
|
|
|
+ //
|
|
|
+ this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.序号.DataPropertyName = "sp_detno";
|
|
|
+ this.序号.HeaderText = "序号";
|
|
|
+ this.序号.MinimumWidth = 10;
|
|
|
+ this.序号.Name = "序号";
|
|
|
+ this.序号.ReadOnly = true;
|
|
|
+ this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.序号.Width = 70;
|
|
|
+ //
|
|
|
+ // sp_sntype
|
|
|
+ //
|
|
|
+ this.sp_sntype.DataPropertyName = "sp_sntype";
|
|
|
+ this.sp_sntype.HeaderText = "条码类型";
|
|
|
+ this.sp_sntype.MinimumWidth = 10;
|
|
|
+ this.sp_sntype.Name = "sp_sntype";
|
|
|
+ this.sp_sntype.Width = 200;
|
|
|
+ //
|
|
|
+ // cm_makecode
|
|
|
+ //
|
|
|
+ this.cm_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
|
|
|
+ this.cm_makecode.DataPropertyName = "sp_fsoncode";
|
|
|
+ this.cm_makecode.HeaderText = "上料料号";
|
|
|
+ this.cm_makecode.MinimumWidth = 10;
|
|
|
+ this.cm_makecode.Name = "cm_makecode";
|
|
|
+ this.cm_makecode.ReadOnly = true;
|
|
|
+ this.cm_makecode.Width = 10;
|
|
|
+ //
|
|
|
+ // pr_detail_
|
|
|
+ //
|
|
|
+ this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.pr_detail_.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_detail_.HeaderText = "上料名称";
|
|
|
+ this.pr_detail_.MinimumWidth = 10;
|
|
|
+ this.pr_detail_.Name = "pr_detail_";
|
|
|
+ this.pr_detail_.ReadOnly = true;
|
|
|
+ this.pr_detail_.Width = 10;
|
|
|
+ //
|
|
|
+ // cm_soncode
|
|
|
+ //
|
|
|
+ this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.cm_soncode.DataPropertyName = "sp_prefix";
|
|
|
+ this.cm_soncode.HeaderText = "前缀";
|
|
|
+ this.cm_soncode.MinimumWidth = 10;
|
|
|
+ this.cm_soncode.Name = "cm_soncode";
|
|
|
+ this.cm_soncode.ReadOnly = true;
|
|
|
+ this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.cm_soncode.Width = 10;
|
|
|
+ //
|
|
|
+ // cm_barcode
|
|
|
+ //
|
|
|
+ this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.cm_barcode.DataPropertyName = "sp_length";
|
|
|
+ this.cm_barcode.HeaderText = "长度";
|
|
|
+ this.cm_barcode.MinimumWidth = 10;
|
|
|
+ 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.AllCellsExceptHeader;
|
|
|
+ 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;
|
|
|
+ //
|
|
|
// Make_FeedingCollectionBadOnlyNEW
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
@@ -819,7 +829,7 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -868,15 +878,16 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private CustomControl.ComBoxWithFocus.SerialPortCombox serialPortCombox1;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton OpenPort;
|
|
|
+ private System.Windows.Forms.Label ms_bomversion;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sp_sntype;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
- private CustomControl.ComBoxWithFocus.SerialPortCombox serialPortCombox1;
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
- private CustomControl.ButtonUtil.NormalButton OpenPort;
|
|
|
- private System.Windows.Forms.Label ms_bomversion;
|
|
|
}
|
|
|
}
|