namespace FLSystem.Forms { partial class EditGroup { /// /// 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.linkLabel2 = new System.Windows.Forms.LinkLabel(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.linkLabel2); this.groupBox1.Controls.Add(this.linkLabel1); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(37, 30); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(431, 244); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = " 编辑区 "; // // linkLabel2 // this.linkLabel2.AutoSize = true; this.linkLabel2.Location = new System.Drawing.Point(328, 135); this.linkLabel2.Name = "linkLabel2"; this.linkLabel2.Size = new System.Drawing.Size(55, 14); this.linkLabel2.TabIndex = 2; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "选择用户"; this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked); // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(328, 51); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(43, 14); this.linkLabel1.TabIndex = 2; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "选择群"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // textBox4 // this.textBox4.Location = new System.Drawing.Point(120, 173); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(189, 22); this.textBox4.TabIndex = 1; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(120, 131); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(189, 22); this.textBox3.TabIndex = 1; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(120, 89); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(189, 22); this.textBox2.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(44, 177); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 14); this.label4.TabIndex = 0; this.label4.Text = "群管昵称:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(120, 47); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(189, 22); this.textBox1.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(44, 135); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 14); this.label3.TabIndex = 0; this.label3.Text = "群管账号:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(56, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 14); this.label2.TabIndex = 0; this.label2.Text = "群昵称:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(56, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 14); this.label1.TabIndex = 0; this.label1.Text = "群账号:"; // // EditGroup // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(507, 309); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditGroup"; this.Text = "{0}群管"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditGroup_FormClosing); this.Load += new System.EventHandler(this.EditGroup_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel2; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; } }