123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173 |
- using SinMaiLauncher.CustomControls;
- namespace SinMaiLauncher
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- Label label11;
- Label label9;
- Label label1;
- Label label3;
- Label label4;
- Label label2;
- Label label6;
- Label label12;
- Label label5;
- Label label18;
- Label label8;
- Label label15;
- Label label7;
- Label label10;
- Label label13;
- GroupBox groupBox9;
- TabPage tpUtils1;
- GroupBox groupBox1;
- TabPage tpUtils2;
- Label label14;
- cboAimeCard = new AimeComboBox();
- btnAimeRefresh = new Button();
- btnAimeWrite = new Button();
- lblSysVolume = new Label();
- label16 = new Label();
- btnSysVolumeDec = new Button();
- btnSysVolumeInc = new Button();
- groupBox7 = new GroupBox();
- chkWinTrickAuto = new CheckBox();
- btnWinTrick = new Button();
- groupBox10 = new GroupBox();
- btnExplorerRestore = new Button();
- btnExplorerKill = new Button();
- chkExplorerAuto = new CheckBox();
- groupBox2 = new GroupBox();
- btnProcessLoopBackVirtualNic = new Button();
- lblProcessLoopBackVirtualNic = new Label();
- groupBox11 = new GroupBox();
- btnAppDataOverwrite = 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();
- btnSubControlInjectorStart = new Button();
- btnMainControlStop = new Button();
- btnMainControlStart = new Button();
- lblMainControlStatus = new Label();
- tcMain = new TabControl();
- tpMainControl = new TabPage();
- tpMisc = new TabPage();
- tpSubControls = new TabPage();
- tpConsoles = new TabPage();
- tcConsoles = new TabControl();
- tpConsoleLauncher = new TabPage();
- tpConsoleMaria = new TabPage();
- tpConsoleAquaDx = new TabPage();
- tpConsoleInjector = new TabPage();
- tabPageCamera = new TabPage();
- pnlCamera = new Panel();
- picBoxCamera = new CameraPictureBox();
- rdoCameraPlaceRight = new RadioButton();
- rdoCameraPlaceLeft = new RadioButton();
- cboCameraFormats = new ComboBox();
- cboCameraDevices = new ComboBox();
- btnCameraClose = new Button();
- btnCameraOpen = new Button();
- btnCameraList = new Button();
- tpRecordScreen = new TabPage();
- tmrMain = new System.Windows.Forms.Timer(components);
- label11 = new Label();
- label9 = new Label();
- label1 = new Label();
- label3 = new Label();
- label4 = new Label();
- label2 = new Label();
- label6 = new Label();
- label12 = new Label();
- label5 = new Label();
- label18 = new Label();
- label8 = new Label();
- label15 = new Label();
- label7 = new Label();
- label10 = new Label();
- label13 = new Label();
- groupBox9 = new GroupBox();
- tpUtils1 = new TabPage();
- groupBox1 = new GroupBox();
- tpUtils2 = new TabPage();
- label14 = new Label();
- groupBox9.SuspendLayout();
- tpUtils1.SuspendLayout();
- groupBox1.SuspendLayout();
- tpUtils2.SuspendLayout();
- groupBox7.SuspendLayout();
- groupBox10.SuspendLayout();
- groupBox2.SuspendLayout();
- groupBox11.SuspendLayout();
- groupBox3.SuspendLayout();
- groupBox6.SuspendLayout();
- groupBox4.SuspendLayout();
- groupBox8.SuspendLayout();
- tcMain.SuspendLayout();
- tpMainControl.SuspendLayout();
- tpMisc.SuspendLayout();
- tpSubControls.SuspendLayout();
- tpConsoles.SuspendLayout();
- tcConsoles.SuspendLayout();
- tabPageCamera.SuspendLayout();
- pnlCamera.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)picBoxCamera).BeginInit();
- tpRecordScreen.SuspendLayout();
- SuspendLayout();
- //
- // label11
- //
- 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
- //
- label9.AutoSize = true;
- label9.Location = new Point(57, 44);
- label9.Name = "label9";
- label9.Size = new Size(44, 17);
- label9.TabIndex = 3;
- label9.Text = "状态:";
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Font = new Font("Microsoft YaHei UI", 20F);
- label1.Location = new Point(6, 107);
- label1.Name = "label1";
- label1.Size = new Size(150, 35);
- label1.TabIndex = 4;
- label1.Text = "主控状态:";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new Point(6, 20);
- label3.Name = "label3";
- label3.Size = new Size(296, 17);
- label3.TabIndex = 4;
- label3.Text = "杀死前会记住你打开的文件夹窗口,复活之后重新打开";
- //
- // label4
- //
- 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
- //
- 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
- //
- label6.AutoSize = true;
- label6.Location = new Point(6, 48);
- label6.Name = "label6";
- label6.Size = new Size(44, 17);
- label6.TabIndex = 3;
- label6.Text = "状态:";
- //
- // label12
- //
- 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
- //
- label5.AutoSize = true;
- label5.Location = new Point(6, 48);
- label5.Name = "label5";
- label5.Size = new Size(44, 17);
- label5.TabIndex = 3;
- label5.Text = "状态:";
- //
- // label18
- //
- 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
- //
- label8.AutoSize = true;
- label8.Location = new Point(6, 48);
- label8.Name = "label8";
- label8.Size = new Size(44, 17);
- label8.TabIndex = 3;
- label8.Text = "状态:";
- //
- // label15
- //
- 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
- //
- label7.AutoSize = true;
- label7.Location = new Point(10, 50);
- label7.Name = "label7";
- label7.Size = new Size(44, 17);
- label7.TabIndex = 3;
- label7.Text = "状态:";
- //
- // label10
- //
- label10.AutoSize = true;
- label10.Location = new Point(34, 40);
- label10.Name = "label10";
- label10.Size = new Size(92, 17);
- label10.TabIndex = 0;
- label10.Text = "支持的视频格式";
- //
- // label13
- //
- label13.AutoSize = true;
- label13.Location = new Point(50, 32);
- label13.Name = "label13";
- label13.Size = new Size(56, 17);
- label13.TabIndex = 1;
- label13.Text = "还没做!";
- //
- // groupBox9
- //
- groupBox9.Controls.Add(cboAimeCard);
- groupBox9.Controls.Add(btnAimeRefresh);
- groupBox9.Controls.Add(btnAimeWrite);
- groupBox9.Location = new Point(8, 6);
- groupBox9.Name = "groupBox9";
- groupBox9.Size = new Size(333, 70);
- groupBox9.TabIndex = 9;
- groupBox9.TabStop = false;
- groupBox9.Text = "Aime卡:帮你写进aime.txt";
- //
- // cboAimeCard
- //
- cboAimeCard.FormattingEnabled = true;
- cboAimeCard.Location = new Point(97, 22);
- cboAimeCard.MaxLength = 24;
- cboAimeCard.Name = "cboAimeCard";
- cboAimeCard.Size = new Size(195, 25);
- cboAimeCard.TabIndex = 10;
- //
- // btnAimeRefresh
- //
- btnAimeRefresh.Location = new Point(6, 22);
- btnAimeRefresh.Name = "btnAimeRefresh";
- btnAimeRefresh.Size = new Size(86, 42);
- btnAimeRefresh.TabIndex = 2;
- btnAimeRefresh.Text = "读取数据库";
- btnAimeRefresh.UseVisualStyleBackColor = true;
- btnAimeRefresh.Click += btnAimeRefresh_Click;
- //
- // btnAimeWrite
- //
- btnAimeWrite.Location = new Point(298, 10);
- btnAimeWrite.Name = "btnAimeWrite";
- btnAimeWrite.Size = new Size(29, 54);
- btnAimeWrite.TabIndex = 2;
- btnAimeWrite.Text = "写";
- btnAimeWrite.UseVisualStyleBackColor = true;
- btnAimeWrite.Click += btnAimeWrite_Click;
- //
- // tpUtils1
- //
- tpUtils1.Controls.Add(groupBox1);
- tpUtils1.Controls.Add(groupBox9);
- tpUtils1.Location = new Point(4, 26);
- tpUtils1.Name = "tpUtils1";
- tpUtils1.Padding = new Padding(3);
- tpUtils1.Size = new Size(496, 321);
- tpUtils1.TabIndex = 5;
- tpUtils1.Text = "实用功能1";
- tpUtils1.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- groupBox1.Controls.Add(lblSysVolume);
- groupBox1.Controls.Add(label16);
- groupBox1.Controls.Add(btnSysVolumeDec);
- groupBox1.Controls.Add(btnSysVolumeInc);
- groupBox1.Location = new Point(8, 82);
- groupBox1.Name = "groupBox1";
- groupBox1.Size = new Size(333, 70);
- groupBox1.TabIndex = 9;
- groupBox1.TabStop = false;
- groupBox1.Text = "系统音量:在杀死资源管理器的情况下方便调节";
- //
- // lblSysVolume
- //
- lblSysVolume.AutoSize = true;
- lblSysVolume.Location = new Point(70, 25);
- lblSysVolume.Name = "lblSysVolume";
- lblSysVolume.Size = new Size(13, 17);
- lblSysVolume.TabIndex = 12;
- lblSysVolume.Text = "-";
- //
- // label16
- //
- label16.AutoSize = true;
- label16.Location = new Point(6, 25);
- label16.Name = "label16";
- label16.Size = new Size(68, 17);
- label16.TabIndex = 11;
- label16.Text = "当前音量:";
- //
- // btnSysVolumeDec
- //
- btnSysVolumeDec.Location = new Point(141, 22);
- btnSysVolumeDec.Name = "btnSysVolumeDec";
- btnSysVolumeDec.Size = new Size(84, 42);
- btnSysVolumeDec.TabIndex = 2;
- btnSysVolumeDec.Text = "调小";
- btnSysVolumeDec.UseVisualStyleBackColor = true;
- btnSysVolumeDec.Click += btnSysVolumeDec_Click;
- //
- // btnSysVolumeInc
- //
- btnSysVolumeInc.Location = new Point(240, 22);
- btnSysVolumeInc.Name = "btnSysVolumeInc";
- btnSysVolumeInc.Size = new Size(87, 42);
- btnSysVolumeInc.TabIndex = 2;
- btnSysVolumeInc.Text = "调大";
- btnSysVolumeInc.UseVisualStyleBackColor = true;
- btnSysVolumeInc.Click += btnSysVolumeInc_Click;
- //
- // tpUtils2
- //
- tpUtils2.Controls.Add(groupBox7);
- tpUtils2.Controls.Add(groupBox10);
- tpUtils2.Location = new Point(4, 26);
- tpUtils2.Name = "tpUtils2";
- tpUtils2.Padding = new Padding(3);
- tpUtils2.Size = new Size(496, 321);
- tpUtils2.TabIndex = 1;
- tpUtils2.Text = "实用功能2";
- tpUtils2.UseVisualStyleBackColor = true;
- //
- // groupBox7
- //
- groupBox7.Controls.Add(chkWinTrickAuto);
- groupBox7.Controls.Add(btnWinTrick);
- groupBox7.Location = new Point(8, 82);
- groupBox7.Name = "groupBox7";
- groupBox7.Size = new Size(263, 70);
- groupBox7.TabIndex = 3;
- groupBox7.TabStop = false;
- groupBox7.Text = "窗口调整:启动之后窗口可能会乱跳";
- //
- // chkWinTrickAuto
- //
- chkWinTrickAuto.AutoSize = true;
- chkWinTrickAuto.Checked = true;
- chkWinTrickAuto.CheckState = CheckState.Checked;
- chkWinTrickAuto.Location = new Point(76, 33);
- chkWinTrickAuto.Name = "chkWinTrickAuto";
- chkWinTrickAuto.Size = new Size(99, 21);
- chkWinTrickAuto.TabIndex = 6;
- chkWinTrickAuto.Text = "保持自动调整";
- chkWinTrickAuto.UseVisualStyleBackColor = true;
- //
- // btnWinTrick
- //
- btnWinTrick.Location = new Point(6, 20);
- btnWinTrick.Name = "btnWinTrick";
- btnWinTrick.Size = new Size(64, 44);
- btnWinTrick.TabIndex = 2;
- btnWinTrick.Text = "调整";
- btnWinTrick.UseVisualStyleBackColor = true;
- btnWinTrick.Click += btnWinTrick_Click;
- //
- // groupBox10
- //
- groupBox10.Controls.Add(btnExplorerRestore);
- groupBox10.Controls.Add(btnExplorerKill);
- groupBox10.Controls.Add(chkExplorerAuto);
- groupBox10.Controls.Add(label3);
- groupBox10.Location = new Point(8, 6);
- groupBox10.Name = "groupBox10";
- groupBox10.Size = new Size(417, 70);
- groupBox10.TabIndex = 2;
- groupBox10.TabStop = false;
- groupBox10.Text = "资源管理器托管:避免滑动屏幕边缘出现任务视图打断游戏,影响体验";
- //
- // btnExplorerRestore
- //
- btnExplorerRestore.Location = new Point(359, 20);
- btnExplorerRestore.Name = "btnExplorerRestore";
- btnExplorerRestore.Size = new Size(45, 44);
- btnExplorerRestore.TabIndex = 2;
- btnExplorerRestore.Text = "复活";
- btnExplorerRestore.UseVisualStyleBackColor = true;
- btnExplorerRestore.Click += btnExplorerRestore_Click;
- //
- // btnExplorerKill
- //
- btnExplorerKill.Location = new Point(308, 20);
- btnExplorerKill.Name = "btnExplorerKill";
- btnExplorerKill.Size = new Size(45, 44);
- btnExplorerKill.TabIndex = 2;
- btnExplorerKill.Text = "杀死";
- btnExplorerKill.UseVisualStyleBackColor = true;
- btnExplorerKill.Click += btnExplorerKill_Click;
- //
- // chkExplorerAuto
- //
- chkExplorerAuto.AutoSize = true;
- chkExplorerAuto.Checked = true;
- chkExplorerAuto.CheckState = CheckState.Checked;
- chkExplorerAuto.Location = new Point(8, 40);
- chkExplorerAuto.Name = "chkExplorerAuto";
- chkExplorerAuto.Size = new Size(147, 21);
- chkExplorerAuto.TabIndex = 5;
- chkExplorerAuto.Text = "游戏启动前后自动托管";
- chkExplorerAuto.UseVisualStyleBackColor = true;
- //
- // label14
- //
- label14.AutoSize = true;
- label14.Location = new Point(10, 70);
- label14.Name = "label14";
- label14.Size = new Size(116, 17);
- label14.TabIndex = 0;
- label14.Text = "点击画面后自动摆放";
- //
- // groupBox2
- //
- groupBox2.Controls.Add(btnProcessLoopBackVirtualNic);
- groupBox2.Controls.Add(label11);
- groupBox2.Controls.Add(lblProcessLoopBackVirtualNic);
- groupBox2.Controls.Add(label9);
- groupBox2.Location = new Point(8, 6);
- groupBox2.Name = "groupBox2";
- groupBox2.Size = new Size(271, 70);
- groupBox2.TabIndex = 2;
- groupBox2.TabStop = false;
- groupBox2.Text = "网络环境:这破玩意儿需要本机有一个IP地址";
- //
- // btnProcessLoopBackVirtualNic
- //
- btnProcessLoopBackVirtualNic.Location = new Point(6, 22);
- btnProcessLoopBackVirtualNic.Name = "btnProcessLoopBackVirtualNic";
- btnProcessLoopBackVirtualNic.Size = new Size(45, 45);
- btnProcessLoopBackVirtualNic.TabIndex = 0;
- btnProcessLoopBackVirtualNic.Text = "处理";
- btnProcessLoopBackVirtualNic.UseVisualStyleBackColor = true;
- btnProcessLoopBackVirtualNic.Click += btnProcessLoopBackVirtualNic_Click;
- //
- // lblProcessLoopBackVirtualNic
- //
- lblProcessLoopBackVirtualNic.AutoSize = true;
- lblProcessLoopBackVirtualNic.Location = new Point(107, 44);
- lblProcessLoopBackVirtualNic.Name = "lblProcessLoopBackVirtualNic";
- lblProcessLoopBackVirtualNic.Size = new Size(44, 17);
- lblProcessLoopBackVirtualNic.TabIndex = 3;
- lblProcessLoopBackVirtualNic.Text = "待检测";
- //
- // groupBox11
- //
- groupBox11.Controls.Add(btnAppDataOverwrite);
- groupBox11.Controls.Add(label4);
- groupBox11.Location = new Point(284, 6);
- groupBox11.Name = "groupBox11";
- groupBox11.Size = new Size(225, 70);
- groupBox11.TabIndex = 4;
- groupBox11.TabStop = false;
- groupBox11.Text = "覆盖APPDATA";
- //
- // btnAppDataOverwrite
- //
- 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;
- //
- // groupBox3
- //
- groupBox3.Controls.Add(lblPidMaria);
- groupBox3.Controls.Add(label2);
- groupBox3.Controls.Add(lblSubControlMaria);
- groupBox3.Controls.Add(label6);
- groupBox3.Controls.Add(btnSubControlMariaStop);
- groupBox3.Controls.Add(btnSubControlMariaStart);
- groupBox3.Location = new Point(8, 6);
- groupBox3.Name = "groupBox3";
- groupBox3.Size = new Size(160, 95);
- groupBox3.TabIndex = 3;
- groupBox3.TabStop = false;
- groupBox3.Text = "① Maria 数据库";
- //
- // lblPidMaria
- //
- lblPidMaria.AutoSize = true;
- lblPidMaria.Location = new Point(40, 65);
- lblPidMaria.Name = "lblPidMaria";
- lblPidMaria.Size = new Size(13, 17);
- lblPidMaria.TabIndex = 3;
- lblPidMaria.Text = "-";
- //
- // lblSubControlMaria
- //
- lblSubControlMaria.AutoSize = true;
- lblSubControlMaria.Location = new Point(40, 48);
- lblSubControlMaria.Name = "lblSubControlMaria";
- lblSubControlMaria.Size = new Size(44, 17);
- lblSubControlMaria.TabIndex = 3;
- lblSubControlMaria.Text = "未启动";
- //
- // btnSubControlMariaStop
- //
- btnSubControlMariaStop.Location = new Point(62, 22);
- btnSubControlMariaStop.Name = "btnSubControlMariaStop";
- btnSubControlMariaStop.Size = new Size(50, 23);
- btnSubControlMariaStop.TabIndex = 1;
- btnSubControlMariaStop.Text = "停止";
- btnSubControlMariaStop.UseVisualStyleBackColor = true;
- //
- // btnSubControlMariaStart
- //
- btnSubControlMariaStart.Location = new Point(6, 22);
- btnSubControlMariaStart.Name = "btnSubControlMariaStart";
- btnSubControlMariaStart.Size = new Size(50, 23);
- btnSubControlMariaStart.TabIndex = 1;
- btnSubControlMariaStart.Text = "启动";
- btnSubControlMariaStart.UseVisualStyleBackColor = true;
- //
- // groupBox6
- //
- groupBox6.Controls.Add(lblPidAquaDx);
- groupBox6.Controls.Add(label12);
- groupBox6.Controls.Add(lblSubControlAquaDx);
- groupBox6.Controls.Add(label5);
- groupBox6.Controls.Add(btnSubControlAquaDxStop);
- groupBox6.Controls.Add(btnSubControlAquaDxStart);
- groupBox6.Location = new Point(174, 6);
- groupBox6.Name = "groupBox6";
- groupBox6.Size = new Size(160, 95);
- groupBox6.TabIndex = 4;
- groupBox6.TabStop = false;
- groupBox6.Text = "② AquaDX";
- //
- // lblPidAquaDx
- //
- lblPidAquaDx.AutoSize = true;
- lblPidAquaDx.Location = new Point(40, 65);
- lblPidAquaDx.Name = "lblPidAquaDx";
- lblPidAquaDx.Size = new Size(13, 17);
- lblPidAquaDx.TabIndex = 4;
- lblPidAquaDx.Text = "-";
- //
- // lblSubControlAquaDx
- //
- lblSubControlAquaDx.AutoSize = true;
- lblSubControlAquaDx.Location = new Point(40, 48);
- lblSubControlAquaDx.Name = "lblSubControlAquaDx";
- lblSubControlAquaDx.Size = new Size(44, 17);
- lblSubControlAquaDx.TabIndex = 4;
- lblSubControlAquaDx.Text = "未启动";
- //
- // btnSubControlAquaDxStop
- //
- btnSubControlAquaDxStop.Location = new Point(62, 22);
- btnSubControlAquaDxStop.Name = "btnSubControlAquaDxStop";
- btnSubControlAquaDxStop.Size = new Size(50, 23);
- btnSubControlAquaDxStop.TabIndex = 1;
- btnSubControlAquaDxStop.Text = "停止";
- btnSubControlAquaDxStop.UseVisualStyleBackColor = true;
- //
- // btnSubControlAquaDxStart
- //
- btnSubControlAquaDxStart.Location = new Point(6, 22);
- btnSubControlAquaDxStart.Name = "btnSubControlAquaDxStart";
- btnSubControlAquaDxStart.Size = new Size(50, 23);
- btnSubControlAquaDxStart.TabIndex = 2;
- btnSubControlAquaDxStart.Text = "启动";
- btnSubControlAquaDxStart.UseVisualStyleBackColor = true;
- //
- // groupBox4
- //
- groupBox4.Controls.Add(lblPidSinMai);
- groupBox4.Controls.Add(lblSubControlSinMai);
- groupBox4.Controls.Add(label18);
- groupBox4.Controls.Add(btnSubControlSinMaiStop);
- groupBox4.Controls.Add(label8);
- groupBox4.Controls.Add(btnSubControlSinMaiStart);
- groupBox4.Location = new Point(174, 107);
- groupBox4.Name = "groupBox4";
- groupBox4.Size = new Size(160, 95);
- groupBox4.TabIndex = 5;
- groupBox4.TabStop = false;
- groupBox4.Text = "④ SinMai 主进程";
- //
- // lblPidSinMai
- //
- lblPidSinMai.AutoSize = true;
- lblPidSinMai.Location = new Point(42, 65);
- lblPidSinMai.Name = "lblPidSinMai";
- lblPidSinMai.Size = new Size(13, 17);
- lblPidSinMai.TabIndex = 5;
- lblPidSinMai.Text = "-";
- //
- // lblSubControlSinMai
- //
- lblSubControlSinMai.AutoSize = true;
- lblSubControlSinMai.Location = new Point(42, 48);
- lblSubControlSinMai.Name = "lblSubControlSinMai";
- lblSubControlSinMai.Size = new Size(44, 17);
- lblSubControlSinMai.TabIndex = 5;
- lblSubControlSinMai.Text = "未启动";
- //
- // btnSubControlSinMaiStop
- //
- btnSubControlSinMaiStop.Location = new Point(62, 22);
- btnSubControlSinMaiStop.Name = "btnSubControlSinMaiStop";
- btnSubControlSinMaiStop.Size = new Size(50, 23);
- btnSubControlSinMaiStop.TabIndex = 4;
- btnSubControlSinMaiStop.Text = "停止";
- btnSubControlSinMaiStop.UseVisualStyleBackColor = true;
- //
- // btnSubControlSinMaiStart
- //
- btnSubControlSinMaiStart.Location = new Point(6, 22);
- btnSubControlSinMaiStart.Name = "btnSubControlSinMaiStart";
- btnSubControlSinMaiStart.Size = new Size(50, 23);
- btnSubControlSinMaiStart.TabIndex = 2;
- btnSubControlSinMaiStart.Text = "启动";
- btnSubControlSinMaiStart.UseVisualStyleBackColor = true;
- //
- // groupBox8
- //
- groupBox8.Controls.Add(lblPidInjector);
- groupBox8.Controls.Add(lblSubControlInjector);
- groupBox8.Controls.Add(label15);
- groupBox8.Controls.Add(btnSubControlInjectorStop);
- groupBox8.Controls.Add(label7);
- groupBox8.Controls.Add(btnSubControlInjectorStart);
- groupBox8.Location = new Point(8, 107);
- groupBox8.Name = "groupBox8";
- groupBox8.Size = new Size(160, 95);
- groupBox8.TabIndex = 6;
- groupBox8.TabStop = false;
- groupBox8.Text = "③ 加载器";
- //
- // lblPidInjector
- //
- lblPidInjector.AutoSize = true;
- lblPidInjector.Location = new Point(44, 67);
- lblPidInjector.Name = "lblPidInjector";
- lblPidInjector.Size = new Size(13, 17);
- lblPidInjector.TabIndex = 5;
- lblPidInjector.Text = "-";
- //
- // lblSubControlInjector
- //
- lblSubControlInjector.AutoSize = true;
- lblSubControlInjector.Location = new Point(44, 50);
- lblSubControlInjector.Name = "lblSubControlInjector";
- lblSubControlInjector.Size = new Size(44, 17);
- lblSubControlInjector.TabIndex = 5;
- lblSubControlInjector.Text = "未启动";
- //
- // btnSubControlInjectorStop
- //
- btnSubControlInjectorStop.Location = new Point(62, 22);
- btnSubControlInjectorStop.Name = "btnSubControlInjectorStop";
- btnSubControlInjectorStop.Size = new Size(50, 23);
- btnSubControlInjectorStop.TabIndex = 4;
- btnSubControlInjectorStop.Text = "停止";
- btnSubControlInjectorStop.UseVisualStyleBackColor = true;
- //
- // btnSubControlInjectorStart
- //
- btnSubControlInjectorStart.Location = new Point(9, 22);
- btnSubControlInjectorStart.Name = "btnSubControlInjectorStart";
- btnSubControlInjectorStart.Size = new Size(50, 23);
- btnSubControlInjectorStart.TabIndex = 2;
- btnSubControlInjectorStart.Text = "启动";
- btnSubControlInjectorStart.UseVisualStyleBackColor = true;
- //
- // btnMainControlStop
- //
- btnMainControlStop.Enabled = false;
- btnMainControlStop.Font = new Font("Microsoft YaHei UI", 24F);
- btnMainControlStop.Location = new Point(6, 59);
- btnMainControlStop.Name = "btnMainControlStop";
- btnMainControlStop.Size = new Size(250, 45);
- btnMainControlStop.TabIndex = 0;
- btnMainControlStop.Text = "一 键 停 止";
- btnMainControlStop.UseVisualStyleBackColor = true;
- btnMainControlStop.Click += btnMainControlStop_Click;
- //
- // btnMainControlStart
- //
- btnMainControlStart.Font = new Font("Microsoft YaHei UI", 24F);
- btnMainControlStart.Location = new Point(6, 6);
- btnMainControlStart.Name = "btnMainControlStart";
- btnMainControlStart.Size = new Size(250, 47);
- btnMainControlStart.TabIndex = 0;
- btnMainControlStart.Text = "一 键 启 动";
- btnMainControlStart.UseVisualStyleBackColor = true;
- btnMainControlStart.Click += btnMainControlStart_Click;
- //
- // lblMainControlStatus
- //
- lblMainControlStatus.AutoSize = true;
- lblMainControlStatus.Font = new Font("Microsoft YaHei UI", 20F);
- lblMainControlStatus.Location = new Point(131, 107);
- lblMainControlStatus.Name = "lblMainControlStatus";
- lblMainControlStatus.Size = new Size(123, 35);
- lblMainControlStatus.TabIndex = 6;
- lblMainControlStatus.Text = "准备就绪";
- //
- // tcMain
- //
- tcMain.Controls.Add(tpMainControl);
- tcMain.Controls.Add(tpUtils1);
- tcMain.Controls.Add(tpUtils2);
- tcMain.Controls.Add(tpMisc);
- tcMain.Controls.Add(tpSubControls);
- tcMain.Controls.Add(tpConsoles);
- tcMain.Controls.Add(tabPageCamera);
- tcMain.Controls.Add(tpRecordScreen);
- tcMain.Dock = DockStyle.Fill;
- tcMain.Enabled = false;
- tcMain.Location = new Point(0, 0);
- tcMain.Name = "tcMain";
- tcMain.SelectedIndex = 0;
- tcMain.Size = new Size(504, 351);
- tcMain.TabIndex = 5;
- //
- // tpMainControl
- //
- tpMainControl.Controls.Add(lblMainControlStatus);
- tpMainControl.Controls.Add(btnMainControlStart);
- tpMainControl.Controls.Add(label1);
- tpMainControl.Controls.Add(btnMainControlStop);
- tpMainControl.Location = new Point(4, 26);
- tpMainControl.Name = "tpMainControl";
- tpMainControl.Padding = new Padding(3);
- tpMainControl.Size = new Size(496, 321);
- tpMainControl.TabIndex = 0;
- tpMainControl.Text = "主控";
- tpMainControl.UseVisualStyleBackColor = true;
- //
- // tpMisc
- //
- tpMisc.Controls.Add(groupBox2);
- tpMisc.Controls.Add(groupBox11);
- tpMisc.Location = new Point(4, 26);
- tpMisc.Name = "tpMisc";
- tpMisc.Padding = new Padding(3);
- tpMisc.Size = new Size(496, 321);
- tpMisc.TabIndex = 2;
- tpMisc.Text = "其他功能";
- tpMisc.UseVisualStyleBackColor = true;
- //
- // tpSubControls
- //
- tpSubControls.Controls.Add(groupBox3);
- tpSubControls.Controls.Add(groupBox6);
- tpSubControls.Controls.Add(groupBox4);
- tpSubControls.Controls.Add(groupBox8);
- tpSubControls.Location = new Point(4, 26);
- tpSubControls.Name = "tpSubControls";
- tpSubControls.Padding = new Padding(3);
- tpSubControls.Size = new Size(496, 321);
- tpSubControls.TabIndex = 4;
- tpSubControls.Text = "分控";
- tpSubControls.UseVisualStyleBackColor = true;
- //
- // tpConsoles
- //
- tpConsoles.Controls.Add(tcConsoles);
- tpConsoles.Location = new Point(4, 26);
- tpConsoles.Name = "tpConsoles";
- tpConsoles.Padding = new Padding(3);
- tpConsoles.Size = new Size(496, 321);
- tpConsoles.TabIndex = 3;
- tpConsoles.Text = "日志";
- tpConsoles.UseVisualStyleBackColor = true;
- //
- // tcConsoles
- //
- tcConsoles.Controls.Add(tpConsoleLauncher);
- tcConsoles.Controls.Add(tpConsoleMaria);
- tcConsoles.Controls.Add(tpConsoleAquaDx);
- tcConsoles.Controls.Add(tpConsoleInjector);
- tcConsoles.Dock = DockStyle.Fill;
- tcConsoles.Location = new Point(3, 3);
- tcConsoles.Name = "tcConsoles";
- tcConsoles.SelectedIndex = 0;
- tcConsoles.Size = new Size(490, 315);
- tcConsoles.TabIndex = 1;
- tcConsoles.SelectedIndexChanged += tcConsoles_SelectedIndexChanged;
- //
- // tpConsoleLauncher
- //
- tpConsoleLauncher.Location = new Point(4, 26);
- tpConsoleLauncher.Name = "tpConsoleLauncher";
- tpConsoleLauncher.Padding = new Padding(3);
- tpConsoleLauncher.Size = new Size(482, 285);
- tpConsoleLauncher.TabIndex = 0;
- tpConsoleLauncher.Text = "启动器";
- tpConsoleLauncher.UseVisualStyleBackColor = true;
- //
- // tpConsoleMaria
- //
- tpConsoleMaria.Location = new Point(4, 26);
- tpConsoleMaria.Name = "tpConsoleMaria";
- tpConsoleMaria.Padding = new Padding(3);
- tpConsoleMaria.Size = new Size(482, 285);
- tpConsoleMaria.TabIndex = 1;
- tpConsoleMaria.Text = "Maria";
- tpConsoleMaria.UseVisualStyleBackColor = true;
- //
- // tpConsoleAquaDx
- //
- tpConsoleAquaDx.Location = new Point(4, 26);
- tpConsoleAquaDx.Name = "tpConsoleAquaDx";
- tpConsoleAquaDx.Padding = new Padding(3);
- tpConsoleAquaDx.Size = new Size(482, 285);
- tpConsoleAquaDx.TabIndex = 2;
- tpConsoleAquaDx.Text = "AquaDX";
- tpConsoleAquaDx.UseVisualStyleBackColor = true;
- //
- // tpConsoleInjector
- //
- tpConsoleInjector.Location = new Point(4, 26);
- tpConsoleInjector.Name = "tpConsoleInjector";
- tpConsoleInjector.Padding = new Padding(3);
- tpConsoleInjector.Size = new Size(482, 285);
- tpConsoleInjector.TabIndex = 3;
- tpConsoleInjector.Text = "加载器";
- tpConsoleInjector.UseVisualStyleBackColor = true;
- //
- // tabPageCamera
- //
- tabPageCamera.Controls.Add(pnlCamera);
- tabPageCamera.Controls.Add(rdoCameraPlaceRight);
- tabPageCamera.Controls.Add(rdoCameraPlaceLeft);
- tabPageCamera.Controls.Add(cboCameraFormats);
- tabPageCamera.Controls.Add(cboCameraDevices);
- tabPageCamera.Controls.Add(btnCameraClose);
- tabPageCamera.Controls.Add(btnCameraOpen);
- tabPageCamera.Controls.Add(btnCameraList);
- tabPageCamera.Controls.Add(label14);
- tabPageCamera.Controls.Add(label10);
- tabPageCamera.Location = new Point(4, 26);
- tabPageCamera.Name = "tabPageCamera";
- tabPageCamera.Padding = new Padding(3);
- tabPageCamera.Size = new Size(496, 321);
- tabPageCamera.TabIndex = 6;
- tabPageCamera.Text = "摄像头";
- tabPageCamera.UseVisualStyleBackColor = true;
- //
- // pnlCamera
- //
- pnlCamera.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
- pnlCamera.BorderStyle = BorderStyle.FixedSingle;
- pnlCamera.Controls.Add(picBoxCamera);
- pnlCamera.Location = new Point(10, 95);
- pnlCamera.Name = "pnlCamera";
- pnlCamera.Size = new Size(477, 218);
- pnlCamera.TabIndex = 5;
- //
- // picBoxCamera
- //
- picBoxCamera.Dock = DockStyle.Fill;
- picBoxCamera.Location = new Point(0, 0);
- picBoxCamera.Name = "picBoxCamera";
- picBoxCamera.Size = new Size(475, 216);
- picBoxCamera.TabIndex = 3;
- picBoxCamera.TabStop = false;
- picBoxCamera.CameraClick += picBoxCamera_CameraClick;
- //
- // rdoCameraPlaceRight
- //
- rdoCameraPlaceRight.AutoSize = true;
- rdoCameraPlaceRight.Checked = true;
- rdoCameraPlaceRight.Location = new Point(176, 68);
- rdoCameraPlaceRight.Name = "rdoCameraPlaceRight";
- rdoCameraPlaceRight.Size = new Size(38, 21);
- rdoCameraPlaceRight.TabIndex = 4;
- rdoCameraPlaceRight.TabStop = true;
- rdoCameraPlaceRight.Text = "右";
- rdoCameraPlaceRight.UseVisualStyleBackColor = true;
- //
- // rdoCameraPlaceLeft
- //
- rdoCameraPlaceLeft.AutoSize = true;
- rdoCameraPlaceLeft.Location = new Point(132, 68);
- rdoCameraPlaceLeft.Name = "rdoCameraPlaceLeft";
- rdoCameraPlaceLeft.Size = new Size(38, 21);
- rdoCameraPlaceLeft.TabIndex = 4;
- rdoCameraPlaceLeft.Text = "左";
- rdoCameraPlaceLeft.UseVisualStyleBackColor = true;
- //
- // cboCameraFormats
- //
- cboCameraFormats.DisplayMember = "Name";
- cboCameraFormats.DropDownStyle = ComboBoxStyle.DropDownList;
- cboCameraFormats.FormattingEnabled = true;
- cboCameraFormats.Location = new Point(132, 37);
- cboCameraFormats.Name = "cboCameraFormats";
- cboCameraFormats.Size = new Size(261, 25);
- cboCameraFormats.TabIndex = 2;
- cboCameraFormats.SelectedIndexChanged += cboCameraFormats_SelectedIndexChanged;
- //
- // cboCameraDevices
- //
- cboCameraDevices.DisplayMember = "Name";
- cboCameraDevices.DropDownStyle = ComboBoxStyle.DropDownList;
- cboCameraDevices.FormattingEnabled = true;
- cboCameraDevices.Location = new Point(132, 6);
- cboCameraDevices.Name = "cboCameraDevices";
- cboCameraDevices.Size = new Size(261, 25);
- cboCameraDevices.TabIndex = 2;
- //
- // btnCameraClose
- //
- btnCameraClose.Location = new Point(399, 35);
- btnCameraClose.Name = "btnCameraClose";
- btnCameraClose.Size = new Size(89, 27);
- btnCameraClose.TabIndex = 1;
- btnCameraClose.Text = "关闭摄像头";
- btnCameraClose.UseVisualStyleBackColor = true;
- btnCameraClose.Click += btnCameraClose_Click;
- //
- // btnCameraOpen
- //
- btnCameraOpen.Location = new Point(398, 6);
- btnCameraOpen.Name = "btnCameraOpen";
- btnCameraOpen.Size = new Size(89, 25);
- btnCameraOpen.TabIndex = 1;
- btnCameraOpen.Text = "打开摄像头";
- btnCameraOpen.UseVisualStyleBackColor = true;
- btnCameraOpen.Click += btnCameraOpen_Click;
- //
- // btnCameraList
- //
- btnCameraList.Location = new Point(8, 6);
- btnCameraList.Name = "btnCameraList";
- btnCameraList.Size = new Size(118, 25);
- btnCameraList.TabIndex = 1;
- btnCameraList.Text = "重新搜索摄像头";
- btnCameraList.UseVisualStyleBackColor = true;
- btnCameraList.Click += btnCameraList_Click;
- //
- // tpRecordScreen
- //
- tpRecordScreen.Controls.Add(label13);
- tpRecordScreen.Location = new Point(4, 26);
- tpRecordScreen.Name = "tpRecordScreen";
- tpRecordScreen.Padding = new Padding(3);
- tpRecordScreen.Size = new Size(496, 321);
- tpRecordScreen.TabIndex = 7;
- tpRecordScreen.Text = "录屏";
- tpRecordScreen.UseVisualStyleBackColor = true;
- //
- // tmrMain
- //
- tmrMain.Enabled = true;
- tmrMain.Interval = 200;
- tmrMain.Tick += tmrMain_Tick;
- //
- // MainForm
- //
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(504, 351);
- Controls.Add(tcMain);
- MinimizeBox = false;
- Name = "MainForm";
- ShowInTaskbar = false;
- Text = "SinMai启动器";
- TopMost = true;
- FormClosing += MainForm_FormClosing;
- FormClosed += MainForm_FormClosed;
- Shown += MainForm_Shown;
- groupBox9.ResumeLayout(false);
- tpUtils1.ResumeLayout(false);
- groupBox1.ResumeLayout(false);
- groupBox1.PerformLayout();
- tpUtils2.ResumeLayout(false);
- groupBox7.ResumeLayout(false);
- groupBox7.PerformLayout();
- groupBox10.ResumeLayout(false);
- groupBox10.PerformLayout();
- groupBox2.ResumeLayout(false);
- groupBox2.PerformLayout();
- groupBox11.ResumeLayout(false);
- groupBox11.PerformLayout();
- groupBox3.ResumeLayout(false);
- groupBox3.PerformLayout();
- groupBox6.ResumeLayout(false);
- groupBox6.PerformLayout();
- groupBox4.ResumeLayout(false);
- groupBox4.PerformLayout();
- groupBox8.ResumeLayout(false);
- groupBox8.PerformLayout();
- tcMain.ResumeLayout(false);
- tpMainControl.ResumeLayout(false);
- tpMainControl.PerformLayout();
- tpMisc.ResumeLayout(false);
- tpSubControls.ResumeLayout(false);
- tpConsoles.ResumeLayout(false);
- tcConsoles.ResumeLayout(false);
- tabPageCamera.ResumeLayout(false);
- tabPageCamera.PerformLayout();
- pnlCamera.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)picBoxCamera).EndInit();
- tpRecordScreen.ResumeLayout(false);
- tpRecordScreen.PerformLayout();
- ResumeLayout(false);
- }
- #endregion
- private GroupBox groupBox2;
- private Button btnProcessLoopBackVirtualNic;
- private Button btnMainControlStart;
- private GroupBox groupBox10;
- private Label label3;
- private Button btnExplorerRestore;
- private Button btnExplorerKill;
- private Button btnMainControlStop;
- private Label label9;
- private Label label1;
- private GroupBox groupBox11;
- private Label label4;
- private Button btnAppDataOverwrite;
- private Label label11;
- private Label lblMainControlStatus;
- private TabControl tcMain;
- private TabPage tpMainControl;
- private TabPage tpUtils2;
- private TabPage tpMisc;
- private TabPage tpConsoles;
- private TabControl tcConsoles;
- private TabPage tpConsoleLauncher;
- private TabPage tpConsoleMaria;
- private TabPage tpConsoleAquaDx;
- private TabPage tpConsoleInjector;
- private CheckBox chkExplorerAuto;
- private GroupBox groupBox7;
- private CheckBox chkWinTrickAuto;
- private Button btnWinTrick;
- private Label lblProcessLoopBackVirtualNic;
- private TabPage tpSubControls;
- private TabPage tpUtils1;
- private GroupBox groupBox9;
- private Button btnAimeWrite;
- private GroupBox groupBox3;
- private Label lblSubControlMaria;
- private Label label6;
- private Button btnSubControlMariaStop;
- private Button btnSubControlMariaStart;
- private GroupBox groupBox6;
- private Label lblSubControlAquaDx;
- private Label label5;
- private Button btnSubControlAquaDxStop;
- private Button btnSubControlAquaDxStart;
- private GroupBox groupBox4;
- private Label lblSubControlSinMai;
- private Button btnSubControlSinMaiStop;
- private Label label8;
- private Button btnSubControlSinMaiStart;
- private GroupBox groupBox8;
- private Label lblSubControlInjector;
- private Button btnSubControlInjectorStop;
- private Label label7;
- private Button btnSubControlInjectorStart;
- private System.Windows.Forms.Timer tmrMain;
- private TabPage tabPageCamera;
- private CustomControls.AimeComboBox cboAimeCard;
- private Label lblPidMaria;
- private Label lblPidAquaDx;
- private Label lblPidSinMai;
- private Label lblPidInjector;
- private TabPage tpRecordScreen;
- private Button btnAimeRefresh;
- private Label label16;
- private Button btnSysVolumeDec;
- private Button btnSysVolumeInc;
- private Label lblSysVolume;
- private ComboBox cboCameraFormats;
- private ComboBox cboCameraDevices;
- private Button btnCameraClose;
- private Button btnCameraOpen;
- private Button btnCameraList;
- private RadioButton rdoCameraPlaceRight;
- private RadioButton rdoCameraPlaceLeft;
- private CameraPictureBox picBoxCamera;
- private Panel pnlCamera;
- }
- }
|