MainForm.Designer.cs 45 KB

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