From 6a01d7eb50d4c351c0b050c628db7d7daf4e7a01 Mon Sep 17 00:00:00 2001
From: lk <1837241092@qq.com>
Date: 星期五, 21 十月 2022 20:07:31 +0800
Subject: [PATCH] TI已经优化完成20221021LK
---
BankRobot/frmCollectTI.Designer.cs | 88 ++++++++++++++++++++++++++++++++------------
1 files changed, 64 insertions(+), 24 deletions(-)
diff --git a/BankRobot/frmCollectTI.Designer.cs b/BankRobot/frmCollectTI.Designer.cs
index ce15bf5..8042364 100644
--- a/BankRobot/frmCollectTI.Designer.cs
+++ b/BankRobot/frmCollectTI.Designer.cs
@@ -34,13 +34,16 @@
this.btnStart = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.richTextLog = new System.Windows.Forms.RichTextBox();
- this.lblStatus = new System.Windows.Forms.Label();
this.txtURL = new System.Windows.Forms.TextBox();
this.btnStop = new System.Windows.Forms.Button();
this.btnContinue = new System.Windows.Forms.Button();
this.txtquantity = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.txtproduct = new System.Windows.Forms.TextBox();
+ this.btnrepeat = new System.Windows.Forms.Button();
+ this.lblStatus = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnTest
@@ -65,12 +68,12 @@
//
// btnStart
//
- this.btnStart.Location = new System.Drawing.Point(659, 14);
+ this.btnStart.Location = new System.Drawing.Point(663, 10);
this.btnStart.Margin = new System.Windows.Forms.Padding(4);
this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 29);
+ this.btnStart.Size = new System.Drawing.Size(110, 42);
this.btnStart.TabIndex = 21;
- this.btnStart.Text = "鍚姩";
+ this.btnStart.Text = "鍚姩鏈夊瓨璐х殑";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
@@ -78,35 +81,26 @@
//
this.richTextLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.richTextLog.Location = new System.Drawing.Point(22, 74);
+ this.richTextLog.Location = new System.Drawing.Point(22, 118);
this.richTextLog.Margin = new System.Windows.Forms.Padding(4);
this.richTextLog.Name = "richTextLog";
- this.richTextLog.Size = new System.Drawing.Size(1028, 411);
+ this.richTextLog.Size = new System.Drawing.Size(1028, 324);
this.richTextLog.TabIndex = 26;
this.richTextLog.Text = "";
//
- // lblStatus
- //
- this.lblStatus.AutoSize = true;
- this.lblStatus.Location = new System.Drawing.Point(19, 49);
- this.lblStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(127, 15);
- this.lblStatus.TabIndex = 25;
- this.lblStatus.Text = "绯荤粺鍒濆鍖栧畬鎴愶紒";
- //
// txtURL
//
- this.txtURL.Location = new System.Drawing.Point(75, 18);
+ this.txtURL.Location = new System.Drawing.Point(176, 18);
this.txtURL.Margin = new System.Windows.Forms.Padding(4);
this.txtURL.Name = "txtURL";
- this.txtURL.Size = new System.Drawing.Size(420, 25);
+ this.txtURL.Size = new System.Drawing.Size(283, 25);
this.txtURL.TabIndex = 23;
+ this.txtURL.Text = "txs0104ed";
//
// btnStop
//
this.btnStop.Enabled = false;
- this.btnStop.Location = new System.Drawing.Point(834, 16);
+ this.btnStop.Location = new System.Drawing.Point(878, 10);
this.btnStop.Margin = new System.Windows.Forms.Padding(4);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(73, 29);
@@ -118,7 +112,7 @@
// btnContinue
//
this.btnContinue.Enabled = false;
- this.btnContinue.Location = new System.Drawing.Point(751, 16);
+ this.btnContinue.Location = new System.Drawing.Point(795, 10);
this.btnContinue.Margin = new System.Windows.Forms.Padding(4);
this.btnContinue.Name = "btnContinue";
this.btnContinue.Size = new System.Drawing.Size(75, 29);
@@ -132,6 +126,7 @@
this.txtquantity.Name = "txtquantity";
this.txtquantity.Size = new System.Drawing.Size(56, 25);
this.txtquantity.TabIndex = 32;
+ this.txtquantity.Text = "10";
//
// label1
//
@@ -145,17 +140,59 @@
// label2
//
this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(1, 28);
+ this.label2.Location = new System.Drawing.Point(28, 26);
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 15);
+ this.label2.Size = new System.Drawing.Size(142, 15);
this.label2.TabIndex = 34;
- this.label2.Text = "浜у搧鍚嶇О";
+ this.label2.Text = "鏈夊瓨璐х殑浜у搧鍚嶇О锛�";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(43, 65);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(127, 15);
+ this.label3.TabIndex = 35;
+ this.label3.Text = "缂鸿揣鐨勪骇鍝佸悕绉帮細";
+ //
+ // txtproduct
+ //
+ this.txtproduct.Location = new System.Drawing.Point(176, 57);
+ this.txtproduct.Margin = new System.Windows.Forms.Padding(4);
+ this.txtproduct.Name = "txtproduct";
+ this.txtproduct.Size = new System.Drawing.Size(283, 25);
+ this.txtproduct.TabIndex = 36;
+ this.txtproduct.Text = "ISO5452DWR";
+ //
+ // btnrepeat
+ //
+ this.btnrepeat.Location = new System.Drawing.Point(663, 60);
+ this.btnrepeat.Margin = new System.Windows.Forms.Padding(4);
+ this.btnrepeat.Name = "btnrepeat";
+ this.btnrepeat.Size = new System.Drawing.Size(110, 41);
+ this.btnrepeat.TabIndex = 37;
+ this.btnrepeat.Text = "鍚姩缂鸿揣鐨�";
+ this.btnrepeat.UseVisualStyleBackColor = true;
+ this.btnrepeat.Click += new System.EventHandler(this.repeat_Click);
+ //
+ // lblStatus
+ //
+ this.lblStatus.AutoSize = true;
+ this.lblStatus.Location = new System.Drawing.Point(500, 65);
+ this.lblStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lblStatus.Name = "lblStatus";
+ this.lblStatus.Size = new System.Drawing.Size(127, 15);
+ this.lblStatus.TabIndex = 25;
+ this.lblStatus.Text = "绯荤粺鍒濆鍖栧畬鎴愶紒";
//
// frmCollectTI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1079, 516);
+ this.Controls.Add(this.btnrepeat);
+ this.Controls.Add(this.txtproduct);
+ this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtquantity);
@@ -182,12 +219,15 @@
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.RichTextBox richTextLog;
- private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.TextBox txtURL;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnContinue;
private System.Windows.Forms.TextBox txtquantity;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.TextBox txtproduct;
+ private System.Windows.Forms.Button btnrepeat;
+ private System.Windows.Forms.Label lblStatus;
}
}
\ No newline at end of file
--
Gitblit v1.8.0