namespace CSharpMinecraftLauncher { partial class Frm_Main { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.login = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.username = new System.Windows.Forms.TextBox(); this.password = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // login // this.login.Location = new System.Drawing.Point(111, 154); this.login.Name = "login"; this.login.Size = new System.Drawing.Size(75, 23); this.login.TabIndex = 0; this.login.Text = "登录服务器"; this.login.UseVisualStyleBackColor = true; this.login.Click += new System.EventHandler(this.login_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 62); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 1; this.label1.Text = "账号"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 104); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "密码"; // // username // this.username.Location = new System.Drawing.Point(111, 62); this.username.Name = "username"; this.username.Size = new System.Drawing.Size(100, 21); this.username.TabIndex = 3; // // password // this.password.Location = new System.Drawing.Point(111, 104); this.password.Name = "password"; this.password.Size = new System.Drawing.Size(100, 21); this.password.TabIndex = 4; // // Frm_Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(280, 242); this.Controls.Add(this.password); this.Controls.Add(this.username); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.login); this.Name = "Frm_Main"; this.Text = "CSharpMinecraftLauncher"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button login; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox username; private System.Windows.Forms.TextBox password; } }