title screen no longer resizable

This commit is contained in:
lempamo 2017-09-19 13:02:23 -04:00
parent f91f90f8db
commit 027924bedc
2 changed files with 3 additions and 1 deletions

View file

@ -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();
} }
} }

View file

@ -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);