namespace DeepMMO.Client.Win32.Battle { partial class GamePanelContainer { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GamePanelContainer)); this.panel1 = new System.Windows.Forms.Panel(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.lbl_ZoneUUID = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.menu_Main = new System.Windows.Forms.ToolStripDropDownButton(); this.btn_Login = new System.Windows.Forms.ToolStripMenuItem(); this.btn_Logout = new System.Windows.Forms.ToolStripMenuItem(); this.btn_Reconnect = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.statusStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 31); this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1384, 890); this.panel1.TabIndex = 1; // // statusStrip1 // this.statusStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lbl_ZoneUUID}); this.statusStrip1.Location = new System.Drawing.Point(0, 921); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0); this.statusStrip1.Size = new System.Drawing.Size(1384, 23); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // lbl_ZoneUUID // this.lbl_ZoneUUID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_ZoneUUID.Name = "lbl_ZoneUUID"; this.lbl_ZoneUUID.Size = new System.Drawing.Size(197, 23); this.lbl_ZoneUUID.Text = "toolStripStatusLabel1"; // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Main, this.toolStripDropDownButton1}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); this.toolStrip1.Size = new System.Drawing.Size(1384, 31); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // menu_Main // this.menu_Main.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.menu_Main.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_Login, this.btn_Logout, this.btn_Reconnect, this.toolStripMenuItem1}); this.menu_Main.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.menu_Main.ForeColor = System.Drawing.SystemColors.ControlText; this.menu_Main.Image = ((System.Drawing.Image)(resources.GetObject("menu_Main.Image"))); this.menu_Main.ImageTransparentColor = System.Drawing.Color.Magenta; this.menu_Main.Name = "menu_Main"; this.menu_Main.Size = new System.Drawing.Size(62, 28); this.menu_Main.Text = "Menu"; // // btn_Login // this.btn_Login.Name = "btn_Login"; this.btn_Login.Size = new System.Drawing.Size(252, 30); this.btn_Login.Text = "登录"; this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click); // // btn_Logout // this.btn_Logout.Name = "btn_Logout"; this.btn_Logout.Size = new System.Drawing.Size(252, 30); this.btn_Logout.Text = "登出"; this.btn_Logout.Click += new System.EventHandler(this.btn_Logout_Click); // // btn_Reconnect // this.btn_Reconnect.Name = "btn_Reconnect"; this.btn_Reconnect.Size = new System.Drawing.Size(252, 30); this.btn_Reconnect.Text = "重新连接"; this.btn_Reconnect.Click += new System.EventHandler(this.btn_Reconnect_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(249, 6); // // toolStripDropDownButton1 // this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripDropDownButton1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; this.toolStripDropDownButton1.Size = new System.Drawing.Size(42, 28); this.toolStripDropDownButton1.Text = "toolStripDropDownButton1"; // // GamePanelContainer // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "GamePanelContainer"; this.Size = new System.Drawing.Size(1384, 944); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripDropDownButton menu_Main; private System.Windows.Forms.ToolStripMenuItem btn_Login; private System.Windows.Forms.ToolStripMenuItem btn_Logout; private System.Windows.Forms.ToolStripMenuItem btn_Reconnect; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel lbl_ZoneUUID; } }