summaryrefslogtreecommitdiffstats
path: root/win/C#/frmAddPreset.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmAddPreset.Designer.cs')
-rw-r--r--win/C#/frmAddPreset.Designer.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/frmAddPreset.Designer.cs b/win/C#/frmAddPreset.Designer.cs
index 541c3a303..61884d537 100644
--- a/win/C#/frmAddPreset.Designer.cs
+++ b/win/C#/frmAddPreset.Designer.cs
@@ -78,8 +78,14 @@
this.Controls.Add(this.txt_preset_name);
this.Controls.Add(this.lbl_name);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
this.Name = "frmAddPreset";
+ this.ShowInTaskbar = false;
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Add Preset";
+ this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();