|
|
@@ -120,14 +120,19 @@
|
|
|
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.FileDetail_Box1 = new System.Windows.Forms.Panel();
|
|
|
+ this.buildConfirm = new System.Windows.Forms.Button();
|
|
|
+ this.handExeLab1 = new System.Windows.Forms.Label();
|
|
|
+ this.handExeVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.handTimeLab = new System.Windows.Forms.Label();
|
|
|
this.handPathVal = new System.Windows.Forms.TextBox();
|
|
|
- this.handPathLab = new System.Windows.Forms.Label();
|
|
|
this.listenVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.handPathLab = new System.Windows.Forms.Label();
|
|
|
+ this.handTime = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.handExeLab = new System.Windows.Forms.Label();
|
|
|
this.listenLab = new System.Windows.Forms.Label();
|
|
|
this.buildStart = new System.Windows.Forms.Button();
|
|
|
- this.handExeLab = new System.Windows.Forms.Label();
|
|
|
- this.handTime = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.FileDetail_Box = new System.Windows.Forms.Panel();
|
|
|
this.FileCountVal = new System.Windows.Forms.TextBox();
|
|
|
this.FileCountLab = new System.Windows.Forms.Label();
|
|
|
this.timerLab1 = new System.Windows.Forms.Label();
|
|
|
@@ -145,11 +150,6 @@
|
|
|
this.currUser = new System.Windows.Forms.Label();
|
|
|
this.currTime = new System.Windows.Forms.Label();
|
|
|
this.top = new System.Windows.Forms.Panel();
|
|
|
- this.FileDetail_Box1 = new System.Windows.Forms.Panel();
|
|
|
- this.handTimeLab = new System.Windows.Forms.Label();
|
|
|
- this.handExeVal = new System.Windows.Forms.TextBox();
|
|
|
- this.handExeLab1 = new System.Windows.Forms.Label();
|
|
|
- this.buildConfirm = new System.Windows.Forms.Button();
|
|
|
this.Pagination.SuspendLayout();
|
|
|
this.Page1.SuspendLayout();
|
|
|
this.checkPagination.SuspendLayout();
|
|
|
@@ -172,10 +172,10 @@
|
|
|
this.detailCarton.SuspendLayout();
|
|
|
this.detailSN.SuspendLayout();
|
|
|
this.Page2.SuspendLayout();
|
|
|
+ this.FileDetail_Box1.SuspendLayout();
|
|
|
this.FileDetail_Box.SuspendLayout();
|
|
|
this.bottom.SuspendLayout();
|
|
|
this.top.SuspendLayout();
|
|
|
- this.FileDetail_Box1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// Pagination
|
|
|
@@ -951,9 +951,9 @@
|
|
|
this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
|
|
|
this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
|
|
this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
|
|
+ this.detailLeftBox.Controls.Add(this.dSum, 3, 0);
|
|
|
this.detailLeftBox.Controls.Add(this.dAll, 3, 1);
|
|
|
this.detailLeftBox.Controls.Add(this.dAgain, 1, 1);
|
|
|
- this.detailLeftBox.Controls.Add(this.dSum, 3, 0);
|
|
|
this.detailLeftBox.Controls.Add(this.detailCarton, 0, 3);
|
|
|
this.detailLeftBox.Controls.Add(this.dlab1, 0, 0);
|
|
|
this.detailLeftBox.Controls.Add(this.dlab2, 2, 0);
|
|
|
@@ -1208,25 +1208,62 @@
|
|
|
this.MsgBox.TabIndex = 0;
|
|
|
this.MsgBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.MsgBox_DrawItem);
|
|
|
//
|
|
|
- // FileDetail_Box
|
|
|
+ // FileDetail_Box1
|
|
|
//
|
|
|
- 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.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;
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.buildConfirm);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handExeLab1);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handExeVal);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handTimeLab);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handPathVal);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.listenVal);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handPathLab);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handTime);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.handExeLab);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.listenLab);
|
|
|
+ this.FileDetail_Box1.Controls.Add(this.buildStart);
|
|
|
+ this.FileDetail_Box1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.FileDetail_Box1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.FileDetail_Box1.Name = "FileDetail_Box1";
|
|
|
+ this.FileDetail_Box1.Size = new System.Drawing.Size(1240, 163);
|
|
|
+ this.FileDetail_Box1.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // buildConfirm
|
|
|
+ //
|
|
|
+ this.buildConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.buildConfirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.buildConfirm.Location = new System.Drawing.Point(448, 125);
|
|
|
+ this.buildConfirm.Name = "buildConfirm";
|
|
|
+ this.buildConfirm.Size = new System.Drawing.Size(100, 31);
|
|
|
+ this.buildConfirm.TabIndex = 24;
|
|
|
+ this.buildConfirm.Text = "确定";
|
|
|
+ this.buildConfirm.UseVisualStyleBackColor = true;
|
|
|
+ this.buildConfirm.Click += new System.EventHandler(this.buildConfirm_Click);
|
|
|
+ //
|
|
|
+ // handExeLab1
|
|
|
+ //
|
|
|
+ this.handExeLab1.AutoSize = true;
|
|
|
+ this.handExeLab1.Location = new System.Drawing.Point(188, 11);
|
|
|
+ this.handExeLab1.Name = "handExeLab1";
|
|
|
+ this.handExeLab1.Size = new System.Drawing.Size(54, 28);
|
|
|
+ this.handExeLab1.TabIndex = 23;
|
|
|
+ this.handExeLab1.Text = "分钟";
|
|
|
+ //
|
|
|
+ // handExeVal
|
|
|
+ //
|
|
|
+ this.handExeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.handExeVal.Location = new System.Drawing.Point(120, 9);
|
|
|
+ this.handExeVal.Name = "handExeVal";
|
|
|
+ this.handExeVal.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.handExeVal.TabIndex = 22;
|
|
|
+ //
|
|
|
+ // handTimeLab
|
|
|
+ //
|
|
|
+ this.handTimeLab.AutoSize = true;
|
|
|
+ this.handTimeLab.Location = new System.Drawing.Point(13, 51);
|
|
|
+ this.handTimeLab.Name = "handTimeLab";
|
|
|
+ this.handTimeLab.Size = new System.Drawing.Size(101, 28);
|
|
|
+ this.handTimeLab.TabIndex = 21;
|
|
|
+ this.handTimeLab.Text = "当前时段:";
|
|
|
//
|
|
|
// handPathVal
|
|
|
//
|
|
|
@@ -1237,6 +1274,15 @@
|
|
|
this.handPathVal.TabIndex = 20;
|
|
|
this.handPathVal.Click += new System.EventHandler(this.handPathVal_Click);
|
|
|
//
|
|
|
+ // listenVal
|
|
|
+ //
|
|
|
+ this.listenVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.listenVal.Location = new System.Drawing.Point(120, 89);
|
|
|
+ this.listenVal.Name = "listenVal";
|
|
|
+ this.listenVal.Size = new System.Drawing.Size(322, 31);
|
|
|
+ this.listenVal.TabIndex = 18;
|
|
|
+ this.listenVal.Click += new System.EventHandler(this.listenVal_Click);
|
|
|
+ //
|
|
|
// handPathLab
|
|
|
//
|
|
|
this.handPathLab.AutoSize = true;
|
|
|
@@ -1246,14 +1292,24 @@
|
|
|
this.handPathLab.TabIndex = 19;
|
|
|
this.handPathLab.Text = "导出路径:";
|
|
|
//
|
|
|
- // listenVal
|
|
|
+ // handTime
|
|
|
//
|
|
|
- this.listenVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.listenVal.Location = new System.Drawing.Point(120, 89);
|
|
|
- this.listenVal.Name = "listenVal";
|
|
|
- this.listenVal.Size = new System.Drawing.Size(322, 31);
|
|
|
- this.listenVal.TabIndex = 18;
|
|
|
- this.listenVal.Click += new System.EventHandler(this.listenVal_Click);
|
|
|
+ this.handTime.CustomFormat = "yyyy-MM-dd HH";
|
|
|
+ this.handTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.handTime.Location = new System.Drawing.Point(120, 46);
|
|
|
+ this.handTime.Name = "handTime";
|
|
|
+ this.handTime.ShowUpDown = true;
|
|
|
+ this.handTime.Size = new System.Drawing.Size(185, 35);
|
|
|
+ this.handTime.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // handExeLab
|
|
|
+ //
|
|
|
+ this.handExeLab.AutoSize = true;
|
|
|
+ this.handExeLab.Location = new System.Drawing.Point(13, 11);
|
|
|
+ this.handExeLab.Name = "handExeLab";
|
|
|
+ this.handExeLab.Size = new System.Drawing.Size(143, 28);
|
|
|
+ this.handExeLab.TabIndex = 15;
|
|
|
+ this.handExeLab.Text = "处理间隔时间:";
|
|
|
//
|
|
|
// listenLab
|
|
|
//
|
|
|
@@ -1276,24 +1332,25 @@
|
|
|
this.buildStart.UseVisualStyleBackColor = true;
|
|
|
this.buildStart.Click += new System.EventHandler(this.buildStart_Click);
|
|
|
//
|
|
|
- // handExeLab
|
|
|
- //
|
|
|
- this.handExeLab.AutoSize = true;
|
|
|
- this.handExeLab.Location = new System.Drawing.Point(13, 11);
|
|
|
- this.handExeLab.Name = "handExeLab";
|
|
|
- this.handExeLab.Size = new System.Drawing.Size(143, 28);
|
|
|
- this.handExeLab.TabIndex = 15;
|
|
|
- this.handExeLab.Text = "处理间隔时间:";
|
|
|
- //
|
|
|
- // handTime
|
|
|
+ // FileDetail_Box
|
|
|
//
|
|
|
- this.handTime.CustomFormat = "yyyy-MM-dd HH";
|
|
|
- this.handTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.handTime.Location = new System.Drawing.Point(120, 46);
|
|
|
- this.handTime.Name = "handTime";
|
|
|
- this.handTime.ShowUpDown = true;
|
|
|
- this.handTime.Size = new System.Drawing.Size(185, 35);
|
|
|
- this.handTime.TabIndex = 14;
|
|
|
+ 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.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;
|
|
|
//
|
|
|
// FileCountVal
|
|
|
//
|
|
|
@@ -1474,63 +1531,6 @@
|
|
|
this.top.Size = new System.Drawing.Size(1254, 625);
|
|
|
this.top.TabIndex = 3;
|
|
|
//
|
|
|
- // FileDetail_Box1
|
|
|
- //
|
|
|
- this.FileDetail_Box1.Controls.Add(this.buildConfirm);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handExeLab1);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handExeVal);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handTimeLab);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handPathVal);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.listenVal);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handPathLab);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handTime);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.handExeLab);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.listenLab);
|
|
|
- this.FileDetail_Box1.Controls.Add(this.buildStart);
|
|
|
- this.FileDetail_Box1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.FileDetail_Box1.Location = new System.Drawing.Point(3, 3);
|
|
|
- this.FileDetail_Box1.Name = "FileDetail_Box1";
|
|
|
- this.FileDetail_Box1.Size = new System.Drawing.Size(1240, 163);
|
|
|
- this.FileDetail_Box1.TabIndex = 21;
|
|
|
- //
|
|
|
- // handTimeLab
|
|
|
- //
|
|
|
- this.handTimeLab.AutoSize = true;
|
|
|
- this.handTimeLab.Location = new System.Drawing.Point(13, 51);
|
|
|
- this.handTimeLab.Name = "handTimeLab";
|
|
|
- this.handTimeLab.Size = new System.Drawing.Size(101, 28);
|
|
|
- this.handTimeLab.TabIndex = 21;
|
|
|
- this.handTimeLab.Text = "当前时段:";
|
|
|
- //
|
|
|
- // handExeVal
|
|
|
- //
|
|
|
- this.handExeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.handExeVal.Location = new System.Drawing.Point(120, 9);
|
|
|
- this.handExeVal.Name = "handExeVal";
|
|
|
- this.handExeVal.Size = new System.Drawing.Size(62, 31);
|
|
|
- this.handExeVal.TabIndex = 22;
|
|
|
- //
|
|
|
- // handExeLab1
|
|
|
- //
|
|
|
- this.handExeLab1.AutoSize = true;
|
|
|
- this.handExeLab1.Location = new System.Drawing.Point(188, 11);
|
|
|
- this.handExeLab1.Name = "handExeLab1";
|
|
|
- this.handExeLab1.Size = new System.Drawing.Size(54, 28);
|
|
|
- this.handExeLab1.TabIndex = 23;
|
|
|
- this.handExeLab1.Text = "分钟";
|
|
|
- //
|
|
|
- // buildConfirm
|
|
|
- //
|
|
|
- this.buildConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.buildConfirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.buildConfirm.Location = new System.Drawing.Point(448, 125);
|
|
|
- this.buildConfirm.Name = "buildConfirm";
|
|
|
- this.buildConfirm.Size = new System.Drawing.Size(100, 31);
|
|
|
- this.buildConfirm.TabIndex = 24;
|
|
|
- this.buildConfirm.Text = "确定";
|
|
|
- this.buildConfirm.UseVisualStyleBackColor = true;
|
|
|
- this.buildConfirm.Click += new System.EventHandler(this.buildConfirm_Click);
|
|
|
- //
|
|
|
// Main
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
|
@@ -1578,13 +1578,13 @@
|
|
|
this.detailSN.ResumeLayout(false);
|
|
|
this.detailSN.PerformLayout();
|
|
|
this.Page2.ResumeLayout(false);
|
|
|
+ this.FileDetail_Box1.ResumeLayout(false);
|
|
|
+ this.FileDetail_Box1.PerformLayout();
|
|
|
this.FileDetail_Box.ResumeLayout(false);
|
|
|
this.FileDetail_Box.PerformLayout();
|
|
|
this.bottom.ResumeLayout(false);
|
|
|
this.bottom.PerformLayout();
|
|
|
this.top.ResumeLayout(false);
|
|
|
- this.FileDetail_Box1.ResumeLayout(false);
|
|
|
- this.FileDetail_Box1.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|