mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
title screen no longer resizable
This commit is contained in:
parent
f91f90f8db
commit
027924bedc
2 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ private void IE4HomePage_SizeChanged(object sender, EventArgs e)
|
||||||
classicLabel7.Invalidate();
|
classicLabel7.Invalidate();
|
||||||
classicLabel8.Invalidate();
|
classicLabel8.Invalidate();
|
||||||
classicLabel9.Invalidate();
|
classicLabel9.Invalidate();
|
||||||
|
classicLabel15.Invalidate();
|
||||||
classicLabel25.Invalidate();
|
classicLabel25.Invalidate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3
Histacom2/TitleScreen.Designer.cs
generated
3
Histacom2/TitleScreen.Designer.cs
generated
|
@ -244,7 +244,7 @@ private void InitializeComponent()
|
||||||
this.startmenuitems.Name = "startmenuitems";
|
this.startmenuitems.Name = "startmenuitems";
|
||||||
this.startmenuitems.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0);
|
this.startmenuitems.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0);
|
||||||
this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.startmenuitems.Size = new System.Drawing.Size(140, 239);
|
this.startmenuitems.Size = new System.Drawing.Size(140, 220);
|
||||||
this.startmenuitems.TabIndex = 0;
|
this.startmenuitems.TabIndex = 0;
|
||||||
this.startmenuitems.Text = "StartMenu";
|
this.startmenuitems.Text = "StartMenu";
|
||||||
//
|
//
|
||||||
|
@ -402,6 +402,7 @@ private void InitializeComponent()
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.Name = "TitleScreen";
|
this.Name = "TitleScreen";
|
||||||
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||||
this.Tag = "ignoreFormOnTaskbar";
|
this.Tag = "ignoreFormOnTaskbar";
|
||||||
this.Text = "Histacom Launcher";
|
this.Text = "Histacom Launcher";
|
||||||
this.Load += new System.EventHandler(this.TitleScreen_Load);
|
this.Load += new System.EventHandler(this.TitleScreen_Load);
|
||||||
|
|
Loading…
Reference in a new issue