123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- namespace GameEditorPlugin.Win32.Runtime
- {
- partial class PanelAbstractClient
- {
- /// <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(PanelAbstractClient));
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_FreeView = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.drop_SyncMode = new System.Windows.Forms.ToolStripDropDownButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_Guard = new System.Windows.Forms.ToolStripButton();
- this.btn_autoFocus = 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.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_CleanBuffs = new System.Windows.Forms.ToolStripMenuItem();
- this.pickUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_Exit = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.toolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_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, 25);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(695, 617);
- 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);
- //
- // toolStrip1
- //
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripDropDownButton2,
- this.toolStripSeparator2,
- this.toolStripButton1,
- this.drop_SyncMode,
- this.toolStripSeparator1,
- this.btn_Guard,
- this.btn_autoFocus,
- this.toolStripSeparator3,
- this.btnTurbo,
- this.toolStripSeparator4,
- this.toolStripDropDownButton1,
- this.toolStripSeparator5,
- this.btn_Exit});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(695, 25);
- this.toolStrip1.TabIndex = 1;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripDropDownButton2
- //
- this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_FreeView,
- this.toolStripMenuItem3});
- 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_FreeView
- //
- this.btn_FreeView.CheckOnClick = true;
- this.btn_FreeView.Name = "btn_FreeView";
- this.btn_FreeView.Size = new System.Drawing.Size(124, 22);
- this.btn_FreeView.Text = "自由视角";
- this.btn_FreeView.Click += new System.EventHandler(this.btn_FreeView_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(121, 6);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(60, 22);
- this.toolStripButton1.Text = "网络监视";
- this.toolStripButton1.Click += new System.EventHandler(this.btn_NewView_Click);
- //
- // 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 = "同步模式";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // btn_Guard
- //
- this.btn_Guard.CheckOnClick = true;
- this.btn_Guard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_Guard.Image = global::GameEditorPlugin.Properties.Resources.icon_res_9;
- this.btn_Guard.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_Guard.Name = "btn_Guard";
- this.btn_Guard.Size = new System.Drawing.Size(23, 22);
- this.btn_Guard.Text = "自动战斗";
- this.btn_Guard.Click += new System.EventHandler(this.btn_Guard_Click);
- //
- // btn_autoFocus
- //
- this.btn_autoFocus.Checked = true;
- this.btn_autoFocus.CheckOnClick = true;
- this.btn_autoFocus.CheckState = System.Windows.Forms.CheckState.Checked;
- this.btn_autoFocus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_autoFocus.Image = global::GameEditorPlugin.Properties.Resources.icon_affect;
- this.btn_autoFocus.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_autoFocus.Name = "btn_autoFocus";
- this.btn_autoFocus.Size = new System.Drawing.Size(23, 22);
- this.btn_autoFocus.Text = "自动瞄准";
- this.btn_autoFocus.Click += new System.EventHandler(this.btn_autoFocus_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);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripDropDownButton1
- //
- this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_CleanBuffs,
- this.pickUnitToolStripMenuItem});
- 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 = "功能";
- //
- // btn_CleanBuffs
- //
- this.btn_CleanBuffs.Name = "btn_CleanBuffs";
- this.btn_CleanBuffs.Size = new System.Drawing.Size(153, 22);
- this.btn_CleanBuffs.Text = "清除所有BUFF";
- this.btn_CleanBuffs.Click += new System.EventHandler(this.btn_CleanBuffs_Click);
- //
- // pickUnitToolStripMenuItem
- //
- this.pickUnitToolStripMenuItem.Name = "pickUnitToolStripMenuItem";
- this.pickUnitToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
- this.pickUnitToolStripMenuItem.Text = "PickUnit";
- this.pickUnitToolStripMenuItem.Click += new System.EventHandler(this.pickUnitToolStripMenuItem_Click);
- //
- // toolStripSeparator5
- //
- this.toolStripSeparator5.Name = "toolStripSeparator5";
- this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
- //
- // btn_Exit
- //
- this.btn_Exit.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.btn_Exit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_Exit.Image = global::GameEditorPlugin.Properties.Resources.icon_error;
- this.btn_Exit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_Exit.Name = "btn_Exit";
- this.btn_Exit.Size = new System.Drawing.Size(23, 22);
- this.btn_Exit.Text = "断开并退出";
- this.btn_Exit.Visible = false;
- this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
- //
- // PanelAbstractClient
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.toolStrip1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "PanelAbstractClient";
- this.Size = new System.Drawing.Size(695, 642);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- public System.Windows.Forms.Timer timer1;
- public System.Windows.Forms.PictureBox pictureBox1;
- public System.Windows.Forms.ToolStrip toolStrip1;
- public System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
- public System.Windows.Forms.ToolStripButton toolStripButton1;
- public System.Windows.Forms.ToolStripButton btn_Guard;
- public System.Windows.Forms.ToolStripDropDownButton drop_SyncMode;
- public System.Windows.Forms.ToolStripButton btn_autoFocus;
- public System.Windows.Forms.ToolStripDropDownButton btnTurbo;
- public System.Windows.Forms.ToolStripMenuItem btn_0_1X;
- public System.Windows.Forms.ToolStripMenuItem btn_0_5X;
- public System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- public System.Windows.Forms.ToolStripMenuItem btn_1X;
- public System.Windows.Forms.ToolStripMenuItem btn_2X;
- public System.Windows.Forms.ToolStripMenuItem btn_3X;
- public System.Windows.Forms.ToolStripMenuItem btn_4X;
- public System.Windows.Forms.ToolStripMenuItem btn_5X;
- public System.Windows.Forms.ToolStripMenuItem btn_10X;
- public System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- public System.Windows.Forms.ToolStripMenuItem btn_TurboX;
- public System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- public System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- public System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- public System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- public System.Windows.Forms.ToolStripMenuItem btn_FreeView;
- public System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
- private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
- private System.Windows.Forms.ToolStripMenuItem btn_CleanBuffs;
- private System.Windows.Forms.ToolStripMenuItem pickUnitToolStripMenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
- public System.Windows.Forms.ToolStripButton btn_Exit;
- }
- }
|