|
@@ -29,51 +29,54 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
components = new System.ComponentModel.Container();
|
|
|
- GroupBox groupBox2;
|
|
|
Label label11;
|
|
|
Label label9;
|
|
|
Label label1;
|
|
|
- GroupBox groupBoxExplorer;
|
|
|
Label label3;
|
|
|
- GroupBox groupBox11;
|
|
|
Label label4;
|
|
|
- GroupBox groupBox9;
|
|
|
- Label label17;
|
|
|
- GroupBox groupBox7;
|
|
|
- GroupBox groupBox3;
|
|
|
Label label2;
|
|
|
Label label6;
|
|
|
- GroupBox groupBox6;
|
|
|
Label label12;
|
|
|
Label label5;
|
|
|
- GroupBox groupBox4;
|
|
|
Label label18;
|
|
|
Label label8;
|
|
|
- GroupBox groupBox8;
|
|
|
Label label15;
|
|
|
Label label7;
|
|
|
+ Label label10;
|
|
|
+ Label label13;
|
|
|
+ groupBox2 = new GroupBox();
|
|
|
btnProcessLoopBackVirtualNic = new Button();
|
|
|
lblProcessLoopBackVirtualNic = new Label();
|
|
|
+ groupBox10 = new GroupBox();
|
|
|
chkExplorerAuto = new CheckBox();
|
|
|
btnExplorerRestore = new Button();
|
|
|
btnExplorerKill = new Button();
|
|
|
- button17 = new Button();
|
|
|
+ groupBox11 = new GroupBox();
|
|
|
+ btnAppDataOverwrite = new Button();
|
|
|
+ groupBox9 = new GroupBox();
|
|
|
+ label14 = new Label();
|
|
|
cboAimeCard = new SinMaiLauncher.CustomControls.AimeComboBox();
|
|
|
- button9 = new Button();
|
|
|
+ btnAimeRefresh = new Button();
|
|
|
+ btnAimeWrite = new Button();
|
|
|
+ groupBox7 = new GroupBox();
|
|
|
chkWinTrickAuto = new CheckBox();
|
|
|
btnWinTrick = new Button();
|
|
|
+ groupBox3 = new GroupBox();
|
|
|
lblPidMaria = new Label();
|
|
|
lblSubControlMaria = new Label();
|
|
|
btnSubControlMariaStop = new Button();
|
|
|
btnSubControlMariaStart = new Button();
|
|
|
+ groupBox6 = new GroupBox();
|
|
|
lblPidAquaDx = new Label();
|
|
|
lblSubControlAquaDx = new Label();
|
|
|
btnSubControlAquaDxStop = new Button();
|
|
|
btnSubControlAquaDxStart = new Button();
|
|
|
+ groupBox4 = new GroupBox();
|
|
|
lblPidSinMai = new Label();
|
|
|
lblSubControlSinMai = new Label();
|
|
|
btnSubControlSinMaiStop = new Button();
|
|
|
btnSubControlSinMaiStart = new Button();
|
|
|
+ groupBox8 = new GroupBox();
|
|
|
lblPidInjector = new Label();
|
|
|
lblSubControlInjector = new Label();
|
|
|
btnSubControlInjectorStop = new Button();
|
|
@@ -94,33 +97,25 @@
|
|
|
tpConsoleAquaDx = new TabPage();
|
|
|
tpConsoleInjector = new TabPage();
|
|
|
tabPageCamera = new TabPage();
|
|
|
- timer1 = new System.Windows.Forms.Timer(components);
|
|
|
tpRecordScreen = new TabPage();
|
|
|
- groupBox2 = new GroupBox();
|
|
|
+ tmrMain = new System.Windows.Forms.Timer(components);
|
|
|
label11 = new Label();
|
|
|
label9 = new Label();
|
|
|
label1 = new Label();
|
|
|
- groupBoxExplorer = new GroupBox();
|
|
|
label3 = new Label();
|
|
|
- groupBox11 = new GroupBox();
|
|
|
label4 = new Label();
|
|
|
- groupBox9 = new GroupBox();
|
|
|
- label17 = new Label();
|
|
|
- groupBox7 = new GroupBox();
|
|
|
- groupBox3 = new GroupBox();
|
|
|
label2 = new Label();
|
|
|
label6 = new Label();
|
|
|
- groupBox6 = new GroupBox();
|
|
|
label12 = new Label();
|
|
|
label5 = new Label();
|
|
|
- groupBox4 = new GroupBox();
|
|
|
label18 = new Label();
|
|
|
label8 = new Label();
|
|
|
- groupBox8 = new GroupBox();
|
|
|
label15 = new Label();
|
|
|
label7 = new Label();
|
|
|
+ label10 = new Label();
|
|
|
+ label13 = new Label();
|
|
|
groupBox2.SuspendLayout();
|
|
|
- groupBoxExplorer.SuspendLayout();
|
|
|
+ groupBox10.SuspendLayout();
|
|
|
groupBox11.SuspendLayout();
|
|
|
groupBox9.SuspendLayout();
|
|
|
groupBox7.SuspendLayout();
|
|
@@ -136,8 +131,146 @@
|
|
|
tpSubControls.SuspendLayout();
|
|
|
tpConsoles.SuspendLayout();
|
|
|
tcConsoles.SuspendLayout();
|
|
|
+ tabPageCamera.SuspendLayout();
|
|
|
+ tpRecordScreen.SuspendLayout();
|
|
|
SuspendLayout();
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ label11.AutoSize = true;
|
|
|
+ label11.Location = new Point(56, 22);
|
|
|
+ label11.Name = "label11";
|
|
|
+ label11.Size = new Size(194, 17);
|
|
|
+ label11.TabIndex = 3;
|
|
|
+ label11.Text = "按需自动配置 Loopback 虚拟网卡";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label9.AutoSize = true;
|
|
|
+ label9.Location = new Point(57, 44);
|
|
|
+ label9.Name = "label9";
|
|
|
+ label9.Size = new Size(44, 17);
|
|
|
+ label9.TabIndex = 3;
|
|
|
+ label9.Text = "状态:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label1.AutoSize = true;
|
|
|
+ label1.Font = new Font("Microsoft YaHei UI", 20F);
|
|
|
+ label1.Location = new Point(8, 56);
|
|
|
+ label1.Name = "label1";
|
|
|
+ label1.Size = new Size(150, 35);
|
|
|
+ label1.TabIndex = 4;
|
|
|
+ label1.Text = "主控状态:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label3.AutoSize = true;
|
|
|
+ label3.Location = new Point(108, 23);
|
|
|
+ label3.Name = "label3";
|
|
|
+ label3.Size = new Size(296, 17);
|
|
|
+ label3.TabIndex = 4;
|
|
|
+ label3.Text = "杀死前会记住你打开的文件夹窗口,复活之后重新打开";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label4.AutoSize = true;
|
|
|
+ label4.Location = new Point(11, 25);
|
|
|
+ label4.Name = "label4";
|
|
|
+ label4.Size = new Size(140, 34);
|
|
|
+ label4.TabIndex = 3;
|
|
|
+ label4.Text = "尝试解决因闭店设定无效\r\n而无法游玩的问题";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label2.AutoSize = true;
|
|
|
+ label2.Location = new Point(6, 65);
|
|
|
+ label2.Name = "label2";
|
|
|
+ label2.Size = new Size(40, 17);
|
|
|
+ label2.TabIndex = 3;
|
|
|
+ label2.Text = "PID:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label6.AutoSize = true;
|
|
|
+ label6.Location = new Point(6, 48);
|
|
|
+ label6.Name = "label6";
|
|
|
+ label6.Size = new Size(44, 17);
|
|
|
+ label6.TabIndex = 3;
|
|
|
+ label6.Text = "状态:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label12.AutoSize = true;
|
|
|
+ label12.Location = new Point(6, 65);
|
|
|
+ label12.Name = "label12";
|
|
|
+ label12.Size = new Size(40, 17);
|
|
|
+ label12.TabIndex = 3;
|
|
|
+ label12.Text = "PID:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label5.AutoSize = true;
|
|
|
+ label5.Location = new Point(6, 48);
|
|
|
+ label5.Name = "label5";
|
|
|
+ label5.Size = new Size(44, 17);
|
|
|
+ label5.TabIndex = 3;
|
|
|
+ label5.Text = "状态:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label18.AutoSize = true;
|
|
|
+ label18.Location = new Point(6, 65);
|
|
|
+ label18.Name = "label18";
|
|
|
+ label18.Size = new Size(40, 17);
|
|
|
+ label18.TabIndex = 3;
|
|
|
+ label18.Text = "PID:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label8.AutoSize = true;
|
|
|
+ label8.Location = new Point(6, 48);
|
|
|
+ label8.Name = "label8";
|
|
|
+ label8.Size = new Size(44, 17);
|
|
|
+ label8.TabIndex = 3;
|
|
|
+ label8.Text = "状态:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label15.AutoSize = true;
|
|
|
+ label15.Location = new Point(10, 67);
|
|
|
+ label15.Name = "label15";
|
|
|
+ label15.Size = new Size(40, 17);
|
|
|
+ label15.TabIndex = 3;
|
|
|
+ label15.Text = "PID:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label7.AutoSize = true;
|
|
|
+ label7.Location = new Point(10, 50);
|
|
|
+ label7.Name = "label7";
|
|
|
+ label7.Size = new Size(44, 17);
|
|
|
+ label7.TabIndex = 3;
|
|
|
+ label7.Text = "状态:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label10.AutoSize = true;
|
|
|
+ label10.Location = new Point(20, 14);
|
|
|
+ label10.Name = "label10";
|
|
|
+ label10.Size = new Size(56, 17);
|
|
|
+ label10.TabIndex = 0;
|
|
|
+ label10.Text = "还没做!";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label13.AutoSize = true;
|
|
|
+ label13.Location = new Point(50, 32);
|
|
|
+ label13.Name = "label13";
|
|
|
+ label13.Size = new Size(56, 17);
|
|
|
+ label13.TabIndex = 1;
|
|
|
+ label13.Text = "还没做!";
|
|
|
+
|
|
|
|
|
|
|
|
|
groupBox2.Controls.Add(btnProcessLoopBackVirtualNic);
|
|
@@ -159,15 +292,7 @@
|
|
|
btnProcessLoopBackVirtualNic.TabIndex = 0;
|
|
|
btnProcessLoopBackVirtualNic.Text = "处理";
|
|
|
btnProcessLoopBackVirtualNic.UseVisualStyleBackColor = true;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- label11.AutoSize = true;
|
|
|
- label11.Location = new Point(56, 22);
|
|
|
- label11.Name = "label11";
|
|
|
- label11.Size = new Size(194, 17);
|
|
|
- label11.TabIndex = 3;
|
|
|
- label11.Text = "按需自动配置 Loopback 虚拟网卡";
|
|
|
+ btnProcessLoopBackVirtualNic.Click += btnProcessLoopBackVirtualNic_Click;
|
|
|
|
|
|
|
|
|
|
|
@@ -178,37 +303,18 @@
|
|
|
lblProcessLoopBackVirtualNic.TabIndex = 3;
|
|
|
lblProcessLoopBackVirtualNic.Text = "待检测";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label9.AutoSize = true;
|
|
|
- label9.Location = new Point(57, 44);
|
|
|
- label9.Name = "label9";
|
|
|
- label9.Size = new Size(44, 17);
|
|
|
- label9.TabIndex = 3;
|
|
|
- label9.Text = "状态:";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- label1.AutoSize = true;
|
|
|
- label1.Font = new Font("Microsoft YaHei UI", 20F);
|
|
|
- label1.Location = new Point(8, 56);
|
|
|
- label1.Name = "label1";
|
|
|
- label1.Size = new Size(150, 35);
|
|
|
- label1.TabIndex = 4;
|
|
|
- label1.Text = "主控状态:";
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- groupBoxExplorer.Controls.Add(chkExplorerAuto);
|
|
|
- groupBoxExplorer.Controls.Add(label3);
|
|
|
- groupBoxExplorer.Controls.Add(btnExplorerRestore);
|
|
|
- groupBoxExplorer.Controls.Add(btnExplorerKill);
|
|
|
- groupBoxExplorer.Location = new Point(275, 6);
|
|
|
- groupBoxExplorer.Name = "groupBoxExplorer";
|
|
|
- groupBoxExplorer.Size = new Size(417, 70);
|
|
|
- groupBoxExplorer.TabIndex = 2;
|
|
|
- groupBoxExplorer.TabStop = false;
|
|
|
- groupBoxExplorer.Text = "资源管理器托管:避免滑动屏幕边缘出现任务视图打断影响体验";
|
|
|
+ groupBox10.Controls.Add(chkExplorerAuto);
|
|
|
+ groupBox10.Controls.Add(label3);
|
|
|
+ groupBox10.Controls.Add(btnExplorerRestore);
|
|
|
+ groupBox10.Controls.Add(btnExplorerKill);
|
|
|
+ groupBox10.Location = new Point(275, 6);
|
|
|
+ groupBox10.Name = "groupBox10";
|
|
|
+ groupBox10.Size = new Size(417, 70);
|
|
|
+ groupBox10.TabIndex = 2;
|
|
|
+ groupBox10.TabStop = false;
|
|
|
+ groupBox10.Text = "资源管理器托管:避免滑动屏幕边缘出现任务视图打断影响体验";
|
|
|
|
|
|
|
|
|
|
|
@@ -222,15 +328,6 @@
|
|
|
chkExplorerAuto.Text = "启动前后自动托管";
|
|
|
chkExplorerAuto.UseVisualStyleBackColor = true;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label3.AutoSize = true;
|
|
|
- label3.Location = new Point(108, 23);
|
|
|
- label3.Name = "label3";
|
|
|
- label3.Size = new Size(296, 17);
|
|
|
- label3.TabIndex = 4;
|
|
|
- label3.Text = "杀死前会记住你打开的文件夹窗口,复活之后重新打开";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnExplorerRestore.Location = new Point(57, 20);
|
|
@@ -239,6 +336,7 @@
|
|
|
btnExplorerRestore.TabIndex = 2;
|
|
|
btnExplorerRestore.Text = "复活";
|
|
|
btnExplorerRestore.UseVisualStyleBackColor = true;
|
|
|
+ btnExplorerRestore.Click += btnExplorerRestore_Click;
|
|
|
|
|
|
|
|
|
|
|
@@ -248,10 +346,11 @@
|
|
|
btnExplorerKill.TabIndex = 2;
|
|
|
btnExplorerKill.Text = "杀死";
|
|
|
btnExplorerKill.UseVisualStyleBackColor = true;
|
|
|
+ btnExplorerKill.Click += btnExplorerKill_Click;
|
|
|
|
|
|
|
|
|
|
|
|
- groupBox11.Controls.Add(button17);
|
|
|
+ groupBox11.Controls.Add(btnAppDataOverwrite);
|
|
|
groupBox11.Controls.Add(label4);
|
|
|
groupBox11.Location = new Point(284, 6);
|
|
|
groupBox11.Name = "groupBox11";
|
|
@@ -260,62 +359,66 @@
|
|
|
groupBox11.TabStop = false;
|
|
|
groupBox11.Text = "覆盖APPDATA";
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- button17.Location = new Point(163, 19);
|
|
|
- button17.Name = "button17";
|
|
|
- button17.Size = new Size(45, 45);
|
|
|
- button17.TabIndex = 0;
|
|
|
- button17.Text = "处理";
|
|
|
- button17.UseVisualStyleBackColor = true;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- label4.AutoSize = true;
|
|
|
- label4.Location = new Point(11, 25);
|
|
|
- label4.Name = "label4";
|
|
|
- label4.Size = new Size(140, 34);
|
|
|
- label4.TabIndex = 3;
|
|
|
- label4.Text = "尝试解决因闭店设定无效\r\n而无法游玩的问题";
|
|
|
+ btnAppDataOverwrite.Location = new Point(163, 19);
|
|
|
+ btnAppDataOverwrite.Name = "btnAppDataOverwrite";
|
|
|
+ btnAppDataOverwrite.Size = new Size(45, 45);
|
|
|
+ btnAppDataOverwrite.TabIndex = 0;
|
|
|
+ btnAppDataOverwrite.Text = "处理";
|
|
|
+ btnAppDataOverwrite.UseVisualStyleBackColor = true;
|
|
|
+ btnAppDataOverwrite.Click += btnAppDataOverwrite_Click;
|
|
|
|
|
|
|
|
|
|
|
|
+ groupBox9.Controls.Add(label14);
|
|
|
groupBox9.Controls.Add(cboAimeCard);
|
|
|
- groupBox9.Controls.Add(label17);
|
|
|
- groupBox9.Controls.Add(button9);
|
|
|
+ groupBox9.Controls.Add(btnAimeRefresh);
|
|
|
+ groupBox9.Controls.Add(btnAimeWrite);
|
|
|
groupBox9.Location = new Point(8, 6);
|
|
|
groupBox9.Name = "groupBox9";
|
|
|
- groupBox9.Size = new Size(269, 70);
|
|
|
+ groupBox9.Size = new Size(333, 100);
|
|
|
groupBox9.TabIndex = 9;
|
|
|
groupBox9.TabStop = false;
|
|
|
- groupBox9.Text = "Aime卡:帮你写进aime.txt";
|
|
|
+ groupBox9.Text = "Aime卡";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ label14.AutoSize = true;
|
|
|
+ label14.Location = new Point(8, 57);
|
|
|
+ label14.Name = "label14";
|
|
|
+ label14.Size = new Size(248, 34);
|
|
|
+ label14.TabIndex = 11;
|
|
|
+ label14.Text = "帮你写进aime.txt\r\n数据库启动后按刷新可以列出目前用过的卡号";
|
|
|
|
|
|
|
|
|
|
|
|
cboAimeCard.FormattingEnabled = true;
|
|
|
- cboAimeCard.Location = new Point(5, 22);
|
|
|
+ cboAimeCard.Location = new Point(64, 22);
|
|
|
cboAimeCard.MaxLength = 24;
|
|
|
cboAimeCard.Name = "cboAimeCard";
|
|
|
cboAimeCard.Size = new Size(195, 25);
|
|
|
cboAimeCard.TabIndex = 10;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- label17.AutoSize = true;
|
|
|
- label17.Location = new Point(6, 49);
|
|
|
- label17.Name = "label17";
|
|
|
- label17.Size = new Size(164, 17);
|
|
|
- label17.TabIndex = 4;
|
|
|
- label17.Text = "写过的卡号会记录在下拉列表";
|
|
|
+ btnAimeRefresh.Location = new Point(5, 22);
|
|
|
+ btnAimeRefresh.Name = "btnAimeRefresh";
|
|
|
+ btnAimeRefresh.Size = new Size(53, 23);
|
|
|
+ btnAimeRefresh.TabIndex = 2;
|
|
|
+ btnAimeRefresh.Text = "刷新";
|
|
|
+ btnAimeRefresh.UseVisualStyleBackColor = true;
|
|
|
+ btnAimeRefresh.Click += btnAimeRefresh_Click;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- button9.Location = new Point(206, 22);
|
|
|
- button9.Name = "button9";
|
|
|
- button9.Size = new Size(37, 23);
|
|
|
- button9.TabIndex = 2;
|
|
|
- button9.Text = "写";
|
|
|
- button9.UseVisualStyleBackColor = true;
|
|
|
+ btnAimeWrite.Location = new Point(265, 22);
|
|
|
+ btnAimeWrite.Name = "btnAimeWrite";
|
|
|
+ btnAimeWrite.Size = new Size(37, 23);
|
|
|
+ btnAimeWrite.TabIndex = 2;
|
|
|
+ btnAimeWrite.Text = "写";
|
|
|
+ btnAimeWrite.UseVisualStyleBackColor = true;
|
|
|
+ btnAimeWrite.Click += btnAimeWrite_Click;
|
|
|
|
|
|
|
|
|
|
|
@@ -348,6 +451,7 @@
|
|
|
btnWinTrick.TabIndex = 2;
|
|
|
btnWinTrick.Text = "调整";
|
|
|
btnWinTrick.UseVisualStyleBackColor = true;
|
|
|
+ btnWinTrick.Click += btnWinTrick_Click;
|
|
|
|
|
|
|
|
|
|
|
@@ -373,15 +477,6 @@
|
|
|
lblPidMaria.TabIndex = 3;
|
|
|
lblPidMaria.Text = "-";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label2.AutoSize = true;
|
|
|
- label2.Location = new Point(6, 65);
|
|
|
- label2.Name = "label2";
|
|
|
- label2.Size = new Size(40, 17);
|
|
|
- label2.TabIndex = 3;
|
|
|
- label2.Text = "PID:";
|
|
|
-
|
|
|
|
|
|
|
|
|
lblSubControlMaria.AutoSize = true;
|
|
@@ -391,15 +486,6 @@
|
|
|
lblSubControlMaria.TabIndex = 3;
|
|
|
lblSubControlMaria.Text = "未启动";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label6.AutoSize = true;
|
|
|
- label6.Location = new Point(6, 48);
|
|
|
- label6.Name = "label6";
|
|
|
- label6.Size = new Size(44, 17);
|
|
|
- label6.TabIndex = 3;
|
|
|
- label6.Text = "状态:";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnSubControlMariaStop.Location = new Point(62, 22);
|
|
@@ -442,15 +528,6 @@
|
|
|
lblPidAquaDx.TabIndex = 4;
|
|
|
lblPidAquaDx.Text = "-";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label12.AutoSize = true;
|
|
|
- label12.Location = new Point(6, 65);
|
|
|
- label12.Name = "label12";
|
|
|
- label12.Size = new Size(40, 17);
|
|
|
- label12.TabIndex = 3;
|
|
|
- label12.Text = "PID:";
|
|
|
-
|
|
|
|
|
|
|
|
|
lblSubControlAquaDx.AutoSize = true;
|
|
@@ -460,15 +537,6 @@
|
|
|
lblSubControlAquaDx.TabIndex = 4;
|
|
|
lblSubControlAquaDx.Text = "未启动";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label5.AutoSize = true;
|
|
|
- label5.Location = new Point(6, 48);
|
|
|
- label5.Name = "label5";
|
|
|
- label5.Size = new Size(44, 17);
|
|
|
- label5.TabIndex = 3;
|
|
|
- label5.Text = "状态:";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnSubControlAquaDxStop.Location = new Point(62, 22);
|
|
@@ -520,15 +588,6 @@
|
|
|
lblSubControlSinMai.TabIndex = 5;
|
|
|
lblSubControlSinMai.Text = "未启动";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label18.AutoSize = true;
|
|
|
- label18.Location = new Point(6, 65);
|
|
|
- label18.Name = "label18";
|
|
|
- label18.Size = new Size(40, 17);
|
|
|
- label18.TabIndex = 3;
|
|
|
- label18.Text = "PID:";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnSubControlSinMaiStop.Location = new Point(62, 22);
|
|
@@ -538,15 +597,6 @@
|
|
|
btnSubControlSinMaiStop.Text = "停止";
|
|
|
btnSubControlSinMaiStop.UseVisualStyleBackColor = true;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label8.AutoSize = true;
|
|
|
- label8.Location = new Point(6, 48);
|
|
|
- label8.Name = "label8";
|
|
|
- label8.Size = new Size(44, 17);
|
|
|
- label8.TabIndex = 3;
|
|
|
- label8.Text = "状态:";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnSubControlSinMaiStart.Location = new Point(6, 22);
|
|
@@ -589,15 +639,6 @@
|
|
|
lblSubControlInjector.TabIndex = 5;
|
|
|
lblSubControlInjector.Text = "未启动";
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label15.AutoSize = true;
|
|
|
- label15.Location = new Point(10, 67);
|
|
|
- label15.Name = "label15";
|
|
|
- label15.Size = new Size(40, 17);
|
|
|
- label15.TabIndex = 3;
|
|
|
- label15.Text = "PID:";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnSubControlInjectorStop.Location = new Point(62, 22);
|
|
@@ -607,15 +648,6 @@
|
|
|
btnSubControlInjectorStop.Text = "停止";
|
|
|
btnSubControlInjectorStop.UseVisualStyleBackColor = true;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- label7.AutoSize = true;
|
|
|
- label7.Location = new Point(10, 50);
|
|
|
- label7.Name = "label7";
|
|
|
- label7.Size = new Size(44, 17);
|
|
|
- label7.TabIndex = 3;
|
|
|
- label7.Text = "状态:";
|
|
|
-
|
|
|
|
|
|
|
|
|
btnSubControlInjectorStart.Location = new Point(9, 22);
|
|
@@ -675,7 +707,6 @@
|
|
|
tcMain.SelectedIndex = 0;
|
|
|
tcMain.Size = new Size(724, 157);
|
|
|
tcMain.TabIndex = 5;
|
|
|
- tcMain.SelectedIndexChanged += tcMain_SelectedIndexChanged;
|
|
|
|
|
|
|
|
|
|
|
@@ -705,7 +736,7 @@
|
|
|
|
|
|
|
|
|
tpUtils.Controls.Add(groupBox7);
|
|
|
- tpUtils.Controls.Add(groupBoxExplorer);
|
|
|
+ tpUtils.Controls.Add(groupBox10);
|
|
|
tpUtils.Location = new Point(4, 26);
|
|
|
tpUtils.Name = "tpUtils";
|
|
|
tpUtils.Padding = new Padding(3);
|
|
@@ -807,6 +838,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
+ tabPageCamera.Controls.Add(label10);
|
|
|
tabPageCamera.Location = new Point(4, 26);
|
|
|
tabPageCamera.Name = "tabPageCamera";
|
|
|
tabPageCamera.Padding = new Padding(3);
|
|
@@ -815,14 +847,9 @@
|
|
|
tabPageCamera.Text = "摄像头";
|
|
|
tabPageCamera.UseVisualStyleBackColor = true;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- timer1.Enabled = true;
|
|
|
- timer1.Interval = 200;
|
|
|
- timer1.Tick += timer1_Tick;
|
|
|
-
|
|
|
|
|
|
|
|
|
+ tpRecordScreen.Controls.Add(label13);
|
|
|
tpRecordScreen.Location = new Point(4, 26);
|
|
|
tpRecordScreen.Name = "tpRecordScreen";
|
|
|
tpRecordScreen.Padding = new Padding(3);
|
|
@@ -831,6 +858,12 @@
|
|
|
tpRecordScreen.Text = "录屏";
|
|
|
tpRecordScreen.UseVisualStyleBackColor = true;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ tmrMain.Enabled = true;
|
|
|
+ tmrMain.Interval = 200;
|
|
|
+ tmrMain.Tick += tmrMain_Tick;
|
|
|
+
|
|
|
|
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
@@ -847,8 +880,8 @@
|
|
|
Shown += MainForm_Shown;
|
|
|
groupBox2.ResumeLayout(false);
|
|
|
groupBox2.PerformLayout();
|
|
|
- groupBoxExplorer.ResumeLayout(false);
|
|
|
- groupBoxExplorer.PerformLayout();
|
|
|
+ groupBox10.ResumeLayout(false);
|
|
|
+ groupBox10.PerformLayout();
|
|
|
groupBox11.ResumeLayout(false);
|
|
|
groupBox11.PerformLayout();
|
|
|
groupBox9.ResumeLayout(false);
|
|
@@ -872,6 +905,10 @@
|
|
|
tpSubControls.ResumeLayout(false);
|
|
|
tpConsoles.ResumeLayout(false);
|
|
|
tcConsoles.ResumeLayout(false);
|
|
|
+ tabPageCamera.ResumeLayout(false);
|
|
|
+ tabPageCamera.PerformLayout();
|
|
|
+ tpRecordScreen.ResumeLayout(false);
|
|
|
+ tpRecordScreen.PerformLayout();
|
|
|
ResumeLayout(false);
|
|
|
}
|
|
|
|
|
@@ -879,7 +916,7 @@
|
|
|
private GroupBox groupBox2;
|
|
|
private Button btnProcessLoopBackVirtualNic;
|
|
|
private Button btnMainControlStart;
|
|
|
- private GroupBox groupBoxExplorer;
|
|
|
+ private GroupBox groupBox10;
|
|
|
private Label label3;
|
|
|
private Button btnExplorerRestore;
|
|
|
private Button btnExplorerKill;
|
|
@@ -888,7 +925,7 @@
|
|
|
private Label label1;
|
|
|
private GroupBox groupBox11;
|
|
|
private Label label4;
|
|
|
- private Button button17;
|
|
|
+ private Button btnAppDataOverwrite;
|
|
|
private Label label11;
|
|
|
private Label lblMainControlStatus;
|
|
|
private TabControl tcMain;
|
|
@@ -909,8 +946,7 @@
|
|
|
private TabPage tpSubControls;
|
|
|
private TabPage tpAimeCard;
|
|
|
private GroupBox groupBox9;
|
|
|
- private Label label17;
|
|
|
- private Button button9;
|
|
|
+ private Button btnAimeWrite;
|
|
|
private GroupBox groupBox3;
|
|
|
private Label lblSubControlMaria;
|
|
|
private Label label6;
|
|
@@ -931,7 +967,7 @@
|
|
|
private Button btnSubControlInjectorStop;
|
|
|
private Label label7;
|
|
|
private Button btnSubControlInjectorStart;
|
|
|
- private System.Windows.Forms.Timer timer1;
|
|
|
+ private System.Windows.Forms.Timer tmrMain;
|
|
|
private TabPage tabPageCamera;
|
|
|
private CustomControls.AimeComboBox cboAimeCard;
|
|
|
private Label lblPidMaria;
|
|
@@ -939,5 +975,7 @@
|
|
|
private Label lblPidSinMai;
|
|
|
private Label lblPidInjector;
|
|
|
private TabPage tpRecordScreen;
|
|
|
+ private Button btnAimeRefresh;
|
|
|
+ private Label label14;
|
|
|
}
|
|
|
}
|