|
|
@@ -50,12 +50,19 @@
|
|
|
this.sir_remark_label = new System.Windows.Forms.CheckBox();
|
|
|
this.NoteForChange = new System.Windows.Forms.CheckBox();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.CheckFirstSN = new System.Windows.Forms.CheckBox();
|
|
|
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.序号 = 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.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();
|
|
|
@@ -72,12 +79,6 @@
|
|
|
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.序号 = 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();
|
|
|
@@ -342,6 +343,18 @@
|
|
|
this.LabelDataGridView.Size = new System.Drawing.Size(1282, 454);
|
|
|
this.LabelDataGridView.TabIndex = 193;
|
|
|
//
|
|
|
+ // CheckFirstSN
|
|
|
+ //
|
|
|
+ this.CheckFirstSN.AutoSize = true;
|
|
|
+ this.CheckFirstSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.CheckFirstSN.Location = new System.Drawing.Point(354, 720);
|
|
|
+ this.CheckFirstSN.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.CheckFirstSN.Name = "CheckFirstSN";
|
|
|
+ this.CheckFirstSN.Size = new System.Drawing.Size(222, 45);
|
|
|
+ this.CheckFirstSN.TabIndex = 194;
|
|
|
+ this.CheckFirstSN.Text = "首件SN检测";
|
|
|
+ this.CheckFirstSN.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -390,7 +403,7 @@
|
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.dataGridViewTextBoxColumn5.Width = 5;
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 64;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn6
|
|
|
//
|
|
|
@@ -402,6 +415,64 @@
|
|
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn6.Width = 300;
|
|
|
//
|
|
|
+ // 序号
|
|
|
+ //
|
|
|
+ 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.DisplayedCellsExceptHeader;
|
|
|
+ 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 = 5;
|
|
|
+ //
|
|
|
+ // pr_detail_
|
|
|
+ //
|
|
|
+ this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.pr_detail_.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_detail_.HeaderText = "上料名称";
|
|
|
+ this.pr_detail_.Name = "pr_detail_";
|
|
|
+ this.pr_detail_.ReadOnly = true;
|
|
|
+ this.pr_detail_.Width = 5;
|
|
|
+ //
|
|
|
+ // cm_soncode
|
|
|
+ //
|
|
|
+ this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ 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 = 5;
|
|
|
+ //
|
|
|
+ // cm_barcode
|
|
|
+ //
|
|
|
+ this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ 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.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;
|
|
|
+ //
|
|
|
// sir_remark
|
|
|
//
|
|
|
this.sir_remark.AllPower = null;
|
|
|
@@ -642,69 +713,12 @@
|
|
|
this.sn_code.Str2 = null;
|
|
|
this.sn_code.TabIndex = 65;
|
|
|
//
|
|
|
- // 序号
|
|
|
- //
|
|
|
- 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.DisplayedCellsExceptHeader;
|
|
|
- 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 = 5;
|
|
|
- //
|
|
|
- // pr_detail_
|
|
|
- //
|
|
|
- this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.pr_detail_.DataPropertyName = "pr_spec";
|
|
|
- this.pr_detail_.HeaderText = "上料名称";
|
|
|
- this.pr_detail_.Name = "pr_detail_";
|
|
|
- this.pr_detail_.ReadOnly = true;
|
|
|
- this.pr_detail_.Width = 5;
|
|
|
- //
|
|
|
- // cm_soncode
|
|
|
- //
|
|
|
- this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- 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 = 5;
|
|
|
- //
|
|
|
- // cm_barcode
|
|
|
- //
|
|
|
- this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
- 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.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_FeedingCollection
|
|
|
//
|
|
|
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.CheckFirstSN);
|
|
|
this.Controls.Add(this.LabelDataGridView);
|
|
|
this.Controls.Add(this.NoteForChange);
|
|
|
this.Controls.Add(this.sir_remark);
|
|
|
@@ -751,7 +765,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(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -806,5 +820,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
+ private System.Windows.Forms.CheckBox CheckFirstSN;
|
|
|
}
|
|
|
}
|