namespace VisionBuilder.UI.Windows.Test { partial class Form1 { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); 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(960, 984); btnMinimize.MouseState = MaterialSkin.MouseState.HOVER; btnMinimize.Name = "btnMinimize"; btnMinimize.Primary = false; btnMinimize.Size = new Size(224, 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(728, 984); btnSettings.MouseState = MaterialSkin.MouseState.HOVER; btnSettings.Name = "btnSettings"; btnSettings.Primary = false; btnSettings.Size = new Size(224, 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(1192, 984); btnExit.MouseState = MaterialSkin.MouseState.HOVER; btnExit.Name = "btnExit"; btnExit.Primary = false; btnExit.Size = new Size(224, 64); btnExit.TabIndex = 6; btnExit.Text = "Exit"; btnExit.UseVisualStyleBackColor = true; btnExit.Click += btnExit_Click; // // materialDivider1 // materialDivider1.BackColor = Color.FromArgb(55, 71, 79); materialDivider1.Depth = 0; materialDivider1.Location = new Point(8, 960); materialDivider1.MouseState = MaterialSkin.MouseState.HOVER; materialDivider1.Name = "materialDivider1"; materialDivider1.Size = new Size(1904, 1); materialDivider1.TabIndex = 9; materialDivider1.Text = "materialDivider1"; // // singleCameraControl1 // singleCameraControl1.BackColor = Color.White; singleCameraControl1.Location = new Point(8, 32); singleCameraControl1.Name = "singleCameraControl1"; singleCameraControl1.Size = new Size(1904, 912); 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(496, 984); btnTestMode.MouseState = MaterialSkin.MouseState.HOVER; btnTestMode.Name = "btnTestMode"; btnTestMode.Primary = false; btnTestMode.Size = new Size(224, 64); btnTestMode.TabIndex = 11; btnTestMode.Text = "Test mode"; btnTestMode.UseVisualStyleBackColor = true; btnTestMode.Click += btnTestMode_Click; // // Form1 // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1920, 1080); Controls.Add(btnTestMode); Controls.Add(singleCameraControl1); Controls.Add(materialDivider1); Controls.Add(btnMinimize); Controls.Add(btnSettings); Controls.Add(btnExit); Name = "Form1"; StartPosition = FormStartPosition.CenterScreen; Text = "Form1"; ResumeLayout(false); } #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; } }