X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.Designer.cs;h=b447c382cc0d498bf479a41cf81c51e6b11c0277;hb=b4464b6d962bb939a8f38b4d50057c441ab48111;hp=350cfab47a7a00e36d5f19a49d858e5c7cccfe8f;hpb=b3d9b074e43038194d0936fa7cdb268145bba52e;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs index 350cfab4..b447c382 100644 --- a/win/C#/frmSplashScreen.Designer.cs +++ b/win/C#/frmSplashScreen.Designer.cs @@ -49,10 +49,13 @@ namespace Handbrake this.Font = new System.Drawing.Font("Corbel", 8.25F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "frmSplashScreen"; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SplashScreen"; - this.TopMost = true; this.ResumeLayout(false); }