|
|
@@ -51,6 +51,14 @@
|
|
|
this.settingLeftLab2 = new System.Windows.Forms.Label();
|
|
|
this.settingLeftLab1 = new System.Windows.Forms.Label();
|
|
|
this.checkPage3 = new System.Windows.Forms.TabPage();
|
|
|
+ this.RulesDatas = new System.Windows.Forms.DataGridView();
|
|
|
+ this.rulesDataBox = new System.Windows.Forms.Panel();
|
|
|
+ this.rulesAdd = new System.Windows.Forms.Button();
|
|
|
+ this.rulesLab2 = new System.Windows.Forms.Label();
|
|
|
+ this.rulesInput2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.rulesLab1 = new System.Windows.Forms.Label();
|
|
|
+ this.rulesQuery = new System.Windows.Forms.Button();
|
|
|
+ this.rulesInput1 = new System.Windows.Forms.TextBox();
|
|
|
this.checkPage4 = new System.Windows.Forms.TabPage();
|
|
|
this.queryDataBox1 = new System.Windows.Forms.Panel();
|
|
|
this.QDDatas = new System.Windows.Forms.DataGridView();
|
|
|
@@ -72,11 +80,13 @@
|
|
|
this.QDlab1 = new System.Windows.Forms.Label();
|
|
|
this.detailTop = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.detailLeft = new System.Windows.Forms.Panel();
|
|
|
+ this.radio1 = new System.Windows.Forms.CheckBox();
|
|
|
this.detailLeftBox = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dAll = new System.Windows.Forms.Label();
|
|
|
this.dAgain = new System.Windows.Forms.Label();
|
|
|
this.dSum = new System.Windows.Forms.Label();
|
|
|
this.detailCarton = new System.Windows.Forms.Panel();
|
|
|
+ this.boxBtn = new System.Windows.Forms.Button();
|
|
|
this.boxLab = new System.Windows.Forms.Label();
|
|
|
this.BoxNo = new System.Windows.Forms.TextBox();
|
|
|
this.dlab1 = new System.Windows.Forms.Label();
|
|
|
@@ -87,6 +97,8 @@
|
|
|
this.SN = new System.Windows.Forms.TextBox();
|
|
|
this.dlab3 = new System.Windows.Forms.Label();
|
|
|
this.dCount = new System.Windows.Forms.Label();
|
|
|
+ this.dRules = new System.Windows.Forms.TextBox();
|
|
|
+ this.DRulesBtn = new System.Windows.Forms.Button();
|
|
|
this.ShowMsg = new System.Windows.Forms.Label();
|
|
|
this.Page2 = new System.Windows.Forms.TabPage();
|
|
|
this.bottom = new System.Windows.Forms.TableLayoutPanel();
|
|
|
@@ -100,25 +112,15 @@
|
|
|
this.Duser = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DisCheckdcr = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Dresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.radio1 = new System.Windows.Forms.CheckBox();
|
|
|
- this.boxBtn = new System.Windows.Forms.Button();
|
|
|
- this.DRulesBtn = new System.Windows.Forms.Button();
|
|
|
- this.dRules = new System.Windows.Forms.TextBox();
|
|
|
- this.rulesQuery = new System.Windows.Forms.Button();
|
|
|
- this.rulesInput2 = new System.Windows.Forms.TextBox();
|
|
|
- this.rulesLab1 = new System.Windows.Forms.Label();
|
|
|
- this.RulesDatas = new System.Windows.Forms.DataGridView();
|
|
|
- this.rulesDataBox = new System.Windows.Forms.Panel();
|
|
|
+ this.DRulesBtn1 = new System.Windows.Forms.Button();
|
|
|
+ this.ruleId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RulesCol1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RulesCol2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RulesCol3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RulesCol4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RulesCol5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RulesCol6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
- this.rulesAdd = new System.Windows.Forms.Button();
|
|
|
- this.rulesUpdate = new System.Windows.Forms.Button();
|
|
|
+ this.dRuleslab = new System.Windows.Forms.Label();
|
|
|
this.Pagination.SuspendLayout();
|
|
|
this.Page1.SuspendLayout();
|
|
|
this.checkPagination.SuspendLayout();
|
|
|
@@ -129,6 +131,8 @@
|
|
|
this.checkSettingRight.SuspendLayout();
|
|
|
this.checkSettingLeft.SuspendLayout();
|
|
|
this.checkPage3.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).BeginInit();
|
|
|
+ this.rulesDataBox.SuspendLayout();
|
|
|
this.checkPage4.SuspendLayout();
|
|
|
this.queryDataBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.QDDatas)).BeginInit();
|
|
|
@@ -140,8 +144,6 @@
|
|
|
this.detailSN.SuspendLayout();
|
|
|
this.bottom.SuspendLayout();
|
|
|
this.top.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).BeginInit();
|
|
|
- this.rulesDataBox.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// Pagination
|
|
|
@@ -408,6 +410,101 @@
|
|
|
this.checkPage3.Text = "条码规则";
|
|
|
this.checkPage3.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // RulesDatas
|
|
|
+ //
|
|
|
+ this.RulesDatas.AllowUserToAddRows = false;
|
|
|
+ this.RulesDatas.AllowUserToDeleteRows = false;
|
|
|
+ this.RulesDatas.AllowUserToResizeRows = false;
|
|
|
+ this.RulesDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
|
|
|
+ this.RulesDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.RulesDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.ruleId,
|
|
|
+ this.RulesCol1,
|
|
|
+ this.RulesCol2,
|
|
|
+ this.RulesCol3,
|
|
|
+ this.RulesCol4,
|
|
|
+ this.RulesCol5,
|
|
|
+ this.RulesCol6});
|
|
|
+ this.RulesDatas.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.RulesDatas.Location = new System.Drawing.Point(0, 83);
|
|
|
+ this.RulesDatas.MultiSelect = false;
|
|
|
+ this.RulesDatas.Name = "RulesDatas";
|
|
|
+ this.RulesDatas.ReadOnly = true;
|
|
|
+ this.RulesDatas.RowHeadersWidth = 62;
|
|
|
+ this.RulesDatas.RowTemplate.Height = 30;
|
|
|
+ this.RulesDatas.Size = new System.Drawing.Size(1230, 252);
|
|
|
+ this.RulesDatas.TabIndex = 16;
|
|
|
+ this.RulesDatas.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseClick);
|
|
|
+ this.RulesDatas.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseDoubleClick);
|
|
|
+ //
|
|
|
+ // rulesDataBox
|
|
|
+ //
|
|
|
+ this.rulesDataBox.Controls.Add(this.rulesAdd);
|
|
|
+ this.rulesDataBox.Controls.Add(this.rulesLab2);
|
|
|
+ this.rulesDataBox.Controls.Add(this.rulesInput2);
|
|
|
+ this.rulesDataBox.Controls.Add(this.rulesLab1);
|
|
|
+ this.rulesDataBox.Controls.Add(this.rulesQuery);
|
|
|
+ this.rulesDataBox.Controls.Add(this.rulesInput1);
|
|
|
+ this.rulesDataBox.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.rulesDataBox.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.rulesDataBox.Name = "rulesDataBox";
|
|
|
+ this.rulesDataBox.Size = new System.Drawing.Size(1230, 83);
|
|
|
+ this.rulesDataBox.TabIndex = 17;
|
|
|
+ //
|
|
|
+ // rulesAdd
|
|
|
+ //
|
|
|
+ this.rulesAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.rulesAdd.Location = new System.Drawing.Point(90, 48);
|
|
|
+ this.rulesAdd.Name = "rulesAdd";
|
|
|
+ this.rulesAdd.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.rulesAdd.TabIndex = 17;
|
|
|
+ this.rulesAdd.Text = "新增";
|
|
|
+ this.rulesAdd.UseVisualStyleBackColor = true;
|
|
|
+ this.rulesAdd.Click += new System.EventHandler(this.rulesAdd_Click);
|
|
|
+ //
|
|
|
+ // rulesLab2
|
|
|
+ //
|
|
|
+ this.rulesLab2.AutoSize = true;
|
|
|
+ this.rulesLab2.Location = new System.Drawing.Point(368, 14);
|
|
|
+ this.rulesLab2.Name = "rulesLab2";
|
|
|
+ this.rulesLab2.Size = new System.Drawing.Size(82, 24);
|
|
|
+ this.rulesLab2.TabIndex = 15;
|
|
|
+ this.rulesLab2.Text = "规则内容";
|
|
|
+ //
|
|
|
+ // rulesInput2
|
|
|
+ //
|
|
|
+ this.rulesInput2.Location = new System.Drawing.Point(447, 11);
|
|
|
+ this.rulesInput2.Name = "rulesInput2";
|
|
|
+ this.rulesInput2.Size = new System.Drawing.Size(264, 31);
|
|
|
+ this.rulesInput2.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // rulesLab1
|
|
|
+ //
|
|
|
+ this.rulesLab1.AutoSize = true;
|
|
|
+ this.rulesLab1.Location = new System.Drawing.Point(11, 14);
|
|
|
+ this.rulesLab1.Name = "rulesLab1";
|
|
|
+ this.rulesLab1.Size = new System.Drawing.Size(82, 24);
|
|
|
+ this.rulesLab1.TabIndex = 12;
|
|
|
+ this.rulesLab1.Text = "规则名称";
|
|
|
+ //
|
|
|
+ // rulesQuery
|
|
|
+ //
|
|
|
+ this.rulesQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.rulesQuery.Location = new System.Drawing.Point(184, 48);
|
|
|
+ this.rulesQuery.Name = "rulesQuery";
|
|
|
+ this.rulesQuery.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.rulesQuery.TabIndex = 14;
|
|
|
+ this.rulesQuery.Text = "获取";
|
|
|
+ this.rulesQuery.UseVisualStyleBackColor = true;
|
|
|
+ this.rulesQuery.Click += new System.EventHandler(this.rulesQuery_Click);
|
|
|
+ //
|
|
|
+ // rulesInput1
|
|
|
+ //
|
|
|
+ this.rulesInput1.Location = new System.Drawing.Point(90, 11);
|
|
|
+ this.rulesInput1.Name = "rulesInput1";
|
|
|
+ this.rulesInput1.Size = new System.Drawing.Size(264, 31);
|
|
|
+ this.rulesInput1.TabIndex = 13;
|
|
|
+ //
|
|
|
// checkPage4
|
|
|
//
|
|
|
this.checkPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
@@ -619,6 +716,8 @@
|
|
|
//
|
|
|
// detailLeft
|
|
|
//
|
|
|
+ this.detailLeft.Controls.Add(this.dRuleslab);
|
|
|
+ this.detailLeft.Controls.Add(this.DRulesBtn1);
|
|
|
this.detailLeft.Controls.Add(this.radio1);
|
|
|
this.detailLeft.Controls.Add(this.detailLeftBox);
|
|
|
this.detailLeft.Controls.Add(this.dRules);
|
|
|
@@ -629,6 +728,17 @@
|
|
|
this.detailLeft.Size = new System.Drawing.Size(924, 197);
|
|
|
this.detailLeft.TabIndex = 4;
|
|
|
//
|
|
|
+ // radio1
|
|
|
+ //
|
|
|
+ this.radio1.AutoSize = true;
|
|
|
+ this.radio1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.radio1.Location = new System.Drawing.Point(550, 86);
|
|
|
+ this.radio1.Name = "radio1";
|
|
|
+ this.radio1.Size = new System.Drawing.Size(208, 32);
|
|
|
+ this.radio1.TabIndex = 5;
|
|
|
+ this.radio1.Text = "核对DCR过站记录";
|
|
|
+ this.radio1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// detailLeftBox
|
|
|
//
|
|
|
this.detailLeftBox.ColumnCount = 4;
|
|
|
@@ -711,6 +821,18 @@
|
|
|
this.detailCarton.Size = new System.Drawing.Size(538, 44);
|
|
|
this.detailCarton.TabIndex = 5;
|
|
|
//
|
|
|
+ // boxBtn
|
|
|
+ //
|
|
|
+ this.boxBtn.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.boxBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.boxBtn.Location = new System.Drawing.Point(457, 7);
|
|
|
+ this.boxBtn.Name = "boxBtn";
|
|
|
+ this.boxBtn.Size = new System.Drawing.Size(75, 30);
|
|
|
+ this.boxBtn.TabIndex = 8;
|
|
|
+ this.boxBtn.Text = "修改";
|
|
|
+ this.boxBtn.UseVisualStyleBackColor = true;
|
|
|
+ this.boxBtn.Click += new System.EventHandler(this.boxBtn_Click);
|
|
|
+ //
|
|
|
// boxLab
|
|
|
//
|
|
|
this.boxLab.AutoSize = true;
|
|
|
@@ -816,6 +938,26 @@
|
|
|
this.dCount.Text = "0/192";
|
|
|
this.dCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
+ // dRules
|
|
|
+ //
|
|
|
+ this.dRules.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dRules.Location = new System.Drawing.Point(631, 5);
|
|
|
+ this.dRules.Name = "dRules";
|
|
|
+ this.dRules.Size = new System.Drawing.Size(226, 31);
|
|
|
+ this.dRules.TabIndex = 10;
|
|
|
+ //
|
|
|
+ // DRulesBtn
|
|
|
+ //
|
|
|
+ this.DRulesBtn.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.DRulesBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.DRulesBtn.Location = new System.Drawing.Point(787, 42);
|
|
|
+ this.DRulesBtn.Name = "DRulesBtn";
|
|
|
+ this.DRulesBtn.Size = new System.Drawing.Size(70, 30);
|
|
|
+ this.DRulesBtn.TabIndex = 11;
|
|
|
+ this.DRulesBtn.Text = "确定";
|
|
|
+ this.DRulesBtn.UseVisualStyleBackColor = true;
|
|
|
+ this.DRulesBtn.Click += new System.EventHandler(this.DRulesBtn_Click);
|
|
|
+ //
|
|
|
// ShowMsg
|
|
|
//
|
|
|
this.ShowMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
@@ -895,6 +1037,7 @@
|
|
|
//
|
|
|
// DbarCode
|
|
|
//
|
|
|
+ this.DbarCode.DataPropertyName = "DbarCode";
|
|
|
this.DbarCode.HeaderText = "条码";
|
|
|
this.DbarCode.MinimumWidth = 8;
|
|
|
this.DbarCode.Name = "DbarCode";
|
|
|
@@ -903,6 +1046,7 @@
|
|
|
//
|
|
|
// DboxCode
|
|
|
//
|
|
|
+ this.DboxCode.DataPropertyName = "DboxCode";
|
|
|
this.DboxCode.HeaderText = "箱号";
|
|
|
this.DboxCode.MinimumWidth = 8;
|
|
|
this.DboxCode.Name = "DboxCode";
|
|
|
@@ -911,6 +1055,7 @@
|
|
|
//
|
|
|
// DcountCol
|
|
|
//
|
|
|
+ this.DcountCol.DataPropertyName = "DcountCol";
|
|
|
this.DcountCol.HeaderText = "扫描次数";
|
|
|
this.DcountCol.MinimumWidth = 8;
|
|
|
this.DcountCol.Name = "DcountCol";
|
|
|
@@ -919,6 +1064,7 @@
|
|
|
//
|
|
|
// DtimeCol
|
|
|
//
|
|
|
+ this.DtimeCol.DataPropertyName = "DtimeCol";
|
|
|
this.DtimeCol.HeaderText = "扫描时间";
|
|
|
this.DtimeCol.MinimumWidth = 8;
|
|
|
this.DtimeCol.Name = "DtimeCol";
|
|
|
@@ -927,6 +1073,7 @@
|
|
|
//
|
|
|
// Duser
|
|
|
//
|
|
|
+ this.Duser.DataPropertyName = "Duser";
|
|
|
this.Duser.HeaderText = "扫描人";
|
|
|
this.Duser.MinimumWidth = 8;
|
|
|
this.Duser.Name = "Duser";
|
|
|
@@ -935,6 +1082,7 @@
|
|
|
//
|
|
|
// DisCheckdcr
|
|
|
//
|
|
|
+ this.DisCheckdcr.DataPropertyName = "DisCheckdcr";
|
|
|
this.DisCheckdcr.HeaderText = "是否核对DCR";
|
|
|
this.DisCheckdcr.MinimumWidth = 8;
|
|
|
this.DisCheckdcr.Name = "DisCheckdcr";
|
|
|
@@ -943,120 +1091,38 @@
|
|
|
//
|
|
|
// Dresult
|
|
|
//
|
|
|
+ this.Dresult.DataPropertyName = "Dresult";
|
|
|
this.Dresult.HeaderText = "扫描结果";
|
|
|
this.Dresult.MinimumWidth = 8;
|
|
|
this.Dresult.Name = "Dresult";
|
|
|
this.Dresult.ReadOnly = true;
|
|
|
this.Dresult.Width = 120;
|
|
|
//
|
|
|
- // radio1
|
|
|
- //
|
|
|
- this.radio1.AutoSize = true;
|
|
|
- this.radio1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.radio1.Location = new System.Drawing.Point(566, 66);
|
|
|
- this.radio1.Name = "radio1";
|
|
|
- this.radio1.Size = new System.Drawing.Size(208, 32);
|
|
|
- this.radio1.TabIndex = 5;
|
|
|
- this.radio1.Text = "核对DCR过站记录";
|
|
|
- this.radio1.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // boxBtn
|
|
|
- //
|
|
|
- this.boxBtn.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.boxBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.boxBtn.Location = new System.Drawing.Point(457, 7);
|
|
|
- this.boxBtn.Name = "boxBtn";
|
|
|
- this.boxBtn.Size = new System.Drawing.Size(75, 30);
|
|
|
- this.boxBtn.TabIndex = 8;
|
|
|
- this.boxBtn.Text = "修改";
|
|
|
- this.boxBtn.UseVisualStyleBackColor = true;
|
|
|
- this.boxBtn.Click += new System.EventHandler(this.boxBtn_Click);
|
|
|
- //
|
|
|
- // DRulesBtn
|
|
|
- //
|
|
|
- this.DRulesBtn.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.DRulesBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.DRulesBtn.Location = new System.Drawing.Point(808, 7);
|
|
|
- this.DRulesBtn.Name = "DRulesBtn";
|
|
|
- this.DRulesBtn.Size = new System.Drawing.Size(70, 30);
|
|
|
- this.DRulesBtn.TabIndex = 11;
|
|
|
- this.DRulesBtn.Text = "确定";
|
|
|
- this.DRulesBtn.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // dRules
|
|
|
+ // DRulesBtn1
|
|
|
//
|
|
|
- this.dRules.Location = new System.Drawing.Point(566, 9);
|
|
|
- this.dRules.Name = "dRules";
|
|
|
- this.dRules.Size = new System.Drawing.Size(236, 35);
|
|
|
- this.dRules.TabIndex = 10;
|
|
|
+ this.DRulesBtn1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.DRulesBtn1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.DRulesBtn1.Location = new System.Drawing.Point(707, 42);
|
|
|
+ this.DRulesBtn1.Name = "DRulesBtn1";
|
|
|
+ this.DRulesBtn1.Size = new System.Drawing.Size(70, 30);
|
|
|
+ this.DRulesBtn1.TabIndex = 12;
|
|
|
+ this.DRulesBtn1.Text = "取消";
|
|
|
+ this.DRulesBtn1.UseVisualStyleBackColor = true;
|
|
|
+ this.DRulesBtn1.Click += new System.EventHandler(this.DRulesBtn1_Click);
|
|
|
//
|
|
|
- // rulesQuery
|
|
|
+ // ruleId
|
|
|
//
|
|
|
- this.rulesQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.rulesQuery.Location = new System.Drawing.Point(298, 48);
|
|
|
- this.rulesQuery.Name = "rulesQuery";
|
|
|
- this.rulesQuery.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.rulesQuery.TabIndex = 14;
|
|
|
- this.rulesQuery.Text = "获取";
|
|
|
- this.rulesQuery.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // rulesInput2
|
|
|
- //
|
|
|
- this.rulesInput2.Location = new System.Drawing.Point(90, 11);
|
|
|
- this.rulesInput2.Name = "rulesInput2";
|
|
|
- this.rulesInput2.Size = new System.Drawing.Size(264, 31);
|
|
|
- this.rulesInput2.TabIndex = 13;
|
|
|
- //
|
|
|
- // rulesLab1
|
|
|
- //
|
|
|
- this.rulesLab1.AutoSize = true;
|
|
|
- this.rulesLab1.Location = new System.Drawing.Point(11, 14);
|
|
|
- this.rulesLab1.Name = "rulesLab1";
|
|
|
- this.rulesLab1.Size = new System.Drawing.Size(82, 24);
|
|
|
- this.rulesLab1.TabIndex = 12;
|
|
|
- this.rulesLab1.Text = "规则名称";
|
|
|
- //
|
|
|
- // RulesDatas
|
|
|
- //
|
|
|
- this.RulesDatas.AllowUserToAddRows = false;
|
|
|
- this.RulesDatas.AllowUserToDeleteRows = false;
|
|
|
- this.RulesDatas.AllowUserToResizeRows = false;
|
|
|
- this.RulesDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
|
|
|
- this.RulesDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.RulesDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.RulesCol1,
|
|
|
- this.RulesCol2,
|
|
|
- this.RulesCol3,
|
|
|
- this.RulesCol4,
|
|
|
- this.RulesCol5,
|
|
|
- this.RulesCol6});
|
|
|
- this.RulesDatas.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.RulesDatas.Location = new System.Drawing.Point(0, 83);
|
|
|
- this.RulesDatas.MultiSelect = false;
|
|
|
- this.RulesDatas.Name = "RulesDatas";
|
|
|
- this.RulesDatas.ReadOnly = true;
|
|
|
- this.RulesDatas.RowHeadersWidth = 62;
|
|
|
- this.RulesDatas.RowTemplate.Height = 30;
|
|
|
- this.RulesDatas.Size = new System.Drawing.Size(1230, 252);
|
|
|
- this.RulesDatas.TabIndex = 16;
|
|
|
- //
|
|
|
- // rulesDataBox
|
|
|
- //
|
|
|
- this.rulesDataBox.Controls.Add(this.rulesUpdate);
|
|
|
- this.rulesDataBox.Controls.Add(this.rulesAdd);
|
|
|
- this.rulesDataBox.Controls.Add(this.label1);
|
|
|
- this.rulesDataBox.Controls.Add(this.textBox1);
|
|
|
- this.rulesDataBox.Controls.Add(this.rulesLab1);
|
|
|
- this.rulesDataBox.Controls.Add(this.rulesQuery);
|
|
|
- this.rulesDataBox.Controls.Add(this.rulesInput2);
|
|
|
- this.rulesDataBox.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.rulesDataBox.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.rulesDataBox.Name = "rulesDataBox";
|
|
|
- this.rulesDataBox.Size = new System.Drawing.Size(1230, 83);
|
|
|
- this.rulesDataBox.TabIndex = 17;
|
|
|
+ this.ruleId.DataPropertyName = "ruleId";
|
|
|
+ this.ruleId.HeaderText = "ruleId";
|
|
|
+ this.ruleId.MinimumWidth = 8;
|
|
|
+ this.ruleId.Name = "ruleId";
|
|
|
+ this.ruleId.ReadOnly = true;
|
|
|
+ this.ruleId.Visible = false;
|
|
|
+ this.ruleId.Width = 150;
|
|
|
//
|
|
|
// RulesCol1
|
|
|
//
|
|
|
+ this.RulesCol1.DataPropertyName = "RulesCol1";
|
|
|
this.RulesCol1.HeaderText = "规则名称";
|
|
|
this.RulesCol1.MinimumWidth = 8;
|
|
|
this.RulesCol1.Name = "RulesCol1";
|
|
|
@@ -1065,6 +1131,7 @@
|
|
|
//
|
|
|
// RulesCol2
|
|
|
//
|
|
|
+ this.RulesCol2.DataPropertyName = "RulesCol2";
|
|
|
this.RulesCol2.HeaderText = "规则内容";
|
|
|
this.RulesCol2.MinimumWidth = 8;
|
|
|
this.RulesCol2.Name = "RulesCol2";
|
|
|
@@ -1073,6 +1140,7 @@
|
|
|
//
|
|
|
// RulesCol3
|
|
|
//
|
|
|
+ this.RulesCol3.DataPropertyName = "RulesCol3";
|
|
|
this.RulesCol3.HeaderText = "备注";
|
|
|
this.RulesCol3.MinimumWidth = 8;
|
|
|
this.RulesCol3.Name = "RulesCol3";
|
|
|
@@ -1081,63 +1149,39 @@
|
|
|
//
|
|
|
// RulesCol4
|
|
|
//
|
|
|
+ this.RulesCol4.DataPropertyName = "RulesCol4";
|
|
|
this.RulesCol4.HeaderText = "长度";
|
|
|
this.RulesCol4.MinimumWidth = 8;
|
|
|
this.RulesCol4.Name = "RulesCol4";
|
|
|
this.RulesCol4.ReadOnly = true;
|
|
|
- this.RulesCol4.Width = 120;
|
|
|
+ this.RulesCol4.Width = 70;
|
|
|
//
|
|
|
// RulesCol5
|
|
|
//
|
|
|
+ this.RulesCol5.DataPropertyName = "RulesCol5";
|
|
|
this.RulesCol5.HeaderText = "更新时间";
|
|
|
this.RulesCol5.MinimumWidth = 8;
|
|
|
this.RulesCol5.Name = "RulesCol5";
|
|
|
this.RulesCol5.ReadOnly = true;
|
|
|
- this.RulesCol5.Width = 180;
|
|
|
+ this.RulesCol5.Width = 160;
|
|
|
//
|
|
|
// RulesCol6
|
|
|
//
|
|
|
+ this.RulesCol6.DataPropertyName = "RulesCol6";
|
|
|
this.RulesCol6.HeaderText = "操作人员";
|
|
|
this.RulesCol6.MinimumWidth = 8;
|
|
|
this.RulesCol6.Name = "RulesCol6";
|
|
|
this.RulesCol6.ReadOnly = true;
|
|
|
- this.RulesCol6.Width = 150;
|
|
|
+ this.RulesCol6.Width = 120;
|
|
|
//
|
|
|
- // label1
|
|
|
+ // dRuleslab
|
|
|
//
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(368, 14);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(82, 24);
|
|
|
- this.label1.TabIndex = 15;
|
|
|
- this.label1.Text = "规则内容";
|
|
|
- //
|
|
|
- // textBox1
|
|
|
- //
|
|
|
- this.textBox1.Location = new System.Drawing.Point(447, 11);
|
|
|
- this.textBox1.Name = "textBox1";
|
|
|
- this.textBox1.Size = new System.Drawing.Size(264, 31);
|
|
|
- this.textBox1.TabIndex = 16;
|
|
|
- //
|
|
|
- // rulesAdd
|
|
|
- //
|
|
|
- this.rulesAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.rulesAdd.Location = new System.Drawing.Point(90, 48);
|
|
|
- this.rulesAdd.Name = "rulesAdd";
|
|
|
- this.rulesAdd.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.rulesAdd.TabIndex = 17;
|
|
|
- this.rulesAdd.Text = "新增";
|
|
|
- this.rulesAdd.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // rulesUpdate
|
|
|
- //
|
|
|
- this.rulesUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.rulesUpdate.Location = new System.Drawing.Point(196, 48);
|
|
|
- this.rulesUpdate.Name = "rulesUpdate";
|
|
|
- this.rulesUpdate.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.rulesUpdate.TabIndex = 18;
|
|
|
- this.rulesUpdate.Text = "修改";
|
|
|
- this.rulesUpdate.UseVisualStyleBackColor = true;
|
|
|
+ this.dRuleslab.AutoSize = true;
|
|
|
+ this.dRuleslab.Location = new System.Drawing.Point(543, 7);
|
|
|
+ this.dRuleslab.Name = "dRuleslab";
|
|
|
+ this.dRuleslab.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.dRuleslab.TabIndex = 9;
|
|
|
+ this.dRuleslab.Text = "核对规则";
|
|
|
//
|
|
|
// Main
|
|
|
//
|
|
|
@@ -1167,6 +1211,9 @@
|
|
|
this.checkSettingLeft.ResumeLayout(false);
|
|
|
this.checkSettingLeft.PerformLayout();
|
|
|
this.checkPage3.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).EndInit();
|
|
|
+ this.rulesDataBox.ResumeLayout(false);
|
|
|
+ this.rulesDataBox.PerformLayout();
|
|
|
this.checkPage4.ResumeLayout(false);
|
|
|
this.queryDataBox1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.QDDatas)).EndInit();
|
|
|
@@ -1185,9 +1232,6 @@
|
|
|
this.bottom.ResumeLayout(false);
|
|
|
this.bottom.PerformLayout();
|
|
|
this.top.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).EndInit();
|
|
|
- this.rulesDataBox.ResumeLayout(false);
|
|
|
- this.rulesDataBox.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
@@ -1258,13 +1302,6 @@
|
|
|
private System.Windows.Forms.Panel queryDataBox1;
|
|
|
private System.Windows.Forms.Label QDlab3;
|
|
|
private System.Windows.Forms.CheckBox QDcheckbox1;
|
|
|
- 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.CheckBox radio1;
|
|
|
private System.Windows.Forms.Button boxBtn;
|
|
|
private System.Windows.Forms.Button DRulesBtn;
|
|
|
@@ -1273,16 +1310,25 @@
|
|
|
private System.Windows.Forms.Panel rulesDataBox;
|
|
|
private System.Windows.Forms.Label rulesLab1;
|
|
|
private System.Windows.Forms.Button rulesQuery;
|
|
|
+ private System.Windows.Forms.TextBox rulesInput1;
|
|
|
+ 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;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol4;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol6;
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
- private System.Windows.Forms.TextBox textBox1;
|
|
|
- private System.Windows.Forms.Button rulesAdd;
|
|
|
- private System.Windows.Forms.Button rulesUpdate;
|
|
|
+ private System.Windows.Forms.Label dRuleslab;
|
|
|
}
|
|
|
}
|