CAMERA V1

This commit is contained in:
2025-09-11 20:29:17 +08:00
parent c7165f0dc5
commit ccbe0f626f
135 changed files with 26211 additions and 182 deletions

187
FATrace.OEMApp/MainApp.Designer.cs generated Normal file
View File

@@ -0,0 +1,187 @@
namespace FATrace.OEMApp
{
partial class MainApp
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainApp));
imageList1 = new ImageList(components);
materialTabControl1 = new ReaLTaiizor.Controls.MaterialTabControl();
tabPage1 = new TabPage();
tabPage2 = new TabPage();
tabPage3 = new TabPage();
btnStopLoadVideo = new Button();
btnLoadVideo = new Button();
btnNVRLogin = new Button();
DownTimer = new System.Windows.Forms.Timer(components);
DownloadProgressBar = new ProgressBar();
materialTabControl1.SuspendLayout();
tabPage3.SuspendLayout();
SuspendLayout();
//
// imageList1
//
imageList1.ColorDepth = ColorDepth.Depth32Bit;
imageList1.ImageStream = (ImageListStreamer)resources.GetObject("imageList1.ImageStream");
imageList1.TransparentColor = Color.Transparent;
imageList1.Images.SetKeyName(0, "Log.png");
imageList1.Images.SetKeyName(1, "Load.png");
imageList1.Images.SetKeyName(2, "set3.png");
imageList1.Images.SetKeyName(3, "set2.png");
imageList1.Images.SetKeyName(4, "set1.png");
imageList1.Images.SetKeyName(5, "Main.png");
imageList1.Images.SetKeyName(6, "Quit.png");
imageList1.Images.SetKeyName(7, "red_alert_128px_569416_easyicon.net.png");
//
// materialTabControl1
//
materialTabControl1.Controls.Add(tabPage1);
materialTabControl1.Controls.Add(tabPage2);
materialTabControl1.Controls.Add(tabPage3);
materialTabControl1.Depth = 0;
materialTabControl1.Dock = DockStyle.Fill;
materialTabControl1.ImageList = imageList1;
materialTabControl1.Location = new Point(3, 64);
materialTabControl1.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialTabControl1.Multiline = true;
materialTabControl1.Name = "materialTabControl1";
materialTabControl1.SelectedIndex = 0;
materialTabControl1.Size = new Size(1914, 963);
materialTabControl1.TabIndex = 0;
//
// tabPage1
//
tabPage1.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
tabPage1.ImageKey = "set2.png";
tabPage1.Location = new Point(4, 26);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(1906, 933);
tabPage1.TabIndex = 0;
tabPage1.Text = "主界面";
tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
tabPage2.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
tabPage2.ImageKey = "Load.png";
tabPage2.Location = new Point(4, 26);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(1906, 933);
tabPage2.TabIndex = 1;
tabPage2.Text = "录像历史数据";
tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
tabPage3.Controls.Add(DownloadProgressBar);
tabPage3.Controls.Add(btnStopLoadVideo);
tabPage3.Controls.Add(btnLoadVideo);
tabPage3.Controls.Add(btnNVRLogin);
tabPage3.ImageKey = "set3.png";
tabPage3.Location = new Point(4, 26);
tabPage3.Name = "tabPage3";
tabPage3.Size = new Size(1906, 933);
tabPage3.TabIndex = 2;
tabPage3.Text = "相机设置";
tabPage3.UseVisualStyleBackColor = true;
//
// btnStopLoadVideo
//
btnStopLoadVideo.Location = new Point(409, 54);
btnStopLoadVideo.Name = "btnStopLoadVideo";
btnStopLoadVideo.Size = new Size(130, 58);
btnStopLoadVideo.TabIndex = 2;
btnStopLoadVideo.Text = "停止下载视频";
btnStopLoadVideo.UseVisualStyleBackColor = true;
btnStopLoadVideo.Click += btnStopLoadVideo_Click;
//
// btnLoadVideo
//
btnLoadVideo.Location = new Point(247, 54);
btnLoadVideo.Name = "btnLoadVideo";
btnLoadVideo.Size = new Size(130, 58);
btnLoadVideo.TabIndex = 1;
btnLoadVideo.Text = "下载视频";
btnLoadVideo.UseVisualStyleBackColor = true;
btnLoadVideo.Click += btnLoadVideo_Click;
//
// btnNVRLogin
//
btnNVRLogin.Location = new Point(84, 54);
btnNVRLogin.Name = "btnNVRLogin";
btnNVRLogin.Size = new Size(130, 58);
btnNVRLogin.TabIndex = 0;
btnNVRLogin.Text = "相机登录";
btnNVRLogin.UseVisualStyleBackColor = true;
btnNVRLogin.Click += btnNVRLogin_Click;
//
// DownTimer
//
DownTimer.Tick += DownTimer_Tick;
//
// DownloadProgressBar
//
DownloadProgressBar.Location = new Point(247, 124);
DownloadProgressBar.Name = "DownloadProgressBar";
DownloadProgressBar.Size = new Size(130, 23);
DownloadProgressBar.TabIndex = 3;
//
// MainApp
//
AutoScaleDimensions = new SizeF(8F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1920, 1030);
Controls.Add(materialTabControl1);
DrawerTabControl = materialTabControl1;
Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Bold, GraphicsUnit.Point, 134);
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "MainApp";
StartPosition = FormStartPosition.CenterScreen;
Text = "添加剂追溯系统";
WindowState = FormWindowState.Maximized;
Load += MainApp_Load;
materialTabControl1.ResumeLayout(false);
tabPage3.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private ImageList imageList1;
private ReaLTaiizor.Controls.MaterialTabControl materialTabControl1;
private TabPage tabPage1;
private TabPage tabPage2;
private TabPage tabPage3;
private Button btnNVRLogin;
private Button btnLoadVideo;
private Button btnStopLoadVideo;
private System.Windows.Forms.Timer DownTimer;
private ProgressBar DownloadProgressBar;
}
}