|
|
@@ -34,13 +34,6 @@
|
|
|
this.checkPagination = new System.Windows.Forms.TabControl();
|
|
|
this.checkPage1 = new System.Windows.Forms.TabPage();
|
|
|
this.Datas = new System.Windows.Forms.DataGridView();
|
|
|
- this.DbarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.DboxCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.DcountCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.DtimeCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Duser = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.DisCheckdcr = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Dresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.checkPage2 = new System.Windows.Forms.TabPage();
|
|
|
this.checkSetting = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.checkSettingRight = new System.Windows.Forms.GroupBox();
|
|
|
@@ -150,6 +143,14 @@
|
|
|
this.currUser = new System.Windows.Forms.Label();
|
|
|
this.currTime = new System.Windows.Forms.Label();
|
|
|
this.top = new System.Windows.Forms.Panel();
|
|
|
+ this.DbarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.DboxCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.DcountCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.DtimeCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Duser = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.DisCheckdcr = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Dresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.visualOutboxNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Pagination.SuspendLayout();
|
|
|
this.Page1.SuspendLayout();
|
|
|
this.checkPagination.SuspendLayout();
|
|
|
@@ -249,7 +250,8 @@
|
|
|
this.DtimeCol,
|
|
|
this.Duser,
|
|
|
this.DisCheckdcr,
|
|
|
- this.Dresult});
|
|
|
+ this.Dresult,
|
|
|
+ this.visualOutboxNo});
|
|
|
this.Datas.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.Datas.Location = new System.Drawing.Point(3, 3);
|
|
|
this.Datas.MultiSelect = false;
|
|
|
@@ -260,69 +262,6 @@
|
|
|
this.Datas.Size = new System.Drawing.Size(1224, 329);
|
|
|
this.Datas.TabIndex = 0;
|
|
|
//
|
|
|
- // DbarCode
|
|
|
- //
|
|
|
- this.DbarCode.DataPropertyName = "DbarCode";
|
|
|
- this.DbarCode.HeaderText = "条码";
|
|
|
- this.DbarCode.MinimumWidth = 8;
|
|
|
- this.DbarCode.Name = "DbarCode";
|
|
|
- this.DbarCode.ReadOnly = true;
|
|
|
- this.DbarCode.Width = 240;
|
|
|
- //
|
|
|
- // DboxCode
|
|
|
- //
|
|
|
- this.DboxCode.DataPropertyName = "DboxCode";
|
|
|
- this.DboxCode.HeaderText = "箱号";
|
|
|
- this.DboxCode.MinimumWidth = 8;
|
|
|
- this.DboxCode.Name = "DboxCode";
|
|
|
- this.DboxCode.ReadOnly = true;
|
|
|
- this.DboxCode.Width = 260;
|
|
|
- //
|
|
|
- // DcountCol
|
|
|
- //
|
|
|
- this.DcountCol.DataPropertyName = "DcountCol";
|
|
|
- this.DcountCol.HeaderText = "扫描次数";
|
|
|
- this.DcountCol.MinimumWidth = 8;
|
|
|
- this.DcountCol.Name = "DcountCol";
|
|
|
- this.DcountCol.ReadOnly = true;
|
|
|
- this.DcountCol.Width = 120;
|
|
|
- //
|
|
|
- // DtimeCol
|
|
|
- //
|
|
|
- this.DtimeCol.DataPropertyName = "DtimeCol";
|
|
|
- this.DtimeCol.HeaderText = "扫描时间";
|
|
|
- this.DtimeCol.MinimumWidth = 8;
|
|
|
- this.DtimeCol.Name = "DtimeCol";
|
|
|
- this.DtimeCol.ReadOnly = true;
|
|
|
- this.DtimeCol.Width = 180;
|
|
|
- //
|
|
|
- // Duser
|
|
|
- //
|
|
|
- this.Duser.DataPropertyName = "Duser";
|
|
|
- this.Duser.HeaderText = "扫描人";
|
|
|
- this.Duser.MinimumWidth = 8;
|
|
|
- this.Duser.Name = "Duser";
|
|
|
- this.Duser.ReadOnly = true;
|
|
|
- this.Duser.Width = 120;
|
|
|
- //
|
|
|
- // DisCheckdcr
|
|
|
- //
|
|
|
- this.DisCheckdcr.DataPropertyName = "DisCheckdcr";
|
|
|
- this.DisCheckdcr.HeaderText = "是否核对DCR";
|
|
|
- this.DisCheckdcr.MinimumWidth = 8;
|
|
|
- this.DisCheckdcr.Name = "DisCheckdcr";
|
|
|
- this.DisCheckdcr.ReadOnly = true;
|
|
|
- this.DisCheckdcr.Width = 160;
|
|
|
- //
|
|
|
- // Dresult
|
|
|
- //
|
|
|
- this.Dresult.DataPropertyName = "Dresult";
|
|
|
- this.Dresult.HeaderText = "扫描结果";
|
|
|
- this.Dresult.MinimumWidth = 8;
|
|
|
- this.Dresult.Name = "Dresult";
|
|
|
- this.Dresult.ReadOnly = true;
|
|
|
- this.Dresult.Width = 120;
|
|
|
- //
|
|
|
// checkPage2
|
|
|
//
|
|
|
this.checkPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
@@ -520,6 +459,7 @@
|
|
|
this.RulesCol4,
|
|
|
this.RulesCol5,
|
|
|
this.RulesCol6});
|
|
|
+ this.RulesDatas.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.RulesDatas.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.RulesDatas.Location = new System.Drawing.Point(0, 83);
|
|
|
this.RulesDatas.MultiSelect = false;
|
|
|
@@ -527,6 +467,7 @@
|
|
|
this.RulesDatas.ReadOnly = true;
|
|
|
this.RulesDatas.RowHeadersWidth = 62;
|
|
|
this.RulesDatas.RowTemplate.Height = 30;
|
|
|
+ this.RulesDatas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.RulesDatas.Size = new System.Drawing.Size(1230, 252);
|
|
|
this.RulesDatas.TabIndex = 16;
|
|
|
this.RulesDatas.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseClick);
|
|
|
@@ -1532,6 +1473,77 @@
|
|
|
this.top.Size = new System.Drawing.Size(1254, 625);
|
|
|
this.top.TabIndex = 3;
|
|
|
//
|
|
|
+ // DbarCode
|
|
|
+ //
|
|
|
+ this.DbarCode.DataPropertyName = "DbarCode";
|
|
|
+ this.DbarCode.HeaderText = "条码";
|
|
|
+ this.DbarCode.MinimumWidth = 8;
|
|
|
+ this.DbarCode.Name = "DbarCode";
|
|
|
+ this.DbarCode.ReadOnly = true;
|
|
|
+ this.DbarCode.Width = 240;
|
|
|
+ //
|
|
|
+ // DboxCode
|
|
|
+ //
|
|
|
+ this.DboxCode.DataPropertyName = "DboxCode";
|
|
|
+ this.DboxCode.HeaderText = "箱号";
|
|
|
+ this.DboxCode.MinimumWidth = 8;
|
|
|
+ this.DboxCode.Name = "DboxCode";
|
|
|
+ this.DboxCode.ReadOnly = true;
|
|
|
+ this.DboxCode.Width = 260;
|
|
|
+ //
|
|
|
+ // DcountCol
|
|
|
+ //
|
|
|
+ this.DcountCol.DataPropertyName = "DcountCol";
|
|
|
+ this.DcountCol.HeaderText = "扫描次数";
|
|
|
+ this.DcountCol.MinimumWidth = 8;
|
|
|
+ this.DcountCol.Name = "DcountCol";
|
|
|
+ this.DcountCol.ReadOnly = true;
|
|
|
+ this.DcountCol.Width = 120;
|
|
|
+ //
|
|
|
+ // DtimeCol
|
|
|
+ //
|
|
|
+ this.DtimeCol.DataPropertyName = "DtimeCol";
|
|
|
+ this.DtimeCol.HeaderText = "扫描时间";
|
|
|
+ this.DtimeCol.MinimumWidth = 8;
|
|
|
+ this.DtimeCol.Name = "DtimeCol";
|
|
|
+ this.DtimeCol.ReadOnly = true;
|
|
|
+ this.DtimeCol.Width = 180;
|
|
|
+ //
|
|
|
+ // Duser
|
|
|
+ //
|
|
|
+ this.Duser.DataPropertyName = "Duser";
|
|
|
+ this.Duser.HeaderText = "扫描人";
|
|
|
+ this.Duser.MinimumWidth = 8;
|
|
|
+ this.Duser.Name = "Duser";
|
|
|
+ this.Duser.ReadOnly = true;
|
|
|
+ this.Duser.Width = 120;
|
|
|
+ //
|
|
|
+ // DisCheckdcr
|
|
|
+ //
|
|
|
+ this.DisCheckdcr.DataPropertyName = "DisCheckdcr";
|
|
|
+ this.DisCheckdcr.HeaderText = "是否核对DCR";
|
|
|
+ this.DisCheckdcr.MinimumWidth = 8;
|
|
|
+ this.DisCheckdcr.Name = "DisCheckdcr";
|
|
|
+ this.DisCheckdcr.ReadOnly = true;
|
|
|
+ this.DisCheckdcr.Width = 160;
|
|
|
+ //
|
|
|
+ // Dresult
|
|
|
+ //
|
|
|
+ this.Dresult.DataPropertyName = "Dresult";
|
|
|
+ this.Dresult.HeaderText = "扫描结果";
|
|
|
+ this.Dresult.MinimumWidth = 8;
|
|
|
+ this.Dresult.Name = "Dresult";
|
|
|
+ this.Dresult.ReadOnly = true;
|
|
|
+ this.Dresult.Width = 120;
|
|
|
+ //
|
|
|
+ // visualOutboxNo
|
|
|
+ //
|
|
|
+ this.visualOutboxNo.HeaderText = "visualOutboxNo";
|
|
|
+ this.visualOutboxNo.MinimumWidth = 8;
|
|
|
+ this.visualOutboxNo.Name = "visualOutboxNo";
|
|
|
+ this.visualOutboxNo.ReadOnly = true;
|
|
|
+ this.visualOutboxNo.Visible = false;
|
|
|
+ //
|
|
|
// Main
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
|
@@ -1663,13 +1675,6 @@
|
|
|
private System.Windows.Forms.Label rulesLab2;
|
|
|
private System.Windows.Forms.TextBox rulesInput2;
|
|
|
private System.Windows.Forms.Button rulesAdd;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn DbarCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn DboxCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn DcountCol;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn DtimeCol;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Duser;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn DisCheckdcr;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Dresult;
|
|
|
private System.Windows.Forms.Button DRulesBtn1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ruleId;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol1;
|
|
|
@@ -1713,5 +1718,13 @@
|
|
|
private System.Windows.Forms.Label handExeLab1;
|
|
|
private System.Windows.Forms.TextBox handExeVal;
|
|
|
private System.Windows.Forms.Button buildConfirm;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn DbarCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn DboxCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn DcountCol;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn DtimeCol;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Duser;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn DisCheckdcr;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Dresult;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn visualOutboxNo;
|
|
|
}
|
|
|
}
|