|
|
@@ -28,7 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_FeedingCollection));
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_FeedingCollectionNEW));
|
|
|
this.mcd_restqty_label = new System.Windows.Forms.Label();
|
|
|
this.mcd_inqty_label = new System.Windows.Forms.Label();
|
|
|
this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
@@ -50,18 +50,17 @@
|
|
|
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.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.ms_bomversion = new System.Windows.Forms.Label();
|
|
|
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.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.OpenPort = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.serialPortCombox1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
this.sir_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
@@ -78,10 +77,13 @@
|
|
|
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.serialPortCombox1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
- 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();
|
|
|
@@ -332,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,
|
|
|
@@ -346,68 +349,27 @@
|
|
|
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
|
|
|
+ // label1
|
|
|
//
|
|
|
- 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;
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(1425, 198);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label1.TabIndex = 195;
|
|
|
+ this.label1.Text = "串口";
|
|
|
//
|
|
|
- // BarCode
|
|
|
+ // ms_bomversion
|
|
|
//
|
|
|
- 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;
|
|
|
+ this.ms_bomversion.AutoSize = true;
|
|
|
+ this.ms_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_bomversion.Location = new System.Drawing.Point(898, 467);
|
|
|
+ this.ms_bomversion.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ms_bomversion.Name = "ms_bomversion";
|
|
|
+ this.ms_bomversion.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ms_bomversion.TabIndex = 197;
|
|
|
+ this.ms_bomversion.Visible = false;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
@@ -439,7 +401,7 @@
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn3.Width = 200;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 10;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn4
|
|
|
//
|
|
|
@@ -450,7 +412,7 @@
|
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn4.Width = 200;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 10;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn5
|
|
|
//
|
|
|
@@ -461,17 +423,55 @@
|
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn5.Width = 200;
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 10;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn6
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "sp_length";
|
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
|
|
|
this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
|
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn6.Width = 200;
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 64;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn7
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "条码号";
|
|
|
+ this.dataGridViewTextBoxColumn7.MinimumWidth = 300;
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
+ this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn7.Width = 300;
|
|
|
+ //
|
|
|
+ // OpenPort
|
|
|
+ //
|
|
|
+ this.OpenPort.AllPower = null;
|
|
|
+ this.OpenPort.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.OpenPort.DownImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.DownImage")));
|
|
|
+ this.OpenPort.Image = ((System.Drawing.Image)(resources.GetObject("OpenPort.Image")));
|
|
|
+ this.OpenPort.IsShowBorder = true;
|
|
|
+ this.OpenPort.Location = new System.Drawing.Point(1632, 250);
|
|
|
+ this.OpenPort.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.OpenPort.MoveImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.MoveImage")));
|
|
|
+ this.OpenPort.Name = "OpenPort";
|
|
|
+ this.OpenPort.NormalImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.NormalImage")));
|
|
|
+ this.OpenPort.Power = null;
|
|
|
+ this.OpenPort.Size = new System.Drawing.Size(120, 48);
|
|
|
+ this.OpenPort.TabIndex = 196;
|
|
|
+ this.OpenPort.Text = "打开";
|
|
|
+ this.OpenPort.UseVisualStyleBackColor = true;
|
|
|
+ this.OpenPort.Click += new System.EventHandler(this.OpenPort_Click);
|
|
|
+ //
|
|
|
+ // serialPortCombox1
|
|
|
+ //
|
|
|
+ this.serialPortCombox1.Location = new System.Drawing.Point(1543, 199);
|
|
|
+ this.serialPortCombox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.serialPortCombox1.Name = "serialPortCombox1";
|
|
|
+ this.serialPortCombox1.Size = new System.Drawing.Size(209, 40);
|
|
|
+ this.serialPortCombox1.TabIndex = 194;
|
|
|
//
|
|
|
// sir_remark
|
|
|
//
|
|
|
@@ -714,56 +714,77 @@
|
|
|
this.sn_code.Str2 = null;
|
|
|
this.sn_code.TabIndex = 65;
|
|
|
//
|
|
|
- // serialPortCombox1
|
|
|
+ // 序号
|
|
|
//
|
|
|
- this.serialPortCombox1.Location = new System.Drawing.Point(1543, 199);
|
|
|
- this.serialPortCombox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.serialPortCombox1.Name = "serialPortCombox1";
|
|
|
- this.serialPortCombox1.Size = new System.Drawing.Size(209, 40);
|
|
|
- this.serialPortCombox1.TabIndex = 194;
|
|
|
+ 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;
|
|
|
//
|
|
|
- // label1
|
|
|
+ // sp_sntype
|
|
|
//
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(1425, 198);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
- this.label1.TabIndex = 195;
|
|
|
- this.label1.Text = "串口";
|
|
|
+ this.sp_sntype.HeaderText = "条码类型";
|
|
|
+ this.sp_sntype.MinimumWidth = 10;
|
|
|
+ this.sp_sntype.Name = "sp_sntype";
|
|
|
+ this.sp_sntype.Width = 200;
|
|
|
//
|
|
|
- // OpenPort
|
|
|
+ // cm_makecode
|
|
|
//
|
|
|
- this.OpenPort.AllPower = null;
|
|
|
- this.OpenPort.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.OpenPort.DownImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.DownImage")));
|
|
|
- this.OpenPort.Image = ((System.Drawing.Image)(resources.GetObject("OpenPort.Image")));
|
|
|
- this.OpenPort.IsShowBorder = true;
|
|
|
- this.OpenPort.Location = new System.Drawing.Point(1632, 250);
|
|
|
- this.OpenPort.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.OpenPort.MoveImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.MoveImage")));
|
|
|
- this.OpenPort.Name = "OpenPort";
|
|
|
- this.OpenPort.NormalImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.NormalImage")));
|
|
|
- this.OpenPort.Power = null;
|
|
|
- this.OpenPort.Size = new System.Drawing.Size(120, 48);
|
|
|
- this.OpenPort.TabIndex = 196;
|
|
|
- this.OpenPort.Text = "打开";
|
|
|
- this.OpenPort.UseVisualStyleBackColor = true;
|
|
|
- this.OpenPort.Click += new System.EventHandler(this.OpenPort_Click);
|
|
|
+ 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;
|
|
|
//
|
|
|
- // ms_bomversion
|
|
|
+ // pr_detail_
|
|
|
//
|
|
|
- this.ms_bomversion.AutoSize = true;
|
|
|
- this.ms_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_bomversion.Location = new System.Drawing.Point(898, 467);
|
|
|
- this.ms_bomversion.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.ms_bomversion.Name = "ms_bomversion";
|
|
|
- this.ms_bomversion.Size = new System.Drawing.Size(0, 41);
|
|
|
- this.ms_bomversion.TabIndex = 197;
|
|
|
- this.ms_bomversion.Visible = false;
|
|
|
+ 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;
|
|
|
//
|
|
|
- // Make_FeedingCollection
|
|
|
+ // 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_FeedingCollectionNEW
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
@@ -811,14 +832,14 @@
|
|
|
this.Controls.Add(this.ma_prodcode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.Name = "Make_FeedingCollection";
|
|
|
+ this.Name = "Make_FeedingCollectionNEW";
|
|
|
this.Tag = "Make!FeedingCollection";
|
|
|
this.Text = "上料采集";
|
|
|
this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
|
|
|
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();
|
|
|
|
|
|
}
|
|
|
@@ -867,15 +888,17 @@
|
|
|
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;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
}
|
|
|
}
|