123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- using XmdsBattleClientBot;
- namespace XmdsBotTest
- {
- partial class FormBotTest
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBotTest));
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.menu_Main = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_AddBots = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_StopAll = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_GC = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.group_Module = new System.Windows.Forms.ToolStripDropDownButton();
- this.func_module = new System.Windows.Forms.ToolStripDropDownButton();
- this.warn_module = new System.Windows.Forms.ToolStripDropDownButton();
- this.proto_module = new System.Windows.Forms.ToolStripDropDownButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.list_Bots = new System.Windows.Forms.ListView();
- this.column_Account = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.column_Net = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.column_Role = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.column_Scene = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.column_Status = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.menu_BotItem = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.connect = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_BotStop = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_BotReconnect = new System.Windows.Forms.ToolStripMenuItem();
- this.tsi_leave = new System.Windows.Forms.ToolStripMenuItem();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.text_Events = new System.Windows.Forms.TextBox();
- this.toolStrip2 = new System.Windows.Forms.ToolStrip();
- this.btn_ClearAllConsole = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_ClearConsole = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.lbl_NetStatus = new System.Windows.Forms.ToolStripStatusLabel();
- this.timer_RefreshList = new System.Windows.Forms.Timer(this.components);
- this.timer_RefreshList.Interval = CommonAI.Data.GlobalData.BOT_UPDATE_INTERVAL;
- this.timer_Update = new System.Windows.Forms.Timer(this.components);
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.menu_BotItem.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.toolStrip2.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.menu_Main,
- this.toolStripSeparator1,
- this.group_Module,
- this.func_module,
- this.warn_module,
- this.proto_module,
- this.toolStripSeparator4,
- this.toolStripButton1});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(1018, 25);
- this.toolStrip1.TabIndex = 0;
- 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_AddBots,
- this.btn_StopAll,
- this.btn_GC});
- 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(45, 22);
- this.menu_Main.Text = "菜单";
- //
- // btn_AddBots
- //
- this.btn_AddBots.Name = "btn_AddBots";
- this.btn_AddBots.Size = new System.Drawing.Size(160, 22);
- this.btn_AddBots.Text = "添加机器人";
- this.btn_AddBots.Click += new System.EventHandler(this.btn_AddBots_Click);
- //
- // btn_StopAll
- //
- this.btn_StopAll.Name = "btn_StopAll";
- this.btn_StopAll.Size = new System.Drawing.Size(160, 22);
- this.btn_StopAll.Text = "停止所有机器人";
- this.btn_StopAll.Click += new System.EventHandler(this.btn_StopAll_Click);
- //
- // btn_GC
- //
- this.btn_GC.Name = "btn_GC";
- this.btn_GC.Size = new System.Drawing.Size(160, 22);
- this.btn_GC.Text = "GC";
- this.btn_GC.Click += new System.EventHandler(this.btn_GC_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // group_Module
- //
- this.group_Module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.group_Module.Image = ((System.Drawing.Image)(resources.GetObject("group_Module.Image")));
- this.group_Module.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.group_Module.Name = "group_Module";
- this.group_Module.Size = new System.Drawing.Size(69, 22);
- this.group_Module.Text = "测试模块";
- //
- // func_module
- //
- this.func_module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.func_module.Image = ((System.Drawing.Image)(resources.GetObject("func_module.Image")));
- this.func_module.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.func_module.Name = "func_module";
- this.func_module.Size = new System.Drawing.Size(45, 22);
- this.func_module.Text = "功能";
- //
- // warn_module
- //
- this.warn_module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.warn_module.Image = ((System.Drawing.Image)(resources.GetObject("warn_module.Image")));
- this.warn_module.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.warn_module.Name = "warn_module";
- this.warn_module.Size = new System.Drawing.Size(45, 22);
- this.warn_module.Text = "预警";
- //
- // proto_module
- //
- this.proto_module.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.proto_module.Image = ((System.Drawing.Image)(resources.GetObject("proto_module.Image")));
- this.proto_module.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.proto_module.Name = "proto_module";
- this.proto_module.Size = new System.Drawing.Size(45, 22);
- this.proto_module.Text = "协议";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton1.Text = "toolStripButton1";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer1.Location = new System.Drawing.Point(0, 25);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.list_Bots);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(1018, 547);
- this.splitContainer1.SplitterDistance = 551;
- this.splitContainer1.TabIndex = 1;
- //
- // list_Bots
- //
- this.list_Bots.AutoArrange = false;
- this.list_Bots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.column_Account,
- this.column_Net,
- this.column_Role,
- this.column_Scene,
- this.column_Status});
- this.list_Bots.ContextMenuStrip = this.menu_BotItem;
- this.list_Bots.Dock = System.Windows.Forms.DockStyle.Fill;
- this.list_Bots.FullRowSelect = true;
- this.list_Bots.GridLines = true;
- this.list_Bots.HideSelection = false;
- this.list_Bots.Location = new System.Drawing.Point(0, 0);
- this.list_Bots.MultiSelect = false;
- this.list_Bots.Name = "list_Bots";
- this.list_Bots.Size = new System.Drawing.Size(551, 547);
- this.list_Bots.TabIndex = 0;
- this.list_Bots.UseCompatibleStateImageBehavior = false;
- this.list_Bots.View = System.Windows.Forms.View.Details;
- this.list_Bots.SelectedIndexChanged += new System.EventHandler(this.list_Bots_SelectedIndexChanged);
- //
- // column_Account
- //
- this.column_Account.Text = "帐号";
- this.column_Account.Width = 95;
- //
- // column_Net
- //
- this.column_Net.Text = "网络";
- this.column_Net.Width = 78;
- //
- // column_Role
- //
- this.column_Role.Text = "角色";
- this.column_Role.Width = 102;
- //
- // column_Scene
- //
- this.column_Scene.Text = "场景";
- this.column_Scene.Width = 109;
- //
- // column_Status
- //
- this.column_Status.Text = "状态";
- this.column_Status.Width = 157;
- //
- // menu_BotItem
- //
- this.menu_BotItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.connect,
- this.btn_BotStop,
- this.btn_BotReconnect,
- this.tsi_leave});
- this.menu_BotItem.Name = "menu_BotItem";
- this.menu_BotItem.Size = new System.Drawing.Size(125, 92);
- this.menu_BotItem.Opening += new System.ComponentModel.CancelEventHandler(this.menu_BotItem_Opening);
- //
- // connect
- //
- this.connect.Name = "connect";
- this.connect.Size = new System.Drawing.Size(124, 22);
- this.connect.Text = "连接";
- this.connect.Click += new System.EventHandler(this.connect_Click);
- //
- // btn_BotStop
- //
- this.btn_BotStop.Name = "btn_BotStop";
- this.btn_BotStop.Size = new System.Drawing.Size(124, 22);
- this.btn_BotStop.Text = "断线";
- this.btn_BotStop.Click += new System.EventHandler(this.btn_BotStop_Click);
- //
- // btn_BotReconnect
- //
- this.btn_BotReconnect.Name = "btn_BotReconnect";
- this.btn_BotReconnect.Size = new System.Drawing.Size(124, 22);
- this.btn_BotReconnect.Text = "断线重连";
- this.btn_BotReconnect.Click += new System.EventHandler(this.btn_BotReconnect_Click);
- //
- // tsi_leave
- //
- this.tsi_leave.Name = "tsi_leave";
- this.tsi_leave.Size = new System.Drawing.Size(124, 22);
- this.tsi_leave.Text = "离开副本";
- this.tsi_leave.Click += new System.EventHandler(this.tsi_leave_Click);
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.BackColor = System.Drawing.Color.Black;
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.text_Events);
- this.splitContainer2.Panel2.Controls.Add(this.toolStrip2);
- this.splitContainer2.Size = new System.Drawing.Size(463, 547);
- this.splitContainer2.SplitterDistance = 386;
- this.splitContainer2.TabIndex = 0;
- //
- // text_Events
- //
- this.text_Events.Dock = System.Windows.Forms.DockStyle.Fill;
- this.text_Events.Location = new System.Drawing.Point(0, 25);
- this.text_Events.Multiline = true;
- this.text_Events.Name = "text_Events";
- this.text_Events.Size = new System.Drawing.Size(463, 132);
- this.text_Events.TabIndex = 0;
- //
- // toolStrip2
- //
- this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_ClearAllConsole,
- this.toolStripSeparator2,
- this.btn_ClearConsole,
- this.toolStripSeparator3});
- this.toolStrip2.Location = new System.Drawing.Point(0, 0);
- this.toolStrip2.Name = "toolStrip2";
- this.toolStrip2.Size = new System.Drawing.Size(463, 25);
- this.toolStrip2.TabIndex = 1;
- this.toolStrip2.Text = "toolStrip2";
- //
- // btn_ClearAllConsole
- //
- this.btn_ClearAllConsole.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btn_ClearAllConsole.Image = ((System.Drawing.Image)(resources.GetObject("btn_ClearAllConsole.Image")));
- this.btn_ClearAllConsole.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_ClearAllConsole.Name = "btn_ClearAllConsole";
- this.btn_ClearAllConsole.Size = new System.Drawing.Size(60, 22);
- this.btn_ClearAllConsole.Text = "清除所有";
- this.btn_ClearAllConsole.Click += new System.EventHandler(this.btn_ClearAllConsole_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // btn_ClearConsole
- //
- this.btn_ClearConsole.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btn_ClearConsole.Image = ((System.Drawing.Image)(resources.GetObject("btn_ClearConsole.Image")));
- this.btn_ClearConsole.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_ClearConsole.Name = "btn_ClearConsole";
- this.btn_ClearConsole.Size = new System.Drawing.Size(60, 22);
- this.btn_ClearConsole.Text = "清除日志";
- this.btn_ClearConsole.Click += new System.EventHandler(this.btn_ClearConsole_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lbl_NetStatus});
- this.statusStrip1.Location = new System.Drawing.Point(0, 572);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(1018, 22);
- this.statusStrip1.TabIndex = 1;
- this.statusStrip1.Text = "statusStrip1";
- //
- // lbl_NetStatus
- //
- this.lbl_NetStatus.Name = "lbl_NetStatus";
- this.lbl_NetStatus.Size = new System.Drawing.Size(131, 17);
- this.lbl_NetStatus.Text = "toolStripStatusLabel1";
- //
- // timer_RefreshList
- //
- this.timer_RefreshList.Enabled = true;
- this.timer_RefreshList.Tick += new System.EventHandler(this.timer_RefreshList_Tick);
- //
- // timer_Update
- //
- this.timer_Update.Enabled = true;
- this.timer_Update.Interval = CommonAI.Data.GlobalData.BOT_UPDATE_INTERVAL;
- this.timer_Update.Tick += new System.EventHandler(this.timer_Update_Tick);
- //
- // FormBotTest
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1018, 594);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.toolStrip1);
- this.Name = "FormBotTest";
- this.Text = "FormBotTest";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormBotTest_FormClosing);
- this.Load += new System.EventHandler(this.FormBotTest_Load);
- this.Shown += new System.EventHandler(this.FormBotTest_Shown);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.menu_BotItem.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- this.splitContainer2.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.toolStrip2.ResumeLayout(false);
- this.toolStrip2.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripDropDownButton menu_Main;
- private System.Windows.Forms.ToolStripMenuItem btn_AddBots;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.ListView list_Bots;
- private System.Windows.Forms.ColumnHeader column_Account;
- private System.Windows.Forms.ColumnHeader column_Status;
- private System.Windows.Forms.ColumnHeader column_Role;
- private System.Windows.Forms.Timer timer_RefreshList;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.TextBox text_Events;
- private System.Windows.Forms.Timer timer_Update;
- private System.Windows.Forms.ColumnHeader column_Net;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStrip toolStrip2;
- private System.Windows.Forms.ToolStripButton btn_ClearConsole;
- private System.Windows.Forms.ToolStripButton btn_ClearAllConsole;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripMenuItem btn_StopAll;
- private System.Windows.Forms.ToolStripMenuItem btn_GC;
- private System.Windows.Forms.ToolStripDropDownButton group_Module;
- private System.Windows.Forms.ToolStripDropDownButton func_module; // 功能
- private System.Windows.Forms.ToolStripDropDownButton warn_module; // 预警
- private System.Windows.Forms.ToolStripDropDownButton proto_module; // 协议
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ColumnHeader column_Scene;
- private System.Windows.Forms.ContextMenuStrip menu_BotItem;
- private System.Windows.Forms.ToolStripMenuItem btn_BotReconnect;
- private System.Windows.Forms.ToolStripMenuItem btn_BotStop;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel lbl_NetStatus;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripMenuItem connect;
- private System.Windows.Forms.ToolStripMenuItem tsi_leave;
- }
- }
|