OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.Designer.cs
index 56cfb3a..350cfab 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmSplashScreen.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.fr>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmSplashScreen\r
@@ -31,18 +37,27 @@ namespace Handbrake
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashScreen));\r
             this.SuspendLayout();\r
             // \r
-            // SplashScreen\r
+            // frmSplashScreen\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(292, 266);\r
+            this.BackColor = System.Drawing.Color.White;\r
+            this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;\r
+            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
+            this.ClientSize = new System.Drawing.Size(400, 180);\r
+            this.ControlBox = false;\r
+            this.Font = new System.Drawing.Font("Corbel", 8.25F);\r
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
-            this.Name = "SplashScreen";\r
+            this.Name = "frmSplashScreen";\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "SplashScreen";\r
+            this.TopMost = true;\r
             this.ResumeLayout(false);\r
 \r
         }\r
 \r
         #endregion\r
+\r
     }\r
 }
\ No newline at end of file