|
|
@@ -73,6 +73,8 @@
|
|
|
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.inprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.STAFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -97,7 +99,6 @@
|
|
|
this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.KilnCarPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Kilncarbatchno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
|
|
|
@@ -556,6 +557,8 @@
|
|
|
this.GoodsCode,
|
|
|
this.GoodsName,
|
|
|
this.GoodsTypeName,
|
|
|
+ this.LogoCodeName,
|
|
|
+ this.GOODSSPECIFICATION,
|
|
|
this.inprocedurename,
|
|
|
this.UserCode,
|
|
|
this.STAFNAME,
|
|
|
@@ -579,8 +582,7 @@
|
|
|
this.KilnCarName,
|
|
|
this.KilnCarPosition,
|
|
|
this.KilnCarPositionName,
|
|
|
- this.Kilncarbatchno,
|
|
|
- this.LogoCodeName});
|
|
|
+ this.Kilncarbatchno});
|
|
|
this.dgvProduction.ColumnTreeView = null;
|
|
|
this.dgvProduction.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
|
|
|
this.dgvProduction.DynamicColumnName = "";
|
|
|
@@ -644,6 +646,20 @@
|
|
|
this.GoodsTypeName.Name = "GoodsTypeName";
|
|
|
this.GoodsTypeName.ReadOnly = true;
|
|
|
//
|
|
|
+ // LogoCodeName
|
|
|
+ //
|
|
|
+ this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
+ this.LogoCodeName.HeaderText = "商标";
|
|
|
+ this.LogoCodeName.Name = "LogoCodeName";
|
|
|
+ this.LogoCodeName.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GOODSSPECIFICATION
|
|
|
+ //
|
|
|
+ this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
|
|
|
+ this.GOODSSPECIFICATION.HeaderText = "产品规格";
|
|
|
+ this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
|
|
|
+ this.GOODSSPECIFICATION.ReadOnly = true;
|
|
|
+ //
|
|
|
// inprocedurename
|
|
|
//
|
|
|
this.inprocedurename.DataPropertyName = "inprocedurename";
|
|
|
@@ -835,13 +851,6 @@
|
|
|
this.Kilncarbatchno.Name = "Kilncarbatchno";
|
|
|
this.Kilncarbatchno.ReadOnly = true;
|
|
|
//
|
|
|
- // LogoCodeName
|
|
|
- //
|
|
|
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
- this.LogoCodeName.HeaderText = "商标";
|
|
|
- this.LogoCodeName.Name = "LogoCodeName";
|
|
|
- this.LogoCodeName.ReadOnly = true;
|
|
|
- //
|
|
|
// F_PM_0601
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -903,6 +912,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn inprocedurename;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn STAFNAME;
|
|
|
@@ -927,6 +938,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPositionName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Kilncarbatchno;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
}
|
|
|
}
|