namespace VisionBuilder.UI.Windows.Components { partial class SingleCameraControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { lblCameraName = new Label(); label1 = new Label(); previewWindow1 = new PreviewWindow(); materialDivider1 = new MaterialSkin.Controls.MaterialDivider(); errorPreview1 = new ErrorPreview(); stats1 = new Stats(); btnStart = new MaterialSkin.Controls.MaterialRaisedButton(); flowLayoutPanel1 = new FlowLayoutPanel(); flowLayoutPanel2 = new FlowLayoutPanel(); btnSelectRecipe = new MaterialSkin.Controls.MaterialRaisedButton(); btnStop = new MaterialSkin.Controls.MaterialRaisedButton(); btnPause = new MaterialSkin.Controls.MaterialRaisedButton(); btnResume = new MaterialSkin.Controls.MaterialRaisedButton(); btnHotReload = new MaterialSkin.Controls.MaterialRaisedButton(); materialDivider2 = new MaterialSkin.Controls.MaterialDivider(); ((System.ComponentModel.ISupportInitialize)previewWindow1).BeginInit(); flowLayoutPanel1.SuspendLayout(); flowLayoutPanel2.SuspendLayout(); SuspendLayout(); // // lblCameraName // lblCameraName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; lblCameraName.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold, GraphicsUnit.Point, 204); lblCameraName.Location = new Point(9, 11); lblCameraName.Name = "lblCameraName"; lblCameraName.Size = new Size(850, 28); lblCameraName.TabIndex = 2; lblCameraName.Text = "CameraName"; lblCameraName.TextAlign = ContentAlignment.TopCenter; // // label1 // label1.Anchor = AnchorStyles.Top | AnchorStyles.Right; label1.Font = new Font("Segoe UI", 12F); label1.Location = new Point(896, 0); label1.Name = "label1"; label1.Size = new Size(466, 28); label1.TabIndex = 4; label1.Text = "Errors"; label1.TextAlign = ContentAlignment.TopCenter; // // previewWindow1 // previewWindow1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; previewWindow1.Location = new Point(0, 43); previewWindow1.Margin = new Padding(3, 4, 3, 4); previewWindow1.Name = "previewWindow1"; previewWindow1.Size = new Size(859, 608); previewWindow1.SizeMode = PictureBoxSizeMode.Zoom; previewWindow1.TabIndex = 5; previewWindow1.TabStop = false; // // materialDivider1 // materialDivider1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; materialDivider1.BackColor = Color.FromArgb(55, 71, 79); materialDivider1.Depth = 0; materialDivider1.Location = new Point(869, 32); materialDivider1.Margin = new Padding(3, 4, 3, 4); materialDivider1.MouseState = MaterialSkin.MouseState.HOVER; materialDivider1.Name = "materialDivider1"; materialDivider1.Size = new Size(1, 608); materialDivider1.TabIndex = 6; materialDivider1.Text = "materialDivider1"; // // errorPreview1 // errorPreview1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; errorPreview1.Location = new Point(887, 32); errorPreview1.Margin = new Padding(3, 5, 3, 5); errorPreview1.Name = "errorPreview1"; errorPreview1.Size = new Size(475, 608); errorPreview1.TabIndex = 7; // // stats1 // stats1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; stats1.BackColor = Color.White; stats1.Location = new Point(1371, 43); stats1.Margin = new Padding(3, 5, 3, 5); stats1.Name = "stats1"; stats1.Size = new Size(265, 608); stats1.TabIndex = 8; // // btnStart // btnStart.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnStart.AutoSizeMode = AutoSizeMode.GrowAndShrink; btnStart.Depth = 0; btnStart.DrawBorder = false; btnStart.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point, 0); btnStart.Icon = null; btnStart.Location = new Point(25, 97); btnStart.Margin = new Padding(3, 4, 3, 4); btnStart.MouseState = MaterialSkin.MouseState.HOVER; btnStart.Name = "btnStart"; btnStart.Primary = true; btnStart.Size = new Size(201, 85); btnStart.TabIndex = 9; btnStart.Text = "Start"; btnStart.UseVisualStyleBackColor = true; // // flowLayoutPanel1 // flowLayoutPanel1.Controls.Add(flowLayoutPanel2); flowLayoutPanel1.Dock = DockStyle.Right; flowLayoutPanel1.FlowDirection = FlowDirection.TopDown; flowLayoutPanel1.Location = new Point(1655, 0); flowLayoutPanel1.Margin = new Padding(3, 4, 3, 4); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Padding = new Padding(9, 32, 9, 11); flowLayoutPanel1.RightToLeft = RightToLeft.Yes; flowLayoutPanel1.Size = new Size(274, 664); flowLayoutPanel1.TabIndex = 10; // // flowLayoutPanel2 // flowLayoutPanel2.Controls.Add(btnSelectRecipe); flowLayoutPanel2.Controls.Add(btnStart); flowLayoutPanel2.Controls.Add(btnStop); flowLayoutPanel2.Controls.Add(btnPause); flowLayoutPanel2.Controls.Add(btnResume); flowLayoutPanel2.Controls.Add(btnHotReload); flowLayoutPanel2.Location = new Point(24, 36); flowLayoutPanel2.Margin = new Padding(3, 4, 3, 4); flowLayoutPanel2.Name = "flowLayoutPanel2"; flowLayoutPanel2.Size = new Size(229, 578); flowLayoutPanel2.TabIndex = 12; // // btnSelectRecipe // btnSelectRecipe.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnSelectRecipe.AutoSizeMode = AutoSizeMode.GrowAndShrink; btnSelectRecipe.Depth = 0; btnSelectRecipe.DrawBorder = true; btnSelectRecipe.Font = new Font("Segoe UI", 9F, FontStyle.Bold); btnSelectRecipe.Icon = null; btnSelectRecipe.Location = new Point(25, 4); btnSelectRecipe.Margin = new Padding(3, 4, 3, 4); btnSelectRecipe.MouseState = MaterialSkin.MouseState.HOVER; btnSelectRecipe.Name = "btnSelectRecipe"; btnSelectRecipe.Primary = false; btnSelectRecipe.Size = new Size(201, 85); btnSelectRecipe.TabIndex = 11; btnSelectRecipe.Text = "Select recipe"; btnSelectRecipe.UseVisualStyleBackColor = true; // // btnStop // btnStop.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnStop.AutoSizeMode = AutoSizeMode.GrowAndShrink; btnStop.Depth = 0; btnStop.DrawBorder = false; btnStop.Font = new Font("Segoe UI", 9F, FontStyle.Bold); btnStop.Icon = null; btnStop.Location = new Point(25, 190); btnStop.Margin = new Padding(3, 4, 3, 4); btnStop.MouseState = MaterialSkin.MouseState.HOVER; btnStop.Name = "btnStop"; btnStop.Primary = true; btnStop.Size = new Size(201, 85); btnStop.TabIndex = 10; btnStop.Text = "Stop"; btnStop.UseVisualStyleBackColor = true; // // btnPause // btnPause.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnPause.AutoSizeMode = AutoSizeMode.GrowAndShrink; btnPause.Depth = 0; btnPause.DrawBorder = true; btnPause.Font = new Font("Segoe UI", 9F, FontStyle.Bold); btnPause.Icon = null; btnPause.Location = new Point(25, 283); btnPause.Margin = new Padding(3, 4, 3, 4); btnPause.MouseState = MaterialSkin.MouseState.HOVER; btnPause.Name = "btnPause"; btnPause.Primary = false; btnPause.Size = new Size(201, 85); btnPause.TabIndex = 12; btnPause.Text = "Pause"; btnPause.UseVisualStyleBackColor = true; // // btnResume // btnResume.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnResume.AutoSizeMode = AutoSizeMode.GrowAndShrink; btnResume.Depth = 0; btnResume.DrawBorder = true; btnResume.Font = new Font("Segoe UI", 9F, FontStyle.Bold); btnResume.Icon = null; btnResume.Location = new Point(25, 376); btnResume.Margin = new Padding(3, 4, 3, 4); btnResume.MouseState = MaterialSkin.MouseState.HOVER; btnResume.Name = "btnResume"; btnResume.Primary = false; btnResume.Size = new Size(201, 85); btnResume.TabIndex = 13; btnResume.Text = "Resume"; btnResume.UseVisualStyleBackColor = true; // // btnHotReload // btnHotReload.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnHotReload.AutoSizeMode = AutoSizeMode.GrowAndShrink; btnHotReload.Depth = 0; btnHotReload.DrawBorder = true; btnHotReload.Font = new Font("Segoe UI", 9F, FontStyle.Bold); btnHotReload.Icon = null; btnHotReload.Location = new Point(25, 469); btnHotReload.Margin = new Padding(3, 4, 3, 4); btnHotReload.MouseState = MaterialSkin.MouseState.HOVER; btnHotReload.Name = "btnHotReload"; btnHotReload.Primary = false; btnHotReload.Size = new Size(201, 85); btnHotReload.TabIndex = 14; btnHotReload.Text = "Hot Reload"; btnHotReload.UseVisualStyleBackColor = true; btnHotReload.Visible = false; // // materialDivider2 // materialDivider2.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; materialDivider2.BackColor = Color.FromArgb(55, 71, 79); materialDivider2.Depth = 0; materialDivider2.Location = new Point(1362, 32); materialDivider2.Margin = new Padding(3, 4, 3, 4); materialDivider2.MouseState = MaterialSkin.MouseState.HOVER; materialDivider2.Name = "materialDivider2"; materialDivider2.Size = new Size(1, 608); materialDivider2.TabIndex = 11; materialDivider2.Text = "materialDivider2"; // // SingleCameraControl // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.White; Controls.Add(materialDivider2); Controls.Add(flowLayoutPanel1); Controls.Add(stats1); Controls.Add(errorPreview1); Controls.Add(materialDivider1); Controls.Add(previewWindow1); Controls.Add(label1); Controls.Add(lblCameraName); Margin = new Padding(3, 4, 3, 4); Name = "SingleCameraControl"; Size = new Size(1929, 664); ((System.ComponentModel.ISupportInitialize)previewWindow1).EndInit(); flowLayoutPanel1.ResumeLayout(false); flowLayoutPanel2.ResumeLayout(false); ResumeLayout(false); } #endregion private Label lblCameraName; private Label label1; private PreviewWindow previewWindow1; private MaterialSkin.Controls.MaterialDivider materialDivider1; private ErrorPreview errorPreview1; private Stats stats1; private MaterialSkin.Controls.MaterialRaisedButton btnStart; private FlowLayoutPanel flowLayoutPanel1; private MaterialSkin.Controls.MaterialRaisedButton btnStop; private MaterialSkin.Controls.MaterialRaisedButton btnSelectRecipe; private MaterialSkin.Controls.MaterialDivider materialDivider2; private FlowLayoutPanel flowLayoutPanel2; private MaterialSkin.Controls.MaterialRaisedButton btnPause; private MaterialSkin.Controls.MaterialRaisedButton btnResume; private MaterialSkin.Controls.MaterialRaisedButton btnHotReload; } }