Files
HawkeyeVision/VisionBuilder.UI.Windows.Test/Form1.Designer.cs
meelstorm 63afb2dcfb 1.0.6
2025-10-01 08:17:10 +02:00

190 lines
8.2 KiB
C#

namespace VisionBuilder.UI.Windows.Test
{
partial class Form1
{
/// <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()
{
btnMinimize = new MaterialSkin.Controls.MaterialRaisedButton();
btnSettings = new MaterialSkin.Controls.MaterialRaisedButton();
btnExit = new MaterialSkin.Controls.MaterialRaisedButton();
materialDivider1 = new MaterialSkin.Controls.MaterialDivider();
singleCameraControl1 = new VisionBuilder.UI.Windows.Components.SingleCameraControl();
btnTestMode = new MaterialSkin.Controls.MaterialRaisedButton();
flowLayoutPanel1 = new FlowLayoutPanel();
lblVersion = new Label();
flowLayoutPanel1.SuspendLayout();
SuspendLayout();
//
// btnMinimize
//
btnMinimize.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
btnMinimize.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnMinimize.Depth = 0;
btnMinimize.DrawBorder = true;
btnMinimize.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
btnMinimize.Icon = null;
btnMinimize.Location = new Point(367, 3);
btnMinimize.MouseState = MaterialSkin.MouseState.HOVER;
btnMinimize.Name = "btnMinimize";
btnMinimize.Primary = false;
btnMinimize.Size = new Size(176, 64);
btnMinimize.TabIndex = 8;
btnMinimize.Text = "Minimize";
btnMinimize.UseVisualStyleBackColor = true;
btnMinimize.Click += btnMinimize_Click;
//
// btnSettings
//
btnSettings.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
btnSettings.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnSettings.Depth = 0;
btnSettings.DrawBorder = true;
btnSettings.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
btnSettings.Icon = null;
btnSettings.Location = new Point(185, 3);
btnSettings.MouseState = MaterialSkin.MouseState.HOVER;
btnSettings.Name = "btnSettings";
btnSettings.Primary = false;
btnSettings.Size = new Size(176, 64);
btnSettings.TabIndex = 7;
btnSettings.Text = "Settings";
btnSettings.UseVisualStyleBackColor = true;
btnSettings.Click += btnSettings_Click;
//
// btnExit
//
btnExit.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
btnExit.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnExit.Depth = 0;
btnExit.DrawBorder = true;
btnExit.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
btnExit.Icon = null;
btnExit.Location = new Point(549, 3);
btnExit.MouseState = MaterialSkin.MouseState.HOVER;
btnExit.Name = "btnExit";
btnExit.Primary = false;
btnExit.Size = new Size(176, 64);
btnExit.TabIndex = 6;
btnExit.Text = "Exit";
btnExit.UseVisualStyleBackColor = true;
btnExit.Click += btnExit_Click;
//
// materialDivider1
//
materialDivider1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
materialDivider1.BackColor = Color.FromArgb(55, 71, 79);
materialDivider1.Depth = 0;
materialDivider1.Location = new Point(8, 984);
materialDivider1.MouseState = MaterialSkin.MouseState.HOVER;
materialDivider1.Name = "materialDivider1";
materialDivider1.Size = new Size(1904, 1);
materialDivider1.TabIndex = 9;
materialDivider1.Text = "materialDivider1";
//
// singleCameraControl1
//
singleCameraControl1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
singleCameraControl1.BackColor = Color.White;
singleCameraControl1.Location = new Point(8, 32);
singleCameraControl1.Name = "singleCameraControl1";
singleCameraControl1.Size = new Size(1904, 944);
singleCameraControl1.TabIndex = 10;
//
// btnTestMode
//
btnTestMode.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
btnTestMode.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnTestMode.Depth = 0;
btnTestMode.DrawBorder = true;
btnTestMode.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
btnTestMode.Icon = null;
btnTestMode.Location = new Point(3, 3);
btnTestMode.MouseState = MaterialSkin.MouseState.HOVER;
btnTestMode.Name = "btnTestMode";
btnTestMode.Primary = false;
btnTestMode.Size = new Size(176, 64);
btnTestMode.TabIndex = 11;
btnTestMode.Text = "Test mode";
btnTestMode.UseVisualStyleBackColor = true;
btnTestMode.Click += btnTestMode_Click;
//
// flowLayoutPanel1
//
flowLayoutPanel1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
flowLayoutPanel1.BackColor = Color.Transparent;
flowLayoutPanel1.Controls.Add(btnTestMode);
flowLayoutPanel1.Controls.Add(btnSettings);
flowLayoutPanel1.Controls.Add(btnMinimize);
flowLayoutPanel1.Controls.Add(btnExit);
flowLayoutPanel1.Location = new Point(664, 1002);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Size = new Size(728, 70);
flowLayoutPanel1.TabIndex = 12;
//
// lblVersion
//
lblVersion.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
lblVersion.BackColor = Color.Transparent;
lblVersion.Location = new Point(1768, 1056);
lblVersion.Name = "lblVersion";
lblVersion.Size = new Size(148, 23);
lblVersion.TabIndex = 13;
lblVersion.Text = "Version 0.0.0.0";
lblVersion.TextAlign = ContentAlignment.TopRight;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1920, 1080);
Controls.Add(lblVersion);
Controls.Add(flowLayoutPanel1);
Controls.Add(singleCameraControl1);
Controls.Add(materialDivider1);
Name = "Form1";
StartPosition = FormStartPosition.CenterScreen;
Text = "Form1";
flowLayoutPanel1.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private MaterialSkin.Controls.MaterialRaisedButton btnMinimize;
private MaterialSkin.Controls.MaterialRaisedButton btnSettings;
private MaterialSkin.Controls.MaterialRaisedButton btnExit;
private MaterialSkin.Controls.MaterialDivider materialDivider1;
private Components.SingleCameraControl singleCameraControl1;
private MaterialSkin.Controls.MaterialRaisedButton btnTestMode;
private FlowLayoutPanel flowLayoutPanel1;
private Label lblVersion;
}
}