old_flsystem/FLSystem/Forms/tlj_form.Designer.cs

265 lines
13 KiB
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
namespace FLSystem.Forms
{
partial class tlj_form
{
/// <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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(53, 106);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(90, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "淘礼金AppKey";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(37, 137);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(106, 14);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "淘礼金AppSecret";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(35, 171);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(108, 14);
this.labelControl3.TabIndex = 0;
this.labelControl3.Text = "淘礼金推广位昵称:";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(149, 103);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(319, 20);
this.textEdit1.TabIndex = 1;
//
// textEdit2
//
this.textEdit2.Location = new System.Drawing.Point(149, 134);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Size = new System.Drawing.Size(319, 20);
this.textEdit2.TabIndex = 2;
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(149, 242);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(102, 30);
this.simpleButton1.TabIndex = 4;
this.simpleButton1.Text = " 确 定 ";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(297, 242);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(102, 30);
this.simpleButton2.TabIndex = 4;
this.simpleButton2.Text = " 取 消 ";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textEdit4);
this.groupBox1.Controls.Add(this.labelControl8);
this.groupBox1.Controls.Add(this.labelControl7);
this.groupBox1.Controls.Add(this.labelControl11);
this.groupBox1.Controls.Add(this.labelControl10);
this.groupBox1.Controls.Add(this.labelControl9);
this.groupBox1.Controls.Add(this.labelControl5);
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.textEdit3);
this.groupBox1.Controls.Add(this.textEdit2);
this.groupBox1.Controls.Add(this.textEdit1);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.labelControl6);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl4);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Location = new System.Drawing.Point(37, 31);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(499, 301);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 淘礼金基础设置 ";
//
// textEdit3
//
this.textEdit3.Location = new System.Drawing.Point(149, 165);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Size = new System.Drawing.Size(319, 20);
this.textEdit3.TabIndex = 3;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(83, 75);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(60, 14);
this.labelControl4.TabIndex = 0;
this.labelControl4.Text = "淘宝昵称:";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(161, 75);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(24, 14);
this.labelControl5.TabIndex = 5;
this.labelControl5.Text = "昵称";
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(83, 44);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(60, 14);
this.labelControl6.TabIndex = 0;
this.labelControl6.Text = "淘宝账号:";
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(161, 44);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(24, 14);
this.labelControl7.TabIndex = 5;
this.labelControl7.Text = "账号";
//
// textEdit4
//
this.textEdit4.Location = new System.Drawing.Point(149, 196);
this.textEdit4.Name = "textEdit4";
this.textEdit4.Size = new System.Drawing.Size(319, 20);
this.textEdit4.TabIndex = 7;
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(43, 199);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(100, 14);
this.labelControl8.TabIndex = 6;
this.labelControl8.Text = "淘礼金推广位Pid";
//
// labelControl9
//
this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl9.Appearance.Options.UseForeColor = true;
this.labelControl9.Location = new System.Drawing.Point(469, 199);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(7, 14);
this.labelControl9.TabIndex = 5;
this.labelControl9.Text = "*";
//
// labelControl10
//
this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl10.Appearance.Options.UseForeColor = true;
this.labelControl10.Location = new System.Drawing.Point(474, 137);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(7, 14);
this.labelControl10.TabIndex = 5;
this.labelControl10.Text = "*";
//
// labelControl11
//
this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl11.Appearance.Options.UseForeColor = true;
this.labelControl11.Location = new System.Drawing.Point(474, 106);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(7, 14);
this.labelControl11.TabIndex = 5;
this.labelControl11.Text = "*";
//
// tlj_form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(573, 363);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "tlj_form";
this.Text = "淘礼金设置";
this.Load += new System.EventHandler(this.tlj_form_Load);
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.TextEdit textEdit3;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.TextEdit textEdit4;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.LabelControl labelControl10;
}
}