This commit is contained in:
2025-10-11 20:34:03 +08:00
parent bc39e38ac4
commit 7f6f84cd0e
4 changed files with 47 additions and 17 deletions

View File

@@ -56,6 +56,8 @@
materialCard3 = new ReaLTaiizor.Controls.MaterialCard();
label8 = new Label();
materialCard2 = new ReaLTaiizor.Controls.MaterialCard();
btnRawStopLoadVideo = new Button();
DownloadProgressBarMain = new ProgressBar();
btnTestAction = new Button();
label7 = new Label();
txtRURawName = new TextBox();
@@ -82,7 +84,7 @@
btnStopLoadVideo = new Button();
btnLoadVideo = new Button();
btnNVRLogin = new Button();
DownloadProgressBarMain = new ProgressBar();
listViewRULog = new ListView();
materialTabControl1.SuspendLayout();
tabPage1.SuspendLayout();
materialCard4.SuspendLayout();
@@ -386,6 +388,8 @@
// materialCard2
//
materialCard2.BackColor = Color.FromArgb(255, 255, 255);
materialCard2.Controls.Add(listViewRULog);
materialCard2.Controls.Add(btnRawStopLoadVideo);
materialCard2.Controls.Add(DownloadProgressBarMain);
materialCard2.Controls.Add(btnTestAction);
materialCard2.Controls.Add(label7);
@@ -403,6 +407,23 @@
materialCard2.Size = new Size(864, 348);
materialCard2.TabIndex = 0;
//
// btnRawStopLoadVideo
//
btnRawStopLoadVideo.Location = new Point(189, 223);
btnRawStopLoadVideo.Name = "btnRawStopLoadVideo";
btnRawStopLoadVideo.Size = new Size(142, 44);
btnRawStopLoadVideo.TabIndex = 7;
btnRawStopLoadVideo.Text = "停止下载";
btnRawStopLoadVideo.UseVisualStyleBackColor = true;
btnRawStopLoadVideo.Click += btnRawStopLoadVideo_Click;
//
// DownloadProgressBarMain
//
DownloadProgressBarMain.Location = new Point(1, 324);
DownloadProgressBarMain.Name = "DownloadProgressBarMain";
DownloadProgressBarMain.Size = new Size(862, 23);
DownloadProgressBarMain.TabIndex = 6;
//
// btnTestAction
//
btnTestAction.Location = new Point(41, 223);
@@ -427,7 +448,7 @@
//
txtRURawName.Location = new Point(154, 123);
txtRURawName.Name = "txtRURawName";
txtRURawName.Size = new Size(446, 32);
txtRURawName.Size = new Size(387, 32);
txtRURawName.TabIndex = 3;
//
// label6
@@ -444,7 +465,7 @@
//
txtRUInBagCode.Location = new Point(154, 65);
txtRUInBagCode.Name = "txtRUInBagCode";
txtRUInBagCode.Size = new Size(446, 32);
txtRUInBagCode.Size = new Size(387, 32);
txtRUInBagCode.TabIndex = 1;
//
// label5
@@ -686,12 +707,13 @@
btnNVRLogin.UseVisualStyleBackColor = true;
btnNVRLogin.Click += btnNVRLogin_Click;
//
// DownloadProgressBarMain
// listViewRULog
//
DownloadProgressBarMain.Location = new Point(1, 324);
DownloadProgressBarMain.Name = "DownloadProgressBarMain";
DownloadProgressBarMain.Size = new Size(862, 23);
DownloadProgressBarMain.TabIndex = 6;
listViewRULog.Location = new Point(557, 9);
listViewRULog.Name = "listViewRULog";
listViewRULog.Size = new Size(290, 309);
listViewRULog.TabIndex = 8;
listViewRULog.UseCompatibleStateImageBehavior = false;
//
// MainApp
//
@@ -784,5 +806,7 @@
private TextBox txtIOInputTime;
private Button btnTestAction;
private ProgressBar DownloadProgressBarMain;
private Button btnRawStopLoadVideo;
private ListView listViewRULog;
}
}