namespace CommonTest
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
this.restartLOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restart3CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restart4AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.spawnUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.spawnUnit100ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripDropDownButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(944, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripDropDownButton1
//
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.restartLOLToolStripMenuItem,
this.restart3CToolStripMenuItem,
this.restart4AToolStripMenuItem,
this.toolStripMenuItem1,
this.spawnUnitToolStripMenuItem,
this.spawnUnit100ToolStripMenuItem,
this.toolStripMenuItem2,
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(78, 22);
this.toolStripDropDownButton1.Text = "Add Units";
//
// restartLOLToolStripMenuItem
//
this.restartLOLToolStripMenuItem.Name = "restartLOLToolStripMenuItem";
this.restartLOLToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.restartLOLToolStripMenuItem.Text = "restart LOL";
this.restartLOLToolStripMenuItem.Click += new System.EventHandler(this.restartLOLToolStripMenuItem_Click);
//
// restart3CToolStripMenuItem
//
this.restart3CToolStripMenuItem.Name = "restart3CToolStripMenuItem";
this.restart3CToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.restart3CToolStripMenuItem.Text = "restart 3C";
this.restart3CToolStripMenuItem.Click += new System.EventHandler(this.restart3CToolStripMenuItem_Click);
//
// restart4AToolStripMenuItem
//
this.restart4AToolStripMenuItem.Name = "restart4AToolStripMenuItem";
this.restart4AToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.restart4AToolStripMenuItem.Text = "restart 4A";
this.restart4AToolStripMenuItem.Click += new System.EventHandler(this.restart4AToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(137, 6);
//
// spawnUnitToolStripMenuItem
//
this.spawnUnitToolStripMenuItem.Name = "spawnUnitToolStripMenuItem";
this.spawnUnitToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.spawnUnitToolStripMenuItem.Text = "+ 10";
this.spawnUnitToolStripMenuItem.Click += new System.EventHandler(this.spawnUnitToolStripMenuItem_Click);
//
// spawnUnit100ToolStripMenuItem
//
this.spawnUnit100ToolStripMenuItem.Name = "spawnUnit100ToolStripMenuItem";
this.spawnUnit100ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.spawnUnit100ToolStripMenuItem.Text = "+ 100";
this.spawnUnit100ToolStripMenuItem.Click += new System.EventHandler(this.spawnUnit100ToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(140, 22);
this.toolStripMenuItem2.Text = "+ 1000";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(140, 22);
this.toolStripMenuItem3.Text = "+ 10000";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 30;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// pictureBox1
//
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(944, 577);
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);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(944, 602);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.toolStrip1);
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 = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
private System.Windows.Forms.ToolStripMenuItem spawnUnitToolStripMenuItem;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ToolStripMenuItem spawnUnit100ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem restart3CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem restart4AToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem restartLOLToolStripMenuItem;
}
}