This commit is contained in:
2026-03-05 10:20:43 +08:00
parent 88483b38ad
commit f3413b42ee
8 changed files with 270 additions and 164 deletions

View File

@@ -63,7 +63,6 @@ namespace FATrace.OEMApp
tabPage2 = new TabPage();
dataGridView1 = new DataGridView();
materialCard1 = new ReaLTaiizor.Controls.MaterialCard();
btnStopHistoryPlay = new Button();
label4 = new Label();
txtSearchCode = new TextBox();
btnHistoryVideoSearch = new Button();
@@ -72,7 +71,6 @@ namespace FATrace.OEMApp
label2 = new Label();
label1 = new Label();
PdtHistorySearchStart = new ReaLTaiizor.Controls.PoisonDateTime();
videoView1 = new LibVLCSharp.WinForms.VideoView();
tabPage3 = new TabPage();
metroProgressBar1 = new ReaLTaiizor.Controls.MetroProgressBar();
DownloadProgressBar = new ProgressBar();
@@ -93,7 +91,6 @@ namespace FATrace.OEMApp
tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
materialCard1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)videoView1).BeginInit();
tabPage3.SuspendLayout();
navPanel.SuspendLayout();
SuspendLayout();
@@ -365,6 +362,7 @@ namespace FATrace.OEMApp
btnRawStopLoadVideo.TabIndex = 7;
btnRawStopLoadVideo.Text = "停止下载";
btnRawStopLoadVideo.UseVisualStyleBackColor = true;
btnRawStopLoadVideo.Visible = false;
btnRawStopLoadVideo.Click += btnRawStopLoadVideo_Click;
//
// btnTestAction
@@ -375,6 +373,7 @@ namespace FATrace.OEMApp
btnTestAction.TabIndex = 5;
btnTestAction.Text = "结束操作";
btnTestAction.UseVisualStyleBackColor = true;
btnTestAction.Visible = false;
btnTestAction.Click += btnTestAction_Click;
//
// label7
@@ -428,7 +427,6 @@ namespace FATrace.OEMApp
//
tabPage2.Controls.Add(dataGridView1);
tabPage2.Controls.Add(materialCard1);
tabPage2.Controls.Add(videoView1);
tabPage2.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
tabPage2.ImageKey = "Load.png";
tabPage2.Location = new Point(4, 5);
@@ -445,13 +443,12 @@ namespace FATrace.OEMApp
dataGridView1.Location = new Point(197, 235);
dataGridView1.Name = "dataGridView1";
dataGridView1.ReadOnly = true;
dataGridView1.Size = new Size(835, 677);
dataGridView1.Size = new Size(1699, 677);
dataGridView1.TabIndex = 11;
//
// materialCard1
//
materialCard1.BackColor = Color.FromArgb(255, 255, 255);
materialCard1.Controls.Add(btnStopHistoryPlay);
materialCard1.Controls.Add(label4);
materialCard1.Controls.Add(txtSearchCode);
materialCard1.Controls.Add(btnHistoryVideoSearch);
@@ -467,20 +464,9 @@ namespace FATrace.OEMApp
materialCard1.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialCard1.Name = "materialCard1";
materialCard1.Padding = new Padding(14);
materialCard1.Size = new Size(836, 194);
materialCard1.Size = new Size(1699, 194);
materialCard1.TabIndex = 10;
//
// btnStopHistoryPlay
//
btnStopHistoryPlay.Location = new Point(642, 132);
btnStopHistoryPlay.Name = "btnStopHistoryPlay";
btnStopHistoryPlay.Size = new Size(116, 45);
btnStopHistoryPlay.TabIndex = 12;
btnStopHistoryPlay.Text = "停止播放";
btnStopHistoryPlay.UseVisualStyleBackColor = true;
btnStopHistoryPlay.Visible = false;
btnStopHistoryPlay.Click += btnStopHistoryPlay_Click;
//
// label4
//
label4.AutoSize = true;
@@ -558,16 +544,6 @@ namespace FATrace.OEMApp
PdtHistorySearchStart.Size = new Size(131, 32);
PdtHistorySearchStart.TabIndex = 0;
//
// videoView1
//
videoView1.BackColor = Color.Black;
videoView1.Location = new Point(1043, 24);
videoView1.MediaPlayer = null;
videoView1.Name = "videoView1";
videoView1.Size = new Size(857, 888);
videoView1.TabIndex = 7;
videoView1.Text = "videoView1";
//
// tabPage3
//
tabPage3.Controls.Add(metroProgressBar1);
@@ -723,6 +699,7 @@ namespace FATrace.OEMApp
StartPosition = FormStartPosition.CenterScreen;
Text = "添加剂追溯系统";
WindowState = FormWindowState.Maximized;
FormClosing += MainApp_FormClosing;
Load += MainApp_Load;
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
@@ -739,7 +716,6 @@ namespace FATrace.OEMApp
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
materialCard1.ResumeLayout(false);
materialCard1.PerformLayout();
((System.ComponentModel.ISupportInitialize)videoView1).EndInit();
tabPage3.ResumeLayout(false);
navPanel.ResumeLayout(false);
ResumeLayout(false);
@@ -761,7 +737,6 @@ namespace FATrace.OEMApp
private Button btnStopLoadVideo;
private ProgressBar DownloadProgressBar;
private ReaLTaiizor.Controls.MetroProgressBar metroProgressBar1;
private LibVLCSharp.WinForms.VideoView videoView1;
private ReaLTaiizor.Controls.MaterialCard materialCard1;
private ReaLTaiizor.Controls.PoisonDateTime PdtHistorySearchStart;
private Label label1;
@@ -772,7 +747,6 @@ namespace FATrace.OEMApp
private Label label4;
private TextBox txtSearchCode;
private DataGridView dataGridView1;
private Button btnStopHistoryPlay;
private ReaLTaiizor.Controls.MaterialCard materialCard2;
private Label label5;
private Label label6;