|
@@ -101,6 +101,12 @@
|
|
|
tpConsoleAquaDx = new TabPage();
|
|
|
tpConsoleInjector = new TabPage();
|
|
|
tabPageCamera = new TabPage();
|
|
|
+ picBoxCamera = new PictureBox();
|
|
|
+ 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();
|
|
@@ -141,6 +147,7 @@
|
|
|
tpConsoles.SuspendLayout();
|
|
|
tcConsoles.SuspendLayout();
|
|
|
tabPageCamera.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)picBoxCamera).BeginInit();
|
|
|
tpRecordScreen.SuspendLayout();
|
|
|
SuspendLayout();
|
|
|
//
|
|
@@ -265,11 +272,11 @@
|
|
|
// label10
|
|
|
//
|
|
|
label10.AutoSize = true;
|
|
|
- label10.Location = new Point(20, 14);
|
|
|
+ label10.Location = new Point(34, 40);
|
|
|
label10.Name = "label10";
|
|
|
- label10.Size = new Size(56, 17);
|
|
|
+ label10.Size = new Size(92, 17);
|
|
|
label10.TabIndex = 0;
|
|
|
- label10.Text = "还没做!";
|
|
|
+ label10.Text = "支持的视频格式";
|
|
|
//
|
|
|
// label13
|
|
|
//
|
|
@@ -328,7 +335,7 @@
|
|
|
tpUtils1.Location = new Point(4, 26);
|
|
|
tpUtils1.Name = "tpUtils1";
|
|
|
tpUtils1.Padding = new Padding(3);
|
|
|
- tpUtils1.Size = new Size(716, 127);
|
|
|
+ tpUtils1.Size = new Size(1019, 519);
|
|
|
tpUtils1.TabIndex = 5;
|
|
|
tpUtils1.Text = "实用工具1";
|
|
|
tpUtils1.UseVisualStyleBackColor = true;
|
|
@@ -391,7 +398,7 @@
|
|
|
tpUtils2.Location = new Point(4, 26);
|
|
|
tpUtils2.Name = "tpUtils2";
|
|
|
tpUtils2.Padding = new Padding(3);
|
|
|
- tpUtils2.Size = new Size(716, 127);
|
|
|
+ tpUtils2.Size = new Size(1019, 519);
|
|
|
tpUtils2.TabIndex = 1;
|
|
|
tpUtils2.Text = "实用工具2";
|
|
|
tpUtils2.UseVisualStyleBackColor = true;
|
|
@@ -779,7 +786,7 @@
|
|
|
tcMain.Location = new Point(0, 0);
|
|
|
tcMain.Name = "tcMain";
|
|
|
tcMain.SelectedIndex = 0;
|
|
|
- tcMain.Size = new Size(724, 157);
|
|
|
+ tcMain.Size = new Size(1027, 549);
|
|
|
tcMain.TabIndex = 5;
|
|
|
//
|
|
|
// tpMainControl
|
|
@@ -791,7 +798,7 @@
|
|
|
tpMainControl.Location = new Point(4, 26);
|
|
|
tpMainControl.Name = "tpMainControl";
|
|
|
tpMainControl.Padding = new Padding(3);
|
|
|
- tpMainControl.Size = new Size(716, 127);
|
|
|
+ tpMainControl.Size = new Size(1019, 519);
|
|
|
tpMainControl.TabIndex = 0;
|
|
|
tpMainControl.Text = "主控";
|
|
|
tpMainControl.UseVisualStyleBackColor = true;
|
|
@@ -803,7 +810,7 @@
|
|
|
tpMisc.Location = new Point(4, 26);
|
|
|
tpMisc.Name = "tpMisc";
|
|
|
tpMisc.Padding = new Padding(3);
|
|
|
- tpMisc.Size = new Size(716, 127);
|
|
|
+ tpMisc.Size = new Size(1019, 519);
|
|
|
tpMisc.TabIndex = 2;
|
|
|
tpMisc.Text = "其他功能";
|
|
|
tpMisc.UseVisualStyleBackColor = true;
|
|
@@ -817,7 +824,7 @@
|
|
|
tpSubControls.Location = new Point(4, 26);
|
|
|
tpSubControls.Name = "tpSubControls";
|
|
|
tpSubControls.Padding = new Padding(3);
|
|
|
- tpSubControls.Size = new Size(716, 127);
|
|
|
+ tpSubControls.Size = new Size(1019, 519);
|
|
|
tpSubControls.TabIndex = 4;
|
|
|
tpSubControls.Text = "分控";
|
|
|
tpSubControls.UseVisualStyleBackColor = true;
|
|
@@ -828,7 +835,7 @@
|
|
|
tpConsoles.Location = new Point(4, 26);
|
|
|
tpConsoles.Name = "tpConsoles";
|
|
|
tpConsoles.Padding = new Padding(3);
|
|
|
- tpConsoles.Size = new Size(716, 127);
|
|
|
+ tpConsoles.Size = new Size(1019, 519);
|
|
|
tpConsoles.TabIndex = 3;
|
|
|
tpConsoles.Text = "控制台";
|
|
|
tpConsoles.UseVisualStyleBackColor = true;
|
|
@@ -843,7 +850,7 @@
|
|
|
tcConsoles.Location = new Point(3, 3);
|
|
|
tcConsoles.Name = "tcConsoles";
|
|
|
tcConsoles.SelectedIndex = 0;
|
|
|
- tcConsoles.Size = new Size(710, 121);
|
|
|
+ tcConsoles.Size = new Size(1013, 513);
|
|
|
tcConsoles.TabIndex = 1;
|
|
|
tcConsoles.SelectedIndexChanged += tcConsoles_SelectedIndexChanged;
|
|
|
//
|
|
@@ -852,7 +859,7 @@
|
|
|
tpConsoleLauncher.Location = new Point(4, 26);
|
|
|
tpConsoleLauncher.Name = "tpConsoleLauncher";
|
|
|
tpConsoleLauncher.Padding = new Padding(3);
|
|
|
- tpConsoleLauncher.Size = new Size(702, 91);
|
|
|
+ tpConsoleLauncher.Size = new Size(1005, 483);
|
|
|
tpConsoleLauncher.TabIndex = 0;
|
|
|
tpConsoleLauncher.Text = "启动器";
|
|
|
tpConsoleLauncher.UseVisualStyleBackColor = true;
|
|
@@ -862,7 +869,7 @@
|
|
|
tpConsoleMaria.Location = new Point(4, 26);
|
|
|
tpConsoleMaria.Name = "tpConsoleMaria";
|
|
|
tpConsoleMaria.Padding = new Padding(3);
|
|
|
- tpConsoleMaria.Size = new Size(702, 91);
|
|
|
+ tpConsoleMaria.Size = new Size(1005, 483);
|
|
|
tpConsoleMaria.TabIndex = 1;
|
|
|
tpConsoleMaria.Text = "Maria";
|
|
|
tpConsoleMaria.UseVisualStyleBackColor = true;
|
|
@@ -872,7 +879,7 @@
|
|
|
tpConsoleAquaDx.Location = new Point(4, 26);
|
|
|
tpConsoleAquaDx.Name = "tpConsoleAquaDx";
|
|
|
tpConsoleAquaDx.Padding = new Padding(3);
|
|
|
- tpConsoleAquaDx.Size = new Size(702, 91);
|
|
|
+ tpConsoleAquaDx.Size = new Size(1005, 483);
|
|
|
tpConsoleAquaDx.TabIndex = 2;
|
|
|
tpConsoleAquaDx.Text = "AquaDX";
|
|
|
tpConsoleAquaDx.UseVisualStyleBackColor = true;
|
|
@@ -882,29 +889,95 @@
|
|
|
tpConsoleInjector.Location = new Point(4, 26);
|
|
|
tpConsoleInjector.Name = "tpConsoleInjector";
|
|
|
tpConsoleInjector.Padding = new Padding(3);
|
|
|
- tpConsoleInjector.Size = new Size(702, 91);
|
|
|
+ tpConsoleInjector.Size = new Size(1005, 483);
|
|
|
tpConsoleInjector.TabIndex = 3;
|
|
|
tpConsoleInjector.Text = "加载器";
|
|
|
tpConsoleInjector.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// tabPageCamera
|
|
|
//
|
|
|
+ tabPageCamera.Controls.Add(picBoxCamera);
|
|
|
+ tabPageCamera.Controls.Add(cboCameraFormats);
|
|
|
+ tabPageCamera.Controls.Add(cboCameraDevices);
|
|
|
+ tabPageCamera.Controls.Add(btnCameraClose);
|
|
|
+ tabPageCamera.Controls.Add(btnCameraOpen);
|
|
|
+ tabPageCamera.Controls.Add(btnCameraList);
|
|
|
tabPageCamera.Controls.Add(label10);
|
|
|
tabPageCamera.Location = new Point(4, 26);
|
|
|
tabPageCamera.Name = "tabPageCamera";
|
|
|
tabPageCamera.Padding = new Padding(3);
|
|
|
- tabPageCamera.Size = new Size(716, 127);
|
|
|
+ tabPageCamera.Size = new Size(1019, 519);
|
|
|
tabPageCamera.TabIndex = 6;
|
|
|
tabPageCamera.Text = "摄像头";
|
|
|
tabPageCamera.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // picBoxCamera
|
|
|
+ //
|
|
|
+ picBoxCamera.BorderStyle = BorderStyle.FixedSingle;
|
|
|
+ picBoxCamera.Location = new Point(10, 65);
|
|
|
+ picBoxCamera.Name = "picBoxCamera";
|
|
|
+ picBoxCamera.Size = new Size(506, 446);
|
|
|
+ picBoxCamera.TabIndex = 3;
|
|
|
+ picBoxCamera.TabStop = false;
|
|
|
+ //
|
|
|
+ // 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(118, 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(118, 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(716, 127);
|
|
|
+ tpRecordScreen.Size = new Size(1019, 519);
|
|
|
tpRecordScreen.TabIndex = 7;
|
|
|
tpRecordScreen.Text = "录屏";
|
|
|
tpRecordScreen.UseVisualStyleBackColor = true;
|
|
@@ -919,7 +992,7 @@
|
|
|
//
|
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
- ClientSize = new Size(724, 157);
|
|
|
+ ClientSize = new Size(1027, 549);
|
|
|
Controls.Add(tcMain);
|
|
|
MinimizeBox = false;
|
|
|
Name = "MainForm";
|
|
@@ -959,6 +1032,7 @@
|
|
|
tcConsoles.ResumeLayout(false);
|
|
|
tabPageCamera.ResumeLayout(false);
|
|
|
tabPageCamera.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)picBoxCamera).EndInit();
|
|
|
tpRecordScreen.ResumeLayout(false);
|
|
|
tpRecordScreen.PerformLayout();
|
|
|
ResumeLayout(false);
|
|
@@ -1032,5 +1106,11 @@
|
|
|
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 PictureBox picBoxCamera;
|
|
|
}
|
|
|
}
|