FormBotTest.Designer.cs 23 KB

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