namespace FLSystem.Forms
{
partial class WPHNavForm
{
///
/// 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.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(58, 31);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(420, 154);
this.labelControl1.TabIndex = 2;
this.labelControl1.Text = "温馨提示:亲当前还未使用唯品会返利,唯品会活动力度不比其他平台返利少哦\r\n\r\n使用步骤如下:\r\n\r\n1、注册唯品会联盟账号(点击右侧按钮进行注册)\r\n\r\n2、注册" +
"完成以后在联盟管理中进行登录\r\n\r\n3、设置机器人推广位即可\r\n\r\n就是这么便捷,现在行动起来吧!!!";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(366, 83);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(101, 23);
this.simpleButton1.TabIndex = 3;
this.simpleButton1.Text = "打开唯品会联盟";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// separatorControl1
//
this.separatorControl1.Location = new System.Drawing.Point(12, 203);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Size = new System.Drawing.Size(533, 23);
this.separatorControl1.TabIndex = 4;
//
// checkEdit1
//
this.checkEdit1.Location = new System.Drawing.Point(34, 225);
this.checkEdit1.Name = "checkEdit1";
this.checkEdit1.Properties.Caption = "下次不在提示";
this.checkEdit1.Size = new System.Drawing.Size(341, 18);
this.checkEdit1.TabIndex = 5;
//
// WPHNavForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(557, 255);
this.Controls.Add(this.checkEdit1);
this.Controls.Add(this.separatorControl1);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.labelControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "WPHNavForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "唯品会引导页";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WPHNavForm_FormClosing);
this.Load += new System.EventHandler(this.WPHNavForm_Load);
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
private DevExpress.XtraEditors.CheckEdit checkEdit1;
}
}