Files
FATrace/FATrace.OEMApp/MainApp.Designer.cs
2025-10-29 11:42:58 +08:00

821 lines
35 KiB
C#

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));
statusStrip1 = new StatusStrip();
imageList1 = new ImageList(components);
materialTabControl1 = new ReaLTaiizor.Controls.MaterialTabControl();
tabPage1 = new TabPage();
materialCard4 = new ReaLTaiizor.Controls.MaterialCard();
label18 = new Label();
txtIOOutputTime = new TextBox();
label17 = new Label();
txtIOInputTime = new TextBox();
label16 = new Label();
txtIOInBagCode = new TextBox();
txtRemainBoxCount = new TextBox();
label15 = new Label();
txtOutBoxCount = new TextBox();
label14 = new Label();
txtInBoxCount = new TextBox();
label13 = new Label();
label12 = new Label();
label9 = new Label();
txtIORawName = new TextBox();
label10 = new Label();
txtIOOutBagCode = new TextBox();
label11 = new Label();
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();
label7 = new Label();
txtRURawName = new TextBox();
label6 = new Label();
txtRUInBagCode = new TextBox();
label5 = new Label();
tabPage2 = new TabPage();
btnStopHistoryPlay = new Button();
dataGridView1 = new DataGridView();
materialCard1 = new ReaLTaiizor.Controls.MaterialCard();
label4 = new Label();
txtSearchCode = new TextBox();
btnHistoryVideoSearch = new Button();
label3 = new Label();
PdtHistorySearchEnd = new ReaLTaiizor.Controls.PoisonDateTime();
label2 = new Label();
label1 = new Label();
PdtHistorySearchStart = new ReaLTaiizor.Controls.PoisonDateTime();
btnPlayHistoryVideo = new Button();
videoView1 = new LibVLCSharp.WinForms.VideoView();
tabPage3 = new TabPage();
metroProgressBar1 = new ReaLTaiizor.Controls.MetroProgressBar();
DownloadProgressBar = new ProgressBar();
btnStopLoadVideo = new Button();
btnLoadVideo = new Button();
btnNVRLogin = new Button();
materialTabControl1.SuspendLayout();
tabPage1.SuspendLayout();
materialCard4.SuspendLayout();
materialCard3.SuspendLayout();
materialCard2.SuspendLayout();
tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
materialCard1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)videoView1).BeginInit();
tabPage3.SuspendLayout();
SuspendLayout();
//
// statusStrip1
//
statusStrip1.Location = new Point(3, 1005);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new Size(1914, 22);
statusStrip1.TabIndex = 1;
statusStrip1.Text = "statusStrip1";
//
// 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.Controls.Add(materialCard4);
tabPage1.Controls.Add(materialCard3);
tabPage1.Controls.Add(materialCard2);
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;
//
// materialCard4
//
materialCard4.BackColor = Color.FromArgb(255, 255, 255);
materialCard4.Controls.Add(label18);
materialCard4.Controls.Add(txtIOOutputTime);
materialCard4.Controls.Add(label17);
materialCard4.Controls.Add(txtIOInputTime);
materialCard4.Controls.Add(label16);
materialCard4.Controls.Add(txtIOInBagCode);
materialCard4.Controls.Add(txtRemainBoxCount);
materialCard4.Controls.Add(label15);
materialCard4.Controls.Add(txtOutBoxCount);
materialCard4.Controls.Add(label14);
materialCard4.Controls.Add(txtInBoxCount);
materialCard4.Controls.Add(label13);
materialCard4.Controls.Add(label12);
materialCard4.Controls.Add(label9);
materialCard4.Controls.Add(txtIORawName);
materialCard4.Controls.Add(label10);
materialCard4.Controls.Add(txtIOOutBagCode);
materialCard4.Controls.Add(label11);
materialCard4.Depth = 0;
materialCard4.ForeColor = Color.FromArgb(222, 0, 0, 0);
materialCard4.Location = new Point(14, 373);
materialCard4.Margin = new Padding(14);
materialCard4.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialCard4.Name = "materialCard4";
materialCard4.Padding = new Padding(14);
materialCard4.Size = new Size(864, 535);
materialCard4.TabIndex = 5;
//
// label18
//
label18.AutoSize = true;
label18.ForeColor = Color.DimGray;
label18.Location = new Point(41, 260);
label18.Name = "label18";
label18.Size = new Size(88, 26);
label18.TabIndex = 17;
label18.Text = "出库时间";
//
// txtIOOutputTime
//
txtIOOutputTime.Location = new Point(154, 257);
txtIOOutputTime.Name = "txtIOOutputTime";
txtIOOutputTime.Size = new Size(446, 32);
txtIOOutputTime.TabIndex = 16;
//
// label17
//
label17.AutoSize = true;
label17.ForeColor = Color.DimGray;
label17.Location = new Point(41, 211);
label17.Name = "label17";
label17.Size = new Size(88, 26);
label17.TabIndex = 15;
label17.Text = "入库时间";
//
// txtIOInputTime
//
txtIOInputTime.Location = new Point(154, 208);
txtIOInputTime.Name = "txtIOInputTime";
txtIOInputTime.Size = new Size(446, 32);
txtIOInputTime.TabIndex = 14;
//
// label16
//
label16.AutoSize = true;
label16.ForeColor = Color.DimGray;
label16.Location = new Point(41, 109);
label16.Name = "label16";
label16.Size = new Size(107, 26);
label16.TabIndex = 13;
label16.Text = "内袋二维码";
//
// txtIOInBagCode
//
txtIOInBagCode.Location = new Point(154, 106);
txtIOInBagCode.Name = "txtIOInBagCode";
txtIOInBagCode.Size = new Size(446, 32);
txtIOInBagCode.TabIndex = 12;
//
// txtRemainBoxCount
//
txtRemainBoxCount.BackColor = SystemColors.ButtonHighlight;
txtRemainBoxCount.BorderStyle = BorderStyle.None;
txtRemainBoxCount.Font = new Font("Microsoft YaHei UI", 21.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
txtRemainBoxCount.Location = new Point(507, 417);
txtRemainBoxCount.Name = "txtRemainBoxCount";
txtRemainBoxCount.ReadOnly = true;
txtRemainBoxCount.Size = new Size(100, 37);
txtRemainBoxCount.TabIndex = 11;
txtRemainBoxCount.Text = "100";
txtRemainBoxCount.TextAlign = HorizontalAlignment.Center;
//
// label15
//
label15.AutoSize = true;
label15.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label15.ForeColor = Color.DimGray;
label15.Location = new Point(496, 475);
label15.Name = "label15";
label15.Size = new Size(117, 28);
label15.TabIndex = 10;
label15.Text = "剩余总箱数";
//
// txtOutBoxCount
//
txtOutBoxCount.BackColor = SystemColors.ButtonHighlight;
txtOutBoxCount.BorderStyle = BorderStyle.None;
txtOutBoxCount.Font = new Font("Microsoft YaHei UI", 21.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
txtOutBoxCount.Location = new Point(317, 417);
txtOutBoxCount.Name = "txtOutBoxCount";
txtOutBoxCount.ReadOnly = true;
txtOutBoxCount.Size = new Size(100, 37);
txtOutBoxCount.TabIndex = 9;
txtOutBoxCount.Text = "100";
txtOutBoxCount.TextAlign = HorizontalAlignment.Center;
//
// label14
//
label14.AutoSize = true;
label14.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label14.ForeColor = Color.DimGray;
label14.Location = new Point(306, 475);
label14.Name = "label14";
label14.Size = new Size(117, 28);
label14.TabIndex = 8;
label14.Text = "出库总箱数";
//
// txtInBoxCount
//
txtInBoxCount.BackColor = SystemColors.ButtonHighlight;
txtInBoxCount.BorderStyle = BorderStyle.None;
txtInBoxCount.Font = new Font("Microsoft YaHei UI", 21.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
txtInBoxCount.Location = new Point(103, 417);
txtInBoxCount.Name = "txtInBoxCount";
txtInBoxCount.ReadOnly = true;
txtInBoxCount.Size = new Size(100, 37);
txtInBoxCount.TabIndex = 7;
txtInBoxCount.Text = "100";
txtInBoxCount.TextAlign = HorizontalAlignment.Center;
//
// label13
//
label13.AutoSize = true;
label13.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label13.ForeColor = Color.DimGray;
label13.Location = new Point(92, 475);
label13.Name = "label13";
label13.Size = new Size(117, 28);
label13.TabIndex = 6;
label13.Text = "入库总箱数";
//
// label12
//
label12.AutoSize = true;
label12.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label12.ForeColor = Color.FromArgb(64, 64, 64);
label12.Location = new Point(10, 319);
label12.Name = "label12";
label12.Size = new Size(159, 28);
label12.TabIndex = 5;
label12.Text = "成品出入库统计";
//
// label9
//
label9.AutoSize = true;
label9.ForeColor = Color.DimGray;
label9.Location = new Point(41, 160);
label9.Name = "label9";
label9.Size = new Size(88, 26);
label9.TabIndex = 4;
label9.Text = "原料名称";
//
// txtIORawName
//
txtIORawName.Location = new Point(154, 157);
txtIORawName.Name = "txtIORawName";
txtIORawName.Size = new Size(446, 32);
txtIORawName.TabIndex = 3;
//
// label10
//
label10.AutoSize = true;
label10.ForeColor = Color.DimGray;
label10.Location = new Point(41, 61);
label10.Name = "label10";
label10.Size = new Size(107, 26);
label10.TabIndex = 2;
label10.Text = "外箱二维码";
//
// txtIOOutBagCode
//
txtIOOutBagCode.Location = new Point(154, 58);
txtIOOutBagCode.Name = "txtIOOutBagCode";
txtIOOutBagCode.Size = new Size(446, 32);
txtIOOutBagCode.TabIndex = 1;
//
// label11
//
label11.AutoSize = true;
label11.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label11.ForeColor = Color.FromArgb(64, 64, 64);
label11.Location = new Point(10, 9);
label11.Name = "label11";
label11.Size = new Size(159, 28);
label11.TabIndex = 0;
label11.Text = "成品出入库信息";
//
// materialCard3
//
materialCard3.BackColor = Color.FromArgb(255, 255, 255);
materialCard3.Controls.Add(label8);
materialCard3.Depth = 0;
materialCard3.ForeColor = Color.FromArgb(222, 0, 0, 0);
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, 535);
materialCard3.TabIndex = 1;
//
// label8
//
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(17, 14);
label8.Name = "label8";
label8.Size = new Size(180, 28);
label8.TabIndex = 5;
label8.Text = "原料使用历史信息";
//
// materialCard2
//
materialCard2.BackColor = Color.FromArgb(255, 255, 255);
materialCard2.Controls.Add(gridRULog);
materialCard2.Controls.Add(btnRawStopLoadVideo);
materialCard2.Controls.Add(DownloadProgressBarMain);
materialCard2.Controls.Add(btnTestAction);
materialCard2.Controls.Add(label7);
materialCard2.Controls.Add(txtRURawName);
materialCard2.Controls.Add(label6);
materialCard2.Controls.Add(txtRUInBagCode);
materialCard2.Controls.Add(label5);
materialCard2.Depth = 0;
materialCard2.ForeColor = Color.FromArgb(222, 0, 0, 0);
materialCard2.Location = new Point(14, 9);
materialCard2.Margin = new Padding(14);
materialCard2.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialCard2.Name = "materialCard2";
materialCard2.Padding = new Padding(14);
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);
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(540, 23);
DownloadProgressBarMain.TabIndex = 6;
//
// btnTestAction
//
btnTestAction.Location = new Point(41, 223);
btnTestAction.Name = "btnTestAction";
btnTestAction.Size = new Size(142, 44);
btnTestAction.TabIndex = 5;
btnTestAction.Text = "结束操作";
btnTestAction.UseVisualStyleBackColor = true;
btnTestAction.Click += btnTestAction_Click;
//
// label7
//
label7.AutoSize = true;
label7.ForeColor = Color.DimGray;
label7.Location = new Point(41, 126);
label7.Name = "label7";
label7.Size = new Size(88, 26);
label7.TabIndex = 4;
label7.Text = "原料名称";
//
// txtRURawName
//
txtRURawName.Location = new Point(154, 123);
txtRURawName.Name = "txtRURawName";
txtRURawName.Size = new Size(387, 32);
txtRURawName.TabIndex = 3;
//
// label6
//
label6.AutoSize = true;
label6.ForeColor = Color.DimGray;
label6.Location = new Point(41, 68);
label6.Name = "label6";
label6.Size = new Size(107, 26);
label6.TabIndex = 2;
label6.Text = "内袋二维码";
//
// txtRUInBagCode
//
txtRUInBagCode.Location = new Point(154, 65);
txtRUInBagCode.Name = "txtRUInBagCode";
txtRUInBagCode.Size = new Size(387, 32);
txtRUInBagCode.TabIndex = 1;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label5.ForeColor = Color.FromArgb(64, 64, 64);
label5.Location = new Point(10, 9);
label5.Name = "label5";
label5.Size = new Size(138, 28);
label5.TabIndex = 0;
label5.Text = "原料使用信息";
//
// tabPage2
//
tabPage2.Controls.Add(btnStopHistoryPlay);
tabPage2.Controls.Add(dataGridView1);
tabPage2.Controls.Add(materialCard1);
tabPage2.Controls.Add(btnPlayHistoryVideo);
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, 26);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(1906, 933);
tabPage2.TabIndex = 1;
tabPage2.Text = "录像历史数据";
tabPage2.UseVisualStyleBackColor = true;
//
// btnStopHistoryPlay
//
btnStopHistoryPlay.Location = new Point(628, 14);
btnStopHistoryPlay.Name = "btnStopHistoryPlay";
btnStopHistoryPlay.Size = new Size(116, 45);
btnStopHistoryPlay.TabIndex = 12;
btnStopHistoryPlay.Text = "停止播放";
btnStopHistoryPlay.UseVisualStyleBackColor = true;
btnStopHistoryPlay.Click += btnStopHistoryPlay_Click;
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(17, 328);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(483, 584);
dataGridView1.TabIndex = 11;
//
// materialCard1
//
materialCard1.BackColor = Color.FromArgb(255, 255, 255);
materialCard1.Controls.Add(label4);
materialCard1.Controls.Add(txtSearchCode);
materialCard1.Controls.Add(btnHistoryVideoSearch);
materialCard1.Controls.Add(label3);
materialCard1.Controls.Add(PdtHistorySearchEnd);
materialCard1.Controls.Add(label2);
materialCard1.Controls.Add(label1);
materialCard1.Controls.Add(PdtHistorySearchStart);
materialCard1.Depth = 0;
materialCard1.ForeColor = Color.FromArgb(222, 0, 0, 0);
materialCard1.Location = new Point(17, 24);
materialCard1.Margin = new Padding(14);
materialCard1.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
materialCard1.Name = "materialCard1";
materialCard1.Padding = new Padding(14);
materialCard1.Size = new Size(483, 287);
materialCard1.TabIndex = 10;
//
// label4
//
label4.AutoSize = true;
label4.ForeColor = Color.Gray;
label4.Location = new Point(196, 34);
label4.Name = "label4";
label4.Size = new Size(88, 26);
label4.TabIndex = 7;
label4.Text = "条码信息";
//
// txtSearchCode
//
txtSearchCode.Location = new Point(17, 63);
txtSearchCode.Name = "txtSearchCode";
txtSearchCode.Size = new Size(449, 32);
txtSearchCode.TabIndex = 6;
//
// btnHistoryVideoSearch
//
btnHistoryVideoSearch.ForeColor = Color.DimGray;
btnHistoryVideoSearch.Location = new Point(125, 214);
btnHistoryVideoSearch.Name = "btnHistoryVideoSearch";
btnHistoryVideoSearch.Size = new Size(210, 56);
btnHistoryVideoSearch.TabIndex = 5;
btnHistoryVideoSearch.Text = "历史记录视频搜索";
btnHistoryVideoSearch.UseVisualStyleBackColor = true;
btnHistoryVideoSearch.Click += btnHistoryVideoSearch_Click;
//
// label3
//
label3.AutoSize = true;
label3.ForeColor = Color.Gray;
label3.Location = new Point(288, 117);
label3.Name = "label3";
label3.Size = new Size(88, 26);
label3.TabIndex = 4;
label3.Text = "结束时间";
//
// PdtHistorySearchEnd
//
PdtHistorySearchEnd.FontSize = ReaLTaiizor.Extension.Poison.PoisonDateTimeSize.Medium;
PdtHistorySearchEnd.Location = new Point(268, 155);
PdtHistorySearchEnd.MinimumSize = new Size(0, 29);
PdtHistorySearchEnd.Name = "PdtHistorySearchEnd";
PdtHistorySearchEnd.Size = new Size(131, 32);
PdtHistorySearchEnd.TabIndex = 3;
//
// label2
//
label2.AutoSize = true;
label2.ForeColor = Color.Gray;
label2.Location = new Point(75, 116);
label2.Name = "label2";
label2.Size = new Size(88, 26);
label2.TabIndex = 2;
label2.Text = "开始时间";
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
label1.ForeColor = Color.Gray;
label1.Location = new Point(6, 7);
label1.Name = "label1";
label1.Size = new Size(96, 28);
label1.TabIndex = 1;
label1.Text = "搜索条件";
//
// PdtHistorySearchStart
//
PdtHistorySearchStart.FontSize = ReaLTaiizor.Extension.Poison.PoisonDateTimeSize.Medium;
PdtHistorySearchStart.Location = new Point(55, 154);
PdtHistorySearchStart.MinimumSize = new Size(0, 29);
PdtHistorySearchStart.Name = "PdtHistorySearchStart";
PdtHistorySearchStart.Size = new Size(131, 32);
PdtHistorySearchStart.TabIndex = 0;
//
// btnPlayHistoryVideo
//
btnPlayHistoryVideo.Location = new Point(506, 14);
btnPlayHistoryVideo.Name = "btnPlayHistoryVideo";
btnPlayHistoryVideo.Size = new Size(116, 45);
btnPlayHistoryVideo.TabIndex = 8;
btnPlayHistoryVideo.Text = "button1";
btnPlayHistoryVideo.UseVisualStyleBackColor = true;
btnPlayHistoryVideo.Click += btnPlayHistoryVideo_Click;
//
// videoView1
//
videoView1.BackColor = Color.Black;
videoView1.Location = new Point(506, 65);
videoView1.MediaPlayer = null;
videoView1.Name = "videoView1";
videoView1.Size = new Size(1394, 847);
videoView1.TabIndex = 7;
videoView1.Text = "videoView1";
//
// tabPage3
//
tabPage3.Controls.Add(metroProgressBar1);
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;
//
// metroProgressBar1
//
metroProgressBar1.BackgroundColor = Color.FromArgb(238, 238, 238);
metroProgressBar1.BorderColor = Color.FromArgb(238, 238, 238);
metroProgressBar1.DisabledBackColor = Color.FromArgb(238, 238, 238);
metroProgressBar1.DisabledBorderColor = Color.FromArgb(238, 238, 238);
metroProgressBar1.DisabledProgressColor = Color.FromArgb(120, 65, 177, 225);
metroProgressBar1.IsDerivedStyle = true;
metroProgressBar1.Location = new Point(252, 181);
metroProgressBar1.Maximum = 100;
metroProgressBar1.Minimum = 0;
metroProgressBar1.Name = "metroProgressBar1";
metroProgressBar1.Orientation = ReaLTaiizor.Enum.Metro.ProgressOrientation.Horizontal;
metroProgressBar1.ProgressColor = Color.FromArgb(65, 177, 225);
metroProgressBar1.Size = new Size(125, 23);
metroProgressBar1.Style = ReaLTaiizor.Enum.Metro.Style.Light;
metroProgressBar1.StyleManager = null;
metroProgressBar1.TabIndex = 4;
metroProgressBar1.Text = "metroProgressBar1";
metroProgressBar1.ThemeAuthor = "Taiizor";
metroProgressBar1.ThemeName = "MetroLight";
metroProgressBar1.Value = 0;
//
// DownloadProgressBar
//
DownloadProgressBar.Location = new Point(247, 124);
DownloadProgressBar.Name = "DownloadProgressBar";
DownloadProgressBar.Size = new Size(130, 23);
DownloadProgressBar.TabIndex = 3;
//
// 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;
//
// MainApp
//
AutoScaleDimensions = new SizeF(8F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1920, 1030);
Controls.Add(statusStrip1);
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);
tabPage1.ResumeLayout(false);
materialCard4.ResumeLayout(false);
materialCard4.PerformLayout();
materialCard3.ResumeLayout(false);
materialCard3.PerformLayout();
materialCard2.ResumeLayout(false);
materialCard2.PerformLayout();
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();
}
#endregion
private StatusStrip statusStrip1;
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 ProgressBar DownloadProgressBar;
private ReaLTaiizor.Controls.MetroProgressBar metroProgressBar1;
private LibVLCSharp.WinForms.VideoView videoView1;
private Button btnPlayHistoryVideo;
private ReaLTaiizor.Controls.MaterialCard materialCard1;
private ReaLTaiizor.Controls.PoisonDateTime PdtHistorySearchStart;
private Label label1;
private Button btnHistoryVideoSearch;
private Label label3;
private ReaLTaiizor.Controls.PoisonDateTime PdtHistorySearchEnd;
private Label label2;
private Label label4;
private TextBox txtSearchCode;
private DataGridView dataGridView1;
private Button btnStopHistoryPlay;
private ReaLTaiizor.Controls.MaterialCard materialCard2;
private Label label5;
private Label label6;
private TextBox txtRUInBagCode;
private Label label7;
private TextBox txtRURawName;
private ReaLTaiizor.Controls.MaterialCard materialCard3;
private Label label8;
private ReaLTaiizor.Controls.MaterialCard materialCard4;
private Label label9;
private TextBox txtIORawName;
private Label label10;
private TextBox txtIOOutBagCode;
private Label label11;
private Label label12;
private Label label13;
private TextBox txtInBoxCount;
private TextBox txtOutBoxCount;
private Label label14;
private TextBox txtRemainBoxCount;
private Label label15;
private Label label16;
private TextBox txtIOInBagCode;
private Label label18;
private TextBox txtIOOutputTime;
private Label label17;
private TextBox txtIOInputTime;
private Button btnTestAction;
private ProgressBar DownloadProgressBarMain;
private Button btnRawStopLoadVideo;
private DataGridView gridRULog;
}
}