|
|
@@ -110,6 +110,7 @@
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.chkAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
@@ -560,6 +561,7 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.chkAll);
|
|
|
this.gbxCondition.Controls.Add(this.txtBarcode);
|
|
|
this.gbxCondition.Controls.Add(this.lblbarcode1);
|
|
|
this.gbxCondition.Controls.Add(this.chkDeletedate);
|
|
|
@@ -851,7 +853,7 @@
|
|
|
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
|
|
|
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnClearCondition.Location = new System.Drawing.Point(950, 82);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(1028, 82);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnClearCondition.TabIndex = 15;
|
|
|
@@ -866,7 +868,7 @@
|
|
|
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
|
|
|
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(859, 82);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(937, 82);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnSearch.TabIndex = 14;
|
|
|
@@ -963,6 +965,18 @@
|
|
|
this.tsbtnClose.Text = "关闭(&X)";
|
|
|
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
//
|
|
|
+ // chkAll
|
|
|
+ //
|
|
|
+ this.chkAll.AutoSize = true;
|
|
|
+ this.chkAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.chkAll.Location = new System.Drawing.Point(235, 89);
|
|
|
+ this.chkAll.Name = "chkAll";
|
|
|
+ this.chkAll.Size = new System.Drawing.Size(48, 16);
|
|
|
+ this.chkAll.TabIndex = 41;
|
|
|
+ this.chkAll.Text = "全选";
|
|
|
+ this.chkAll.UseVisualStyleBackColor = true;
|
|
|
+ this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
|
|
|
+ //
|
|
|
// F_PM_2112
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -1061,5 +1075,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
|
|
|
+ private Basics.BaseControls.C_CheckBox chkAll;
|
|
|
}
|
|
|
}
|