FormTest.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace ZeusServerTest
  2. {
  3. partial class FormTest
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.listView_Nodes = new System.Windows.Forms.ListView();
  31. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.pictureBoxRoomLayer = new System.Windows.Forms.PictureBox();
  35. this.timer1 = new System.Windows.Forms.Timer(this.components);
  36. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  37. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  38. this.lbl_Status = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.timer2 = new System.Windows.Forms.Timer(this.components);
  40. this.menu_Node = new System.Windows.Forms.ContextMenuStrip(this.components);
  41. this.menuBtn_AddPlayer = new System.Windows.Forms.ToolStripMenuItem();
  42. this.menuBtn_AddBots = new System.Windows.Forms.ToolStripMenuItem();
  43. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  44. this.splitContainer1.Panel1.SuspendLayout();
  45. this.splitContainer1.Panel2.SuspendLayout();
  46. this.splitContainer1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRoomLayer)).BeginInit();
  48. this.statusStrip1.SuspendLayout();
  49. this.menu_Node.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // splitContainer1
  53. //
  54. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  56. this.splitContainer1.Name = "splitContainer1";
  57. //
  58. // splitContainer1.Panel1
  59. //
  60. this.splitContainer1.Panel1.Controls.Add(this.listView_Nodes);
  61. //
  62. // splitContainer1.Panel2
  63. //
  64. this.splitContainer1.Panel2.Controls.Add(this.pictureBoxRoomLayer);
  65. this.splitContainer1.Size = new System.Drawing.Size(1020, 623);
  66. this.splitContainer1.SplitterDistance = 340;
  67. this.splitContainer1.TabIndex = 0;
  68. //
  69. // listView_Nodes
  70. //
  71. this.listView_Nodes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  72. this.columnHeader1,
  73. this.columnHeader2,
  74. this.columnHeader3});
  75. this.listView_Nodes.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.listView_Nodes.FullRowSelect = true;
  77. this.listView_Nodes.GridLines = true;
  78. this.listView_Nodes.HideSelection = false;
  79. this.listView_Nodes.Location = new System.Drawing.Point(0, 0);
  80. this.listView_Nodes.MultiSelect = false;
  81. this.listView_Nodes.Name = "listView_Nodes";
  82. this.listView_Nodes.Size = new System.Drawing.Size(340, 623);
  83. this.listView_Nodes.TabIndex = 0;
  84. this.listView_Nodes.UseCompatibleStateImageBehavior = false;
  85. this.listView_Nodes.View = System.Windows.Forms.View.Details;
  86. this.listView_Nodes.SelectedIndexChanged += new System.EventHandler(this.listView_Nodes_SelectedIndexChanged);
  87. //
  88. // columnHeader1
  89. //
  90. this.columnHeader1.Text = "ID";
  91. this.columnHeader1.Width = 79;
  92. //
  93. // columnHeader2
  94. //
  95. this.columnHeader2.Text = "Name";
  96. this.columnHeader2.Width = 135;
  97. //
  98. // columnHeader3
  99. //
  100. this.columnHeader3.Text = "PlayerCount";
  101. this.columnHeader3.Width = 97;
  102. //
  103. // pictureBoxRoomLayer
  104. //
  105. this.pictureBoxRoomLayer.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.pictureBoxRoomLayer.Location = new System.Drawing.Point(0, 0);
  107. this.pictureBoxRoomLayer.Name = "pictureBoxRoomLayer";
  108. this.pictureBoxRoomLayer.Size = new System.Drawing.Size(676, 623);
  109. this.pictureBoxRoomLayer.TabIndex = 0;
  110. this.pictureBoxRoomLayer.TabStop = false;
  111. this.pictureBoxRoomLayer.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBoxRoomLayer_Paint);
  112. this.pictureBoxRoomLayer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRoomLayer_MouseDown);
  113. this.pictureBoxRoomLayer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRoomLayer_MouseMove);
  114. this.pictureBoxRoomLayer.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRoomLayer_MouseUp);
  115. //
  116. // timer1
  117. //
  118. this.timer1.Enabled = true;
  119. this.timer1.Interval = 2000;
  120. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  121. //
  122. // toolStrip1
  123. //
  124. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  125. this.toolStrip1.Name = "toolStrip1";
  126. this.toolStrip1.Size = new System.Drawing.Size(1020, 25);
  127. this.toolStrip1.TabIndex = 1;
  128. this.toolStrip1.Text = "toolStrip1";
  129. //
  130. // statusStrip1
  131. //
  132. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  133. this.lbl_Status});
  134. this.statusStrip1.Location = new System.Drawing.Point(0, 648);
  135. this.statusStrip1.Name = "statusStrip1";
  136. this.statusStrip1.Size = new System.Drawing.Size(1020, 22);
  137. this.statusStrip1.TabIndex = 2;
  138. this.statusStrip1.Text = "statusStrip1";
  139. //
  140. // lbl_Status
  141. //
  142. this.lbl_Status.Name = "lbl_Status";
  143. this.lbl_Status.Size = new System.Drawing.Size(131, 17);
  144. this.lbl_Status.Text = "toolStripStatusLabel1";
  145. //
  146. // timer2
  147. //
  148. this.timer2.Enabled = true;
  149. this.timer2.Interval = 33;
  150. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  151. //
  152. // menu_Node
  153. //
  154. this.menu_Node.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  155. this.menuBtn_AddPlayer,
  156. this.menuBtn_AddBots});
  157. this.menu_Node.Name = "menu_Node";
  158. this.menu_Node.Size = new System.Drawing.Size(161, 70);
  159. //
  160. // menuBtn_AddPlayer
  161. //
  162. this.menuBtn_AddPlayer.Name = "menuBtn_AddPlayer";
  163. this.menuBtn_AddPlayer.Size = new System.Drawing.Size(160, 22);
  164. this.menuBtn_AddPlayer.Text = "添加玩家";
  165. this.menuBtn_AddPlayer.Click += new System.EventHandler(this.menuBtn_AddPlayer_Click);
  166. //
  167. // menuBtn_AddBots
  168. //
  169. this.menuBtn_AddBots.Name = "menuBtn_AddBots";
  170. this.menuBtn_AddBots.Size = new System.Drawing.Size(160, 22);
  171. this.menuBtn_AddBots.Text = "添加一组机器人";
  172. this.menuBtn_AddBots.Click += new System.EventHandler(this.menuBtn_AddBots_Click);
  173. //
  174. // FormTest
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.ClientSize = new System.Drawing.Size(1020, 670);
  179. this.Controls.Add(this.splitContainer1);
  180. this.Controls.Add(this.toolStrip1);
  181. this.Controls.Add(this.statusStrip1);
  182. this.Name = "FormTest";
  183. this.Text = "Form1";
  184. this.Load += new System.EventHandler(this.FormTest_Load);
  185. this.splitContainer1.Panel1.ResumeLayout(false);
  186. this.splitContainer1.Panel2.ResumeLayout(false);
  187. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  188. this.splitContainer1.ResumeLayout(false);
  189. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRoomLayer)).EndInit();
  190. this.statusStrip1.ResumeLayout(false);
  191. this.statusStrip1.PerformLayout();
  192. this.menu_Node.ResumeLayout(false);
  193. this.ResumeLayout(false);
  194. this.PerformLayout();
  195. }
  196. #endregion
  197. private System.Windows.Forms.SplitContainer splitContainer1;
  198. private System.Windows.Forms.ListView listView_Nodes;
  199. private System.Windows.Forms.ColumnHeader columnHeader1;
  200. private System.Windows.Forms.ColumnHeader columnHeader2;
  201. private System.Windows.Forms.ColumnHeader columnHeader3;
  202. private System.Windows.Forms.Timer timer1;
  203. private System.Windows.Forms.ToolStrip toolStrip1;
  204. private System.Windows.Forms.StatusStrip statusStrip1;
  205. private System.Windows.Forms.ToolStripStatusLabel lbl_Status;
  206. private System.Windows.Forms.Timer timer2;
  207. private System.Windows.Forms.ContextMenuStrip menu_Node;
  208. private System.Windows.Forms.ToolStripMenuItem menuBtn_AddPlayer;
  209. private System.Windows.Forms.PictureBox pictureBoxRoomLayer;
  210. private System.Windows.Forms.ToolStripMenuItem menuBtn_AddBots;
  211. }
  212. }