小版本:

返回URL链接,
后面就不需要了,直接客户端查看数据
This commit is contained in:
2025-12-02 14:23:42 +08:00
parent 010272aa0b
commit 4b98b61f10
5 changed files with 313 additions and 24 deletions

View File

@@ -57,7 +57,6 @@ namespace FATrace.OEMApp
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();
@@ -91,6 +90,7 @@ namespace FATrace.OEMApp
materialCard4.SuspendLayout();
materialCard3.SuspendLayout();
materialCard2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)gridRULog).BeginInit();
tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
materialCard1.SuspendLayout();
@@ -410,22 +410,21 @@ namespace FATrace.OEMApp
//
// 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.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
gridRULog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
gridRULog.Location = new Point(557, 9);
gridRULog.Name = "gridRULog";
gridRULog.ReadOnly = true;
gridRULog.RowHeadersVisible = false;
gridRULog.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
gridRULog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
gridRULog.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right;
gridRULog.Size = new Size(1309, 338);
gridRULog.TabIndex = 8;
//
// btnRawStopLoadVideo
//
btnRawStopLoadVideo.Location = new Point(189, 223);
btnRawStopLoadVideo.Location = new Point(292, 271);
btnRawStopLoadVideo.Name = "btnRawStopLoadVideo";
btnRawStopLoadVideo.Size = new Size(142, 44);
btnRawStopLoadVideo.TabIndex = 7;
@@ -435,14 +434,14 @@ namespace FATrace.OEMApp
//
// DownloadProgressBarMain
//
DownloadProgressBarMain.Location = new Point(1, 324);
DownloadProgressBarMain.Location = new Point(7, 321);
DownloadProgressBarMain.Name = "DownloadProgressBarMain";
DownloadProgressBarMain.Size = new Size(540, 23);
DownloadProgressBarMain.TabIndex = 6;
//
// btnTestAction
//
btnTestAction.Location = new Point(41, 223);
btnTestAction.Location = new Point(144, 271);
btnTestAction.Name = "btnTestAction";
btnTestAction.Size = new Size(142, 44);
btnTestAction.TabIndex = 5;
@@ -746,13 +745,13 @@ namespace FATrace.OEMApp
materialCard3.PerformLayout();
materialCard2.ResumeLayout(false);
materialCard2.PerformLayout();
((System.ComponentModel.ISupportInitialize)gridRULog).EndInit();
tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
materialCard1.ResumeLayout(false);
materialCard1.PerformLayout();
((System.ComponentModel.ISupportInitialize)videoView1).EndInit();
tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)gridRULog).EndInit();
ResumeLayout(false);
PerformLayout();
}