recipe name filter
This commit is contained in:
@@ -36,11 +36,13 @@
|
||||
stats1 = new Stats();
|
||||
btnStart = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
flowLayoutPanel1 = new FlowLayoutPanel();
|
||||
flowLayoutPanel2 = new FlowLayoutPanel();
|
||||
btnSelectRecipe = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
btnStop = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
materialDivider2 = new MaterialSkin.Controls.MaterialDivider();
|
||||
((System.ComponentModel.ISupportInitialize)previewWindow1).BeginInit();
|
||||
flowLayoutPanel1.SuspendLayout();
|
||||
flowLayoutPanel2.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// lblCameraName
|
||||
@@ -110,8 +112,9 @@
|
||||
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(85, 97);
|
||||
btnStart.Location = new Point(21, 73);
|
||||
btnStart.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnStart.Name = "btnStart";
|
||||
btnStart.Primary = true;
|
||||
@@ -122,9 +125,7 @@
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
//
|
||||
flowLayoutPanel1.Controls.Add(btnSelectRecipe);
|
||||
flowLayoutPanel1.Controls.Add(btnStart);
|
||||
flowLayoutPanel1.Controls.Add(btnStop);
|
||||
flowLayoutPanel1.Controls.Add(flowLayoutPanel2);
|
||||
flowLayoutPanel1.Dock = DockStyle.Right;
|
||||
flowLayoutPanel1.FlowDirection = FlowDirection.TopDown;
|
||||
flowLayoutPanel1.Location = new Point(1408, 0);
|
||||
@@ -134,14 +135,25 @@
|
||||
flowLayoutPanel1.Size = new Size(280, 498);
|
||||
flowLayoutPanel1.TabIndex = 10;
|
||||
//
|
||||
// flowLayoutPanel2
|
||||
//
|
||||
flowLayoutPanel2.Controls.Add(btnSelectRecipe);
|
||||
flowLayoutPanel2.Controls.Add(btnStart);
|
||||
flowLayoutPanel2.Controls.Add(btnStop);
|
||||
flowLayoutPanel2.Location = new Point(61, 27);
|
||||
flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||||
flowLayoutPanel2.Size = new Size(200, 237);
|
||||
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(85, 27);
|
||||
btnSelectRecipe.Location = new Point(21, 3);
|
||||
btnSelectRecipe.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnSelectRecipe.Name = "btnSelectRecipe";
|
||||
btnSelectRecipe.Primary = false;
|
||||
@@ -156,8 +168,9 @@
|
||||
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(85, 167);
|
||||
btnStop.Location = new Point(21, 143);
|
||||
btnStop.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnStop.Name = "btnStop";
|
||||
btnStop.Primary = true;
|
||||
@@ -195,6 +208,7 @@
|
||||
Size = new Size(1688, 498);
|
||||
((System.ComponentModel.ISupportInitialize)previewWindow1).EndInit();
|
||||
flowLayoutPanel1.ResumeLayout(false);
|
||||
flowLayoutPanel2.ResumeLayout(false);
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
@@ -211,5 +225,6 @@
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnStop;
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnSelectRecipe;
|
||||
private MaterialSkin.Controls.MaterialDivider materialDivider2;
|
||||
private FlowLayoutPanel flowLayoutPanel2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user