finished candybox
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
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();
|
||||
@@ -140,9 +142,11 @@
|
||||
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, 237);
|
||||
flowLayoutPanel2.Size = new Size(200, 365);
|
||||
flowLayoutPanel2.TabIndex = 12;
|
||||
//
|
||||
// btnSelectRecipe
|
||||
@@ -179,6 +183,23 @@
|
||||
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;
|
||||
@@ -191,6 +212,23 @@
|
||||
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);
|
||||
@@ -226,5 +264,7 @@
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnSelectRecipe;
|
||||
private MaterialSkin.Controls.MaterialDivider materialDivider2;
|
||||
private FlowLayoutPanel flowLayoutPanel2;
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnPause;
|
||||
private MaterialSkin.Controls.MaterialRaisedButton btnResume;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user