X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.Designer.cs;h=b447c382cc0d498bf479a41cf81c51e6b11c0277;hb=efa3e1d8f612de482fa44098c5b19eab555a0e65;hp=56cfb3a2a24dee065a7d6acef40b8e0eaaf2788d;hpb=e4a19a0e658b56e4b37571ff53a5fc1103c8d723;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs index 56cfb3a2..b447c382 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 @@ -31,18 +37,30 @@ namespace Handbrake System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashScreen)); this.SuspendLayout(); // - // SplashScreen + // frmSplashScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(292, 266); + this.BackColor = System.Drawing.Color.White; + this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen; + this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + 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; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "SplashScreen"; + 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.ResumeLayout(false); } #endregion + } } \ No newline at end of file