|
|
@@ -76,6 +76,7 @@
|
|
|
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.sp_description = 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();
|
|
|
@@ -294,7 +295,7 @@
|
|
|
this.NoteForChange.AutoSize = true;
|
|
|
this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.NoteForChange.Location = new System.Drawing.Point(11, 39);
|
|
|
- this.NoteForChange.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.NoteForChange.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.NoteForChange.Name = "NoteForChange";
|
|
|
this.NoteForChange.Size = new System.Drawing.Size(99, 21);
|
|
|
this.NoteForChange.TabIndex = 192;
|
|
|
@@ -311,6 +312,7 @@
|
|
|
this.cm_makecode,
|
|
|
this.pr_detail_,
|
|
|
this.cm_soncode,
|
|
|
+ this.sp_description,
|
|
|
this.cm_barcode,
|
|
|
this.BarCode});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(18, 108);
|
|
|
@@ -396,7 +398,7 @@
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
this.StepCount.Location = new System.Drawing.Point(460, 344);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.StepCount.Name = "StepCount";
|
|
|
this.StepCount.Size = new System.Drawing.Size(80, 22);
|
|
|
this.StepCount.Source = null;
|
|
|
@@ -411,7 +413,7 @@
|
|
|
this.ma_code.DBTitle = null;
|
|
|
this.ma_code.FormName = null;
|
|
|
this.ma_code.Location = new System.Drawing.Point(96, 13);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.ma_code.Name = "ma_code";
|
|
|
this.ma_code.Power = null;
|
|
|
this.ma_code.ReturnData = null;
|
|
|
@@ -430,7 +432,7 @@
|
|
|
this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.LockMakeCode.LeaveEvent = false;
|
|
|
this.LockMakeCode.Location = new System.Drawing.Point(248, 15);
|
|
|
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.LockMakeCode.Name = "LockMakeCode";
|
|
|
this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
|
|
|
this.LockMakeCode.TabIndex = 140;
|
|
|
@@ -642,6 +644,14 @@
|
|
|
this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.cm_soncode.Width = 60;
|
|
|
//
|
|
|
+ // sp_description
|
|
|
+ //
|
|
|
+ this.sp_description.DataPropertyName = "sp_description";
|
|
|
+ this.sp_description.HeaderText = "包含";
|
|
|
+ this.sp_description.MinimumWidth = 60;
|
|
|
+ this.sp_description.Name = "sp_description";
|
|
|
+ this.sp_description.Width = 60;
|
|
|
+ //
|
|
|
// cm_barcode
|
|
|
//
|
|
|
this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
@@ -765,6 +775,7 @@
|
|
|
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 sp_description;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
}
|