|
|
@@ -56,7 +56,7 @@
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.Sel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
|
|
|
this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -480,11 +480,9 @@
|
|
|
// Sel
|
|
|
//
|
|
|
this.Sel.DataPropertyName = "Sel";
|
|
|
- this.Sel.FalseValue = "0";
|
|
|
this.Sel.HeaderText = "选择";
|
|
|
this.Sel.Name = "Sel";
|
|
|
this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.Sel.TrueValue = "1";
|
|
|
//
|
|
|
// BarCode
|
|
|
//
|
|
|
@@ -864,7 +862,7 @@
|
|
|
private Basics.BaseControls.C_CheckBox chkDateTime;
|
|
|
private Basics.BaseControls.C_TextBox txtGoodsCode;
|
|
|
private Basics.BaseControls.C_Label lblGoodsCode;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
|
|
|
+ private Basics.BaseControls.C_DGV_Column_CheckBox Sel;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|