|
|
@@ -76,6 +76,13 @@
|
|
|
this.checkPage4 = new System.Windows.Forms.TabPage();
|
|
|
this.queryDataBox1 = new System.Windows.Forms.Panel();
|
|
|
this.QDDatas = new System.Windows.Forms.DataGridView();
|
|
|
+ this.dqSN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dqOUTBOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dqCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dqUPDATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dqNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dqRULE_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dqRULE_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.queryDataBox = new System.Windows.Forms.Panel();
|
|
|
this.QDcheckbox1 = new System.Windows.Forms.CheckBox();
|
|
|
this.QDlab3 = new System.Windows.Forms.Label();
|
|
|
@@ -112,17 +119,25 @@
|
|
|
this.DRulesBtn = new System.Windows.Forms.Button();
|
|
|
this.ShowMsg = new System.Windows.Forms.Label();
|
|
|
this.Page2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.MsgBox = new System.Windows.Forms.ListBox();
|
|
|
+ this.FileDetail_Box = new System.Windows.Forms.Panel();
|
|
|
+ this.timerLab1 = new System.Windows.Forms.Label();
|
|
|
+ this.FtpListen = new System.Windows.Forms.Button();
|
|
|
+ this.FtpConnect = new System.Windows.Forms.Button();
|
|
|
+ this.FtpPathVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.FtpPathLab = new System.Windows.Forms.Label();
|
|
|
+ this.FtpPwVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.FtpPwLab = new System.Windows.Forms.Label();
|
|
|
+ this.FtpAccountVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.FtpAccountLab = new System.Windows.Forms.Label();
|
|
|
+ this.timerVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.timerLab = new System.Windows.Forms.Label();
|
|
|
this.bottom = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.currUser = new System.Windows.Forms.Label();
|
|
|
this.currTime = new System.Windows.Forms.Label();
|
|
|
this.top = new System.Windows.Forms.Panel();
|
|
|
- this.dqSN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dqOUTBOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dqCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dqUPDATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dqNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dqRULE_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dqRULE_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.FileCountVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.FileCountLab = new System.Windows.Forms.Label();
|
|
|
this.Pagination.SuspendLayout();
|
|
|
this.Page1.SuspendLayout();
|
|
|
this.checkPagination.SuspendLayout();
|
|
|
@@ -144,6 +159,8 @@
|
|
|
this.detailLeftBox.SuspendLayout();
|
|
|
this.detailCarton.SuspendLayout();
|
|
|
this.detailSN.SuspendLayout();
|
|
|
+ this.Page2.SuspendLayout();
|
|
|
+ this.FileDetail_Box.SuspendLayout();
|
|
|
this.bottom.SuspendLayout();
|
|
|
this.top.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
@@ -623,7 +640,7 @@
|
|
|
this.rulesQuery.Name = "rulesQuery";
|
|
|
this.rulesQuery.Size = new System.Drawing.Size(85, 30);
|
|
|
this.rulesQuery.TabIndex = 14;
|
|
|
- this.rulesQuery.Text = "获取";
|
|
|
+ this.rulesQuery.Text = "查询";
|
|
|
this.rulesQuery.UseVisualStyleBackColor = true;
|
|
|
this.rulesQuery.Click += new System.EventHandler(this.rulesQuery_Click);
|
|
|
//
|
|
|
@@ -682,6 +699,69 @@
|
|
|
this.QDDatas.Size = new System.Drawing.Size(1230, 245);
|
|
|
this.QDDatas.TabIndex = 1;
|
|
|
//
|
|
|
+ // dqSN
|
|
|
+ //
|
|
|
+ this.dqSN.DataPropertyName = "dqSN";
|
|
|
+ this.dqSN.HeaderText = "条码";
|
|
|
+ this.dqSN.MinimumWidth = 8;
|
|
|
+ this.dqSN.Name = "dqSN";
|
|
|
+ this.dqSN.ReadOnly = true;
|
|
|
+ this.dqSN.Width = 240;
|
|
|
+ //
|
|
|
+ // dqOUTBOX_NO
|
|
|
+ //
|
|
|
+ this.dqOUTBOX_NO.DataPropertyName = "dqOUTBOX_NO";
|
|
|
+ this.dqOUTBOX_NO.HeaderText = "箱码";
|
|
|
+ this.dqOUTBOX_NO.MinimumWidth = 8;
|
|
|
+ this.dqOUTBOX_NO.Name = "dqOUTBOX_NO";
|
|
|
+ this.dqOUTBOX_NO.ReadOnly = true;
|
|
|
+ this.dqOUTBOX_NO.Width = 260;
|
|
|
+ //
|
|
|
+ // dqCOUNT
|
|
|
+ //
|
|
|
+ this.dqCOUNT.DataPropertyName = "dqCOUNT";
|
|
|
+ this.dqCOUNT.HeaderText = "扫描次数";
|
|
|
+ this.dqCOUNT.MinimumWidth = 8;
|
|
|
+ this.dqCOUNT.Name = "dqCOUNT";
|
|
|
+ this.dqCOUNT.ReadOnly = true;
|
|
|
+ this.dqCOUNT.Width = 120;
|
|
|
+ //
|
|
|
+ // dqUPDATE_TIME
|
|
|
+ //
|
|
|
+ this.dqUPDATE_TIME.DataPropertyName = "dqUPDATE_TIME";
|
|
|
+ this.dqUPDATE_TIME.HeaderText = "扫描时间";
|
|
|
+ this.dqUPDATE_TIME.MinimumWidth = 8;
|
|
|
+ this.dqUPDATE_TIME.Name = "dqUPDATE_TIME";
|
|
|
+ this.dqUPDATE_TIME.ReadOnly = true;
|
|
|
+ this.dqUPDATE_TIME.Width = 180;
|
|
|
+ //
|
|
|
+ // dqNAME
|
|
|
+ //
|
|
|
+ this.dqNAME.DataPropertyName = "dqNAME";
|
|
|
+ this.dqNAME.HeaderText = "扫描人";
|
|
|
+ this.dqNAME.MinimumWidth = 8;
|
|
|
+ this.dqNAME.Name = "dqNAME";
|
|
|
+ this.dqNAME.ReadOnly = true;
|
|
|
+ this.dqNAME.Width = 120;
|
|
|
+ //
|
|
|
+ // dqRULE_NAME
|
|
|
+ //
|
|
|
+ this.dqRULE_NAME.DataPropertyName = "dqRULE_NAME";
|
|
|
+ this.dqRULE_NAME.HeaderText = "规则名称";
|
|
|
+ this.dqRULE_NAME.MinimumWidth = 8;
|
|
|
+ this.dqRULE_NAME.Name = "dqRULE_NAME";
|
|
|
+ this.dqRULE_NAME.ReadOnly = true;
|
|
|
+ this.dqRULE_NAME.Width = 150;
|
|
|
+ //
|
|
|
+ // dqRULE_VALUE
|
|
|
+ //
|
|
|
+ this.dqRULE_VALUE.DataPropertyName = "dqRULE_VALUE";
|
|
|
+ this.dqRULE_VALUE.HeaderText = "规则内容";
|
|
|
+ this.dqRULE_VALUE.MinimumWidth = 8;
|
|
|
+ this.dqRULE_VALUE.Name = "dqRULE_VALUE";
|
|
|
+ this.dqRULE_VALUE.ReadOnly = true;
|
|
|
+ this.dqRULE_VALUE.Width = 180;
|
|
|
+ //
|
|
|
// queryDataBox
|
|
|
//
|
|
|
this.queryDataBox.Controls.Add(this.QDcheckbox1);
|
|
|
@@ -745,7 +825,7 @@
|
|
|
this.QDquery.Name = "QDquery";
|
|
|
this.QDquery.Size = new System.Drawing.Size(85, 30);
|
|
|
this.QDquery.TabIndex = 6;
|
|
|
- this.QDquery.Text = "获取";
|
|
|
+ this.QDquery.Text = "查询";
|
|
|
this.QDquery.UseVisualStyleBackColor = true;
|
|
|
this.QDquery.Click += new System.EventHandler(this.QDquery_Click);
|
|
|
//
|
|
|
@@ -1092,6 +1172,8 @@
|
|
|
// Page2
|
|
|
//
|
|
|
this.Page2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.Page2.Controls.Add(this.MsgBox);
|
|
|
+ this.Page2.Controls.Add(this.FileDetail_Box);
|
|
|
this.Page2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
this.Page2.Location = new System.Drawing.Point(4, 34);
|
|
|
this.Page2.Name = "Page2";
|
|
|
@@ -1100,6 +1182,148 @@
|
|
|
this.Page2.TabIndex = 1;
|
|
|
this.Page2.Text = "DCR文件打包";
|
|
|
//
|
|
|
+ // MsgBox
|
|
|
+ //
|
|
|
+ this.MsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.MsgBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.MsgBox.FormattingEnabled = true;
|
|
|
+ this.MsgBox.ItemHeight = 24;
|
|
|
+ this.MsgBox.Location = new System.Drawing.Point(3, 191);
|
|
|
+ this.MsgBox.Name = "MsgBox";
|
|
|
+ this.MsgBox.Size = new System.Drawing.Size(1240, 393);
|
|
|
+ this.MsgBox.TabIndex = 0;
|
|
|
+ this.MsgBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.MsgBox_DrawItem);
|
|
|
+ //
|
|
|
+ // FileDetail_Box
|
|
|
+ //
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FileCountVal);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FileCountLab);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.timerLab1);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpListen);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpConnect);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpPathVal);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpPathLab);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpPwVal);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpPwLab);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpAccountVal);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.FtpAccountLab);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.timerVal);
|
|
|
+ this.FileDetail_Box.Controls.Add(this.timerLab);
|
|
|
+ this.FileDetail_Box.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.FileDetail_Box.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.FileDetail_Box.Name = "FileDetail_Box";
|
|
|
+ this.FileDetail_Box.Size = new System.Drawing.Size(1240, 188);
|
|
|
+ this.FileDetail_Box.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // timerLab1
|
|
|
+ //
|
|
|
+ this.timerLab1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.timerLab1.AutoSize = true;
|
|
|
+ this.timerLab1.Location = new System.Drawing.Point(454, 22);
|
|
|
+ this.timerLab1.Name = "timerLab1";
|
|
|
+ this.timerLab1.Size = new System.Drawing.Size(33, 28);
|
|
|
+ this.timerLab1.TabIndex = 11;
|
|
|
+ this.timerLab1.Text = "秒";
|
|
|
+ //
|
|
|
+ // FtpListen
|
|
|
+ //
|
|
|
+ this.FtpListen.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.FtpListen.Enabled = false;
|
|
|
+ this.FtpListen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FtpListen.Location = new System.Drawing.Point(620, 121);
|
|
|
+ this.FtpListen.Name = "FtpListen";
|
|
|
+ this.FtpListen.Size = new System.Drawing.Size(100, 38);
|
|
|
+ this.FtpListen.TabIndex = 10;
|
|
|
+ this.FtpListen.Text = "开启监听";
|
|
|
+ this.FtpListen.UseVisualStyleBackColor = true;
|
|
|
+ this.FtpListen.Click += new System.EventHandler(this.FtpListen_Click);
|
|
|
+ //
|
|
|
+ // FtpConnect
|
|
|
+ //
|
|
|
+ this.FtpConnect.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.FtpConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FtpConnect.Location = new System.Drawing.Point(490, 122);
|
|
|
+ this.FtpConnect.Name = "FtpConnect";
|
|
|
+ this.FtpConnect.Size = new System.Drawing.Size(100, 37);
|
|
|
+ this.FtpConnect.TabIndex = 9;
|
|
|
+ this.FtpConnect.Text = "开启连接";
|
|
|
+ this.FtpConnect.UseVisualStyleBackColor = true;
|
|
|
+ this.FtpConnect.Click += new System.EventHandler(this.FtpConnect_Click);
|
|
|
+ //
|
|
|
+ // FtpPathVal
|
|
|
+ //
|
|
|
+ this.FtpPathVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FtpPathVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FtpPathVal.Location = new System.Drawing.Point(398, 72);
|
|
|
+ this.FtpPathVal.Name = "FtpPathVal";
|
|
|
+ this.FtpPathVal.Size = new System.Drawing.Size(322, 31);
|
|
|
+ this.FtpPathVal.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // FtpPathLab
|
|
|
+ //
|
|
|
+ this.FtpPathLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FtpPathLab.AutoSize = true;
|
|
|
+ this.FtpPathLab.Location = new System.Drawing.Point(296, 74);
|
|
|
+ this.FtpPathLab.Name = "FtpPathLab";
|
|
|
+ this.FtpPathLab.Size = new System.Drawing.Size(137, 28);
|
|
|
+ this.FtpPathLab.TabIndex = 6;
|
|
|
+ this.FtpPathLab.Text = "FTP路径地址:";
|
|
|
+ //
|
|
|
+ // FtpPwVal
|
|
|
+ //
|
|
|
+ this.FtpPwVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FtpPwVal.Location = new System.Drawing.Point(94, 71);
|
|
|
+ this.FtpPwVal.Name = "FtpPwVal";
|
|
|
+ this.FtpPwVal.Size = new System.Drawing.Size(180, 35);
|
|
|
+ this.FtpPwVal.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // FtpPwLab
|
|
|
+ //
|
|
|
+ this.FtpPwLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FtpPwLab.AutoSize = true;
|
|
|
+ this.FtpPwLab.Location = new System.Drawing.Point(12, 74);
|
|
|
+ this.FtpPwLab.Name = "FtpPwLab";
|
|
|
+ this.FtpPwLab.Size = new System.Drawing.Size(95, 28);
|
|
|
+ this.FtpPwLab.TabIndex = 4;
|
|
|
+ this.FtpPwLab.Text = "FTP密码:";
|
|
|
+ //
|
|
|
+ // FtpAccountVal
|
|
|
+ //
|
|
|
+ this.FtpAccountVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FtpAccountVal.Location = new System.Drawing.Point(94, 20);
|
|
|
+ this.FtpAccountVal.Name = "FtpAccountVal";
|
|
|
+ this.FtpAccountVal.Size = new System.Drawing.Size(180, 35);
|
|
|
+ this.FtpAccountVal.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // FtpAccountLab
|
|
|
+ //
|
|
|
+ this.FtpAccountLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FtpAccountLab.AutoSize = true;
|
|
|
+ this.FtpAccountLab.Location = new System.Drawing.Point(12, 22);
|
|
|
+ this.FtpAccountLab.Name = "FtpAccountLab";
|
|
|
+ this.FtpAccountLab.Size = new System.Drawing.Size(95, 28);
|
|
|
+ this.FtpAccountLab.TabIndex = 2;
|
|
|
+ this.FtpAccountLab.Text = "FTP账户:";
|
|
|
+ //
|
|
|
+ // timerVal
|
|
|
+ //
|
|
|
+ this.timerVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.timerVal.Location = new System.Drawing.Point(398, 19);
|
|
|
+ this.timerVal.Name = "timerVal";
|
|
|
+ this.timerVal.Size = new System.Drawing.Size(54, 35);
|
|
|
+ this.timerVal.TabIndex = 1;
|
|
|
+ this.timerVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // timerLab
|
|
|
+ //
|
|
|
+ this.timerLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.timerLab.AutoSize = true;
|
|
|
+ this.timerLab.Location = new System.Drawing.Point(296, 22);
|
|
|
+ this.timerLab.Name = "timerLab";
|
|
|
+ this.timerLab.Size = new System.Drawing.Size(101, 28);
|
|
|
+ this.timerLab.TabIndex = 0;
|
|
|
+ this.timerLab.Text = "间隔时间:";
|
|
|
+ //
|
|
|
// bottom
|
|
|
//
|
|
|
this.bottom.ColumnCount = 3;
|
|
|
@@ -1151,68 +1375,24 @@
|
|
|
this.top.Size = new System.Drawing.Size(1254, 625);
|
|
|
this.top.TabIndex = 3;
|
|
|
//
|
|
|
- // dqSN
|
|
|
- //
|
|
|
- this.dqSN.DataPropertyName = "dqSN";
|
|
|
- this.dqSN.HeaderText = "条码";
|
|
|
- this.dqSN.MinimumWidth = 8;
|
|
|
- this.dqSN.Name = "dqSN";
|
|
|
- this.dqSN.ReadOnly = true;
|
|
|
- this.dqSN.Width = 240;
|
|
|
- //
|
|
|
- // dqOUTBOX_NO
|
|
|
- //
|
|
|
- this.dqOUTBOX_NO.DataPropertyName = "dqOUTBOX_NO";
|
|
|
- this.dqOUTBOX_NO.HeaderText = "箱码";
|
|
|
- this.dqOUTBOX_NO.MinimumWidth = 8;
|
|
|
- this.dqOUTBOX_NO.Name = "dqOUTBOX_NO";
|
|
|
- this.dqOUTBOX_NO.ReadOnly = true;
|
|
|
- this.dqOUTBOX_NO.Width = 260;
|
|
|
- //
|
|
|
- // dqCOUNT
|
|
|
- //
|
|
|
- this.dqCOUNT.DataPropertyName = "dqCOUNT";
|
|
|
- this.dqCOUNT.HeaderText = "扫描次数";
|
|
|
- this.dqCOUNT.MinimumWidth = 8;
|
|
|
- this.dqCOUNT.Name = "dqCOUNT";
|
|
|
- this.dqCOUNT.ReadOnly = true;
|
|
|
- this.dqCOUNT.Width = 120;
|
|
|
- //
|
|
|
- // dqUPDATE_TIME
|
|
|
- //
|
|
|
- this.dqUPDATE_TIME.DataPropertyName = "dqUPDATE_TIME";
|
|
|
- this.dqUPDATE_TIME.HeaderText = "扫描时间";
|
|
|
- this.dqUPDATE_TIME.MinimumWidth = 8;
|
|
|
- this.dqUPDATE_TIME.Name = "dqUPDATE_TIME";
|
|
|
- this.dqUPDATE_TIME.ReadOnly = true;
|
|
|
- this.dqUPDATE_TIME.Width = 180;
|
|
|
- //
|
|
|
- // dqNAME
|
|
|
- //
|
|
|
- this.dqNAME.DataPropertyName = "dqNAME";
|
|
|
- this.dqNAME.HeaderText = "扫描人";
|
|
|
- this.dqNAME.MinimumWidth = 8;
|
|
|
- this.dqNAME.Name = "dqNAME";
|
|
|
- this.dqNAME.ReadOnly = true;
|
|
|
- this.dqNAME.Width = 120;
|
|
|
- //
|
|
|
- // dqRULE_NAME
|
|
|
+ // FileCountVal
|
|
|
//
|
|
|
- this.dqRULE_NAME.DataPropertyName = "dqRULE_NAME";
|
|
|
- this.dqRULE_NAME.HeaderText = "规则名称";
|
|
|
- this.dqRULE_NAME.MinimumWidth = 8;
|
|
|
- this.dqRULE_NAME.Name = "dqRULE_NAME";
|
|
|
- this.dqRULE_NAME.ReadOnly = true;
|
|
|
- this.dqRULE_NAME.Width = 150;
|
|
|
+ this.FileCountVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FileCountVal.Location = new System.Drawing.Point(629, 19);
|
|
|
+ this.FileCountVal.Name = "FileCountVal";
|
|
|
+ this.FileCountVal.Size = new System.Drawing.Size(65, 35);
|
|
|
+ this.FileCountVal.TabIndex = 13;
|
|
|
+ this.FileCountVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
- // dqRULE_VALUE
|
|
|
+ // FileCountLab
|
|
|
//
|
|
|
- this.dqRULE_VALUE.DataPropertyName = "dqRULE_VALUE";
|
|
|
- this.dqRULE_VALUE.HeaderText = "规则内容";
|
|
|
- this.dqRULE_VALUE.MinimumWidth = 8;
|
|
|
- this.dqRULE_VALUE.Name = "dqRULE_VALUE";
|
|
|
- this.dqRULE_VALUE.ReadOnly = true;
|
|
|
- this.dqRULE_VALUE.Width = 180;
|
|
|
+ this.FileCountLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.FileCountLab.AutoSize = true;
|
|
|
+ this.FileCountLab.Location = new System.Drawing.Point(515, 22);
|
|
|
+ this.FileCountLab.Name = "FileCountLab";
|
|
|
+ this.FileCountLab.Size = new System.Drawing.Size(122, 28);
|
|
|
+ this.FileCountLab.TabIndex = 12;
|
|
|
+ this.FileCountLab.Text = "打包文件数:";
|
|
|
//
|
|
|
// Main
|
|
|
//
|
|
|
@@ -1260,6 +1440,9 @@
|
|
|
this.detailCarton.PerformLayout();
|
|
|
this.detailSN.ResumeLayout(false);
|
|
|
this.detailSN.PerformLayout();
|
|
|
+ this.Page2.ResumeLayout(false);
|
|
|
+ this.FileDetail_Box.ResumeLayout(false);
|
|
|
+ this.FileDetail_Box.PerformLayout();
|
|
|
this.bottom.ResumeLayout(false);
|
|
|
this.bottom.PerformLayout();
|
|
|
this.top.ResumeLayout(false);
|
|
|
@@ -1363,5 +1546,20 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dqNAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dqRULE_NAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dqRULE_VALUE;
|
|
|
+ private System.Windows.Forms.ListBox MsgBox;
|
|
|
+ private System.Windows.Forms.Panel FileDetail_Box;
|
|
|
+ private System.Windows.Forms.TextBox timerVal;
|
|
|
+ private System.Windows.Forms.TextBox FtpPwVal;
|
|
|
+ private System.Windows.Forms.Label FtpPwLab;
|
|
|
+ private System.Windows.Forms.TextBox FtpAccountVal;
|
|
|
+ private System.Windows.Forms.Label FtpAccountLab;
|
|
|
+ private System.Windows.Forms.TextBox FtpPathVal;
|
|
|
+ private System.Windows.Forms.Label FtpPathLab;
|
|
|
+ private System.Windows.Forms.Button FtpConnect;
|
|
|
+ private System.Windows.Forms.Button FtpListen;
|
|
|
+ private System.Windows.Forms.Label timerLab1;
|
|
|
+ private System.Windows.Forms.Label timerLab;
|
|
|
+ private System.Windows.Forms.TextBox FileCountVal;
|
|
|
+ private System.Windows.Forms.Label FileCountLab;
|
|
|
}
|
|
|
}
|