477 lines
26 KiB
C#
477 lines
26 KiB
C#
|
namespace ProductClient
|
|||
|
{
|
|||
|
partial class MainForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|||
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|||
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|||
|
this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.hyperlinkLabelControl_3 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.hyperlinkLabelControl3 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.hyperlinkLabelControl_1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.hyperlinkLabelControl_2 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.hyperlinkLabelControl2 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|||
|
this.xtraTabControl1.SuspendLayout();
|
|||
|
this.xtraTabPage1.SuspendLayout();
|
|||
|
this.xtraTabPage2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
this.xtraTabPage3.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// xtraTabControl1
|
|||
|
//
|
|||
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|||
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
|||
|
this.xtraTabControl1.Size = new System.Drawing.Size(584, 435);
|
|||
|
this.xtraTabControl1.TabIndex = 0;
|
|||
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|||
|
this.xtraTabPage1,
|
|||
|
this.xtraTabPage2,
|
|||
|
this.xtraTabPage3});
|
|||
|
//
|
|||
|
// xtraTabPage1
|
|||
|
//
|
|||
|
this.xtraTabPage1.Controls.Add(this.label1);
|
|||
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|||
|
this.xtraTabPage1.Size = new System.Drawing.Size(582, 409);
|
|||
|
this.xtraTabPage1.Text = " 公 告 ";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label1.Location = new System.Drawing.Point(72, 68);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(428, 221);
|
|||
|
this.label1.TabIndex = 0;
|
|||
|
this.label1.Text = "内容包含:\r\n\r\n--内容运营:每日早报、每日晚报、每日电影推荐\r\n\r\n--爆款精选:人工精选爆款、精编朋友圈文案\r\n\r\n--选品策略:秒杀单、爆款单、过夜单、0" +
|
|||
|
"元购等等\r\n\r\n带你节省人力物力,提升产出、增加用户粘度\r\n\r\n公司安排资深选品专员,资深文案写手,携手大家一起达到人生巅峰\r\n\r\n多位百万大牛测试数据:跟我们" +
|
|||
|
"做朋友圈运营产出提升50%+";
|
|||
|
//
|
|||
|
// xtraTabPage2
|
|||
|
//
|
|||
|
this.xtraTabPage2.Controls.Add(this.label3);
|
|||
|
this.xtraTabPage2.Controls.Add(this.checkBox2);
|
|||
|
this.xtraTabPage2.Controls.Add(this.memoEdit1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.checkBox1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.comboBoxEdit2);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl8);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl7);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl6);
|
|||
|
this.xtraTabPage2.Controls.Add(this.numericUpDown1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.comboBoxEdit1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl9);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl5);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl4);
|
|||
|
this.xtraTabPage2.Controls.Add(this.textEdit4);
|
|||
|
this.xtraTabPage2.Controls.Add(this.textEdit3);
|
|||
|
this.xtraTabPage2.Controls.Add(this.textEdit2);
|
|||
|
this.xtraTabPage2.Controls.Add(this.textEdit1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.hyperlinkLabelControl_3);
|
|||
|
this.xtraTabPage2.Controls.Add(this.hyperlinkLabelControl3);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl10);
|
|||
|
this.xtraTabPage2.Controls.Add(this.hyperlinkLabelControl_1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl3);
|
|||
|
this.xtraTabPage2.Controls.Add(this.hyperlinkLabelControl1);
|
|||
|
this.xtraTabPage2.Controls.Add(this.hyperlinkLabelControl_2);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl2);
|
|||
|
this.xtraTabPage2.Controls.Add(this.hyperlinkLabelControl2);
|
|||
|
this.xtraTabPage2.Controls.Add(this.labelControl1);
|
|||
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|||
|
this.xtraTabPage2.Size = new System.Drawing.Size(582, 409);
|
|||
|
this.xtraTabPage2.Text = " 朋 友 圈 代 运 营 ";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|||
|
this.label3.Location = new System.Drawing.Point(165, 354);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(211, 42);
|
|||
|
this.label3.TabIndex = 25;
|
|||
|
this.label3.Text = "变量:[活动口令]\r\n注:可用于双十一、双十二红包活动等\r\n支持朋友圈内容、评语";
|
|||
|
//
|
|||
|
// checkBox2
|
|||
|
//
|
|||
|
this.checkBox2.AutoSize = true;
|
|||
|
this.checkBox2.Location = new System.Drawing.Point(330, 198);
|
|||
|
this.checkBox2.Name = "checkBox2";
|
|||
|
this.checkBox2.Size = new System.Drawing.Size(74, 18);
|
|||
|
this.checkBox2.TabIndex = 23;
|
|||
|
this.checkBox2.Text = "不发评论";
|
|||
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// memoEdit1
|
|||
|
//
|
|||
|
this.memoEdit1.Location = new System.Drawing.Point(159, 222);
|
|||
|
this.memoEdit1.Name = "memoEdit1";
|
|||
|
this.memoEdit1.Size = new System.Drawing.Size(245, 83);
|
|||
|
this.memoEdit1.TabIndex = 22;
|
|||
|
//
|
|||
|
// checkBox1
|
|||
|
//
|
|||
|
this.checkBox1.AutoSize = true;
|
|||
|
this.checkBox1.Location = new System.Drawing.Point(159, 198);
|
|||
|
this.checkBox1.Name = "checkBox1";
|
|||
|
this.checkBox1.Size = new System.Drawing.Size(158, 18);
|
|||
|
this.checkBox1.TabIndex = 21;
|
|||
|
this.checkBox1.Text = "淘宝商品评语使用淘口令";
|
|||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// comboBoxEdit2
|
|||
|
//
|
|||
|
this.comboBoxEdit2.EditValue = "";
|
|||
|
this.comboBoxEdit2.Location = new System.Drawing.Point(159, 42);
|
|||
|
this.comboBoxEdit2.Name = "comboBoxEdit2";
|
|||
|
this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|||
|
this.comboBoxEdit2.Size = new System.Drawing.Size(245, 20);
|
|||
|
this.comboBoxEdit2.TabIndex = 20;
|
|||
|
//
|
|||
|
// labelControl8
|
|||
|
//
|
|||
|
this.labelControl8.Location = new System.Drawing.Point(66, 48);
|
|||
|
this.labelControl8.Name = "labelControl8";
|
|||
|
this.labelControl8.Size = new System.Drawing.Size(72, 14);
|
|||
|
this.labelControl8.TabIndex = 19;
|
|||
|
this.labelControl8.Text = "淘宝短网址:";
|
|||
|
//
|
|||
|
// labelControl7
|
|||
|
//
|
|||
|
this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.labelControl7.Appearance.Options.UseForeColor = true;
|
|||
|
this.labelControl7.Location = new System.Drawing.Point(358, 174);
|
|||
|
this.labelControl7.Name = "labelControl7";
|
|||
|
this.labelControl7.Size = new System.Drawing.Size(109, 14);
|
|||
|
this.labelControl7.TabIndex = 18;
|
|||
|
this.labelControl7.Text = "[ 注:为0时不限制 ]";
|
|||
|
//
|
|||
|
// labelControl6
|
|||
|
//
|
|||
|
this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Blue;
|
|||
|
this.labelControl6.Appearance.Options.UseForeColor = true;
|
|||
|
this.labelControl6.Location = new System.Drawing.Point(278, 174);
|
|||
|
this.labelControl6.Name = "labelControl6";
|
|||
|
this.labelControl6.Size = new System.Drawing.Size(63, 14);
|
|||
|
this.labelControl6.TabIndex = 18;
|
|||
|
this.labelControl6.Text = "(单位/分钟)";
|
|||
|
//
|
|||
|
// numericUpDown1
|
|||
|
//
|
|||
|
this.numericUpDown1.Location = new System.Drawing.Point(159, 170);
|
|||
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|||
|
99999,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericUpDown1.Name = "numericUpDown1";
|
|||
|
this.numericUpDown1.Size = new System.Drawing.Size(111, 22);
|
|||
|
this.numericUpDown1.TabIndex = 17;
|
|||
|
//
|
|||
|
// comboBoxEdit1
|
|||
|
//
|
|||
|
this.comboBoxEdit1.EditValue = "模板A";
|
|||
|
this.comboBoxEdit1.Location = new System.Drawing.Point(159, 138);
|
|||
|
this.comboBoxEdit1.Name = "comboBoxEdit1";
|
|||
|
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
|
|||
|
"模板A",
|
|||
|
"模板B",
|
|||
|
"模板C"});
|
|||
|
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|||
|
this.comboBoxEdit1.Size = new System.Drawing.Size(245, 20);
|
|||
|
this.comboBoxEdit1.TabIndex = 16;
|
|||
|
//
|
|||
|
// labelControl9
|
|||
|
//
|
|||
|
this.labelControl9.Location = new System.Drawing.Point(54, 223);
|
|||
|
this.labelControl9.Name = "labelControl9";
|
|||
|
this.labelControl9.Size = new System.Drawing.Size(84, 14);
|
|||
|
this.labelControl9.TabIndex = 15;
|
|||
|
this.labelControl9.Text = "宝贝评语追加:";
|
|||
|
//
|
|||
|
// labelControl5
|
|||
|
//
|
|||
|
this.labelControl5.Location = new System.Drawing.Point(54, 174);
|
|||
|
this.labelControl5.Name = "labelControl5";
|
|||
|
this.labelControl5.Size = new System.Drawing.Size(84, 14);
|
|||
|
this.labelControl5.TabIndex = 15;
|
|||
|
this.labelControl5.Text = "宝贝发送间隔:";
|
|||
|
//
|
|||
|
// labelControl4
|
|||
|
//
|
|||
|
this.labelControl4.Location = new System.Drawing.Point(66, 141);
|
|||
|
this.labelControl4.Name = "labelControl4";
|
|||
|
this.labelControl4.Size = new System.Drawing.Size(72, 14);
|
|||
|
this.labelControl4.TabIndex = 15;
|
|||
|
this.labelControl4.Text = "优惠券模板:";
|
|||
|
//
|
|||
|
// textEdit4
|
|||
|
//
|
|||
|
this.textEdit4.Location = new System.Drawing.Point(159, 322);
|
|||
|
this.textEdit4.Name = "textEdit4";
|
|||
|
this.textEdit4.Size = new System.Drawing.Size(245, 20);
|
|||
|
this.textEdit4.TabIndex = 14;
|
|||
|
this.textEdit4.Leave += new System.EventHandler(this.textEdit_Leave);
|
|||
|
//
|
|||
|
// textEdit3
|
|||
|
//
|
|||
|
this.textEdit3.Location = new System.Drawing.Point(159, 105);
|
|||
|
this.textEdit3.Name = "textEdit3";
|
|||
|
this.textEdit3.Size = new System.Drawing.Size(245, 20);
|
|||
|
this.textEdit3.TabIndex = 14;
|
|||
|
this.textEdit3.Leave += new System.EventHandler(this.textEdit_Leave);
|
|||
|
//
|
|||
|
// textEdit2
|
|||
|
//
|
|||
|
this.textEdit2.Location = new System.Drawing.Point(159, 75);
|
|||
|
this.textEdit2.Name = "textEdit2";
|
|||
|
this.textEdit2.Size = new System.Drawing.Size(245, 20);
|
|||
|
this.textEdit2.TabIndex = 14;
|
|||
|
this.textEdit2.Leave += new System.EventHandler(this.textEdit_Leave);
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(159, 15);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(245, 20);
|
|||
|
this.textEdit1.TabIndex = 14;
|
|||
|
this.textEdit1.Leave += new System.EventHandler(this.textEdit_Leave);
|
|||
|
//
|
|||
|
// hyperlinkLabelControl_3
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl_3.Location = new System.Drawing.Point(487, 108);
|
|||
|
this.hyperlinkLabelControl_3.Name = "hyperlinkLabelControl_3";
|
|||
|
this.hyperlinkLabelControl_3.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.hyperlinkLabelControl_3.TabIndex = 8;
|
|||
|
this.hyperlinkLabelControl_3.Text = "删除推广位";
|
|||
|
this.hyperlinkLabelControl_3.Click += new System.EventHandler(this.hyperlinkLabelControl_Click_1);
|
|||
|
//
|
|||
|
// hyperlinkLabelControl3
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl3.Location = new System.Drawing.Point(413, 108);
|
|||
|
this.hyperlinkLabelControl3.Name = "hyperlinkLabelControl3";
|
|||
|
this.hyperlinkLabelControl3.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.hyperlinkLabelControl3.TabIndex = 8;
|
|||
|
this.hyperlinkLabelControl3.Text = "选择推广位";
|
|||
|
this.hyperlinkLabelControl3.Click += new System.EventHandler(this.hyperlinkLabelControl_Click);
|
|||
|
//
|
|||
|
// labelControl10
|
|||
|
//
|
|||
|
this.labelControl10.Location = new System.Drawing.Point(54, 325);
|
|||
|
this.labelControl10.Name = "labelControl10";
|
|||
|
this.labelControl10.Size = new System.Drawing.Size(84, 14);
|
|||
|
this.labelControl10.TabIndex = 11;
|
|||
|
this.labelControl10.Text = "活动口令内容:";
|
|||
|
//
|
|||
|
// hyperlinkLabelControl_1
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl_1.Location = new System.Drawing.Point(487, 18);
|
|||
|
this.hyperlinkLabelControl_1.Name = "hyperlinkLabelControl_1";
|
|||
|
this.hyperlinkLabelControl_1.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.hyperlinkLabelControl_1.TabIndex = 9;
|
|||
|
this.hyperlinkLabelControl_1.Text = "删除推广位";
|
|||
|
this.hyperlinkLabelControl_1.Click += new System.EventHandler(this.hyperlinkLabelControl_Click_1);
|
|||
|
//
|
|||
|
// labelControl3
|
|||
|
//
|
|||
|
this.labelControl3.Location = new System.Drawing.Point(66, 108);
|
|||
|
this.labelControl3.Name = "labelControl3";
|
|||
|
this.labelControl3.Size = new System.Drawing.Size(72, 14);
|
|||
|
this.labelControl3.TabIndex = 11;
|
|||
|
this.labelControl3.Text = "京东推广位:";
|
|||
|
//
|
|||
|
// hyperlinkLabelControl1
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl1.Location = new System.Drawing.Point(413, 18);
|
|||
|
this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
|
|||
|
this.hyperlinkLabelControl1.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.hyperlinkLabelControl1.TabIndex = 9;
|
|||
|
this.hyperlinkLabelControl1.Text = "选择推广位";
|
|||
|
this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl_Click);
|
|||
|
//
|
|||
|
// hyperlinkLabelControl_2
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl_2.Location = new System.Drawing.Point(487, 78);
|
|||
|
this.hyperlinkLabelControl_2.Name = "hyperlinkLabelControl_2";
|
|||
|
this.hyperlinkLabelControl_2.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.hyperlinkLabelControl_2.TabIndex = 10;
|
|||
|
this.hyperlinkLabelControl_2.Text = "删除推广位";
|
|||
|
this.hyperlinkLabelControl_2.Click += new System.EventHandler(this.hyperlinkLabelControl_Click_1);
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
this.labelControl2.Location = new System.Drawing.Point(54, 78);
|
|||
|
this.labelControl2.Name = "labelControl2";
|
|||
|
this.labelControl2.Size = new System.Drawing.Size(84, 14);
|
|||
|
this.labelControl2.TabIndex = 12;
|
|||
|
this.labelControl2.Text = "拼多多推广位:";
|
|||
|
//
|
|||
|
// hyperlinkLabelControl2
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl2.Location = new System.Drawing.Point(413, 78);
|
|||
|
this.hyperlinkLabelControl2.Name = "hyperlinkLabelControl2";
|
|||
|
this.hyperlinkLabelControl2.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.hyperlinkLabelControl2.TabIndex = 10;
|
|||
|
this.hyperlinkLabelControl2.Text = "选择推广位";
|
|||
|
this.hyperlinkLabelControl2.Click += new System.EventHandler(this.hyperlinkLabelControl_Click);
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(66, 18);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
|||
|
this.labelControl1.TabIndex = 13;
|
|||
|
this.labelControl1.Text = "淘宝推广位:";
|
|||
|
//
|
|||
|
// xtraTabPage3
|
|||
|
//
|
|||
|
this.xtraTabPage3.Controls.Add(this.label2);
|
|||
|
this.xtraTabPage3.Name = "xtraTabPage3";
|
|||
|
this.xtraTabPage3.PageEnabled = false;
|
|||
|
this.xtraTabPage3.Size = new System.Drawing.Size(582, 409);
|
|||
|
this.xtraTabPage3.Text = " 微 信 群 产 品 直 播 ";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Font = new System.Drawing.Font("Tahoma", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label2.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label2.Location = new System.Drawing.Point(95, 74);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(248, 68);
|
|||
|
this.label2.TabIndex = 0;
|
|||
|
this.label2.Text = "内测中...";
|
|||
|
//
|
|||
|
// MainForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(584, 435);
|
|||
|
this.Controls.Add(this.xtraTabControl1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "MainForm";
|
|||
|
this.Text = "爆单 - 代运营";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|||
|
this.xtraTabControl1.ResumeLayout(false);
|
|||
|
this.xtraTabPage1.ResumeLayout(false);
|
|||
|
this.xtraTabPage1.PerformLayout();
|
|||
|
this.xtraTabPage2.ResumeLayout(false);
|
|||
|
this.xtraTabPage2.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
this.xtraTabPage3.ResumeLayout(false);
|
|||
|
this.xtraTabPage3.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|||
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|||
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|||
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl3;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl2;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit2;
|
|||
|
private System.Windows.Forms.CheckBox checkBox1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|||
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl_3;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl_1;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl_2;
|
|||
|
private System.Windows.Forms.CheckBox checkBox2;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit4;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|||
|
}
|
|||
|
}
|