X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.Designer.cs;h=350cfab47a7a00e36d5f19a49d858e5c7cccfe8f;hb=d646c74eab71ce803181537759b19c9b2726fc0a;hp=75c53b5356e53bd0de8da7cb42c628a0bfe184bb;hpb=c4f019d4fc34f845ecb05721e25ca3ee30a200a5;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs index 75c53b53..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 @@ -29,119 +35,29 @@ namespace Handbrake private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashScreen)); - this.productName = new System.Windows.Forms.Label(); - this.cliVersion = new System.Windows.Forms.Label(); - this.guiVerison = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // - // productName - // - this.productName.AutoSize = true; - this.productName.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.productName.Location = new System.Drawing.Point(177, 69); - this.productName.Name = "productName"; - this.productName.Size = new System.Drawing.Size(180, 32); - this.productName.TabIndex = 0; - this.productName.Text = "Handbrake"; - // - // cliVersion - // - this.cliVersion.AutoSize = true; - this.cliVersion.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cliVersion.Location = new System.Drawing.Point(180, 197); - this.cliVersion.Name = "cliVersion"; - this.cliVersion.Size = new System.Drawing.Size(145, 13); - this.cliVersion.TabIndex = 1; - this.cliVersion.Text = "Handbrake CLI Version:"; - // - // guiVerison - // - this.guiVerison.AutoSize = true; - this.guiVerison.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guiVerison.Location = new System.Drawing.Point(180, 170); - this.guiVerison.Name = "guiVerison"; - this.guiVerison.Size = new System.Drawing.Size(55, 13); - this.guiVerison.TabIndex = 2; - this.guiVerison.Text = "Version:"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(331, 197); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(88, 13); - this.label2.TabIndex = 4; - this.label2.Text = "{CLI Version}"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(331, 170); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(90, 13); - this.label3.TabIndex = 5; - this.label3.Text = "{GUI Version}"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(418, 170); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(43, 13); - this.label1.TabIndex = 6; - this.label1.Text = "(Beta)"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(418, 197); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(43, 13); - this.label4.TabIndex = 7; - this.label4.Text = "(Beta)"; - // // frmSplashScreen // 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.splash; + 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.Controls.Add(this.label4); - this.Controls.Add(this.label1); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.guiVerison); - this.Controls.Add(this.cliVersion); - this.Controls.Add(this.productName); 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 = "frmSplashScreen"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SplashScreen"; + this.TopMost = true; this.ResumeLayout(false); - this.PerformLayout(); } #endregion - private System.Windows.Forms.Label productName; - private System.Windows.Forms.Label cliVersion; - private System.Windows.Forms.Label guiVerison; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.Label label4; } } \ No newline at end of file