FormRuntimeGameLocal.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. 
  2. namespace GameEditorPlugin.Win32.Runtime
  3. {
  4. partial class FormRuntimeGameLocal
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRuntimeGameLocal));
  31. this.toolStripTop = new System.Windows.Forms.ToolStrip();
  32. this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
  33. this.chkNoRender = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
  35. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  36. this.btn_Play = new System.Windows.Forms.ToolStripButton();
  37. this.btn_Step = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.btn_AutoAttack = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  41. this.btnTurbo = new System.Windows.Forms.ToolStripDropDownButton();
  42. this.btn_0_1X = new System.Windows.Forms.ToolStripMenuItem();
  43. this.btn_0_5X = new System.Windows.Forms.ToolStripMenuItem();
  44. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.btn_1X = new System.Windows.Forms.ToolStripMenuItem();
  46. this.btn_2X = new System.Windows.Forms.ToolStripMenuItem();
  47. this.btn_3X = new System.Windows.Forms.ToolStripMenuItem();
  48. this.btn_4X = new System.Windows.Forms.ToolStripMenuItem();
  49. this.btn_5X = new System.Windows.Forms.ToolStripMenuItem();
  50. this.btn_10X = new System.Windows.Forms.ToolStripMenuItem();
  51. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  52. this.btn_TurboX = new System.Windows.Forms.ToolStripMenuItem();
  53. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  54. this.drop_SyncMode = new System.Windows.Forms.ToolStripDropDownButton();
  55. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  56. this.btn_SkipClientEvent = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  58. this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
  59. this.btn_IsAutoFocusTarget = new System.Windows.Forms.ToolStripMenuItem();
  60. this.btn_CleanBuff = new System.Windows.Forms.ToolStripMenuItem();
  61. this.pickUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62. this.模拟任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63. this.btn_QuestAccpetR2B = new System.Windows.Forms.ToolStripMenuItem();
  64. this.btn_QuestStatusChangeR2B = new System.Windows.Forms.ToolStripMenuItem();
  65. this.btn_QuestCommitR2B = new System.Windows.Forms.ToolStripMenuItem();
  66. this.btn_QuestDropR2B = new System.Windows.Forms.ToolStripMenuItem();
  67. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
  68. this.gCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69. this.btnHelp = new System.Windows.Forms.ToolStripButton();
  70. this.timer2 = new System.Windows.Forms.Timer(this.components);
  71. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  72. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  73. this.toolStripActorSkills = new System.Windows.Forms.ToolStrip();
  74. this.statusStripBottom = new System.Windows.Forms.StatusStrip();
  75. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  76. this.propertyGrid_selected = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
  77. this.toolStripStatus = new System.Windows.Forms.ToolStrip();
  78. this.lbl_selected = new System.Windows.Forms.ToolStripLabel();
  79. this.toolStripTop.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  82. this.splitContainer1.Panel1.SuspendLayout();
  83. this.splitContainer1.Panel2.SuspendLayout();
  84. this.splitContainer1.SuspendLayout();
  85. this.statusStripBottom.SuspendLayout();
  86. this.toolStripStatus.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // toolStripTop
  90. //
  91. this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  92. this.toolStripDropDownButton1,
  93. this.toolStripSeparator2,
  94. this.btn_Play,
  95. this.btn_Step,
  96. this.toolStripSeparator1,
  97. this.btn_AutoAttack,
  98. this.toolStripSeparator3,
  99. this.btnTurbo,
  100. this.toolStripSeparator5,
  101. this.drop_SyncMode,
  102. this.toolStripSeparator4,
  103. this.btn_SkipClientEvent,
  104. this.toolStripSeparator6,
  105. this.toolStripDropDownButton2,
  106. this.btnHelp});
  107. this.toolStripTop.Location = new System.Drawing.Point(0, 0);
  108. this.toolStripTop.Name = "toolStripTop";
  109. this.toolStripTop.Size = new System.Drawing.Size(1295, 25);
  110. this.toolStripTop.TabIndex = 0;
  111. this.toolStripTop.Text = "toolStrip1";
  112. //
  113. // toolStripDropDownButton1
  114. //
  115. this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  116. this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.chkNoRender,
  118. this.toolStripMenuItem3});
  119. this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
  120. this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  122. this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 22);
  123. this.toolStripDropDownButton1.Text = "显示";
  124. //
  125. // chkNoRender
  126. //
  127. this.chkNoRender.CheckOnClick = true;
  128. this.chkNoRender.Name = "chkNoRender";
  129. this.chkNoRender.Size = new System.Drawing.Size(112, 22);
  130. this.chkNoRender.Text = "不显示";
  131. //
  132. // toolStripMenuItem3
  133. //
  134. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  135. this.toolStripMenuItem3.Size = new System.Drawing.Size(109, 6);
  136. //
  137. // toolStripSeparator2
  138. //
  139. this.toolStripSeparator2.Name = "toolStripSeparator2";
  140. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  141. //
  142. // btn_Play
  143. //
  144. this.btn_Play.Checked = true;
  145. this.btn_Play.CheckOnClick = true;
  146. this.btn_Play.CheckState = System.Windows.Forms.CheckState.Checked;
  147. this.btn_Play.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  148. this.btn_Play.Image = ((System.Drawing.Image)(resources.GetObject("btn_Play.Image")));
  149. this.btn_Play.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.btn_Play.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.btn_Play.Name = "btn_Play";
  152. this.btn_Play.Size = new System.Drawing.Size(23, 22);
  153. this.btn_Play.Text = "播放";
  154. this.btn_Play.Click += new System.EventHandler(this.btn_Stop_Click);
  155. //
  156. // btn_Step
  157. //
  158. this.btn_Step.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  159. this.btn_Step.Image = ((System.Drawing.Image)(resources.GetObject("btn_Step.Image")));
  160. this.btn_Step.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  161. this.btn_Step.ImageTransparentColor = System.Drawing.Color.Magenta;
  162. this.btn_Step.Name = "btn_Step";
  163. this.btn_Step.Size = new System.Drawing.Size(23, 22);
  164. this.btn_Step.Text = "单步执行";
  165. this.btn_Step.Click += new System.EventHandler(this.btn_Step_Click);
  166. //
  167. // toolStripSeparator1
  168. //
  169. this.toolStripSeparator1.Name = "toolStripSeparator1";
  170. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  171. //
  172. // btn_AutoAttack
  173. //
  174. this.btn_AutoAttack.CheckOnClick = true;
  175. this.btn_AutoAttack.Image = ((System.Drawing.Image)(resources.GetObject("btn_AutoAttack.Image")));
  176. this.btn_AutoAttack.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  177. this.btn_AutoAttack.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.btn_AutoAttack.Name = "btn_AutoAttack";
  179. this.btn_AutoAttack.Size = new System.Drawing.Size(76, 22);
  180. this.btn_AutoAttack.Text = "自动战斗";
  181. this.btn_AutoAttack.Click += new System.EventHandler(this.btn_AutoAttack_Click);
  182. //
  183. // toolStripSeparator3
  184. //
  185. this.toolStripSeparator3.Name = "toolStripSeparator3";
  186. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  187. //
  188. // btnTurbo
  189. //
  190. this.btnTurbo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  191. this.btnTurbo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  192. this.btn_0_1X,
  193. this.btn_0_5X,
  194. this.toolStripMenuItem1,
  195. this.btn_1X,
  196. this.btn_2X,
  197. this.btn_3X,
  198. this.btn_4X,
  199. this.btn_5X,
  200. this.btn_10X,
  201. this.toolStripMenuItem2,
  202. this.btn_TurboX});
  203. this.btnTurbo.ImageTransparentColor = System.Drawing.Color.Magenta;
  204. this.btnTurbo.Name = "btnTurbo";
  205. this.btnTurbo.Size = new System.Drawing.Size(45, 22);
  206. this.btnTurbo.Text = "加速";
  207. //
  208. // btn_0_1X
  209. //
  210. this.btn_0_1X.Name = "btn_0_1X";
  211. this.btn_0_1X.Size = new System.Drawing.Size(136, 22);
  212. this.btn_0_1X.Text = "0.1X";
  213. this.btn_0_1X.Click += new System.EventHandler(this.btn_0_1X_Click);
  214. //
  215. // btn_0_5X
  216. //
  217. this.btn_0_5X.Name = "btn_0_5X";
  218. this.btn_0_5X.Size = new System.Drawing.Size(136, 22);
  219. this.btn_0_5X.Text = "0.5X";
  220. this.btn_0_5X.Click += new System.EventHandler(this.btn_0_5X_Click);
  221. //
  222. // toolStripMenuItem1
  223. //
  224. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  225. this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
  226. //
  227. // btn_1X
  228. //
  229. this.btn_1X.Name = "btn_1X";
  230. this.btn_1X.Size = new System.Drawing.Size(136, 22);
  231. this.btn_1X.Text = "1X";
  232. this.btn_1X.Click += new System.EventHandler(this.btn_1X_Click);
  233. //
  234. // btn_2X
  235. //
  236. this.btn_2X.Name = "btn_2X";
  237. this.btn_2X.Size = new System.Drawing.Size(136, 22);
  238. this.btn_2X.Text = "2X";
  239. this.btn_2X.Click += new System.EventHandler(this.btn_2X_Click);
  240. //
  241. // btn_3X
  242. //
  243. this.btn_3X.Name = "btn_3X";
  244. this.btn_3X.Size = new System.Drawing.Size(136, 22);
  245. this.btn_3X.Text = "3X";
  246. this.btn_3X.Click += new System.EventHandler(this.btn_3X_Click);
  247. //
  248. // btn_4X
  249. //
  250. this.btn_4X.Name = "btn_4X";
  251. this.btn_4X.Size = new System.Drawing.Size(136, 22);
  252. this.btn_4X.Text = "4X";
  253. this.btn_4X.Click += new System.EventHandler(this.btn_4X_Click);
  254. //
  255. // btn_5X
  256. //
  257. this.btn_5X.Name = "btn_5X";
  258. this.btn_5X.Size = new System.Drawing.Size(136, 22);
  259. this.btn_5X.Text = "5X";
  260. this.btn_5X.Click += new System.EventHandler(this.btn_5X_Click);
  261. //
  262. // btn_10X
  263. //
  264. this.btn_10X.Name = "btn_10X";
  265. this.btn_10X.Size = new System.Drawing.Size(136, 22);
  266. this.btn_10X.Text = "10X";
  267. this.btn_10X.Click += new System.EventHandler(this.btn_10X_Click);
  268. //
  269. // toolStripMenuItem2
  270. //
  271. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  272. this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
  273. //
  274. // btn_TurboX
  275. //
  276. this.btn_TurboX.Name = "btn_TurboX";
  277. this.btn_TurboX.Size = new System.Drawing.Size(136, 22);
  278. this.btn_TurboX.Text = "自定义速度";
  279. this.btn_TurboX.Click += new System.EventHandler(this.btn_TurboX_ToolStripMenuItem_Click);
  280. //
  281. // toolStripSeparator5
  282. //
  283. this.toolStripSeparator5.Name = "toolStripSeparator5";
  284. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
  285. //
  286. // drop_SyncMode
  287. //
  288. this.drop_SyncMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  289. this.drop_SyncMode.Image = ((System.Drawing.Image)(resources.GetObject("drop_SyncMode.Image")));
  290. this.drop_SyncMode.ImageTransparentColor = System.Drawing.Color.Magenta;
  291. this.drop_SyncMode.Name = "drop_SyncMode";
  292. this.drop_SyncMode.Size = new System.Drawing.Size(69, 22);
  293. this.drop_SyncMode.Text = "同步模式";
  294. //
  295. // toolStripSeparator4
  296. //
  297. this.toolStripSeparator4.Name = "toolStripSeparator4";
  298. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  299. //
  300. // btn_SkipClientEvent
  301. //
  302. this.btn_SkipClientEvent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  303. this.btn_SkipClientEvent.Image = ((System.Drawing.Image)(resources.GetObject("btn_SkipClientEvent.Image")));
  304. this.btn_SkipClientEvent.ImageTransparentColor = System.Drawing.Color.Magenta;
  305. this.btn_SkipClientEvent.Name = "btn_SkipClientEvent";
  306. this.btn_SkipClientEvent.Size = new System.Drawing.Size(92, 22);
  307. this.btn_SkipClientEvent.Text = "跳过Client事件";
  308. this.btn_SkipClientEvent.Click += new System.EventHandler(this.btn_SkipClientEvent_Click);
  309. //
  310. // toolStripSeparator6
  311. //
  312. this.toolStripSeparator6.Name = "toolStripSeparator6";
  313. this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
  314. //
  315. // toolStripDropDownButton2
  316. //
  317. this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  318. this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  319. this.btn_IsAutoFocusTarget,
  320. this.btn_CleanBuff,
  321. this.pickUnitToolStripMenuItem,
  322. this.模拟任务ToolStripMenuItem,
  323. this.toolStripMenuItem4,
  324. this.gCToolStripMenuItem});
  325. this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
  326. this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  327. this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
  328. this.toolStripDropDownButton2.Size = new System.Drawing.Size(45, 22);
  329. this.toolStripDropDownButton2.Text = "功能";
  330. //
  331. // btn_IsAutoFocusTarget
  332. //
  333. this.btn_IsAutoFocusTarget.Checked = true;
  334. this.btn_IsAutoFocusTarget.CheckOnClick = true;
  335. this.btn_IsAutoFocusTarget.CheckState = System.Windows.Forms.CheckState.Checked;
  336. this.btn_IsAutoFocusTarget.Name = "btn_IsAutoFocusTarget";
  337. this.btn_IsAutoFocusTarget.Size = new System.Drawing.Size(129, 22);
  338. this.btn_IsAutoFocusTarget.Text = "自动瞄准";
  339. this.btn_IsAutoFocusTarget.Click += new System.EventHandler(this.btn_IsAutoFocusTarget_ToolStripMenuItem_Click);
  340. //
  341. // btn_CleanBuff
  342. //
  343. this.btn_CleanBuff.Name = "btn_CleanBuff";
  344. this.btn_CleanBuff.Size = new System.Drawing.Size(129, 22);
  345. this.btn_CleanBuff.Text = "清除BUFF";
  346. this.btn_CleanBuff.Click += new System.EventHandler(this.btn_CleanBuff_Click);
  347. //
  348. // pickUnitToolStripMenuItem
  349. //
  350. this.pickUnitToolStripMenuItem.Name = "pickUnitToolStripMenuItem";
  351. this.pickUnitToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  352. this.pickUnitToolStripMenuItem.Text = "PickUnit";
  353. this.pickUnitToolStripMenuItem.Click += new System.EventHandler(this.pickUnitToolStripMenuItem_Click);
  354. //
  355. // 模拟任务ToolStripMenuItem
  356. //
  357. this.模拟任务ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  358. this.btn_QuestAccpetR2B,
  359. this.btn_QuestStatusChangeR2B,
  360. this.btn_QuestCommitR2B,
  361. this.btn_QuestDropR2B});
  362. this.模拟任务ToolStripMenuItem.Name = "模拟任务ToolStripMenuItem";
  363. this.模拟任务ToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  364. this.模拟任务ToolStripMenuItem.Text = "模拟任务";
  365. //
  366. // btn_QuestAccpetR2B
  367. //
  368. this.btn_QuestAccpetR2B.Name = "btn_QuestAccpetR2B";
  369. this.btn_QuestAccpetR2B.Size = new System.Drawing.Size(184, 22);
  370. this.btn_QuestAccpetR2B.Text = "游戏服接取任务";
  371. this.btn_QuestAccpetR2B.Click += new System.EventHandler(this.btn_QuestAccpetR2B_Click);
  372. //
  373. // btn_QuestStatusChangeR2B
  374. //
  375. this.btn_QuestStatusChangeR2B.Name = "btn_QuestStatusChangeR2B";
  376. this.btn_QuestStatusChangeR2B.Size = new System.Drawing.Size(184, 22);
  377. this.btn_QuestStatusChangeR2B.Text = "游戏服改变任务状态";
  378. this.btn_QuestStatusChangeR2B.Click += new System.EventHandler(this.btn_QuestStatusChangeR2B_Click);
  379. //
  380. // btn_QuestCommitR2B
  381. //
  382. this.btn_QuestCommitR2B.Name = "btn_QuestCommitR2B";
  383. this.btn_QuestCommitR2B.Size = new System.Drawing.Size(184, 22);
  384. this.btn_QuestCommitR2B.Text = "游戏服提交任务";
  385. this.btn_QuestCommitR2B.Click += new System.EventHandler(this.btn_QuestCommitR2B_Click);
  386. //
  387. // btn_QuestDropR2B
  388. //
  389. this.btn_QuestDropR2B.Name = "btn_QuestDropR2B";
  390. this.btn_QuestDropR2B.Size = new System.Drawing.Size(184, 22);
  391. this.btn_QuestDropR2B.Text = "游戏服放弃任务";
  392. this.btn_QuestDropR2B.Click += new System.EventHandler(this.btn_QuestDropR2B_Click);
  393. //
  394. // toolStripMenuItem4
  395. //
  396. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  397. this.toolStripMenuItem4.Size = new System.Drawing.Size(126, 6);
  398. //
  399. // gCToolStripMenuItem
  400. //
  401. this.gCToolStripMenuItem.Name = "gCToolStripMenuItem";
  402. this.gCToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  403. this.gCToolStripMenuItem.Text = "GC";
  404. this.gCToolStripMenuItem.Click += new System.EventHandler(this.gCToolStripMenuItem_Click);
  405. //
  406. // btnHelp
  407. //
  408. this.btnHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  409. this.btnHelp.Enabled = false;
  410. this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image")));
  411. this.btnHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
  412. this.btnHelp.Name = "btnHelp";
  413. this.btnHelp.Size = new System.Drawing.Size(36, 22);
  414. this.btnHelp.Text = "帮助";
  415. //
  416. // timer2
  417. //
  418. this.timer2.Interval = 30;
  419. this.timer2.Tick += new System.EventHandler(this.timerUpdate_Tick);
  420. //
  421. // pictureBox1
  422. //
  423. this.pictureBox1.BackColor = System.Drawing.Color.Black;
  424. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  425. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  426. this.pictureBox1.Name = "pictureBox1";
  427. this.pictureBox1.Size = new System.Drawing.Size(1011, 715);
  428. this.pictureBox1.TabIndex = 0;
  429. this.pictureBox1.TabStop = false;
  430. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  431. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  432. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  433. this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
  434. //
  435. // splitContainer1
  436. //
  437. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  438. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  439. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  440. this.splitContainer1.Name = "splitContainer1";
  441. //
  442. // splitContainer1.Panel1
  443. //
  444. this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
  445. this.splitContainer1.Panel1.Controls.Add(this.toolStripActorSkills);
  446. this.splitContainer1.Panel1.Controls.Add(this.statusStripBottom);
  447. //
  448. // splitContainer1.Panel2
  449. //
  450. this.splitContainer1.Panel2.Controls.Add(this.propertyGrid_selected);
  451. this.splitContainer1.Panel2.Controls.Add(this.toolStripStatus);
  452. this.splitContainer1.Size = new System.Drawing.Size(1295, 762);
  453. this.splitContainer1.SplitterDistance = 1011;
  454. this.splitContainer1.TabIndex = 1;
  455. //
  456. // toolStripActorSkills
  457. //
  458. this.toolStripActorSkills.Dock = System.Windows.Forms.DockStyle.Bottom;
  459. this.toolStripActorSkills.Location = new System.Drawing.Point(0, 715);
  460. this.toolStripActorSkills.Name = "toolStripActorSkills";
  461. this.toolStripActorSkills.Size = new System.Drawing.Size(1011, 25);
  462. this.toolStripActorSkills.TabIndex = 2;
  463. this.toolStripActorSkills.Text = "toolStrip3";
  464. //
  465. // statusStripBottom
  466. //
  467. this.statusStripBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  468. this.toolStripStatusLabel1});
  469. this.statusStripBottom.Location = new System.Drawing.Point(0, 740);
  470. this.statusStripBottom.Name = "statusStripBottom";
  471. this.statusStripBottom.Size = new System.Drawing.Size(1011, 22);
  472. this.statusStripBottom.TabIndex = 1;
  473. this.statusStripBottom.Text = "statusStrip1";
  474. //
  475. // toolStripStatusLabel1
  476. //
  477. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  478. this.toolStripStatusLabel1.Size = new System.Drawing.Size(138, 17);
  479. this.toolStripStatusLabel1.Text = "Shift+数字(使用道具)";
  480. //
  481. // propertyGrid_selected
  482. //
  483. this.propertyGrid_selected.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  484. this.propertyGrid_selected.DescriptionAreaHeight = 81;
  485. this.propertyGrid_selected.DescriptionAreaLineCount = 5;
  486. this.propertyGrid_selected.Dock = System.Windows.Forms.DockStyle.Fill;
  487. this.propertyGrid_selected.Location = new System.Drawing.Point(0, 25);
  488. this.propertyGrid_selected.MinDescriptionAreaLineCount = 5;
  489. this.propertyGrid_selected.Name = "propertyGrid_selected";
  490. this.propertyGrid_selected.Size = new System.Drawing.Size(280, 737);
  491. this.propertyGrid_selected.TabIndex = 0;
  492. //
  493. // toolStripStatus
  494. //
  495. this.toolStripStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  496. this.lbl_selected});
  497. this.toolStripStatus.Location = new System.Drawing.Point(0, 0);
  498. this.toolStripStatus.Name = "toolStripStatus";
  499. this.toolStripStatus.Size = new System.Drawing.Size(280, 25);
  500. this.toolStripStatus.TabIndex = 1;
  501. this.toolStripStatus.Text = "Status";
  502. //
  503. // lbl_selected
  504. //
  505. this.lbl_selected.Name = "lbl_selected";
  506. this.lbl_selected.Size = new System.Drawing.Size(0, 22);
  507. //
  508. // FormRuntimeGameLocal
  509. //
  510. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  511. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  512. this.ClientSize = new System.Drawing.Size(1295, 787);
  513. this.Controls.Add(this.splitContainer1);
  514. this.Controls.Add(this.toolStripTop);
  515. this.DoubleBuffered = true;
  516. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.KeyPreview = true;
  518. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  519. this.Name = "FormRuntimeGameLocal";
  520. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  521. this.Text = "Local Play";
  522. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormRuntimeGameLocal_FormClosed);
  523. this.Load += new System.EventHandler(this.FormRuntimeGameLocal_Load);
  524. this.Shown += new System.EventHandler(this.FormRuntimeGameLocal_Shown);
  525. this.toolStripTop.ResumeLayout(false);
  526. this.toolStripTop.PerformLayout();
  527. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  528. this.splitContainer1.Panel1.ResumeLayout(false);
  529. this.splitContainer1.Panel1.PerformLayout();
  530. this.splitContainer1.Panel2.ResumeLayout(false);
  531. this.splitContainer1.Panel2.PerformLayout();
  532. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  533. this.splitContainer1.ResumeLayout(false);
  534. this.statusStripBottom.ResumeLayout(false);
  535. this.statusStripBottom.PerformLayout();
  536. this.toolStripStatus.ResumeLayout(false);
  537. this.toolStripStatus.PerformLayout();
  538. this.ResumeLayout(false);
  539. this.PerformLayout();
  540. }
  541. #endregion
  542. private System.Windows.Forms.Timer timer2;
  543. private System.Windows.Forms.ToolStripButton btn_Play;
  544. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  545. private System.Windows.Forms.ToolStripButton btn_AutoAttack;
  546. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
  547. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  548. private System.Windows.Forms.ToolStripButton btn_Step;
  549. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  550. private System.Windows.Forms.ToolStripButton btn_SkipClientEvent;
  551. private System.Windows.Forms.ToolStripDropDownButton btnTurbo;
  552. private System.Windows.Forms.ToolStripMenuItem btn_1X;
  553. private System.Windows.Forms.ToolStripMenuItem btn_2X;
  554. private System.Windows.Forms.ToolStripMenuItem btn_3X;
  555. private System.Windows.Forms.ToolStripMenuItem btn_4X;
  556. private System.Windows.Forms.ToolStripMenuItem btn_5X;
  557. private System.Windows.Forms.ToolStripMenuItem btn_10X;
  558. private System.Windows.Forms.ToolStripMenuItem btn_TurboX;
  559. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  560. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  561. private System.Windows.Forms.ToolStripButton btnHelp;
  562. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  563. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
  564. private System.Windows.Forms.ToolStripMenuItem btn_IsAutoFocusTarget;
  565. private System.Windows.Forms.ToolStripMenuItem btn_0_1X;
  566. private System.Windows.Forms.ToolStripMenuItem btn_0_5X;
  567. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  568. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  569. private System.Windows.Forms.SplitContainer splitContainer1;
  570. private CommonFroms.G2D.DataGrid.G2DPropertyGrid propertyGrid_selected;
  571. private System.Windows.Forms.ToolStrip toolStripStatus;
  572. private System.Windows.Forms.ToolStripLabel lbl_selected;
  573. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  574. private System.Windows.Forms.ToolStripMenuItem btn_CleanBuff;
  575. private System.Windows.Forms.ToolStripMenuItem pickUnitToolStripMenuItem;
  576. public System.Windows.Forms.ToolStripDropDownButton drop_SyncMode;
  577. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  578. private System.Windows.Forms.ToolStripMenuItem chkNoRender;
  579. private System.Windows.Forms.ToolStripMenuItem gCToolStripMenuItem;
  580. private System.Windows.Forms.ToolStripMenuItem 模拟任务ToolStripMenuItem;
  581. private System.Windows.Forms.ToolStripMenuItem btn_QuestAccpetR2B;
  582. private System.Windows.Forms.ToolStripMenuItem btn_QuestDropR2B;
  583. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
  584. private System.Windows.Forms.ToolStripMenuItem btn_QuestStatusChangeR2B;
  585. private System.Windows.Forms.ToolStripMenuItem btn_QuestCommitR2B;
  586. protected System.Windows.Forms.ToolStrip toolStripTop;
  587. protected System.Windows.Forms.StatusStrip statusStripBottom;
  588. protected System.Windows.Forms.ToolStrip toolStripActorSkills;
  589. protected System.Windows.Forms.PictureBox pictureBox1;
  590. }
  591. }