namespace Weixin.TBCirclePromotion
{
partial class ImportDataForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportDataForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label31 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.label1 = new System.Windows.Forms.Label();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label31);
this.groupBox1.Controls.Add(this.progressBar1);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.richTextBox1);
this.groupBox1.Location = new System.Drawing.Point(28, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(493, 498);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 导入数据 ";
//
// label31
//
this.label31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
this.label31.ForeColor = System.Drawing.Color.Blue;
this.label31.Location = new System.Drawing.Point(6, 441);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(353, 18);
this.label31.TabIndex = 24;
this.label31.Text = "状态";
this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(6, 462);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(353, 22);
this.progressBar1.TabIndex = 23;
//
// simpleButton1
//
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(374, 441);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(104, 40);
this.simpleButton1.TabIndex = 2;
this.simpleButton1.Text = "导 入";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Gray;
this.label1.Location = new System.Drawing.Point(73, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(135, 12);
this.label1.TabIndex = 1;
this.label1.Text = "注:一行一个宝贝链接";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(6, 53);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(482, 369);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// ImportDataForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(556, 555);
this.Controls.Add(this.groupBox1);
this.Name = "ImportDataForm";
this.Text = "导入淘宝数据";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImportDataForm_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RichTextBox richTextBox1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label label1;
}
}