Form1.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace CommonTest
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
  32. this.restartLOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.restart3CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.restart4AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.spawnUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.spawnUnit100ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.timer2 = new System.Windows.Forms.Timer(this.components);
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.toolStrip1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // toolStrip1
  47. //
  48. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.toolStripDropDownButton1});
  50. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  51. this.toolStrip1.Name = "toolStrip1";
  52. this.toolStrip1.Size = new System.Drawing.Size(944, 25);
  53. this.toolStrip1.TabIndex = 0;
  54. this.toolStrip1.Text = "toolStrip1";
  55. //
  56. // toolStripDropDownButton1
  57. //
  58. this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  59. this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.restartLOLToolStripMenuItem,
  61. this.restart3CToolStripMenuItem,
  62. this.restart4AToolStripMenuItem,
  63. this.toolStripMenuItem1,
  64. this.spawnUnitToolStripMenuItem,
  65. this.spawnUnit100ToolStripMenuItem,
  66. this.toolStripMenuItem2,
  67. this.toolStripMenuItem3});
  68. this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
  69. this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  70. this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  71. this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 22);
  72. this.toolStripDropDownButton1.Text = "Add Units";
  73. //
  74. // restartLOLToolStripMenuItem
  75. //
  76. this.restartLOLToolStripMenuItem.Name = "restartLOLToolStripMenuItem";
  77. this.restartLOLToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  78. this.restartLOLToolStripMenuItem.Text = "restart LOL";
  79. this.restartLOLToolStripMenuItem.Click += new System.EventHandler(this.restartLOLToolStripMenuItem_Click);
  80. //
  81. // restart3CToolStripMenuItem
  82. //
  83. this.restart3CToolStripMenuItem.Name = "restart3CToolStripMenuItem";
  84. this.restart3CToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  85. this.restart3CToolStripMenuItem.Text = "restart 3C";
  86. this.restart3CToolStripMenuItem.Click += new System.EventHandler(this.restart3CToolStripMenuItem_Click);
  87. //
  88. // restart4AToolStripMenuItem
  89. //
  90. this.restart4AToolStripMenuItem.Name = "restart4AToolStripMenuItem";
  91. this.restart4AToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  92. this.restart4AToolStripMenuItem.Text = "restart 4A";
  93. this.restart4AToolStripMenuItem.Click += new System.EventHandler(this.restart4AToolStripMenuItem_Click);
  94. //
  95. // toolStripMenuItem1
  96. //
  97. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  98. this.toolStripMenuItem1.Size = new System.Drawing.Size(137, 6);
  99. //
  100. // spawnUnitToolStripMenuItem
  101. //
  102. this.spawnUnitToolStripMenuItem.Name = "spawnUnitToolStripMenuItem";
  103. this.spawnUnitToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  104. this.spawnUnitToolStripMenuItem.Text = "+ 10";
  105. this.spawnUnitToolStripMenuItem.Click += new System.EventHandler(this.spawnUnitToolStripMenuItem_Click);
  106. //
  107. // spawnUnit100ToolStripMenuItem
  108. //
  109. this.spawnUnit100ToolStripMenuItem.Name = "spawnUnit100ToolStripMenuItem";
  110. this.spawnUnit100ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  111. this.spawnUnit100ToolStripMenuItem.Text = "+ 100";
  112. this.spawnUnit100ToolStripMenuItem.Click += new System.EventHandler(this.spawnUnit100ToolStripMenuItem_Click);
  113. //
  114. // toolStripMenuItem2
  115. //
  116. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  117. this.toolStripMenuItem2.Size = new System.Drawing.Size(140, 22);
  118. this.toolStripMenuItem2.Text = "+ 1000";
  119. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  120. //
  121. // toolStripMenuItem3
  122. //
  123. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  124. this.toolStripMenuItem3.Size = new System.Drawing.Size(140, 22);
  125. this.toolStripMenuItem3.Text = "+ 10000";
  126. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  127. //
  128. // timer2
  129. //
  130. this.timer2.Enabled = true;
  131. this.timer2.Interval = 30;
  132. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  133. //
  134. // pictureBox1
  135. //
  136. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.pictureBox1.Location = new System.Drawing.Point(0, 25);
  138. this.pictureBox1.Name = "pictureBox1";
  139. this.pictureBox1.Size = new System.Drawing.Size(944, 577);
  140. this.pictureBox1.TabIndex = 0;
  141. this.pictureBox1.TabStop = false;
  142. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  143. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  144. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  145. //
  146. // Form1
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(944, 602);
  151. this.Controls.Add(this.pictureBox1);
  152. this.Controls.Add(this.toolStrip1);
  153. this.DoubleBuffered = true;
  154. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.KeyPreview = true;
  156. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.Name = "Form1";
  158. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  159. this.Text = "Form1";
  160. this.Load += new System.EventHandler(this.Form1_Load);
  161. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
  162. this.toolStrip1.ResumeLayout(false);
  163. this.toolStrip1.PerformLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private System.Windows.Forms.ToolStrip toolStrip1;
  170. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
  171. private System.Windows.Forms.ToolStripMenuItem spawnUnitToolStripMenuItem;
  172. private System.Windows.Forms.Timer timer2;
  173. private System.Windows.Forms.PictureBox pictureBox1;
  174. private System.Windows.Forms.ToolStripMenuItem spawnUnit100ToolStripMenuItem;
  175. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  176. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  177. private System.Windows.Forms.ToolStripMenuItem restart3CToolStripMenuItem;
  178. private System.Windows.Forms.ToolStripMenuItem restart4AToolStripMenuItem;
  179. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  180. private System.Windows.Forms.ToolStripMenuItem restartLOLToolStripMenuItem;
  181. }
  182. }