namespace GameEditorPlugin.Win32.Runtime
{
    partial class FormRuntimeGameLocal
    {
        /// <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(FormRuntimeGameLocal));
            this.toolStripTop = new System.Windows.Forms.ToolStrip();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.chkNoRender = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_Play = new System.Windows.Forms.ToolStripButton();
            this.btn_Step = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_AutoAttack = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.btnTurbo = new System.Windows.Forms.ToolStripDropDownButton();
            this.btn_0_1X = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_0_5X = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_1X = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_2X = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_3X = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_4X = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_5X = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_10X = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_TurboX = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.drop_SyncMode = new System.Windows.Forms.ToolStripDropDownButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_SkipClientEvent = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
            this.btn_IsAutoFocusTarget = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_CleanBuff = new System.Windows.Forms.ToolStripMenuItem();
            this.pickUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.模拟任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_QuestAccpetR2B = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_QuestStatusChangeR2B = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_QuestCommitR2B = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_QuestDropR2B = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.gCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btnHelp = new System.Windows.Forms.ToolStripButton();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.toolStripActorSkills = new System.Windows.Forms.ToolStrip();
            this.statusStripBottom = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.propertyGrid_selected = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
            this.toolStripStatus = new System.Windows.Forms.ToolStrip();
            this.lbl_selected = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTop.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.statusStripBottom.SuspendLayout();
            this.toolStripStatus.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripTop
            // 
            this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripDropDownButton1,
            this.toolStripSeparator2,
            this.btn_Play,
            this.btn_Step,
            this.toolStripSeparator1,
            this.btn_AutoAttack,
            this.toolStripSeparator3,
            this.btnTurbo,
            this.toolStripSeparator5,
            this.drop_SyncMode,
            this.toolStripSeparator4,
            this.btn_SkipClientEvent,
            this.toolStripSeparator6,
            this.toolStripDropDownButton2,
            this.btnHelp});
            this.toolStripTop.Location = new System.Drawing.Point(0, 0);
            this.toolStripTop.Name = "toolStripTop";
            this.toolStripTop.Size = new System.Drawing.Size(1295, 25);
            this.toolStripTop.TabIndex = 0;
            this.toolStripTop.Text = "toolStrip1";
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.chkNoRender,
            this.toolStripMenuItem3});
            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(45, 22);
            this.toolStripDropDownButton1.Text = "显示";
            // 
            // chkNoRender
            // 
            this.chkNoRender.CheckOnClick = true;
            this.chkNoRender.Name = "chkNoRender";
            this.chkNoRender.Size = new System.Drawing.Size(112, 22);
            this.chkNoRender.Text = "不显示";
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(109, 6);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // btn_Play
            // 
            this.btn_Play.Checked = true;
            this.btn_Play.CheckOnClick = true;
            this.btn_Play.CheckState = System.Windows.Forms.CheckState.Checked;
            this.btn_Play.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_Play.Image = ((System.Drawing.Image)(resources.GetObject("btn_Play.Image")));
            this.btn_Play.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btn_Play.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_Play.Name = "btn_Play";
            this.btn_Play.Size = new System.Drawing.Size(23, 22);
            this.btn_Play.Text = "播放";
            this.btn_Play.Click += new System.EventHandler(this.btn_Stop_Click);
            // 
            // btn_Step
            // 
            this.btn_Step.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_Step.Image = ((System.Drawing.Image)(resources.GetObject("btn_Step.Image")));
            this.btn_Step.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btn_Step.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_Step.Name = "btn_Step";
            this.btn_Step.Size = new System.Drawing.Size(23, 22);
            this.btn_Step.Text = "单步执行";
            this.btn_Step.Click += new System.EventHandler(this.btn_Step_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // btn_AutoAttack
            // 
            this.btn_AutoAttack.CheckOnClick = true;
            this.btn_AutoAttack.Image = ((System.Drawing.Image)(resources.GetObject("btn_AutoAttack.Image")));
            this.btn_AutoAttack.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btn_AutoAttack.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_AutoAttack.Name = "btn_AutoAttack";
            this.btn_AutoAttack.Size = new System.Drawing.Size(76, 22);
            this.btn_AutoAttack.Text = "自动战斗";
            this.btn_AutoAttack.Click += new System.EventHandler(this.btn_AutoAttack_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // btnTurbo
            // 
            this.btnTurbo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btnTurbo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_0_1X,
            this.btn_0_5X,
            this.toolStripMenuItem1,
            this.btn_1X,
            this.btn_2X,
            this.btn_3X,
            this.btn_4X,
            this.btn_5X,
            this.btn_10X,
            this.toolStripMenuItem2,
            this.btn_TurboX});
            this.btnTurbo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnTurbo.Name = "btnTurbo";
            this.btnTurbo.Size = new System.Drawing.Size(45, 22);
            this.btnTurbo.Text = "加速";
            // 
            // btn_0_1X
            // 
            this.btn_0_1X.Name = "btn_0_1X";
            this.btn_0_1X.Size = new System.Drawing.Size(136, 22);
            this.btn_0_1X.Text = "0.1X";
            this.btn_0_1X.Click += new System.EventHandler(this.btn_0_1X_Click);
            // 
            // btn_0_5X
            // 
            this.btn_0_5X.Name = "btn_0_5X";
            this.btn_0_5X.Size = new System.Drawing.Size(136, 22);
            this.btn_0_5X.Text = "0.5X";
            this.btn_0_5X.Click += new System.EventHandler(this.btn_0_5X_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
            // 
            // btn_1X
            // 
            this.btn_1X.Name = "btn_1X";
            this.btn_1X.Size = new System.Drawing.Size(136, 22);
            this.btn_1X.Text = "1X";
            this.btn_1X.Click += new System.EventHandler(this.btn_1X_Click);
            // 
            // btn_2X
            // 
            this.btn_2X.Name = "btn_2X";
            this.btn_2X.Size = new System.Drawing.Size(136, 22);
            this.btn_2X.Text = "2X";
            this.btn_2X.Click += new System.EventHandler(this.btn_2X_Click);
            // 
            // btn_3X
            // 
            this.btn_3X.Name = "btn_3X";
            this.btn_3X.Size = new System.Drawing.Size(136, 22);
            this.btn_3X.Text = "3X";
            this.btn_3X.Click += new System.EventHandler(this.btn_3X_Click);
            // 
            // btn_4X
            // 
            this.btn_4X.Name = "btn_4X";
            this.btn_4X.Size = new System.Drawing.Size(136, 22);
            this.btn_4X.Text = "4X";
            this.btn_4X.Click += new System.EventHandler(this.btn_4X_Click);
            // 
            // btn_5X
            // 
            this.btn_5X.Name = "btn_5X";
            this.btn_5X.Size = new System.Drawing.Size(136, 22);
            this.btn_5X.Text = "5X";
            this.btn_5X.Click += new System.EventHandler(this.btn_5X_Click);
            // 
            // btn_10X
            // 
            this.btn_10X.Name = "btn_10X";
            this.btn_10X.Size = new System.Drawing.Size(136, 22);
            this.btn_10X.Text = "10X";
            this.btn_10X.Click += new System.EventHandler(this.btn_10X_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
            // 
            // btn_TurboX
            // 
            this.btn_TurboX.Name = "btn_TurboX";
            this.btn_TurboX.Size = new System.Drawing.Size(136, 22);
            this.btn_TurboX.Text = "自定义速度";
            this.btn_TurboX.Click += new System.EventHandler(this.btn_TurboX_ToolStripMenuItem_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // drop_SyncMode
            // 
            this.drop_SyncMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.drop_SyncMode.Image = ((System.Drawing.Image)(resources.GetObject("drop_SyncMode.Image")));
            this.drop_SyncMode.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.drop_SyncMode.Name = "drop_SyncMode";
            this.drop_SyncMode.Size = new System.Drawing.Size(69, 22);
            this.drop_SyncMode.Text = "同步模式";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // btn_SkipClientEvent
            // 
            this.btn_SkipClientEvent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btn_SkipClientEvent.Image = ((System.Drawing.Image)(resources.GetObject("btn_SkipClientEvent.Image")));
            this.btn_SkipClientEvent.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_SkipClientEvent.Name = "btn_SkipClientEvent";
            this.btn_SkipClientEvent.Size = new System.Drawing.Size(92, 22);
            this.btn_SkipClientEvent.Text = "跳过Client事件";
            this.btn_SkipClientEvent.Click += new System.EventHandler(this.btn_SkipClientEvent_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripDropDownButton2
            // 
            this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_IsAutoFocusTarget,
            this.btn_CleanBuff,
            this.pickUnitToolStripMenuItem,
            this.模拟任务ToolStripMenuItem,
            this.toolStripMenuItem4,
            this.gCToolStripMenuItem});
            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(45, 22);
            this.toolStripDropDownButton2.Text = "功能";
            // 
            // btn_IsAutoFocusTarget
            // 
            this.btn_IsAutoFocusTarget.Checked = true;
            this.btn_IsAutoFocusTarget.CheckOnClick = true;
            this.btn_IsAutoFocusTarget.CheckState = System.Windows.Forms.CheckState.Checked;
            this.btn_IsAutoFocusTarget.Name = "btn_IsAutoFocusTarget";
            this.btn_IsAutoFocusTarget.Size = new System.Drawing.Size(129, 22);
            this.btn_IsAutoFocusTarget.Text = "自动瞄准";
            this.btn_IsAutoFocusTarget.Click += new System.EventHandler(this.btn_IsAutoFocusTarget_ToolStripMenuItem_Click);
            // 
            // btn_CleanBuff
            // 
            this.btn_CleanBuff.Name = "btn_CleanBuff";
            this.btn_CleanBuff.Size = new System.Drawing.Size(129, 22);
            this.btn_CleanBuff.Text = "清除BUFF";
            this.btn_CleanBuff.Click += new System.EventHandler(this.btn_CleanBuff_Click);
            // 
            // pickUnitToolStripMenuItem
            // 
            this.pickUnitToolStripMenuItem.Name = "pickUnitToolStripMenuItem";
            this.pickUnitToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.pickUnitToolStripMenuItem.Text = "PickUnit";
            this.pickUnitToolStripMenuItem.Click += new System.EventHandler(this.pickUnitToolStripMenuItem_Click);
            // 
            // 模拟任务ToolStripMenuItem
            // 
            this.模拟任务ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_QuestAccpetR2B,
            this.btn_QuestStatusChangeR2B,
            this.btn_QuestCommitR2B,
            this.btn_QuestDropR2B});
            this.模拟任务ToolStripMenuItem.Name = "模拟任务ToolStripMenuItem";
            this.模拟任务ToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.模拟任务ToolStripMenuItem.Text = "模拟任务";
            // 
            // btn_QuestAccpetR2B
            // 
            this.btn_QuestAccpetR2B.Name = "btn_QuestAccpetR2B";
            this.btn_QuestAccpetR2B.Size = new System.Drawing.Size(184, 22);
            this.btn_QuestAccpetR2B.Text = "游戏服接取任务";
            this.btn_QuestAccpetR2B.Click += new System.EventHandler(this.btn_QuestAccpetR2B_Click);
            // 
            // btn_QuestStatusChangeR2B
            // 
            this.btn_QuestStatusChangeR2B.Name = "btn_QuestStatusChangeR2B";
            this.btn_QuestStatusChangeR2B.Size = new System.Drawing.Size(184, 22);
            this.btn_QuestStatusChangeR2B.Text = "游戏服改变任务状态";
            this.btn_QuestStatusChangeR2B.Click += new System.EventHandler(this.btn_QuestStatusChangeR2B_Click);
            // 
            // btn_QuestCommitR2B
            // 
            this.btn_QuestCommitR2B.Name = "btn_QuestCommitR2B";
            this.btn_QuestCommitR2B.Size = new System.Drawing.Size(184, 22);
            this.btn_QuestCommitR2B.Text = "游戏服提交任务";
            this.btn_QuestCommitR2B.Click += new System.EventHandler(this.btn_QuestCommitR2B_Click);
            // 
            // btn_QuestDropR2B
            // 
            this.btn_QuestDropR2B.Name = "btn_QuestDropR2B";
            this.btn_QuestDropR2B.Size = new System.Drawing.Size(184, 22);
            this.btn_QuestDropR2B.Text = "游戏服放弃任务";
            this.btn_QuestDropR2B.Click += new System.EventHandler(this.btn_QuestDropR2B_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(126, 6);
            // 
            // gCToolStripMenuItem
            // 
            this.gCToolStripMenuItem.Name = "gCToolStripMenuItem";
            this.gCToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.gCToolStripMenuItem.Text = "GC";
            this.gCToolStripMenuItem.Click += new System.EventHandler(this.gCToolStripMenuItem_Click);
            // 
            // btnHelp
            // 
            this.btnHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btnHelp.Enabled = false;
            this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image")));
            this.btnHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnHelp.Name = "btnHelp";
            this.btnHelp.Size = new System.Drawing.Size(36, 22);
            this.btnHelp.Text = "帮助";
            // 
            // timer2
            // 
            this.timer2.Interval = 30;
            this.timer2.Tick += new System.EventHandler(this.timerUpdate_Tick);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Black;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(1011, 715);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
            this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
            this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
            this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
            this.splitContainer1.Panel1.Controls.Add(this.toolStripActorSkills);
            this.splitContainer1.Panel1.Controls.Add(this.statusStripBottom);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.propertyGrid_selected);
            this.splitContainer1.Panel2.Controls.Add(this.toolStripStatus);
            this.splitContainer1.Size = new System.Drawing.Size(1295, 762);
            this.splitContainer1.SplitterDistance = 1011;
            this.splitContainer1.TabIndex = 1;
            // 
            // toolStripActorSkills
            // 
            this.toolStripActorSkills.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStripActorSkills.Location = new System.Drawing.Point(0, 715);
            this.toolStripActorSkills.Name = "toolStripActorSkills";
            this.toolStripActorSkills.Size = new System.Drawing.Size(1011, 25);
            this.toolStripActorSkills.TabIndex = 2;
            this.toolStripActorSkills.Text = "toolStrip3";
            // 
            // statusStripBottom
            // 
            this.statusStripBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStripBottom.Location = new System.Drawing.Point(0, 740);
            this.statusStripBottom.Name = "statusStripBottom";
            this.statusStripBottom.Size = new System.Drawing.Size(1011, 22);
            this.statusStripBottom.TabIndex = 1;
            this.statusStripBottom.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(138, 17);
            this.toolStripStatusLabel1.Text = "Shift+数字(使用道具)";
            // 
            // propertyGrid_selected
            // 
            this.propertyGrid_selected.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propertyGrid_selected.DescriptionAreaHeight = 81;
            this.propertyGrid_selected.DescriptionAreaLineCount = 5;
            this.propertyGrid_selected.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGrid_selected.Location = new System.Drawing.Point(0, 25);
            this.propertyGrid_selected.MinDescriptionAreaLineCount = 5;
            this.propertyGrid_selected.Name = "propertyGrid_selected";
            this.propertyGrid_selected.Size = new System.Drawing.Size(280, 737);
            this.propertyGrid_selected.TabIndex = 0;
            // 
            // toolStripStatus
            // 
            this.toolStripStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lbl_selected});
            this.toolStripStatus.Location = new System.Drawing.Point(0, 0);
            this.toolStripStatus.Name = "toolStripStatus";
            this.toolStripStatus.Size = new System.Drawing.Size(280, 25);
            this.toolStripStatus.TabIndex = 1;
            this.toolStripStatus.Text = "Status";
            // 
            // lbl_selected
            // 
            this.lbl_selected.Name = "lbl_selected";
            this.lbl_selected.Size = new System.Drawing.Size(0, 22);
            // 
            // FormRuntimeGameLocal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1295, 787);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStripTop);
            this.DoubleBuffered = true;
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.KeyPreview = true;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "FormRuntimeGameLocal";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Local Play";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormRuntimeGameLocal_FormClosed);
            this.Load += new System.EventHandler(this.FormRuntimeGameLocal_Load);
            this.Shown += new System.EventHandler(this.FormRuntimeGameLocal_Shown);
            this.toolStripTop.ResumeLayout(false);
            this.toolStripTop.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.statusStripBottom.ResumeLayout(false);
            this.statusStripBottom.PerformLayout();
            this.toolStripStatus.ResumeLayout(false);
            this.toolStripStatus.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.Timer timer2;
        private System.Windows.Forms.ToolStripButton btn_Play;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton btn_AutoAttack;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton btn_Step;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton btn_SkipClientEvent;
        private System.Windows.Forms.ToolStripDropDownButton btnTurbo;
        private System.Windows.Forms.ToolStripMenuItem btn_1X;
        private System.Windows.Forms.ToolStripMenuItem btn_2X;
        private System.Windows.Forms.ToolStripMenuItem btn_3X;
        private System.Windows.Forms.ToolStripMenuItem btn_4X;
        private System.Windows.Forms.ToolStripMenuItem btn_5X;
        private System.Windows.Forms.ToolStripMenuItem btn_10X;
        private System.Windows.Forms.ToolStripMenuItem btn_TurboX;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton btnHelp;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
        private System.Windows.Forms.ToolStripMenuItem btn_IsAutoFocusTarget;
        private System.Windows.Forms.ToolStripMenuItem btn_0_1X;
        private System.Windows.Forms.ToolStripMenuItem btn_0_5X;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private CommonFroms.G2D.DataGrid.G2DPropertyGrid propertyGrid_selected;
        private System.Windows.Forms.ToolStrip toolStripStatus;
        private System.Windows.Forms.ToolStripLabel lbl_selected;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripMenuItem btn_CleanBuff;
        private System.Windows.Forms.ToolStripMenuItem pickUnitToolStripMenuItem;
        public System.Windows.Forms.ToolStripDropDownButton drop_SyncMode;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
        private System.Windows.Forms.ToolStripMenuItem chkNoRender;
        private System.Windows.Forms.ToolStripMenuItem gCToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 模拟任务ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem btn_QuestAccpetR2B;
        private System.Windows.Forms.ToolStripMenuItem btn_QuestDropR2B;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
        private System.Windows.Forms.ToolStripMenuItem btn_QuestStatusChangeR2B;
        private System.Windows.Forms.ToolStripMenuItem btn_QuestCommitR2B;
        protected System.Windows.Forms.ToolStrip toolStripTop;
        protected System.Windows.Forms.StatusStrip statusStripBottom;
        protected System.Windows.Forms.ToolStrip toolStripActorSkills;
        protected System.Windows.Forms.PictureBox pictureBox1;
    }
}