123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- namespace GameEditorPluginServer.Server
- {
- partial class FormServer
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormServer));
- this.pictureBoxRoomLayer = new System.Windows.Forms.PictureBox();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_AddPlayer = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_EmulateDelay = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_ShowMsgBytes = new System.Windows.Forms.ToolStripMenuItem();
- this.disconnectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_GC = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_Bots = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
- this.chk_ServerVisible = new System.Windows.Forms.ToolStripMenuItem();
- this.chk_EnableAOI = new System.Windows.Forms.ToolStripMenuItem();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.lbl_Status = new System.Windows.Forms.ToolStripStatusLabel();
- this.timer2 = new CommonFroms.G2D.G2DTimer(this.components);
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRoomLayer)).BeginInit();
- this.toolStrip1.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // pictureBoxRoomLayer
- //
- this.pictureBoxRoomLayer.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.pictureBoxRoomLayer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBoxRoomLayer.Location = new System.Drawing.Point(0, 25);
- this.pictureBoxRoomLayer.Name = "pictureBoxRoomLayer";
- this.pictureBoxRoomLayer.Size = new System.Drawing.Size(1020, 623);
- this.pictureBoxRoomLayer.TabIndex = 0;
- this.pictureBoxRoomLayer.TabStop = false;
- this.pictureBoxRoomLayer.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBoxRoomLayer_Paint);
- this.pictureBoxRoomLayer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRoomLayer_MouseDown);
- this.pictureBoxRoomLayer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRoomLayer_MouseMove);
- this.pictureBoxRoomLayer.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRoomLayer_MouseUp);
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripDropDownButton1,
- this.toolStripDropDownButton2});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(1020, 25);
- this.toolStrip1.TabIndex = 1;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripDropDownButton1
- //
- this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_AddPlayer,
- this.btn_EmulateDelay,
- this.btn_ShowMsgBytes,
- this.disconnectAllToolStripMenuItem,
- this.btn_Bots,
- this.toolStripMenuItem1,
- this.btn_GC});
- this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
- this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
- this.toolStripDropDownButton1.Size = new System.Drawing.Size(54, 22);
- this.toolStripDropDownButton1.Text = "Menu";
- //
- // btn_AddPlayer
- //
- this.btn_AddPlayer.Name = "btn_AddPlayer";
- this.btn_AddPlayer.Size = new System.Drawing.Size(231, 22);
- this.btn_AddPlayer.Text = "AddPlayer";
- this.btn_AddPlayer.Click += new System.EventHandler(this.btn_AddPlayer_Click);
- //
- // btn_EmulateDelay
- //
- this.btn_EmulateDelay.Name = "btn_EmulateDelay";
- this.btn_EmulateDelay.Size = new System.Drawing.Size(231, 22);
- this.btn_EmulateDelay.Text = "Emulate Net Delay";
- this.btn_EmulateDelay.Click += new System.EventHandler(this.btn_EmulateDelay_Click);
- //
- // btn_ShowMsgBytes
- //
- this.btn_ShowMsgBytes.Name = "btn_ShowMsgBytes";
- this.btn_ShowMsgBytes.Size = new System.Drawing.Size(231, 22);
- this.btn_ShowMsgBytes.Text = "Show Message Type Bytes";
- this.btn_ShowMsgBytes.Click += new System.EventHandler(this.btn_ShowMsgBytes_Click);
- //
- // disconnectAllToolStripMenuItem
- //
- this.disconnectAllToolStripMenuItem.Name = "disconnectAllToolStripMenuItem";
- this.disconnectAllToolStripMenuItem.Size = new System.Drawing.Size(231, 22);
- this.disconnectAllToolStripMenuItem.Text = "Disconnect All";
- this.disconnectAllToolStripMenuItem.Click += new System.EventHandler(this.btn_disconnectAll_Click);
- //
- // btn_GC
- //
- this.btn_GC.Name = "btn_GC";
- this.btn_GC.ShortcutKeys = System.Windows.Forms.Keys.F2;
- this.btn_GC.Size = new System.Drawing.Size(231, 22);
- this.btn_GC.Text = "GC";
- this.btn_GC.Click += new System.EventHandler(this.btn_GC_Click);
- //
- // btn_Bots
- //
- this.btn_Bots.Name = "btn_Bots";
- this.btn_Bots.Size = new System.Drawing.Size(231, 22);
- this.btn_Bots.Text = "Bots";
- this.btn_Bots.Click += new System.EventHandler(this.btn_Bots_Click);
- //
- // toolStripDropDownButton2
- //
- this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.chk_ServerVisible,
- this.chk_EnableAOI});
- this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
- this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
- this.toolStripDropDownButton2.Size = new System.Drawing.Size(67, 22);
- this.toolStripDropDownButton2.Text = "Options";
- //
- // chk_ServerVisible
- //
- this.chk_ServerVisible.Checked = true;
- this.chk_ServerVisible.CheckOnClick = true;
- this.chk_ServerVisible.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk_ServerVisible.Name = "chk_ServerVisible";
- this.chk_ServerVisible.Size = new System.Drawing.Size(155, 22);
- this.chk_ServerVisible.Text = "Server Visible";
- //
- // chk_EnableAOI
- //
- this.chk_EnableAOI.Checked = true;
- this.chk_EnableAOI.CheckOnClick = true;
- this.chk_EnableAOI.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk_EnableAOI.Name = "chk_EnableAOI";
- this.chk_EnableAOI.Size = new System.Drawing.Size(155, 22);
- this.chk_EnableAOI.Text = "Enable AOI";
- this.chk_EnableAOI.Click += new System.EventHandler(this.chk_EnableAOI_Click);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lbl_Status});
- this.statusStrip1.Location = new System.Drawing.Point(0, 648);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(1020, 22);
- this.statusStrip1.TabIndex = 2;
- this.statusStrip1.Text = "statusStrip1";
- //
- // lbl_Status
- //
- this.lbl_Status.Name = "lbl_Status";
- this.lbl_Status.Size = new System.Drawing.Size(131, 17);
- this.lbl_Status.Text = "toolStripStatusLabel1";
- //
- // timer2
- //
- this.timer2.Enabled = true;
- this.timer2.Interval = 33;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(228, 6);
- //
- // FormServer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1020, 670);
- this.Controls.Add(this.pictureBoxRoomLayer);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.statusStrip1);
- this.Name = "FormServer";
- this.Text = "FormServer";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRoomLayer)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel lbl_Status;
- private CommonFroms.G2D.G2DTimer timer2;
- private System.Windows.Forms.PictureBox pictureBoxRoomLayer;
- private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
- private System.Windows.Forms.ToolStripMenuItem btn_AddPlayer;
- private System.Windows.Forms.ToolStripMenuItem btn_EmulateDelay;
- private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
- private System.Windows.Forms.ToolStripMenuItem chk_ServerVisible;
- private System.Windows.Forms.ToolStripMenuItem btn_ShowMsgBytes;
- private System.Windows.Forms.ToolStripMenuItem btn_GC;
- private System.Windows.Forms.ToolStripMenuItem disconnectAllToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem chk_EnableAOI;
- private System.Windows.Forms.ToolStripMenuItem btn_Bots;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- }
- }
|