GamePanelContainer.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace DeepMMO.Client.Win32.Battle
  2. {
  3. partial class GamePanelContainer
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GamePanelContainer));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  31. this.lbl_ZoneUUID = new System.Windows.Forms.ToolStripStatusLabel();
  32. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33. this.menu_Main = new System.Windows.Forms.ToolStripDropDownButton();
  34. this.btn_Login = new System.Windows.Forms.ToolStripMenuItem();
  35. this.btn_Logout = new System.Windows.Forms.ToolStripMenuItem();
  36. this.btn_Reconnect = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
  39. this.statusStrip1.SuspendLayout();
  40. this.toolStrip1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // panel1
  44. //
  45. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.panel1.Location = new System.Drawing.Point(0, 31);
  47. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(1384, 890);
  50. this.panel1.TabIndex = 1;
  51. //
  52. // statusStrip1
  53. //
  54. this.statusStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  56. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57. this.lbl_ZoneUUID});
  58. this.statusStrip1.Location = new System.Drawing.Point(0, 921);
  59. this.statusStrip1.Name = "statusStrip1";
  60. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0);
  61. this.statusStrip1.Size = new System.Drawing.Size(1384, 23);
  62. this.statusStrip1.TabIndex = 0;
  63. this.statusStrip1.Text = "statusStrip1";
  64. //
  65. // lbl_ZoneUUID
  66. //
  67. this.lbl_ZoneUUID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.lbl_ZoneUUID.Name = "lbl_ZoneUUID";
  69. this.lbl_ZoneUUID.Size = new System.Drawing.Size(197, 23);
  70. this.lbl_ZoneUUID.Text = "toolStripStatusLabel1";
  71. //
  72. // toolStrip1
  73. //
  74. this.toolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  76. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  77. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.menu_Main,
  79. this.toolStripDropDownButton1});
  80. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  81. this.toolStrip1.Name = "toolStrip1";
  82. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  83. this.toolStrip1.Size = new System.Drawing.Size(1384, 31);
  84. this.toolStrip1.TabIndex = 2;
  85. this.toolStrip1.Text = "toolStrip1";
  86. //
  87. // menu_Main
  88. //
  89. this.menu_Main.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  90. this.menu_Main.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.btn_Login,
  92. this.btn_Logout,
  93. this.btn_Reconnect,
  94. this.toolStripMenuItem1});
  95. this.menu_Main.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.menu_Main.ForeColor = System.Drawing.SystemColors.ControlText;
  97. this.menu_Main.Image = ((System.Drawing.Image)(resources.GetObject("menu_Main.Image")));
  98. this.menu_Main.ImageTransparentColor = System.Drawing.Color.Magenta;
  99. this.menu_Main.Name = "menu_Main";
  100. this.menu_Main.Size = new System.Drawing.Size(62, 28);
  101. this.menu_Main.Text = "Menu";
  102. //
  103. // btn_Login
  104. //
  105. this.btn_Login.Name = "btn_Login";
  106. this.btn_Login.Size = new System.Drawing.Size(252, 30);
  107. this.btn_Login.Text = "登录";
  108. this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
  109. //
  110. // btn_Logout
  111. //
  112. this.btn_Logout.Name = "btn_Logout";
  113. this.btn_Logout.Size = new System.Drawing.Size(252, 30);
  114. this.btn_Logout.Text = "登出";
  115. this.btn_Logout.Click += new System.EventHandler(this.btn_Logout_Click);
  116. //
  117. // btn_Reconnect
  118. //
  119. this.btn_Reconnect.Name = "btn_Reconnect";
  120. this.btn_Reconnect.Size = new System.Drawing.Size(252, 30);
  121. this.btn_Reconnect.Text = "重新连接";
  122. this.btn_Reconnect.Click += new System.EventHandler(this.btn_Reconnect_Click);
  123. //
  124. // toolStripMenuItem1
  125. //
  126. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  127. this.toolStripMenuItem1.Size = new System.Drawing.Size(249, 6);
  128. //
  129. // toolStripDropDownButton1
  130. //
  131. this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  132. this.toolStripDropDownButton1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
  134. this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  135. this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  136. this.toolStripDropDownButton1.Size = new System.Drawing.Size(42, 28);
  137. this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
  138. //
  139. // GamePanelContainer
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.Controls.Add(this.panel1);
  144. this.Controls.Add(this.toolStrip1);
  145. this.Controls.Add(this.statusStrip1);
  146. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  147. this.Name = "GamePanelContainer";
  148. this.Size = new System.Drawing.Size(1384, 944);
  149. this.statusStrip1.ResumeLayout(false);
  150. this.statusStrip1.PerformLayout();
  151. this.toolStrip1.ResumeLayout(false);
  152. this.toolStrip1.PerformLayout();
  153. this.ResumeLayout(false);
  154. this.PerformLayout();
  155. }
  156. #endregion
  157. private System.Windows.Forms.Panel panel1;
  158. private System.Windows.Forms.ToolStrip toolStrip1;
  159. private System.Windows.Forms.ToolStripDropDownButton menu_Main;
  160. private System.Windows.Forms.ToolStripMenuItem btn_Login;
  161. private System.Windows.Forms.ToolStripMenuItem btn_Logout;
  162. private System.Windows.Forms.ToolStripMenuItem btn_Reconnect;
  163. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  164. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
  165. private System.Windows.Forms.StatusStrip statusStrip1;
  166. private System.Windows.Forms.ToolStripStatusLabel lbl_ZoneUUID;
  167. }
  168. }