140 lines
6.2 KiB
C#
140 lines
6.2 KiB
C#
namespace FLSystem.Forms
|
|
{
|
|
partial class group_info_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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.simpleButton3);
|
|
this.groupBox1.Controls.Add(this.simpleButton2);
|
|
this.groupBox1.Controls.Add(this.textEdit1);
|
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|
this.groupBox1.Controls.Add(this.textEdit2);
|
|
this.groupBox1.Controls.Add(this.labelControl2);
|
|
this.groupBox1.Location = new System.Drawing.Point(37, 33);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(444, 230);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "群消息";
|
|
//
|
|
// simpleButton3
|
|
//
|
|
this.simpleButton3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.simpleButton3.Location = new System.Drawing.Point(114, 147);
|
|
this.simpleButton3.Name = "simpleButton3";
|
|
this.simpleButton3.Size = new System.Drawing.Size(85, 35);
|
|
this.simpleButton3.TabIndex = 14;
|
|
this.simpleButton3.Text = " 确 定 ";
|
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.simpleButton2.Location = new System.Drawing.Point(260, 147);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(85, 35);
|
|
this.simpleButton2.TabIndex = 14;
|
|
this.simpleButton2.Text = " 取 消 ";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.Location = new System.Drawing.Point(114, 57);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Size = new System.Drawing.Size(250, 20);
|
|
this.textEdit1.TabIndex = 11;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(64, 60);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl1.TabIndex = 9;
|
|
this.labelControl1.Text = "群昵称:";
|
|
//
|
|
// textEdit2
|
|
//
|
|
this.textEdit2.Location = new System.Drawing.Point(114, 93);
|
|
this.textEdit2.Name = "textEdit2";
|
|
this.textEdit2.Size = new System.Drawing.Size(250, 20);
|
|
this.textEdit2.TabIndex = 11;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(64, 96);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl2.TabIndex = 9;
|
|
this.labelControl2.Text = "群账号:";
|
|
//
|
|
// group_info_form
|
|
//
|
|
this.AcceptButton = this.simpleButton3;
|
|
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(517, 296);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "group_info_form";
|
|
this.Text = "编辑群信息";
|
|
this.Load += new System.EventHandler(this.group_info_form_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
}
|
|
} |