|
|
@@ -57,7 +57,6 @@
|
|
|
this.pi_cardcode_label = new System.Windows.Forms.Label();
|
|
|
this.Fresh = new System.Windows.Forms.LinkLabel();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.CleanInputAfterCollect = new System.Windows.Forms.CheckBox();
|
|
|
this.AllCollected = new System.Windows.Forms.Button();
|
|
|
this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
|
|
|
this.GetGridOnly = new System.Windows.Forms.CheckBox();
|
|
|
@@ -329,12 +328,13 @@
|
|
|
this.si_expression,
|
|
|
this.si_item,
|
|
|
this.si_expressionitem});
|
|
|
- this.Si_ItemDGV.Location = new System.Drawing.Point(324, 16);
|
|
|
+ this.Si_ItemDGV.Location = new System.Drawing.Point(1119, 292);
|
|
|
this.Si_ItemDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.Si_ItemDGV.Name = "Si_ItemDGV";
|
|
|
this.Si_ItemDGV.RowTemplate.Height = 23;
|
|
|
this.Si_ItemDGV.Size = new System.Drawing.Size(134, 144);
|
|
|
this.Si_ItemDGV.TabIndex = 65;
|
|
|
+ this.Si_ItemDGV.Visible = false;
|
|
|
//
|
|
|
// si_detno
|
|
|
//
|
|
|
@@ -460,18 +460,6 @@
|
|
|
this.label3.TabIndex = 29;
|
|
|
this.label3.Text = "输出日志";
|
|
|
//
|
|
|
- // CleanInputAfterCollect
|
|
|
- //
|
|
|
- this.CleanInputAfterCollect.AutoSize = true;
|
|
|
- this.CleanInputAfterCollect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.CleanInputAfterCollect.Location = new System.Drawing.Point(231, 218);
|
|
|
- this.CleanInputAfterCollect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.CleanInputAfterCollect.Name = "CleanInputAfterCollect";
|
|
|
- this.CleanInputAfterCollect.Size = new System.Drawing.Size(123, 21);
|
|
|
- this.CleanInputAfterCollect.TabIndex = 74;
|
|
|
- this.CleanInputAfterCollect.Text = "采集后清除输入框";
|
|
|
- this.CleanInputAfterCollect.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
// AllCollected
|
|
|
//
|
|
|
this.AllCollected.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -1666,7 +1654,6 @@
|
|
|
this.Controls.Add(this.ChooseAll);
|
|
|
this.Controls.Add(this.GetGridOnly);
|
|
|
this.Controls.Add(this.AllCollected);
|
|
|
- this.Controls.Add(this.CleanInputAfterCollect);
|
|
|
this.Controls.Add(this.Fresh);
|
|
|
this.Controls.Add(this.pi_cardcode_label);
|
|
|
this.Controls.Add(this.pi_cardcode);
|
|
|
@@ -1809,7 +1796,6 @@
|
|
|
private System.Windows.Forms.Label pi_cardcode_label;
|
|
|
private System.Windows.Forms.LinkLabel Fresh;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.CheckBox CleanInputAfterCollect;
|
|
|
private System.Windows.Forms.Button AllCollected;
|
|
|
private System.Windows.Forms.LinkLabel LogingOut;
|
|
|
private System.Windows.Forms.Timer RefreshDBConnect;
|