MainForm.Designer.cs 47 KB

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