namespace UserFission { partial class EditGroupForm { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.labelControl3); this.groupBox1.Controls.Add(this.simpleButton2); this.groupBox1.Controls.Add(this.simpleButton1); this.groupBox1.Controls.Add(this.textEdit2); this.groupBox1.Controls.Add(this.textEdit1); this.groupBox1.Controls.Add(this.labelControl2); this.groupBox1.Controls.Add(this.labelControl1); this.groupBox1.Location = new System.Drawing.Point(49, 45); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(483, 248); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = " 基础信息 "; // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(305, 197); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(85, 32); this.simpleButton2.TabIndex = 4; 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(137, 197); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(85, 32); this.simpleButton1.TabIndex = 5; this.simpleButton1.Text = " 确 定 "; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // textEdit2 // this.textEdit2.Location = new System.Drawing.Point(167, 66); this.textEdit2.Name = "textEdit2"; this.textEdit2.Size = new System.Drawing.Size(237, 20); this.textEdit2.TabIndex = 2; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(167, 102); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(237, 20); this.textEdit1.TabIndex = 2; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(115, 105); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(36, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "备注:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(115, 69); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "群ID:"; // // labelControl3 // this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Location = new System.Drawing.Point(72, 137); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(382, 42); this.labelControl3.TabIndex = 6; this.labelControl3.Text = "注:\r\n群ID:获取方式,在群中发送消息,日志中获取(格式:xxxxx@chatroom)\r\n备注:用于区分群,自定义即可"; // // EditGroupForm // 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(581, 339); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditGroupForm"; this.Text = "编辑群信息"; this.Load += new System.EventHandler(this.EditGroupForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit textEdit2; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl labelControl3; } }