OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.Designer.cs
index 75c53b5..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
@@ -29,119 +35,29 @@ namespace Handbrake
         private void InitializeComponent()\r
         {\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashScreen));\r
-            this.productName = new System.Windows.Forms.Label();\r
-            this.cliVersion = new System.Windows.Forms.Label();\r
-            this.guiVerison = new System.Windows.Forms.Label();\r
-            this.label2 = new System.Windows.Forms.Label();\r
-            this.label3 = new System.Windows.Forms.Label();\r
-            this.label1 = new System.Windows.Forms.Label();\r
-            this.label4 = new System.Windows.Forms.Label();\r
             this.SuspendLayout();\r
             // \r
-            // productName\r
-            // \r
-            this.productName.AutoSize = true;\r
-            this.productName.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.productName.Location = new System.Drawing.Point(177, 69);\r
-            this.productName.Name = "productName";\r
-            this.productName.Size = new System.Drawing.Size(180, 32);\r
-            this.productName.TabIndex = 0;\r
-            this.productName.Text = "Handbrake";\r
-            // \r
-            // cliVersion\r
-            // \r
-            this.cliVersion.AutoSize = true;\r
-            this.cliVersion.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.cliVersion.Location = new System.Drawing.Point(180, 197);\r
-            this.cliVersion.Name = "cliVersion";\r
-            this.cliVersion.Size = new System.Drawing.Size(145, 13);\r
-            this.cliVersion.TabIndex = 1;\r
-            this.cliVersion.Text = "Handbrake CLI Version:";\r
-            // \r
-            // guiVerison\r
-            // \r
-            this.guiVerison.AutoSize = true;\r
-            this.guiVerison.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.guiVerison.Location = new System.Drawing.Point(180, 170);\r
-            this.guiVerison.Name = "guiVerison";\r
-            this.guiVerison.Size = new System.Drawing.Size(55, 13);\r
-            this.guiVerison.TabIndex = 2;\r
-            this.guiVerison.Text = "Version:";\r
-            // \r
-            // label2\r
-            // \r
-            this.label2.AutoSize = true;\r
-            this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label2.Location = new System.Drawing.Point(331, 197);\r
-            this.label2.Name = "label2";\r
-            this.label2.Size = new System.Drawing.Size(88, 13);\r
-            this.label2.TabIndex = 4;\r
-            this.label2.Text = "{CLI Version}";\r
-            // \r
-            // label3\r
-            // \r
-            this.label3.AutoSize = true;\r
-            this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label3.Location = new System.Drawing.Point(331, 170);\r
-            this.label3.Name = "label3";\r
-            this.label3.Size = new System.Drawing.Size(90, 13);\r
-            this.label3.TabIndex = 5;\r
-            this.label3.Text = "{GUI Version}";\r
-            // \r
-            // label1\r
-            // \r
-            this.label1.AutoSize = true;\r
-            this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label1.Location = new System.Drawing.Point(418, 170);\r
-            this.label1.Name = "label1";\r
-            this.label1.Size = new System.Drawing.Size(43, 13);\r
-            this.label1.TabIndex = 6;\r
-            this.label1.Text = "(Beta)";\r
-            // \r
-            // label4\r
-            // \r
-            this.label4.AutoSize = true;\r
-            this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label4.Location = new System.Drawing.Point(418, 197);\r
-            this.label4.Name = "label4";\r
-            this.label4.Size = new System.Drawing.Size(43, 13);\r
-            this.label4.TabIndex = 7;\r
-            this.label4.Text = "(Beta)";\r
-            // \r
             // frmSplashScreen\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.BackColor = System.Drawing.Color.White;\r
-            this.BackgroundImage = global::Handbrake.Properties.Resources.splash;\r
+            this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;\r
             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
-            this.ClientSize = new System.Drawing.Size(496, 276);\r
+            this.ClientSize = new System.Drawing.Size(400, 180);\r
             this.ControlBox = false;\r
-            this.Controls.Add(this.label4);\r
-            this.Controls.Add(this.label1);\r
-            this.Controls.Add(this.label3);\r
-            this.Controls.Add(this.label2);\r
-            this.Controls.Add(this.guiVerison);\r
-            this.Controls.Add(this.cliVersion);\r
-            this.Controls.Add(this.productName);\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 = "frmSplashScreen";\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "SplashScreen";\r
+            this.TopMost = true;\r
             this.ResumeLayout(false);\r
-            this.PerformLayout();\r
 \r
         }\r
 \r
         #endregion\r
 \r
-        private System.Windows.Forms.Label productName;\r
-        private System.Windows.Forms.Label cliVersion;\r
-        private System.Windows.Forms.Label guiVerison;\r
-        private System.Windows.Forms.Label label2;\r
-        private System.Windows.Forms.Label label3;\r
-        private System.Windows.Forms.Label label1;\r
-        private System.Windows.Forms.Label label4;\r
     }\r
 }
\ No newline at end of file