FormBotTest.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. using XmdsBattleClientBot;
  2. namespace XmdsBotTest
  3. {
  4. partial class FormBotTest
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBotTest));
  31. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  32. this.menu_Main = new System.Windows.Forms.ToolStripDropDownButton();
  33. this.btn_AddBots = new System.Windows.Forms.ToolStripMenuItem();
  34. this.btn_StopAll = new System.Windows.Forms.ToolStripMenuItem();
  35. this.btn_GC = new System.Windows.Forms.ToolStripMenuItem();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.group_Module = new System.Windows.Forms.ToolStripDropDownButton();
  38. this.func_module = new System.Windows.Forms.ToolStripDropDownButton();
  39. this.warn_module = new System.Windows.Forms.ToolStripDropDownButton();
  40. this.proto_module = new System.Windows.Forms.ToolStripDropDownButton();
  41. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  42. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  43. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  44. this.list_Bots = new System.Windows.Forms.ListView();
  45. this.column_Account = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.column_Net = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.column_Role = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.column_Scene = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.column_Status = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.menu_BotItem = new System.Windows.Forms.ContextMenuStrip(this.components);
  51. this.connect = new System.Windows.Forms.ToolStripMenuItem();
  52. this.btn_BotStop = new System.Windows.Forms.ToolStripMenuItem();
  53. this.btn_BotReconnect = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsi_leave = new System.Windows.Forms.ToolStripMenuItem();
  55. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  56. this.text_Events = new System.Windows.Forms.TextBox();
  57. this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  58. this.btn_ClearAllConsole = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  60. this.btn_ClearConsole = new System.Windows.Forms.ToolStripButton();
  61. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  62. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  63. this.lbl_NetStatus = new System.Windows.Forms.ToolStripStatusLabel();
  64. this.timer_RefreshList = new System.Windows.Forms.Timer(this.components);
  65. this.timer_RefreshList.Interval = CommonAI.Data.GlobalData.BOT_UPDATE_INTERVAL;
  66. this.timer_Update = new System.Windows.Forms.Timer(this.components);
  67. this.toolStrip1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  69. this.splitContainer1.Panel1.SuspendLayout();
  70. this.splitContainer1.Panel2.SuspendLayout();
  71. this.splitContainer1.SuspendLayout();
  72. this.menu_BotItem.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  74. this.splitContainer2.Panel2.SuspendLayout();
  75. this.splitContainer2.SuspendLayout();
  76. this.toolStrip2.SuspendLayout();
  77. this.statusStrip1.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // toolStrip1
  81. //
  82. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  83. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.menu_Main,
  85. this.toolStripSeparator1,
  86. this.group_Module,
  87. this.func_module,
  88. this.warn_module,
  89. this.proto_module,
  90. this.toolStripSeparator4,
  91. this.toolStripButton1});
  92. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  93. this.toolStrip1.Name = "toolStrip1";
  94. this.toolStrip1.Size = new System.Drawing.Size(1018, 25);
  95. this.toolStrip1.TabIndex = 0;
  96. this.toolStrip1.Text = "toolStrip1";
  97. //
  98. // menu_Main
  99. //
  100. this.menu_Main.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  101. this.menu_Main.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102. this.btn_AddBots,
  103. this.btn_StopAll,
  104. this.btn_GC});
  105. this.menu_Main.Image = ((System.Drawing.Image)(resources.GetObject("menu_Main.Image")));
  106. this.menu_Main.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.menu_Main.Name = "menu_Main";
  108. this.menu_Main.Size = new System.Drawing.Size(45, 22);
  109. this.menu_Main.Text = "菜单";
  110. //
  111. // btn_AddBots
  112. //
  113. this.btn_AddBots.Name = "btn_AddBots";
  114. this.btn_AddBots.Size = new System.Drawing.Size(160, 22);
  115. this.btn_AddBots.Text = "添加机器人";
  116. this.btn_AddBots.Click += new System.EventHandler(this.btn_AddBots_Click);
  117. //
  118. // btn_StopAll
  119. //
  120. this.btn_StopAll.Name = "btn_StopAll";
  121. this.btn_StopAll.Size = new System.Drawing.Size(160, 22);
  122. this.btn_StopAll.Text = "停止所有机器人";
  123. this.btn_StopAll.Click += new System.EventHandler(this.btn_StopAll_Click);
  124. //
  125. // btn_GC
  126. //
  127. this.btn_GC.Name = "btn_GC";
  128. this.btn_GC.Size = new System.Drawing.Size(160, 22);
  129. this.btn_GC.Text = "GC";
  130. this.btn_GC.Click += new System.EventHandler(this.btn_GC_Click);
  131. //
  132. // toolStripSeparator1
  133. //
  134. this.toolStripSeparator1.Name = "toolStripSeparator1";
  135. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  136. //
  137. // group_Module
  138. //
  139. this.group_Module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  140. this.group_Module.Image = ((System.Drawing.Image)(resources.GetObject("group_Module.Image")));
  141. this.group_Module.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.group_Module.Name = "group_Module";
  143. this.group_Module.Size = new System.Drawing.Size(69, 22);
  144. this.group_Module.Text = "测试模块";
  145. //
  146. // func_module
  147. //
  148. this.func_module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  149. this.func_module.Image = ((System.Drawing.Image)(resources.GetObject("func_module.Image")));
  150. this.func_module.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.func_module.Name = "func_module";
  152. this.func_module.Size = new System.Drawing.Size(45, 22);
  153. this.func_module.Text = "功能";
  154. //
  155. // warn_module
  156. //
  157. this.warn_module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  158. this.warn_module.Image = ((System.Drawing.Image)(resources.GetObject("warn_module.Image")));
  159. this.warn_module.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.warn_module.Name = "warn_module";
  161. this.warn_module.Size = new System.Drawing.Size(45, 22);
  162. this.warn_module.Text = "预警";
  163. //
  164. // proto_module
  165. //
  166. this.proto_module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  167. this.proto_module.Image = ((System.Drawing.Image)(resources.GetObject("proto_module.Image")));
  168. this.proto_module.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.proto_module.Name = "proto_module";
  170. this.proto_module.Size = new System.Drawing.Size(45, 22);
  171. this.proto_module.Text = "协议";
  172. //
  173. // toolStripSeparator4
  174. //
  175. this.toolStripSeparator4.Name = "toolStripSeparator4";
  176. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  177. //
  178. // toolStripButton1
  179. //
  180. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  181. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  182. this.toolStripButton1.Name = "toolStripButton1";
  183. this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  184. this.toolStripButton1.Text = "toolStripButton1";
  185. //
  186. // splitContainer1
  187. //
  188. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  190. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  191. this.splitContainer1.Name = "splitContainer1";
  192. //
  193. // splitContainer1.Panel1
  194. //
  195. this.splitContainer1.Panel1.Controls.Add(this.list_Bots);
  196. //
  197. // splitContainer1.Panel2
  198. //
  199. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  200. this.splitContainer1.Size = new System.Drawing.Size(1018, 547);
  201. this.splitContainer1.SplitterDistance = 551;
  202. this.splitContainer1.TabIndex = 1;
  203. //
  204. // list_Bots
  205. //
  206. this.list_Bots.AutoArrange = false;
  207. this.list_Bots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  208. this.column_Account,
  209. this.column_Net,
  210. this.column_Role,
  211. this.column_Scene,
  212. this.column_Status});
  213. this.list_Bots.ContextMenuStrip = this.menu_BotItem;
  214. this.list_Bots.Dock = System.Windows.Forms.DockStyle.Fill;
  215. this.list_Bots.FullRowSelect = true;
  216. this.list_Bots.GridLines = true;
  217. this.list_Bots.HideSelection = false;
  218. this.list_Bots.Location = new System.Drawing.Point(0, 0);
  219. this.list_Bots.MultiSelect = false;
  220. this.list_Bots.Name = "list_Bots";
  221. this.list_Bots.Size = new System.Drawing.Size(551, 547);
  222. this.list_Bots.TabIndex = 0;
  223. this.list_Bots.UseCompatibleStateImageBehavior = false;
  224. this.list_Bots.View = System.Windows.Forms.View.Details;
  225. this.list_Bots.SelectedIndexChanged += new System.EventHandler(this.list_Bots_SelectedIndexChanged);
  226. //
  227. // column_Account
  228. //
  229. this.column_Account.Text = "帐号";
  230. this.column_Account.Width = 95;
  231. //
  232. // column_Net
  233. //
  234. this.column_Net.Text = "网络";
  235. this.column_Net.Width = 78;
  236. //
  237. // column_Role
  238. //
  239. this.column_Role.Text = "角色";
  240. this.column_Role.Width = 102;
  241. //
  242. // column_Scene
  243. //
  244. this.column_Scene.Text = "场景";
  245. this.column_Scene.Width = 109;
  246. //
  247. // column_Status
  248. //
  249. this.column_Status.Text = "状态";
  250. this.column_Status.Width = 157;
  251. //
  252. // menu_BotItem
  253. //
  254. this.menu_BotItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  255. this.connect,
  256. this.btn_BotStop,
  257. this.btn_BotReconnect,
  258. this.tsi_leave});
  259. this.menu_BotItem.Name = "menu_BotItem";
  260. this.menu_BotItem.Size = new System.Drawing.Size(125, 92);
  261. this.menu_BotItem.Opening += new System.ComponentModel.CancelEventHandler(this.menu_BotItem_Opening);
  262. //
  263. // connect
  264. //
  265. this.connect.Name = "connect";
  266. this.connect.Size = new System.Drawing.Size(124, 22);
  267. this.connect.Text = "连接";
  268. this.connect.Click += new System.EventHandler(this.connect_Click);
  269. //
  270. // btn_BotStop
  271. //
  272. this.btn_BotStop.Name = "btn_BotStop";
  273. this.btn_BotStop.Size = new System.Drawing.Size(124, 22);
  274. this.btn_BotStop.Text = "断线";
  275. this.btn_BotStop.Click += new System.EventHandler(this.btn_BotStop_Click);
  276. //
  277. // btn_BotReconnect
  278. //
  279. this.btn_BotReconnect.Name = "btn_BotReconnect";
  280. this.btn_BotReconnect.Size = new System.Drawing.Size(124, 22);
  281. this.btn_BotReconnect.Text = "断线重连";
  282. this.btn_BotReconnect.Click += new System.EventHandler(this.btn_BotReconnect_Click);
  283. //
  284. // tsi_leave
  285. //
  286. this.tsi_leave.Name = "tsi_leave";
  287. this.tsi_leave.Size = new System.Drawing.Size(124, 22);
  288. this.tsi_leave.Text = "离开副本";
  289. this.tsi_leave.Click += new System.EventHandler(this.tsi_leave_Click);
  290. //
  291. // splitContainer2
  292. //
  293. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  295. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  296. this.splitContainer2.Name = "splitContainer2";
  297. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  298. //
  299. // splitContainer2.Panel1
  300. //
  301. this.splitContainer2.Panel1.BackColor = System.Drawing.Color.Black;
  302. //
  303. // splitContainer2.Panel2
  304. //
  305. this.splitContainer2.Panel2.Controls.Add(this.text_Events);
  306. this.splitContainer2.Panel2.Controls.Add(this.toolStrip2);
  307. this.splitContainer2.Size = new System.Drawing.Size(463, 547);
  308. this.splitContainer2.SplitterDistance = 386;
  309. this.splitContainer2.TabIndex = 0;
  310. //
  311. // text_Events
  312. //
  313. this.text_Events.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.text_Events.Location = new System.Drawing.Point(0, 25);
  315. this.text_Events.Multiline = true;
  316. this.text_Events.Name = "text_Events";
  317. this.text_Events.Size = new System.Drawing.Size(463, 132);
  318. this.text_Events.TabIndex = 0;
  319. //
  320. // toolStrip2
  321. //
  322. this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  323. this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  324. this.btn_ClearAllConsole,
  325. this.toolStripSeparator2,
  326. this.btn_ClearConsole,
  327. this.toolStripSeparator3});
  328. this.toolStrip2.Location = new System.Drawing.Point(0, 0);
  329. this.toolStrip2.Name = "toolStrip2";
  330. this.toolStrip2.Size = new System.Drawing.Size(463, 25);
  331. this.toolStrip2.TabIndex = 1;
  332. this.toolStrip2.Text = "toolStrip2";
  333. //
  334. // btn_ClearAllConsole
  335. //
  336. this.btn_ClearAllConsole.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  337. this.btn_ClearAllConsole.Image = ((System.Drawing.Image)(resources.GetObject("btn_ClearAllConsole.Image")));
  338. this.btn_ClearAllConsole.ImageTransparentColor = System.Drawing.Color.Magenta;
  339. this.btn_ClearAllConsole.Name = "btn_ClearAllConsole";
  340. this.btn_ClearAllConsole.Size = new System.Drawing.Size(60, 22);
  341. this.btn_ClearAllConsole.Text = "清除所有";
  342. this.btn_ClearAllConsole.Click += new System.EventHandler(this.btn_ClearAllConsole_Click);
  343. //
  344. // toolStripSeparator2
  345. //
  346. this.toolStripSeparator2.Name = "toolStripSeparator2";
  347. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  348. //
  349. // btn_ClearConsole
  350. //
  351. this.btn_ClearConsole.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  352. this.btn_ClearConsole.Image = ((System.Drawing.Image)(resources.GetObject("btn_ClearConsole.Image")));
  353. this.btn_ClearConsole.ImageTransparentColor = System.Drawing.Color.Magenta;
  354. this.btn_ClearConsole.Name = "btn_ClearConsole";
  355. this.btn_ClearConsole.Size = new System.Drawing.Size(60, 22);
  356. this.btn_ClearConsole.Text = "清除日志";
  357. this.btn_ClearConsole.Click += new System.EventHandler(this.btn_ClearConsole_Click);
  358. //
  359. // toolStripSeparator3
  360. //
  361. this.toolStripSeparator3.Name = "toolStripSeparator3";
  362. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  363. //
  364. // statusStrip1
  365. //
  366. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  367. this.lbl_NetStatus});
  368. this.statusStrip1.Location = new System.Drawing.Point(0, 572);
  369. this.statusStrip1.Name = "statusStrip1";
  370. this.statusStrip1.Size = new System.Drawing.Size(1018, 22);
  371. this.statusStrip1.TabIndex = 1;
  372. this.statusStrip1.Text = "statusStrip1";
  373. //
  374. // lbl_NetStatus
  375. //
  376. this.lbl_NetStatus.Name = "lbl_NetStatus";
  377. this.lbl_NetStatus.Size = new System.Drawing.Size(131, 17);
  378. this.lbl_NetStatus.Text = "toolStripStatusLabel1";
  379. //
  380. // timer_RefreshList
  381. //
  382. this.timer_RefreshList.Enabled = true;
  383. this.timer_RefreshList.Tick += new System.EventHandler(this.timer_RefreshList_Tick);
  384. //
  385. // timer_Update
  386. //
  387. this.timer_Update.Enabled = true;
  388. this.timer_Update.Interval = CommonAI.Data.GlobalData.BOT_UPDATE_INTERVAL;
  389. this.timer_Update.Tick += new System.EventHandler(this.timer_Update_Tick);
  390. //
  391. // FormBotTest
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.ClientSize = new System.Drawing.Size(1018, 594);
  396. this.Controls.Add(this.splitContainer1);
  397. this.Controls.Add(this.statusStrip1);
  398. this.Controls.Add(this.toolStrip1);
  399. this.Name = "FormBotTest";
  400. this.Text = "FormBotTest";
  401. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormBotTest_FormClosing);
  402. this.Load += new System.EventHandler(this.FormBotTest_Load);
  403. this.Shown += new System.EventHandler(this.FormBotTest_Shown);
  404. this.toolStrip1.ResumeLayout(false);
  405. this.toolStrip1.PerformLayout();
  406. this.splitContainer1.Panel1.ResumeLayout(false);
  407. this.splitContainer1.Panel2.ResumeLayout(false);
  408. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  409. this.splitContainer1.ResumeLayout(false);
  410. this.menu_BotItem.ResumeLayout(false);
  411. this.splitContainer2.Panel2.ResumeLayout(false);
  412. this.splitContainer2.Panel2.PerformLayout();
  413. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  414. this.splitContainer2.ResumeLayout(false);
  415. this.toolStrip2.ResumeLayout(false);
  416. this.toolStrip2.PerformLayout();
  417. this.statusStrip1.ResumeLayout(false);
  418. this.statusStrip1.PerformLayout();
  419. this.ResumeLayout(false);
  420. this.PerformLayout();
  421. }
  422. #endregion
  423. private System.Windows.Forms.ToolStrip toolStrip1;
  424. private System.Windows.Forms.ToolStripDropDownButton menu_Main;
  425. private System.Windows.Forms.ToolStripMenuItem btn_AddBots;
  426. private System.Windows.Forms.SplitContainer splitContainer1;
  427. private System.Windows.Forms.ListView list_Bots;
  428. private System.Windows.Forms.ColumnHeader column_Account;
  429. private System.Windows.Forms.ColumnHeader column_Status;
  430. private System.Windows.Forms.ColumnHeader column_Role;
  431. private System.Windows.Forms.Timer timer_RefreshList;
  432. private System.Windows.Forms.SplitContainer splitContainer2;
  433. private System.Windows.Forms.TextBox text_Events;
  434. private System.Windows.Forms.Timer timer_Update;
  435. private System.Windows.Forms.ColumnHeader column_Net;
  436. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  437. private System.Windows.Forms.ToolStrip toolStrip2;
  438. private System.Windows.Forms.ToolStripButton btn_ClearConsole;
  439. private System.Windows.Forms.ToolStripButton btn_ClearAllConsole;
  440. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  441. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  442. private System.Windows.Forms.ToolStripMenuItem btn_StopAll;
  443. private System.Windows.Forms.ToolStripMenuItem btn_GC;
  444. private System.Windows.Forms.ToolStripDropDownButton group_Module;
  445. private System.Windows.Forms.ToolStripDropDownButton func_module; // 功能
  446. private System.Windows.Forms.ToolStripDropDownButton warn_module; // 预警
  447. private System.Windows.Forms.ToolStripDropDownButton proto_module; // 协议
  448. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  449. private System.Windows.Forms.ColumnHeader column_Scene;
  450. private System.Windows.Forms.ContextMenuStrip menu_BotItem;
  451. private System.Windows.Forms.ToolStripMenuItem btn_BotReconnect;
  452. private System.Windows.Forms.ToolStripMenuItem btn_BotStop;
  453. private System.Windows.Forms.StatusStrip statusStrip1;
  454. private System.Windows.Forms.ToolStripStatusLabel lbl_NetStatus;
  455. private System.Windows.Forms.ToolStripButton toolStripButton1;
  456. private System.Windows.Forms.ToolStripMenuItem connect;
  457. private System.Windows.Forms.ToolStripMenuItem tsi_leave;
  458. }
  459. }