MainForm.Designer.cs 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036
  1. namespace SinMaiLauncher
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. components = new System.ComponentModel.Container();
  29. Label label11;
  30. Label label9;
  31. Label label1;
  32. Label label3;
  33. Label label4;
  34. Label label2;
  35. Label label6;
  36. Label label12;
  37. Label label5;
  38. Label label18;
  39. Label label8;
  40. Label label15;
  41. Label label7;
  42. Label label10;
  43. Label label13;
  44. GroupBox groupBox9;
  45. TabPage tpUtils1;
  46. GroupBox groupBox1;
  47. TabPage tpUtils2;
  48. cboAimeCard = new SinMaiLauncher.CustomControls.AimeComboBox();
  49. btnAimeRefresh = new Button();
  50. btnAimeWrite = new Button();
  51. lblSysVolume = new Label();
  52. label16 = new Label();
  53. btnSysVolumeDec = new Button();
  54. btnSysVolumeInc = new Button();
  55. groupBox7 = new GroupBox();
  56. chkWinTrickAuto = new CheckBox();
  57. btnWinTrick = new Button();
  58. groupBox10 = new GroupBox();
  59. chkExplorerAuto = new CheckBox();
  60. btnExplorerRestore = new Button();
  61. btnExplorerKill = new Button();
  62. groupBox2 = new GroupBox();
  63. btnProcessLoopBackVirtualNic = new Button();
  64. lblProcessLoopBackVirtualNic = new Label();
  65. groupBox11 = new GroupBox();
  66. btnAppDataOverwrite = new Button();
  67. groupBox3 = new GroupBox();
  68. lblPidMaria = new Label();
  69. lblSubControlMaria = new Label();
  70. btnSubControlMariaStop = new Button();
  71. btnSubControlMariaStart = new Button();
  72. groupBox6 = new GroupBox();
  73. lblPidAquaDx = new Label();
  74. lblSubControlAquaDx = new Label();
  75. btnSubControlAquaDxStop = new Button();
  76. btnSubControlAquaDxStart = new Button();
  77. groupBox4 = new GroupBox();
  78. lblPidSinMai = new Label();
  79. lblSubControlSinMai = new Label();
  80. btnSubControlSinMaiStop = new Button();
  81. btnSubControlSinMaiStart = new Button();
  82. groupBox8 = new GroupBox();
  83. lblPidInjector = new Label();
  84. lblSubControlInjector = new Label();
  85. btnSubControlInjectorStop = new Button();
  86. btnSubControlInjectorStart = new Button();
  87. btnMainControlStop = new Button();
  88. btnMainControlStart = new Button();
  89. lblMainControlStatus = new Label();
  90. tcMain = new TabControl();
  91. tpMainControl = new TabPage();
  92. tpMisc = new TabPage();
  93. tpSubControls = new TabPage();
  94. tpConsoles = new TabPage();
  95. tcConsoles = new TabControl();
  96. tpConsoleLauncher = new TabPage();
  97. tpConsoleMaria = new TabPage();
  98. tpConsoleAquaDx = new TabPage();
  99. tpConsoleInjector = new TabPage();
  100. tabPageCamera = new TabPage();
  101. tpRecordScreen = new TabPage();
  102. tmrMain = new System.Windows.Forms.Timer(components);
  103. label11 = new Label();
  104. label9 = new Label();
  105. label1 = new Label();
  106. label3 = new Label();
  107. label4 = new Label();
  108. label2 = new Label();
  109. label6 = new Label();
  110. label12 = new Label();
  111. label5 = new Label();
  112. label18 = new Label();
  113. label8 = new Label();
  114. label15 = new Label();
  115. label7 = new Label();
  116. label10 = new Label();
  117. label13 = new Label();
  118. groupBox9 = new GroupBox();
  119. tpUtils1 = new TabPage();
  120. groupBox1 = new GroupBox();
  121. tpUtils2 = new TabPage();
  122. groupBox9.SuspendLayout();
  123. tpUtils1.SuspendLayout();
  124. groupBox1.SuspendLayout();
  125. tpUtils2.SuspendLayout();
  126. groupBox7.SuspendLayout();
  127. groupBox10.SuspendLayout();
  128. groupBox2.SuspendLayout();
  129. groupBox11.SuspendLayout();
  130. groupBox3.SuspendLayout();
  131. groupBox6.SuspendLayout();
  132. groupBox4.SuspendLayout();
  133. groupBox8.SuspendLayout();
  134. tcMain.SuspendLayout();
  135. tpMainControl.SuspendLayout();
  136. tpMisc.SuspendLayout();
  137. tpSubControls.SuspendLayout();
  138. tpConsoles.SuspendLayout();
  139. tcConsoles.SuspendLayout();
  140. tabPageCamera.SuspendLayout();
  141. tpRecordScreen.SuspendLayout();
  142. SuspendLayout();
  143. //
  144. // label11
  145. //
  146. label11.AutoSize = true;
  147. label11.Location = new Point(56, 22);
  148. label11.Name = "label11";
  149. label11.Size = new Size(194, 17);
  150. label11.TabIndex = 3;
  151. label11.Text = "按需自动配置 Loopback 虚拟网卡";
  152. //
  153. // label9
  154. //
  155. label9.AutoSize = true;
  156. label9.Location = new Point(57, 44);
  157. label9.Name = "label9";
  158. label9.Size = new Size(44, 17);
  159. label9.TabIndex = 3;
  160. label9.Text = "状态:";
  161. //
  162. // label1
  163. //
  164. label1.AutoSize = true;
  165. label1.Font = new Font("Microsoft YaHei UI", 20F);
  166. label1.Location = new Point(8, 56);
  167. label1.Name = "label1";
  168. label1.Size = new Size(150, 35);
  169. label1.TabIndex = 4;
  170. label1.Text = "主控状态:";
  171. //
  172. // label3
  173. //
  174. label3.AutoSize = true;
  175. label3.Location = new Point(108, 23);
  176. label3.Name = "label3";
  177. label3.Size = new Size(296, 17);
  178. label3.TabIndex = 4;
  179. label3.Text = "杀死前会记住你打开的文件夹窗口,复活之后重新打开";
  180. //
  181. // label4
  182. //
  183. label4.AutoSize = true;
  184. label4.Location = new Point(11, 25);
  185. label4.Name = "label4";
  186. label4.Size = new Size(140, 34);
  187. label4.TabIndex = 3;
  188. label4.Text = "尝试解决因闭店设定无效\r\n而无法游玩的问题";
  189. //
  190. // label2
  191. //
  192. label2.AutoSize = true;
  193. label2.Location = new Point(6, 65);
  194. label2.Name = "label2";
  195. label2.Size = new Size(40, 17);
  196. label2.TabIndex = 3;
  197. label2.Text = "PID:";
  198. //
  199. // label6
  200. //
  201. label6.AutoSize = true;
  202. label6.Location = new Point(6, 48);
  203. label6.Name = "label6";
  204. label6.Size = new Size(44, 17);
  205. label6.TabIndex = 3;
  206. label6.Text = "状态:";
  207. //
  208. // label12
  209. //
  210. label12.AutoSize = true;
  211. label12.Location = new Point(6, 65);
  212. label12.Name = "label12";
  213. label12.Size = new Size(40, 17);
  214. label12.TabIndex = 3;
  215. label12.Text = "PID:";
  216. //
  217. // label5
  218. //
  219. label5.AutoSize = true;
  220. label5.Location = new Point(6, 48);
  221. label5.Name = "label5";
  222. label5.Size = new Size(44, 17);
  223. label5.TabIndex = 3;
  224. label5.Text = "状态:";
  225. //
  226. // label18
  227. //
  228. label18.AutoSize = true;
  229. label18.Location = new Point(6, 65);
  230. label18.Name = "label18";
  231. label18.Size = new Size(40, 17);
  232. label18.TabIndex = 3;
  233. label18.Text = "PID:";
  234. //
  235. // label8
  236. //
  237. label8.AutoSize = true;
  238. label8.Location = new Point(6, 48);
  239. label8.Name = "label8";
  240. label8.Size = new Size(44, 17);
  241. label8.TabIndex = 3;
  242. label8.Text = "状态:";
  243. //
  244. // label15
  245. //
  246. label15.AutoSize = true;
  247. label15.Location = new Point(10, 67);
  248. label15.Name = "label15";
  249. label15.Size = new Size(40, 17);
  250. label15.TabIndex = 3;
  251. label15.Text = "PID:";
  252. //
  253. // label7
  254. //
  255. label7.AutoSize = true;
  256. label7.Location = new Point(10, 50);
  257. label7.Name = "label7";
  258. label7.Size = new Size(44, 17);
  259. label7.TabIndex = 3;
  260. label7.Text = "状态:";
  261. //
  262. // label10
  263. //
  264. label10.AutoSize = true;
  265. label10.Location = new Point(20, 14);
  266. label10.Name = "label10";
  267. label10.Size = new Size(56, 17);
  268. label10.TabIndex = 0;
  269. label10.Text = "还没做!";
  270. //
  271. // label13
  272. //
  273. label13.AutoSize = true;
  274. label13.Location = new Point(50, 32);
  275. label13.Name = "label13";
  276. label13.Size = new Size(56, 17);
  277. label13.TabIndex = 1;
  278. label13.Text = "还没做!";
  279. //
  280. // groupBox9
  281. //
  282. groupBox9.Controls.Add(cboAimeCard);
  283. groupBox9.Controls.Add(btnAimeRefresh);
  284. groupBox9.Controls.Add(btnAimeWrite);
  285. groupBox9.Location = new Point(8, 6);
  286. groupBox9.Name = "groupBox9";
  287. groupBox9.Size = new Size(333, 70);
  288. groupBox9.TabIndex = 9;
  289. groupBox9.TabStop = false;
  290. groupBox9.Text = "Aime卡:帮你写进aime.txt";
  291. //
  292. // cboAimeCard
  293. //
  294. cboAimeCard.FormattingEnabled = true;
  295. cboAimeCard.Location = new Point(97, 22);
  296. cboAimeCard.MaxLength = 24;
  297. cboAimeCard.Name = "cboAimeCard";
  298. cboAimeCard.Size = new Size(195, 25);
  299. cboAimeCard.TabIndex = 10;
  300. //
  301. // btnAimeRefresh
  302. //
  303. btnAimeRefresh.Location = new Point(6, 22);
  304. btnAimeRefresh.Name = "btnAimeRefresh";
  305. btnAimeRefresh.Size = new Size(86, 42);
  306. btnAimeRefresh.TabIndex = 2;
  307. btnAimeRefresh.Text = "读取数据库";
  308. btnAimeRefresh.UseVisualStyleBackColor = true;
  309. btnAimeRefresh.Click += btnAimeRefresh_Click;
  310. //
  311. // btnAimeWrite
  312. //
  313. btnAimeWrite.Location = new Point(298, 10);
  314. btnAimeWrite.Name = "btnAimeWrite";
  315. btnAimeWrite.Size = new Size(29, 54);
  316. btnAimeWrite.TabIndex = 2;
  317. btnAimeWrite.Text = "写";
  318. btnAimeWrite.UseVisualStyleBackColor = true;
  319. btnAimeWrite.Click += btnAimeWrite_Click;
  320. //
  321. // tpUtils1
  322. //
  323. tpUtils1.Controls.Add(groupBox1);
  324. tpUtils1.Controls.Add(groupBox9);
  325. tpUtils1.Location = new Point(4, 26);
  326. tpUtils1.Name = "tpUtils1";
  327. tpUtils1.Padding = new Padding(3);
  328. tpUtils1.Size = new Size(716, 127);
  329. tpUtils1.TabIndex = 5;
  330. tpUtils1.Text = "实用工具1";
  331. tpUtils1.UseVisualStyleBackColor = true;
  332. //
  333. // groupBox1
  334. //
  335. groupBox1.Controls.Add(lblSysVolume);
  336. groupBox1.Controls.Add(label16);
  337. groupBox1.Controls.Add(btnSysVolumeDec);
  338. groupBox1.Controls.Add(btnSysVolumeInc);
  339. groupBox1.Location = new Point(347, 6);
  340. groupBox1.Name = "groupBox1";
  341. groupBox1.Size = new Size(333, 70);
  342. groupBox1.TabIndex = 9;
  343. groupBox1.TabStop = false;
  344. groupBox1.Text = "系统音量:在杀死资源管理器的情况下方便调节";
  345. //
  346. // lblSysVolume
  347. //
  348. lblSysVolume.AutoSize = true;
  349. lblSysVolume.Location = new Point(70, 25);
  350. lblSysVolume.Name = "lblSysVolume";
  351. lblSysVolume.Size = new Size(13, 17);
  352. lblSysVolume.TabIndex = 12;
  353. lblSysVolume.Text = "-";
  354. //
  355. // label16
  356. //
  357. label16.AutoSize = true;
  358. label16.Location = new Point(6, 25);
  359. label16.Name = "label16";
  360. label16.Size = new Size(68, 17);
  361. label16.TabIndex = 11;
  362. label16.Text = "当前音量:";
  363. //
  364. // btnSysVolumeDec
  365. //
  366. btnSysVolumeDec.Location = new Point(141, 22);
  367. btnSysVolumeDec.Name = "btnSysVolumeDec";
  368. btnSysVolumeDec.Size = new Size(84, 42);
  369. btnSysVolumeDec.TabIndex = 2;
  370. btnSysVolumeDec.Text = "调小";
  371. btnSysVolumeDec.UseVisualStyleBackColor = true;
  372. btnSysVolumeDec.Click += btnSysVolumeDec_Click;
  373. //
  374. // btnSysVolumeInc
  375. //
  376. btnSysVolumeInc.Location = new Point(240, 22);
  377. btnSysVolumeInc.Name = "btnSysVolumeInc";
  378. btnSysVolumeInc.Size = new Size(87, 42);
  379. btnSysVolumeInc.TabIndex = 2;
  380. btnSysVolumeInc.Text = "调大";
  381. btnSysVolumeInc.UseVisualStyleBackColor = true;
  382. btnSysVolumeInc.Click += btnSysVolumeInc_Click;
  383. //
  384. // tpUtils2
  385. //
  386. tpUtils2.Controls.Add(groupBox7);
  387. tpUtils2.Controls.Add(groupBox10);
  388. tpUtils2.Location = new Point(4, 26);
  389. tpUtils2.Name = "tpUtils2";
  390. tpUtils2.Padding = new Padding(3);
  391. tpUtils2.Size = new Size(716, 127);
  392. tpUtils2.TabIndex = 1;
  393. tpUtils2.Text = "实用工具2";
  394. tpUtils2.UseVisualStyleBackColor = true;
  395. //
  396. // groupBox7
  397. //
  398. groupBox7.Controls.Add(chkWinTrickAuto);
  399. groupBox7.Controls.Add(btnWinTrick);
  400. groupBox7.Location = new Point(6, 6);
  401. groupBox7.Name = "groupBox7";
  402. groupBox7.Size = new Size(263, 70);
  403. groupBox7.TabIndex = 3;
  404. groupBox7.TabStop = false;
  405. groupBox7.Text = "窗口调整:启动之后窗口可能会乱跳";
  406. //
  407. // chkWinTrickAuto
  408. //
  409. chkWinTrickAuto.AutoSize = true;
  410. chkWinTrickAuto.Checked = true;
  411. chkWinTrickAuto.CheckState = CheckState.Checked;
  412. chkWinTrickAuto.Location = new Point(76, 33);
  413. chkWinTrickAuto.Name = "chkWinTrickAuto";
  414. chkWinTrickAuto.Size = new Size(99, 21);
  415. chkWinTrickAuto.TabIndex = 6;
  416. chkWinTrickAuto.Text = "保持自动调整";
  417. chkWinTrickAuto.UseVisualStyleBackColor = true;
  418. //
  419. // btnWinTrick
  420. //
  421. btnWinTrick.Location = new Point(6, 20);
  422. btnWinTrick.Name = "btnWinTrick";
  423. btnWinTrick.Size = new Size(64, 44);
  424. btnWinTrick.TabIndex = 2;
  425. btnWinTrick.Text = "调整";
  426. btnWinTrick.UseVisualStyleBackColor = true;
  427. btnWinTrick.Click += btnWinTrick_Click;
  428. //
  429. // groupBox10
  430. //
  431. groupBox10.Controls.Add(chkExplorerAuto);
  432. groupBox10.Controls.Add(label3);
  433. groupBox10.Controls.Add(btnExplorerRestore);
  434. groupBox10.Controls.Add(btnExplorerKill);
  435. groupBox10.Location = new Point(275, 6);
  436. groupBox10.Name = "groupBox10";
  437. groupBox10.Size = new Size(417, 70);
  438. groupBox10.TabIndex = 2;
  439. groupBox10.TabStop = false;
  440. groupBox10.Text = "资源管理器托管:避免滑动屏幕边缘出现任务视图打断影响体验";
  441. //
  442. // chkExplorerAuto
  443. //
  444. chkExplorerAuto.AutoSize = true;
  445. chkExplorerAuto.Checked = true;
  446. chkExplorerAuto.CheckState = CheckState.Checked;
  447. chkExplorerAuto.Location = new Point(110, 43);
  448. chkExplorerAuto.Name = "chkExplorerAuto";
  449. chkExplorerAuto.Size = new Size(123, 21);
  450. chkExplorerAuto.TabIndex = 5;
  451. chkExplorerAuto.Text = "启动前后自动托管";
  452. chkExplorerAuto.UseVisualStyleBackColor = true;
  453. //
  454. // btnExplorerRestore
  455. //
  456. btnExplorerRestore.Location = new Point(57, 20);
  457. btnExplorerRestore.Name = "btnExplorerRestore";
  458. btnExplorerRestore.Size = new Size(45, 44);
  459. btnExplorerRestore.TabIndex = 2;
  460. btnExplorerRestore.Text = "复活";
  461. btnExplorerRestore.UseVisualStyleBackColor = true;
  462. btnExplorerRestore.Click += btnExplorerRestore_Click;
  463. //
  464. // btnExplorerKill
  465. //
  466. btnExplorerKill.Location = new Point(6, 20);
  467. btnExplorerKill.Name = "btnExplorerKill";
  468. btnExplorerKill.Size = new Size(45, 44);
  469. btnExplorerKill.TabIndex = 2;
  470. btnExplorerKill.Text = "杀死";
  471. btnExplorerKill.UseVisualStyleBackColor = true;
  472. btnExplorerKill.Click += btnExplorerKill_Click;
  473. //
  474. // groupBox2
  475. //
  476. groupBox2.Controls.Add(btnProcessLoopBackVirtualNic);
  477. groupBox2.Controls.Add(label11);
  478. groupBox2.Controls.Add(lblProcessLoopBackVirtualNic);
  479. groupBox2.Controls.Add(label9);
  480. groupBox2.Location = new Point(8, 6);
  481. groupBox2.Name = "groupBox2";
  482. groupBox2.Size = new Size(271, 70);
  483. groupBox2.TabIndex = 2;
  484. groupBox2.TabStop = false;
  485. groupBox2.Text = "网络环境:这破玩意儿需要本机有一个IP地址";
  486. //
  487. // btnProcessLoopBackVirtualNic
  488. //
  489. btnProcessLoopBackVirtualNic.Location = new Point(6, 22);
  490. btnProcessLoopBackVirtualNic.Name = "btnProcessLoopBackVirtualNic";
  491. btnProcessLoopBackVirtualNic.Size = new Size(45, 45);
  492. btnProcessLoopBackVirtualNic.TabIndex = 0;
  493. btnProcessLoopBackVirtualNic.Text = "处理";
  494. btnProcessLoopBackVirtualNic.UseVisualStyleBackColor = true;
  495. btnProcessLoopBackVirtualNic.Click += btnProcessLoopBackVirtualNic_Click;
  496. //
  497. // lblProcessLoopBackVirtualNic
  498. //
  499. lblProcessLoopBackVirtualNic.AutoSize = true;
  500. lblProcessLoopBackVirtualNic.Location = new Point(107, 44);
  501. lblProcessLoopBackVirtualNic.Name = "lblProcessLoopBackVirtualNic";
  502. lblProcessLoopBackVirtualNic.Size = new Size(44, 17);
  503. lblProcessLoopBackVirtualNic.TabIndex = 3;
  504. lblProcessLoopBackVirtualNic.Text = "待检测";
  505. //
  506. // groupBox11
  507. //
  508. groupBox11.Controls.Add(btnAppDataOverwrite);
  509. groupBox11.Controls.Add(label4);
  510. groupBox11.Location = new Point(284, 6);
  511. groupBox11.Name = "groupBox11";
  512. groupBox11.Size = new Size(225, 70);
  513. groupBox11.TabIndex = 4;
  514. groupBox11.TabStop = false;
  515. groupBox11.Text = "覆盖APPDATA";
  516. //
  517. // btnAppDataOverwrite
  518. //
  519. btnAppDataOverwrite.Location = new Point(163, 19);
  520. btnAppDataOverwrite.Name = "btnAppDataOverwrite";
  521. btnAppDataOverwrite.Size = new Size(45, 45);
  522. btnAppDataOverwrite.TabIndex = 0;
  523. btnAppDataOverwrite.Text = "处理";
  524. btnAppDataOverwrite.UseVisualStyleBackColor = true;
  525. btnAppDataOverwrite.Click += btnAppDataOverwrite_Click;
  526. //
  527. // groupBox3
  528. //
  529. groupBox3.Controls.Add(lblPidMaria);
  530. groupBox3.Controls.Add(label2);
  531. groupBox3.Controls.Add(lblSubControlMaria);
  532. groupBox3.Controls.Add(label6);
  533. groupBox3.Controls.Add(btnSubControlMariaStop);
  534. groupBox3.Controls.Add(btnSubControlMariaStart);
  535. groupBox3.Location = new Point(8, 6);
  536. groupBox3.Name = "groupBox3";
  537. groupBox3.Size = new Size(160, 95);
  538. groupBox3.TabIndex = 3;
  539. groupBox3.TabStop = false;
  540. groupBox3.Text = "① Maria 数据库";
  541. //
  542. // lblPidMaria
  543. //
  544. lblPidMaria.AutoSize = true;
  545. lblPidMaria.Location = new Point(40, 65);
  546. lblPidMaria.Name = "lblPidMaria";
  547. lblPidMaria.Size = new Size(13, 17);
  548. lblPidMaria.TabIndex = 3;
  549. lblPidMaria.Text = "-";
  550. //
  551. // lblSubControlMaria
  552. //
  553. lblSubControlMaria.AutoSize = true;
  554. lblSubControlMaria.Location = new Point(40, 48);
  555. lblSubControlMaria.Name = "lblSubControlMaria";
  556. lblSubControlMaria.Size = new Size(44, 17);
  557. lblSubControlMaria.TabIndex = 3;
  558. lblSubControlMaria.Text = "未启动";
  559. //
  560. // btnSubControlMariaStop
  561. //
  562. btnSubControlMariaStop.Location = new Point(62, 22);
  563. btnSubControlMariaStop.Name = "btnSubControlMariaStop";
  564. btnSubControlMariaStop.Size = new Size(50, 23);
  565. btnSubControlMariaStop.TabIndex = 1;
  566. btnSubControlMariaStop.Text = "停止";
  567. btnSubControlMariaStop.UseVisualStyleBackColor = true;
  568. //
  569. // btnSubControlMariaStart
  570. //
  571. btnSubControlMariaStart.Location = new Point(6, 22);
  572. btnSubControlMariaStart.Name = "btnSubControlMariaStart";
  573. btnSubControlMariaStart.Size = new Size(50, 23);
  574. btnSubControlMariaStart.TabIndex = 1;
  575. btnSubControlMariaStart.Text = "启动";
  576. btnSubControlMariaStart.UseVisualStyleBackColor = true;
  577. //
  578. // groupBox6
  579. //
  580. groupBox6.Controls.Add(lblPidAquaDx);
  581. groupBox6.Controls.Add(label12);
  582. groupBox6.Controls.Add(lblSubControlAquaDx);
  583. groupBox6.Controls.Add(label5);
  584. groupBox6.Controls.Add(btnSubControlAquaDxStop);
  585. groupBox6.Controls.Add(btnSubControlAquaDxStart);
  586. groupBox6.Location = new Point(174, 6);
  587. groupBox6.Name = "groupBox6";
  588. groupBox6.Size = new Size(160, 95);
  589. groupBox6.TabIndex = 4;
  590. groupBox6.TabStop = false;
  591. groupBox6.Text = "② AquaDX";
  592. //
  593. // lblPidAquaDx
  594. //
  595. lblPidAquaDx.AutoSize = true;
  596. lblPidAquaDx.Location = new Point(40, 65);
  597. lblPidAquaDx.Name = "lblPidAquaDx";
  598. lblPidAquaDx.Size = new Size(13, 17);
  599. lblPidAquaDx.TabIndex = 4;
  600. lblPidAquaDx.Text = "-";
  601. //
  602. // lblSubControlAquaDx
  603. //
  604. lblSubControlAquaDx.AutoSize = true;
  605. lblSubControlAquaDx.Location = new Point(40, 48);
  606. lblSubControlAquaDx.Name = "lblSubControlAquaDx";
  607. lblSubControlAquaDx.Size = new Size(44, 17);
  608. lblSubControlAquaDx.TabIndex = 4;
  609. lblSubControlAquaDx.Text = "未启动";
  610. //
  611. // btnSubControlAquaDxStop
  612. //
  613. btnSubControlAquaDxStop.Location = new Point(62, 22);
  614. btnSubControlAquaDxStop.Name = "btnSubControlAquaDxStop";
  615. btnSubControlAquaDxStop.Size = new Size(50, 23);
  616. btnSubControlAquaDxStop.TabIndex = 1;
  617. btnSubControlAquaDxStop.Text = "停止";
  618. btnSubControlAquaDxStop.UseVisualStyleBackColor = true;
  619. //
  620. // btnSubControlAquaDxStart
  621. //
  622. btnSubControlAquaDxStart.Location = new Point(6, 22);
  623. btnSubControlAquaDxStart.Name = "btnSubControlAquaDxStart";
  624. btnSubControlAquaDxStart.Size = new Size(50, 23);
  625. btnSubControlAquaDxStart.TabIndex = 2;
  626. btnSubControlAquaDxStart.Text = "启动";
  627. btnSubControlAquaDxStart.UseVisualStyleBackColor = true;
  628. //
  629. // groupBox4
  630. //
  631. groupBox4.Controls.Add(lblPidSinMai);
  632. groupBox4.Controls.Add(lblSubControlSinMai);
  633. groupBox4.Controls.Add(label18);
  634. groupBox4.Controls.Add(btnSubControlSinMaiStop);
  635. groupBox4.Controls.Add(label8);
  636. groupBox4.Controls.Add(btnSubControlSinMaiStart);
  637. groupBox4.Location = new Point(506, 6);
  638. groupBox4.Name = "groupBox4";
  639. groupBox4.Size = new Size(160, 95);
  640. groupBox4.TabIndex = 5;
  641. groupBox4.TabStop = false;
  642. groupBox4.Text = "④ SinMai 主进程";
  643. //
  644. // lblPidSinMai
  645. //
  646. lblPidSinMai.AutoSize = true;
  647. lblPidSinMai.Location = new Point(42, 65);
  648. lblPidSinMai.Name = "lblPidSinMai";
  649. lblPidSinMai.Size = new Size(13, 17);
  650. lblPidSinMai.TabIndex = 5;
  651. lblPidSinMai.Text = "-";
  652. //
  653. // lblSubControlSinMai
  654. //
  655. lblSubControlSinMai.AutoSize = true;
  656. lblSubControlSinMai.Location = new Point(42, 48);
  657. lblSubControlSinMai.Name = "lblSubControlSinMai";
  658. lblSubControlSinMai.Size = new Size(44, 17);
  659. lblSubControlSinMai.TabIndex = 5;
  660. lblSubControlSinMai.Text = "未启动";
  661. //
  662. // btnSubControlSinMaiStop
  663. //
  664. btnSubControlSinMaiStop.Location = new Point(62, 22);
  665. btnSubControlSinMaiStop.Name = "btnSubControlSinMaiStop";
  666. btnSubControlSinMaiStop.Size = new Size(50, 23);
  667. btnSubControlSinMaiStop.TabIndex = 4;
  668. btnSubControlSinMaiStop.Text = "停止";
  669. btnSubControlSinMaiStop.UseVisualStyleBackColor = true;
  670. //
  671. // btnSubControlSinMaiStart
  672. //
  673. btnSubControlSinMaiStart.Location = new Point(6, 22);
  674. btnSubControlSinMaiStart.Name = "btnSubControlSinMaiStart";
  675. btnSubControlSinMaiStart.Size = new Size(50, 23);
  676. btnSubControlSinMaiStart.TabIndex = 2;
  677. btnSubControlSinMaiStart.Text = "启动";
  678. btnSubControlSinMaiStart.UseVisualStyleBackColor = true;
  679. //
  680. // groupBox8
  681. //
  682. groupBox8.Controls.Add(lblPidInjector);
  683. groupBox8.Controls.Add(lblSubControlInjector);
  684. groupBox8.Controls.Add(label15);
  685. groupBox8.Controls.Add(btnSubControlInjectorStop);
  686. groupBox8.Controls.Add(label7);
  687. groupBox8.Controls.Add(btnSubControlInjectorStart);
  688. groupBox8.Location = new Point(340, 6);
  689. groupBox8.Name = "groupBox8";
  690. groupBox8.Size = new Size(160, 95);
  691. groupBox8.TabIndex = 6;
  692. groupBox8.TabStop = false;
  693. groupBox8.Text = "③ 加载器";
  694. //
  695. // lblPidInjector
  696. //
  697. lblPidInjector.AutoSize = true;
  698. lblPidInjector.Location = new Point(44, 67);
  699. lblPidInjector.Name = "lblPidInjector";
  700. lblPidInjector.Size = new Size(13, 17);
  701. lblPidInjector.TabIndex = 5;
  702. lblPidInjector.Text = "-";
  703. //
  704. // lblSubControlInjector
  705. //
  706. lblSubControlInjector.AutoSize = true;
  707. lblSubControlInjector.Location = new Point(44, 50);
  708. lblSubControlInjector.Name = "lblSubControlInjector";
  709. lblSubControlInjector.Size = new Size(44, 17);
  710. lblSubControlInjector.TabIndex = 5;
  711. lblSubControlInjector.Text = "未启动";
  712. //
  713. // btnSubControlInjectorStop
  714. //
  715. btnSubControlInjectorStop.Location = new Point(62, 22);
  716. btnSubControlInjectorStop.Name = "btnSubControlInjectorStop";
  717. btnSubControlInjectorStop.Size = new Size(50, 23);
  718. btnSubControlInjectorStop.TabIndex = 4;
  719. btnSubControlInjectorStop.Text = "停止";
  720. btnSubControlInjectorStop.UseVisualStyleBackColor = true;
  721. //
  722. // btnSubControlInjectorStart
  723. //
  724. btnSubControlInjectorStart.Location = new Point(9, 22);
  725. btnSubControlInjectorStart.Name = "btnSubControlInjectorStart";
  726. btnSubControlInjectorStart.Size = new Size(50, 23);
  727. btnSubControlInjectorStart.TabIndex = 2;
  728. btnSubControlInjectorStart.Text = "启动";
  729. btnSubControlInjectorStart.UseVisualStyleBackColor = true;
  730. //
  731. // btnMainControlStop
  732. //
  733. btnMainControlStop.Enabled = false;
  734. btnMainControlStop.Font = new Font("Microsoft YaHei UI", 24F);
  735. btnMainControlStop.Location = new Point(262, 8);
  736. btnMainControlStop.Name = "btnMainControlStop";
  737. btnMainControlStop.Size = new Size(250, 45);
  738. btnMainControlStop.TabIndex = 0;
  739. btnMainControlStop.Text = "一 键 停 止";
  740. btnMainControlStop.UseVisualStyleBackColor = true;
  741. btnMainControlStop.Click += btnMainControlStop_Click;
  742. //
  743. // btnMainControlStart
  744. //
  745. btnMainControlStart.Font = new Font("Microsoft YaHei UI", 24F);
  746. btnMainControlStart.Location = new Point(6, 6);
  747. btnMainControlStart.Name = "btnMainControlStart";
  748. btnMainControlStart.Size = new Size(250, 47);
  749. btnMainControlStart.TabIndex = 0;
  750. btnMainControlStart.Text = "一 键 启 动";
  751. btnMainControlStart.UseVisualStyleBackColor = true;
  752. btnMainControlStart.Click += btnMainControlStart_Click;
  753. //
  754. // lblMainControlStatus
  755. //
  756. lblMainControlStatus.AutoSize = true;
  757. lblMainControlStatus.Font = new Font("Microsoft YaHei UI", 20F);
  758. lblMainControlStatus.Location = new Point(133, 56);
  759. lblMainControlStatus.Name = "lblMainControlStatus";
  760. lblMainControlStatus.Size = new Size(123, 35);
  761. lblMainControlStatus.TabIndex = 6;
  762. lblMainControlStatus.Text = "准备就绪";
  763. //
  764. // tcMain
  765. //
  766. tcMain.Controls.Add(tpMainControl);
  767. tcMain.Controls.Add(tpUtils1);
  768. tcMain.Controls.Add(tpUtils2);
  769. tcMain.Controls.Add(tpMisc);
  770. tcMain.Controls.Add(tpSubControls);
  771. tcMain.Controls.Add(tpConsoles);
  772. tcMain.Controls.Add(tabPageCamera);
  773. tcMain.Controls.Add(tpRecordScreen);
  774. tcMain.Dock = DockStyle.Fill;
  775. tcMain.Enabled = false;
  776. tcMain.Location = new Point(0, 0);
  777. tcMain.Name = "tcMain";
  778. tcMain.SelectedIndex = 0;
  779. tcMain.Size = new Size(724, 157);
  780. tcMain.TabIndex = 5;
  781. //
  782. // tpMainControl
  783. //
  784. tpMainControl.Controls.Add(lblMainControlStatus);
  785. tpMainControl.Controls.Add(btnMainControlStart);
  786. tpMainControl.Controls.Add(label1);
  787. tpMainControl.Controls.Add(btnMainControlStop);
  788. tpMainControl.Location = new Point(4, 26);
  789. tpMainControl.Name = "tpMainControl";
  790. tpMainControl.Padding = new Padding(3);
  791. tpMainControl.Size = new Size(716, 127);
  792. tpMainControl.TabIndex = 0;
  793. tpMainControl.Text = "主控";
  794. tpMainControl.UseVisualStyleBackColor = true;
  795. //
  796. // tpMisc
  797. //
  798. tpMisc.Controls.Add(groupBox2);
  799. tpMisc.Controls.Add(groupBox11);
  800. tpMisc.Location = new Point(4, 26);
  801. tpMisc.Name = "tpMisc";
  802. tpMisc.Padding = new Padding(3);
  803. tpMisc.Size = new Size(716, 127);
  804. tpMisc.TabIndex = 2;
  805. tpMisc.Text = "其他功能";
  806. tpMisc.UseVisualStyleBackColor = true;
  807. //
  808. // tpSubControls
  809. //
  810. tpSubControls.Controls.Add(groupBox3);
  811. tpSubControls.Controls.Add(groupBox6);
  812. tpSubControls.Controls.Add(groupBox4);
  813. tpSubControls.Controls.Add(groupBox8);
  814. tpSubControls.Location = new Point(4, 26);
  815. tpSubControls.Name = "tpSubControls";
  816. tpSubControls.Padding = new Padding(3);
  817. tpSubControls.Size = new Size(716, 127);
  818. tpSubControls.TabIndex = 4;
  819. tpSubControls.Text = "分控";
  820. tpSubControls.UseVisualStyleBackColor = true;
  821. //
  822. // tpConsoles
  823. //
  824. tpConsoles.Controls.Add(tcConsoles);
  825. tpConsoles.Location = new Point(4, 26);
  826. tpConsoles.Name = "tpConsoles";
  827. tpConsoles.Padding = new Padding(3);
  828. tpConsoles.Size = new Size(716, 127);
  829. tpConsoles.TabIndex = 3;
  830. tpConsoles.Text = "控制台";
  831. tpConsoles.UseVisualStyleBackColor = true;
  832. //
  833. // tcConsoles
  834. //
  835. tcConsoles.Controls.Add(tpConsoleLauncher);
  836. tcConsoles.Controls.Add(tpConsoleMaria);
  837. tcConsoles.Controls.Add(tpConsoleAquaDx);
  838. tcConsoles.Controls.Add(tpConsoleInjector);
  839. tcConsoles.Dock = DockStyle.Fill;
  840. tcConsoles.Location = new Point(3, 3);
  841. tcConsoles.Name = "tcConsoles";
  842. tcConsoles.SelectedIndex = 0;
  843. tcConsoles.Size = new Size(710, 121);
  844. tcConsoles.TabIndex = 1;
  845. tcConsoles.SelectedIndexChanged += tcConsoles_SelectedIndexChanged;
  846. //
  847. // tpConsoleLauncher
  848. //
  849. tpConsoleLauncher.Location = new Point(4, 26);
  850. tpConsoleLauncher.Name = "tpConsoleLauncher";
  851. tpConsoleLauncher.Padding = new Padding(3);
  852. tpConsoleLauncher.Size = new Size(702, 91);
  853. tpConsoleLauncher.TabIndex = 0;
  854. tpConsoleLauncher.Text = "启动器";
  855. tpConsoleLauncher.UseVisualStyleBackColor = true;
  856. //
  857. // tpConsoleMaria
  858. //
  859. tpConsoleMaria.Location = new Point(4, 26);
  860. tpConsoleMaria.Name = "tpConsoleMaria";
  861. tpConsoleMaria.Padding = new Padding(3);
  862. tpConsoleMaria.Size = new Size(702, 91);
  863. tpConsoleMaria.TabIndex = 1;
  864. tpConsoleMaria.Text = "Maria";
  865. tpConsoleMaria.UseVisualStyleBackColor = true;
  866. //
  867. // tpConsoleAquaDx
  868. //
  869. tpConsoleAquaDx.Location = new Point(4, 26);
  870. tpConsoleAquaDx.Name = "tpConsoleAquaDx";
  871. tpConsoleAquaDx.Padding = new Padding(3);
  872. tpConsoleAquaDx.Size = new Size(702, 91);
  873. tpConsoleAquaDx.TabIndex = 2;
  874. tpConsoleAquaDx.Text = "AquaDX";
  875. tpConsoleAquaDx.UseVisualStyleBackColor = true;
  876. //
  877. // tpConsoleInjector
  878. //
  879. tpConsoleInjector.Location = new Point(4, 26);
  880. tpConsoleInjector.Name = "tpConsoleInjector";
  881. tpConsoleInjector.Padding = new Padding(3);
  882. tpConsoleInjector.Size = new Size(702, 91);
  883. tpConsoleInjector.TabIndex = 3;
  884. tpConsoleInjector.Text = "加载器";
  885. tpConsoleInjector.UseVisualStyleBackColor = true;
  886. //
  887. // tabPageCamera
  888. //
  889. tabPageCamera.Controls.Add(label10);
  890. tabPageCamera.Location = new Point(4, 26);
  891. tabPageCamera.Name = "tabPageCamera";
  892. tabPageCamera.Padding = new Padding(3);
  893. tabPageCamera.Size = new Size(716, 127);
  894. tabPageCamera.TabIndex = 6;
  895. tabPageCamera.Text = "摄像头";
  896. tabPageCamera.UseVisualStyleBackColor = true;
  897. //
  898. // tpRecordScreen
  899. //
  900. tpRecordScreen.Controls.Add(label13);
  901. tpRecordScreen.Location = new Point(4, 26);
  902. tpRecordScreen.Name = "tpRecordScreen";
  903. tpRecordScreen.Padding = new Padding(3);
  904. tpRecordScreen.Size = new Size(716, 127);
  905. tpRecordScreen.TabIndex = 7;
  906. tpRecordScreen.Text = "录屏";
  907. tpRecordScreen.UseVisualStyleBackColor = true;
  908. //
  909. // tmrMain
  910. //
  911. tmrMain.Enabled = true;
  912. tmrMain.Interval = 200;
  913. tmrMain.Tick += tmrMain_Tick;
  914. //
  915. // MainForm
  916. //
  917. AutoScaleDimensions = new SizeF(7F, 17F);
  918. AutoScaleMode = AutoScaleMode.Font;
  919. ClientSize = new Size(724, 157);
  920. Controls.Add(tcMain);
  921. MinimizeBox = false;
  922. Name = "MainForm";
  923. ShowInTaskbar = false;
  924. Text = "SinMai启动器";
  925. TopMost = true;
  926. FormClosing += MainForm_FormClosing;
  927. FormClosed += MainForm_FormClosed;
  928. Shown += MainForm_Shown;
  929. groupBox9.ResumeLayout(false);
  930. tpUtils1.ResumeLayout(false);
  931. groupBox1.ResumeLayout(false);
  932. groupBox1.PerformLayout();
  933. tpUtils2.ResumeLayout(false);
  934. groupBox7.ResumeLayout(false);
  935. groupBox7.PerformLayout();
  936. groupBox10.ResumeLayout(false);
  937. groupBox10.PerformLayout();
  938. groupBox2.ResumeLayout(false);
  939. groupBox2.PerformLayout();
  940. groupBox11.ResumeLayout(false);
  941. groupBox11.PerformLayout();
  942. groupBox3.ResumeLayout(false);
  943. groupBox3.PerformLayout();
  944. groupBox6.ResumeLayout(false);
  945. groupBox6.PerformLayout();
  946. groupBox4.ResumeLayout(false);
  947. groupBox4.PerformLayout();
  948. groupBox8.ResumeLayout(false);
  949. groupBox8.PerformLayout();
  950. tcMain.ResumeLayout(false);
  951. tpMainControl.ResumeLayout(false);
  952. tpMainControl.PerformLayout();
  953. tpMisc.ResumeLayout(false);
  954. tpSubControls.ResumeLayout(false);
  955. tpConsoles.ResumeLayout(false);
  956. tcConsoles.ResumeLayout(false);
  957. tabPageCamera.ResumeLayout(false);
  958. tabPageCamera.PerformLayout();
  959. tpRecordScreen.ResumeLayout(false);
  960. tpRecordScreen.PerformLayout();
  961. ResumeLayout(false);
  962. }
  963. #endregion
  964. private GroupBox groupBox2;
  965. private Button btnProcessLoopBackVirtualNic;
  966. private Button btnMainControlStart;
  967. private GroupBox groupBox10;
  968. private Label label3;
  969. private Button btnExplorerRestore;
  970. private Button btnExplorerKill;
  971. private Button btnMainControlStop;
  972. private Label label9;
  973. private Label label1;
  974. private GroupBox groupBox11;
  975. private Label label4;
  976. private Button btnAppDataOverwrite;
  977. private Label label11;
  978. private Label lblMainControlStatus;
  979. private TabControl tcMain;
  980. private TabPage tpMainControl;
  981. private TabPage tpUtils2;
  982. private TabPage tpMisc;
  983. private TabPage tpConsoles;
  984. private TabControl tcConsoles;
  985. private TabPage tpConsoleLauncher;
  986. private TabPage tpConsoleMaria;
  987. private TabPage tpConsoleAquaDx;
  988. private TabPage tpConsoleInjector;
  989. private CheckBox chkExplorerAuto;
  990. private GroupBox groupBox7;
  991. private CheckBox chkWinTrickAuto;
  992. private Button btnWinTrick;
  993. private Label lblProcessLoopBackVirtualNic;
  994. private TabPage tpSubControls;
  995. private TabPage tpUtils1;
  996. private GroupBox groupBox9;
  997. private Button btnAimeWrite;
  998. private GroupBox groupBox3;
  999. private Label lblSubControlMaria;
  1000. private Label label6;
  1001. private Button btnSubControlMariaStop;
  1002. private Button btnSubControlMariaStart;
  1003. private GroupBox groupBox6;
  1004. private Label lblSubControlAquaDx;
  1005. private Label label5;
  1006. private Button btnSubControlAquaDxStop;
  1007. private Button btnSubControlAquaDxStart;
  1008. private GroupBox groupBox4;
  1009. private Label lblSubControlSinMai;
  1010. private Button btnSubControlSinMaiStop;
  1011. private Label label8;
  1012. private Button btnSubControlSinMaiStart;
  1013. private GroupBox groupBox8;
  1014. private Label lblSubControlInjector;
  1015. private Button btnSubControlInjectorStop;
  1016. private Label label7;
  1017. private Button btnSubControlInjectorStart;
  1018. private System.Windows.Forms.Timer tmrMain;
  1019. private TabPage tabPageCamera;
  1020. private CustomControls.AimeComboBox cboAimeCard;
  1021. private Label lblPidMaria;
  1022. private Label lblPidAquaDx;
  1023. private Label lblPidSinMai;
  1024. private Label lblPidInjector;
  1025. private TabPage tpRecordScreen;
  1026. private Button btnAimeRefresh;
  1027. private Label label16;
  1028. private Button btnSysVolumeDec;
  1029. private Button btnSysVolumeInc;
  1030. private Label lblSysVolume;
  1031. }
  1032. }