X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.Designer.cs;h=350cfab47a7a00e36d5f19a49d858e5c7cccfe8f;hb=d646c74eab71ce803181537759b19c9b2726fc0a;hp=f756f66f1810a3682407f566b693acfa782f3a7e;hpb=1696445cf7eaa3001522daab769371197109ee12;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs index f756f66f..350cfab4 100644 --- a/win/C#/frmSplashScreen.Designer.cs +++ b/win/C#/frmSplashScreen.Designer.cs @@ -1,3 +1,9 @@ +/* frmSplashScreen.Designer.cs + + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ + namespace Handbrake { partial class frmSplashScreen @@ -36,9 +42,9 @@ namespace Handbrake this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; - this.BackgroundImage = global::Handbrake.Properties.Resources.tempSplash; + this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.ClientSize = new System.Drawing.Size(496, 276); + this.ClientSize = new System.Drawing.Size(400, 180); this.ControlBox = false; this.Font = new System.Drawing.Font("Corbel", 8.25F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;