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(); materialDivider2 = new MaterialSkin.Controls.MaterialDivider(); btnResume = new MaterialSkin.Controls.MaterialRaisedButton(); ((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(8, 8); lblCameraName.Name = "lblCameraName"; lblCameraName.Size = new Size(744, 21); 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(784, 0); label1.Name = "label1"; label1.Size = new Size(408, 21); 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, 32); previewWindow1.Name = "previewWindow1"; previewWindow1.Size = new Size(752, 456); 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(760, 24); materialDivider1.MouseState = MaterialSkin.MouseState.HOVER; materialDivider1.Name = "materialDivider1"; materialDivider1.Size = new Size(1, 456); materialDivider1.TabIndex = 6; materialDivider1.Text = "materialDivider1"; // // errorPreview1 // errorPreview1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; errorPreview1.Location = new Point(776, 24); errorPreview1.Name = "errorPreview1"; errorPreview1.Size = new Size(416, 456); errorPreview1.TabIndex = 7; // // stats1 // stats1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; stats1.BackColor = Color.White; stats1.Location = new Point(1200, 32); stats1.Name = "stats1"; stats1.Size = new Size(232, 456); 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); btnStart.Icon = null; btnStart.Location = new Point(21, 73); btnStart.MouseState = MaterialSkin.MouseState.HOVER; btnStart.Name = "btnStart"; btnStart.Primary = true; btnStart.Size = new Size(176, 64); 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(1448, 0); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Padding = new Padding(8, 24, 8, 8); flowLayoutPanel1.RightToLeft = RightToLeft.Yes; flowLayoutPanel1.Size = new Size(240, 498); 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.Location = new Point(21, 27); flowLayoutPanel2.Name = "flowLayoutPanel2"; flowLayoutPanel2.Size = new Size(200, 365); 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(21, 3); btnSelectRecipe.MouseState = MaterialSkin.MouseState.HOVER; btnSelectRecipe.Name = "btnSelectRecipe"; btnSelectRecipe.Primary = false; btnSelectRecipe.Size = new Size(176, 64); 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(21, 143); btnStop.MouseState = MaterialSkin.MouseState.HOVER; btnStop.Name = "btnStop"; btnStop.Primary = true; btnStop.Size = new Size(176, 64); 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(21, 213); btnPause.MouseState = MaterialSkin.MouseState.HOVER; btnPause.Name = "btnPause"; btnPause.Primary = false; btnPause.Size = new Size(176, 64); btnPause.TabIndex = 12; btnPause.Text = "Pause"; btnPause.UseVisualStyleBackColor = true; // // materialDivider2 // materialDivider2.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; materialDivider2.BackColor = Color.FromArgb(55, 71, 79); materialDivider2.Depth = 0; materialDivider2.Location = new Point(1192, 24); materialDivider2.MouseState = MaterialSkin.MouseState.HOVER; materialDivider2.Name = "materialDivider2"; materialDivider2.Size = new Size(1, 456); materialDivider2.TabIndex = 11; materialDivider2.Text = "materialDivider2"; // // 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(21, 283); btnResume.MouseState = MaterialSkin.MouseState.HOVER; btnResume.Name = "btnResume"; btnResume.Primary = false; btnResume.Size = new Size(176, 64); btnResume.TabIndex = 13; btnResume.Text = "Resume"; btnResume.UseVisualStyleBackColor = true; // // SingleCameraControl // AutoScaleDimensions = new SizeF(7F, 15F); 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); Name = "SingleCameraControl"; Size = new Size(1688, 498); ((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; } }