This commit is contained in:
2025-10-29 11:42:58 +08:00
parent 7f6f84cd0e
commit a178c3550e
190 changed files with 81361 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
namespace FATrace.OEMApp
namespace FATrace.OEMApp
{
partial class MainApp
{
@@ -56,6 +56,8 @@
materialCard3 = new ReaLTaiizor.Controls.MaterialCard();
label8 = new Label();
materialCard2 = new ReaLTaiizor.Controls.MaterialCard();
gridRULog = new DataGridView();
((System.ComponentModel.ISupportInitialize)gridRULog).BeginInit();
btnRawStopLoadVideo = new Button();
DownloadProgressBarMain = new ProgressBar();
btnTestAction = new Button();
@@ -84,7 +86,6 @@
btnStopLoadVideo = new Button();
btnLoadVideo = new Button();
btnNVRLogin = new Button();
listViewRULog = new ListView();
materialTabControl1.SuspendLayout();
tabPage1.SuspendLayout();
materialCard4.SuspendLayout();
@@ -366,12 +367,12 @@
materialCard3.Controls.Add(label8);
materialCard3.Depth = 0;
materialCard3.ForeColor = Color.FromArgb(222, 0, 0, 0);
materialCard3.Location = new Point(897, 8);
materialCard3.Location = new Point(897, 373);
materialCard3.Margin = new Padding(14);
materialCard3.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialCard3.Name = "materialCard3";
materialCard3.Padding = new Padding(14);
materialCard3.Size = new Size(1000, 900);
materialCard3.Size = new Size(1000, 535);
materialCard3.TabIndex = 1;
//
// label8
@@ -379,7 +380,7 @@
label8.AutoSize = true;
label8.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label8.ForeColor = Color.FromArgb(64, 64, 64);
label8.Location = new Point(12, 9);
label8.Location = new Point(17, 14);
label8.Name = "label8";
label8.Size = new Size(180, 28);
label8.TabIndex = 5;
@@ -388,7 +389,7 @@
// materialCard2
//
materialCard2.BackColor = Color.FromArgb(255, 255, 255);
materialCard2.Controls.Add(listViewRULog);
materialCard2.Controls.Add(gridRULog);
materialCard2.Controls.Add(btnRawStopLoadVideo);
materialCard2.Controls.Add(DownloadProgressBarMain);
materialCard2.Controls.Add(btnTestAction);
@@ -404,9 +405,24 @@
materialCard2.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialCard2.Name = "materialCard2";
materialCard2.Padding = new Padding(14);
materialCard2.Size = new Size(864, 348);
materialCard2.Size = new Size(1883, 348);
materialCard2.TabIndex = 0;
//
// gridRULog
//
gridRULog = new DataGridView();
gridRULog.Location = new Point(557, 9);
gridRULog.Name = "gridRULog";
gridRULog.Size = new Size(1309, 338);
gridRULog.TabIndex = 8;
gridRULog.AllowUserToAddRows = false;
gridRULog.AllowUserToDeleteRows = false;
gridRULog.ReadOnly = true;
gridRULog.RowHeadersVisible = false;
gridRULog.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
gridRULog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
gridRULog.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right;
//
// btnRawStopLoadVideo
//
btnRawStopLoadVideo.Location = new Point(189, 223);
@@ -421,7 +437,7 @@
//
DownloadProgressBarMain.Location = new Point(1, 324);
DownloadProgressBarMain.Name = "DownloadProgressBarMain";
DownloadProgressBarMain.Size = new Size(862, 23);
DownloadProgressBarMain.Size = new Size(540, 23);
DownloadProgressBarMain.TabIndex = 6;
//
// btnTestAction
@@ -707,14 +723,6 @@
btnNVRLogin.UseVisualStyleBackColor = true;
btnNVRLogin.Click += btnNVRLogin_Click;
//
// listViewRULog
//
listViewRULog.Location = new Point(557, 9);
listViewRULog.Name = "listViewRULog";
listViewRULog.Size = new Size(290, 309);
listViewRULog.TabIndex = 8;
listViewRULog.UseCompatibleStateImageBehavior = false;
//
// MainApp
//
AutoScaleDimensions = new SizeF(8F, 17F);
@@ -744,6 +752,7 @@
materialCard1.PerformLayout();
((System.ComponentModel.ISupportInitialize)videoView1).EndInit();
tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)gridRULog).EndInit();
ResumeLayout(false);
PerformLayout();
}
@@ -807,6 +816,6 @@
private Button btnTestAction;
private ProgressBar DownloadProgressBarMain;
private Button btnRawStopLoadVideo;
private ListView listViewRULog;
private DataGridView gridRULog;
}
}