io commander
This commit is contained in:
27
VisionBuilder.UI.Windows.Test/Form1.Designer.cs
generated
27
VisionBuilder.UI.Windows.Test/Form1.Designer.cs
generated
@@ -33,6 +33,7 @@
|
||||
btnExit = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
materialDivider1 = new MaterialSkin.Controls.MaterialDivider();
|
||||
singleCameraControl1 = new VisionBuilder.UI.Windows.Components.SingleCameraControl();
|
||||
btnTestMode = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
SuspendLayout();
|
||||
//
|
||||
// btnMinimize
|
||||
@@ -43,7 +44,7 @@
|
||||
btnMinimize.DrawBorder = true;
|
||||
btnMinimize.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
|
||||
btnMinimize.Icon = null;
|
||||
btnMinimize.Location = new Point(784, 984);
|
||||
btnMinimize.Location = new Point(960, 984);
|
||||
btnMinimize.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnMinimize.Name = "btnMinimize";
|
||||
btnMinimize.Primary = false;
|
||||
@@ -61,7 +62,7 @@
|
||||
btnSettings.DrawBorder = true;
|
||||
btnSettings.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
|
||||
btnSettings.Icon = null;
|
||||
btnSettings.Location = new Point(552, 984);
|
||||
btnSettings.Location = new Point(728, 984);
|
||||
btnSettings.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnSettings.Name = "btnSettings";
|
||||
btnSettings.Primary = false;
|
||||
@@ -79,7 +80,7 @@
|
||||
btnExit.DrawBorder = true;
|
||||
btnExit.Font = new Font("Segoe UI Semibold", 12F, FontStyle.Bold);
|
||||
btnExit.Icon = null;
|
||||
btnExit.Location = new Point(1016, 984);
|
||||
btnExit.Location = new Point(1192, 984);
|
||||
btnExit.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnExit.Name = "btnExit";
|
||||
btnExit.Primary = false;
|
||||
@@ -108,11 +109,30 @@
|
||||
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);
|
||||
@@ -131,5 +151,6 @@
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnExit;
|
||||
private MaterialSkin.Controls.MaterialDivider materialDivider1;
|
||||
private Components.SingleCameraControl singleCameraControl1;
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnTestMode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user