old_flsystem/应用/CouponsSend/EditGroupInfoForm.Designer.cs

235 lines
11 KiB
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
namespace CouponsSend
{
partial class EditGroupInfoForm
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.comboBoxEdit1);
this.groupBox1.Controls.Add(this.hyperlinkLabelControl1);
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.labelControl5);
this.groupBox1.Controls.Add(this.labelControl8);
this.groupBox1.Controls.Add(this.labelControl4);
this.groupBox1.Controls.Add(this.labelControl7);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl6);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Location = new System.Drawing.Point(46, 43);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(469, 268);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 编辑群信息 ";
//
// comboBoxEdit1
//
this.comboBoxEdit1.Location = new System.Drawing.Point(142, 45);
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.Size = new System.Drawing.Size(269, 20);
this.comboBoxEdit1.TabIndex = 10;
//
// hyperlinkLabelControl1
//
this.hyperlinkLabelControl1.Location = new System.Drawing.Point(159, 156);
this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
this.hyperlinkLabelControl1.Size = new System.Drawing.Size(48, 14);
this.hyperlinkLabelControl1.TabIndex = 9;
this.hyperlinkLabelControl1.Text = "双击设置";
this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
//
// simpleButton2
//
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton2.Location = new System.Drawing.Point(280, 193);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(88, 35);
this.simpleButton2.TabIndex = 7;
this.simpleButton2.Text = " 取 消 ";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton1.Location = new System.Drawing.Point(118, 193);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(88, 35);
this.simpleButton1.TabIndex = 8;
this.simpleButton1.Text = " 确 定 ";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// labelControl5
//
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl5.Appearance.Options.UseForeColor = true;
this.labelControl5.Location = new System.Drawing.Point(417, 115);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(7, 14);
this.labelControl5.TabIndex = 4;
this.labelControl5.Text = "*";
//
// labelControl4
//
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(417, 81);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(7, 14);
this.labelControl4.TabIndex = 4;
this.labelControl4.Text = "*";
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(88, 48);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(48, 14);
this.labelControl7.TabIndex = 4;
this.labelControl7.Text = "机器人:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(88, 81);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 4;
this.labelControl2.Text = "群昵称:";
//
// labelControl6
//
this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl6.Appearance.Options.UseForeColor = true;
this.labelControl6.Location = new System.Drawing.Point(290, 156);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(121, 14);
this.labelControl6.TabIndex = 5;
this.labelControl6.Text = "( 用于发券转链的PID )";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(81, 156);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(55, 14);
this.labelControl3.TabIndex = 5;
this.labelControl3.Text = "转链PID";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(88, 115);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 5;
this.labelControl1.Text = "群账号:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(142, 77);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(269, 22);
this.textBox2.TabIndex = 2;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(142, 111);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(269, 22);
this.textBox1.TabIndex = 3;
//
// labelControl8
//
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl8.Appearance.Options.UseForeColor = true;
this.labelControl8.Location = new System.Drawing.Point(417, 48);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(7, 14);
this.labelControl8.TabIndex = 4;
this.labelControl8.Text = "*";
//
// EditGroupInfoForm
//
this.AcceptButton = this.simpleButton1;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.simpleButton2;
this.ClientSize = new System.Drawing.Size(561, 354);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditGroupInfoForm";
this.Text = "编辑发券群信息";
this.Load += new System.EventHandler(this.EditGroupInfoForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl8;
}
}