namespace CrawRobot
{
partial class frmCollectTI
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.btnTest = new System.Windows.Forms.Button();
this.btnIETest = new System.Windows.Forms.Button();
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.SuspendLayout();
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(959, 10);
this.btnTest.Margin = new System.Windows.Forms.Padding(4);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(51, 29);
this.btnTest.TabIndex = 30;
this.btnTest.Text = "Test";
this.btnTest.UseVisualStyleBackColor = true;
//
// btnIETest
//
this.btnIETest.Location = new System.Drawing.Point(1013, 10);
this.btnIETest.Margin = new System.Windows.Forms.Padding(4);
this.btnIETest.Name = "btnIETest";
this.btnIETest.Size = new System.Drawing.Size(51, 29);
this.btnIETest.TabIndex = 31;
this.btnIETest.Text = "IE";
this.btnIETest.UseVisualStyleBackColor = true;
//
// btnStart
//
this.btnStart.Location = new System.Drawing.Point(659, 14);
this.btnStart.Margin = new System.Windows.Forms.Padding(4);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(75, 29);
this.btnStart.TabIndex = 21;
this.btnStart.Text = "启动";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// richTextLog
//
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.Margin = new System.Windows.Forms.Padding(4);
this.richTextLog.Name = "richTextLog";
this.richTextLog.Size = new System.Drawing.Size(1028, 411);
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.Margin = new System.Windows.Forms.Padding(4);
this.txtURL.Name = "txtURL";
this.txtURL.Size = new System.Drawing.Size(420, 25);
this.txtURL.TabIndex = 23;
//
// btnStop
//
this.btnStop.Enabled = false;
this.btnStop.Location = new System.Drawing.Point(834, 16);
this.btnStop.Margin = new System.Windows.Forms.Padding(4);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(73, 29);
this.btnStop.TabIndex = 19;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnContinue
//
this.btnContinue.Enabled = false;
this.btnContinue.Location = new System.Drawing.Point(751, 16);
this.btnContinue.Margin = new System.Windows.Forms.Padding(4);
this.btnContinue.Name = "btnContinue";
this.btnContinue.Size = new System.Drawing.Size(75, 29);
this.btnContinue.TabIndex = 20;
this.btnContinue.Text = "继续";
this.btnContinue.UseVisualStyleBackColor = true;
//
// txtquantity
//
this.txtquantity.Location = new System.Drawing.Point(582, 16);
this.txtquantity.Name = "txtquantity";
this.txtquantity.Size = new System.Drawing.Size(56, 25);
this.txtquantity.TabIndex = 32;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(500, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 33;
this.label1.Text = "购买数量";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(1, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 15);
this.label2.TabIndex = 34;
this.label2.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.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtquantity);
this.Controls.Add(this.btnTest);
this.Controls.Add(this.btnIETest);
this.Controls.Add(this.btnStart);
this.Controls.Add(this.richTextLog);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.txtURL);
this.Controls.Add(this.btnStop);
this.Controls.Add(this.btnContinue);
this.Name = "frmCollectTI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "TI自动下单";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Button btnIETest;
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;
}
}