|
|
@@ -74,7 +74,6 @@
|
|
|
this.MidSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.GetGridOnly = new System.Windows.Forms.CheckBox();
|
|
|
this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.AllCollected = new System.Windows.Forms.Button();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.Fresh = new System.Windows.Forms.LinkLabel();
|
|
|
this.pi_cardcode_label = new System.Windows.Forms.Label();
|
|
|
@@ -90,9 +89,9 @@
|
|
|
this.FrontCollect = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
- this.radioButton7 = new System.Windows.Forms.RadioButton();
|
|
|
- this.radioButton6 = new System.Windows.Forms.RadioButton();
|
|
|
- this.radioButton5 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.ManualAutoCheck = new System.Windows.Forms.RadioButton();
|
|
|
+ this.ManualFrontCheck = new System.Windows.Forms.RadioButton();
|
|
|
+ this.ManualBackCheck = new System.Windows.Forms.RadioButton();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.ManualCollection = new System.Windows.Forms.RadioButton();
|
|
|
this.AutoCollection = new System.Windows.Forms.RadioButton();
|
|
|
@@ -614,18 +613,6 @@
|
|
|
//
|
|
|
this.RefreshDBConnect.Tick += new System.EventHandler(this.RefreshDBConnect_Tick);
|
|
|
//
|
|
|
- // AllCollected
|
|
|
- //
|
|
|
- this.AllCollected.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.AllCollected.Location = new System.Drawing.Point(232, 218);
|
|
|
- this.AllCollected.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.AllCollected.Name = "AllCollected";
|
|
|
- this.AllCollected.Size = new System.Drawing.Size(68, 26);
|
|
|
- this.AllCollected.TabIndex = 75;
|
|
|
- this.AllCollected.Text = "全部已采";
|
|
|
- this.AllCollected.UseVisualStyleBackColor = true;
|
|
|
- this.AllCollected.Click += new System.EventHandler(this.AllCollected_Click);
|
|
|
- //
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
@@ -729,6 +716,7 @@
|
|
|
this.cu_print_regexpression.Size = new System.Drawing.Size(51, 20);
|
|
|
this.cu_print_regexpression.TabIndex = 94;
|
|
|
this.cu_print_regexpression.Text = "分隔符";
|
|
|
+ this.cu_print_regexpression.Visible = false;
|
|
|
//
|
|
|
// label13
|
|
|
//
|
|
|
@@ -811,50 +799,50 @@
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
- this.groupBox2.Controls.Add(this.radioButton7);
|
|
|
- this.groupBox2.Controls.Add(this.radioButton6);
|
|
|
- this.groupBox2.Controls.Add(this.radioButton5);
|
|
|
+ this.groupBox2.Controls.Add(this.ManualAutoCheck);
|
|
|
+ this.groupBox2.Controls.Add(this.ManualFrontCheck);
|
|
|
+ this.groupBox2.Controls.Add(this.ManualBackCheck);
|
|
|
this.groupBox2.Location = new System.Drawing.Point(77, 177);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Size = new System.Drawing.Size(215, 22);
|
|
|
this.groupBox2.TabIndex = 97;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
//
|
|
|
- // radioButton7
|
|
|
- //
|
|
|
- this.radioButton7.AutoSize = true;
|
|
|
- this.radioButton7.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.radioButton7.Location = new System.Drawing.Point(161, 3);
|
|
|
- this.radioButton7.Name = "radioButton7";
|
|
|
- this.radioButton7.Size = new System.Drawing.Size(50, 21);
|
|
|
- this.radioButton7.TabIndex = 99;
|
|
|
- this.radioButton7.TabStop = true;
|
|
|
- this.radioButton7.Text = "自动";
|
|
|
- this.radioButton7.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // radioButton6
|
|
|
- //
|
|
|
- this.radioButton6.AutoSize = true;
|
|
|
- this.radioButton6.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.radioButton6.Location = new System.Drawing.Point(4, 3);
|
|
|
- this.radioButton6.Name = "radioButton6";
|
|
|
- this.radioButton6.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.radioButton6.TabIndex = 96;
|
|
|
- this.radioButton6.TabStop = true;
|
|
|
- this.radioButton6.Text = "前端采集";
|
|
|
- this.radioButton6.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // radioButton5
|
|
|
- //
|
|
|
- this.radioButton5.AutoSize = true;
|
|
|
- this.radioButton5.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.radioButton5.Location = new System.Drawing.Point(84, 3);
|
|
|
- this.radioButton5.Name = "radioButton5";
|
|
|
- this.radioButton5.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.radioButton5.TabIndex = 97;
|
|
|
- this.radioButton5.TabStop = true;
|
|
|
- this.radioButton5.Text = "后端扫描";
|
|
|
- this.radioButton5.UseVisualStyleBackColor = true;
|
|
|
+ // ManualAutoCheck
|
|
|
+ //
|
|
|
+ this.ManualAutoCheck.AutoSize = true;
|
|
|
+ this.ManualAutoCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ManualAutoCheck.Location = new System.Drawing.Point(161, 3);
|
|
|
+ this.ManualAutoCheck.Name = "ManualAutoCheck";
|
|
|
+ this.ManualAutoCheck.Size = new System.Drawing.Size(50, 21);
|
|
|
+ this.ManualAutoCheck.TabIndex = 99;
|
|
|
+ this.ManualAutoCheck.TabStop = true;
|
|
|
+ this.ManualAutoCheck.Text = "自动";
|
|
|
+ this.ManualAutoCheck.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ManualFrontCheck
|
|
|
+ //
|
|
|
+ this.ManualFrontCheck.AutoSize = true;
|
|
|
+ this.ManualFrontCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ManualFrontCheck.Location = new System.Drawing.Point(4, 3);
|
|
|
+ this.ManualFrontCheck.Name = "ManualFrontCheck";
|
|
|
+ this.ManualFrontCheck.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.ManualFrontCheck.TabIndex = 96;
|
|
|
+ this.ManualFrontCheck.TabStop = true;
|
|
|
+ this.ManualFrontCheck.Text = "前端采集";
|
|
|
+ this.ManualFrontCheck.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ManualBackCheck
|
|
|
+ //
|
|
|
+ this.ManualBackCheck.AutoSize = true;
|
|
|
+ this.ManualBackCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ManualBackCheck.Location = new System.Drawing.Point(84, 3);
|
|
|
+ this.ManualBackCheck.Name = "ManualBackCheck";
|
|
|
+ this.ManualBackCheck.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.ManualBackCheck.TabIndex = 97;
|
|
|
+ this.ManualBackCheck.TabStop = true;
|
|
|
+ this.ManualBackCheck.Text = "后端扫描";
|
|
|
+ this.ManualBackCheck.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
@@ -2236,7 +2224,6 @@
|
|
|
this.Controls.Add(this.pi_date);
|
|
|
this.Controls.Add(this.ChooseAll);
|
|
|
this.Controls.Add(this.GetGridOnly);
|
|
|
- this.Controls.Add(this.AllCollected);
|
|
|
this.Controls.Add(this.Fresh);
|
|
|
this.Controls.Add(this.pi_cardcode_label);
|
|
|
this.Controls.Add(this.pi_cardcode);
|
|
|
@@ -2406,7 +2393,6 @@
|
|
|
private System.Windows.Forms.BindingSource MidSource;
|
|
|
private System.Windows.Forms.CheckBox GetGridOnly;
|
|
|
private System.Windows.Forms.Timer RefreshDBConnect;
|
|
|
- private System.Windows.Forms.Button AllCollected;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.LinkLabel Fresh;
|
|
|
private System.Windows.Forms.Label pi_cardcode_label;
|
|
|
@@ -2427,10 +2413,10 @@
|
|
|
private System.Windows.Forms.RadioButton RecheckCuprodcode;
|
|
|
private System.Windows.Forms.RadioButton RecheckBarcode;
|
|
|
private System.Windows.Forms.Label label22;
|
|
|
- private System.Windows.Forms.RadioButton radioButton6;
|
|
|
- private System.Windows.Forms.RadioButton radioButton5;
|
|
|
+ private System.Windows.Forms.RadioButton ManualFrontCheck;
|
|
|
+ private System.Windows.Forms.RadioButton ManualBackCheck;
|
|
|
private System.Windows.Forms.Label label23;
|
|
|
- private System.Windows.Forms.RadioButton radioButton7;
|
|
|
+ private System.Windows.Forms.RadioButton ManualAutoCheck;
|
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
|
private System.Windows.Forms.Button ButtonCollectPass;
|
|
|
private System.Windows.Forms.Button ButtonRecheckPass;
|