better ui for zoom & icon
This commit is contained in:
2
MainForm.Designer.cs
generated
2
MainForm.Designer.cs
generated
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
||||
lbMain = new ListBox();
|
||||
SuspendLayout();
|
||||
//
|
||||
@@ -48,6 +49,7 @@
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(800, 450);
|
||||
Controls.Add(lbMain);
|
||||
Icon = (Icon)resources.GetObject("$this.Icon");
|
||||
Name = "MainForm";
|
||||
Text = "RoboSpot MotionCamera finder";
|
||||
FormClosing += MainForm_FormClosing;
|
||||
|
||||
Reference in New Issue
Block a user