OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
index 90240bc..2c2fc3f 100644 (file)
@@ -1,8 +1,8 @@
 /*  frmAbout.Designer.cs \r
        \r
-          This file is part of the HandBrake source code.\r
-          Homepage: <http://handbrake.m0k.org/>.\r
-          It may be used under the terms of the GNU General Public License. */\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
@@ -35,123 +35,117 @@ namespace Handbrake
         private void InitializeComponent()\r
         {\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));\r
-            this.Label4 = new System.Windows.Forms.Label();\r
-            this.btn_close = new System.Windows.Forms.Button();\r
-            this.Version = new System.Windows.Forms.Label();\r
             this.Label3 = new System.Windows.Forms.Label();\r
+            this.label1 = new System.Windows.Forms.Label();\r
+            this.lbl_HBBuild = new System.Windows.Forms.Label();\r
             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
-            this.label5 = new System.Windows.Forms.Label();\r
-            this.lbl_build = new System.Windows.Forms.Label();\r
-            this.groupBox1 = new System.Windows.Forms.GroupBox();\r
+            this.btn_close = new System.Windows.Forms.Button();\r
+            this.richTextBox1 = new System.Windows.Forms.RichTextBox();\r
+            this.label2 = new System.Windows.Forms.Label();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
             this.SuspendLayout();\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(144, 58);\r
-            this.Label4.Name = "Label4";\r
-            this.Label4.Size = new System.Drawing.Size(349, 26);\r
-            this.Label4.TabIndex = 28;\r
-            this.Label4.Text = "HandBrake is an open-source, GPL-licensed, multiplatform, \r\nmultithreaded DVD lik" +\r
-                "e source to MPEG-4 converter.";\r
-            // \r
-            // btn_close\r
-            // \r
-            this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_close.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_close.Location = new System.Drawing.Point(388, 118);\r
-            this.btn_close.Name = "btn_close";\r
-            this.btn_close.Size = new System.Drawing.Size(99, 22);\r
-            this.btn_close.TabIndex = 27;\r
-            this.btn_close.Text = "Close";\r
-            this.btn_close.UseVisualStyleBackColor = false;\r
-            this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
-            // \r
-            // Version\r
-            // \r
-            this.Version.AutoSize = true;\r
-            this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Version.Location = new System.Drawing.Point(228, 13);\r
-            this.Version.Name = "Version";\r
-            this.Version.Size = new System.Drawing.Size(72, 13);\r
-            this.Version.TabIndex = 26;\r
-            this.Version.Text = "{Version}";\r
-            // \r
             // Label3\r
             // \r
             this.Label3.AutoSize = true;\r
-            this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label3.Location = new System.Drawing.Point(144, 13);\r
+            this.Label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.Label3.Location = new System.Drawing.Point(124, 12);\r
+            this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);\r
             this.Label3.Name = "Label3";\r
-            this.Label3.Size = new System.Drawing.Size(78, 13);\r
+            this.Label3.Size = new System.Drawing.Size(99, 19);\r
             this.Label3.TabIndex = 25;\r
-            this.Label3.Text = "Handbrake";\r
+            this.Label3.Text = "HandBrake";\r
+            this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
+            // \r
+            // label1\r
+            // \r
+            this.label1.AutoSize = true;\r
+            this.label1.Location = new System.Drawing.Point(125, 63);\r
+            this.label1.Margin = new System.Windows.Forms.Padding(3);\r
+            this.label1.Name = "label1";\r
+            this.label1.Size = new System.Drawing.Size(224, 13);\r
+            this.label1.TabIndex = 33;\r
+            this.label1.Text = "Copyright  2003-2009 HandBrake Developers";\r
+            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
+            // \r
+            // lbl_HBBuild\r
+            // \r
+            this.lbl_HBBuild.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_HBBuild.Location = new System.Drawing.Point(125, 33);\r
+            this.lbl_HBBuild.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);\r
+            this.lbl_HBBuild.Name = "lbl_HBBuild";\r
+            this.lbl_HBBuild.Size = new System.Drawing.Size(224, 13);\r
+            this.lbl_HBBuild.TabIndex = 32;\r
+            this.lbl_HBBuild.Text = "{Version}";\r
+            this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
             // \r
             // PictureBox1\r
             // \r
+            this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;\r
             this.PictureBox1.InitialImage = null;\r
-            this.PictureBox1.Location = new System.Drawing.Point(7, 8);\r
+            this.PictureBox1.Location = new System.Drawing.Point(9, 9);\r
+            this.PictureBox1.Margin = new System.Windows.Forms.Padding(0);\r
             this.PictureBox1.Name = "PictureBox1";\r
-            this.PictureBox1.Size = new System.Drawing.Size(131, 132);\r
-            this.PictureBox1.TabIndex = 23;\r
+            this.PictureBox1.Size = new System.Drawing.Size(96, 96);\r
+            this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;\r
+            this.PictureBox1.TabIndex = 33;\r
             this.PictureBox1.TabStop = false;\r
             // \r
-            // label5\r
+            // btn_close\r
             // \r
-            this.label5.AutoSize = true;\r
-            this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label5.Location = new System.Drawing.Point(144, 30);\r
-            this.label5.Name = "label5";\r
-            this.label5.Size = new System.Drawing.Size(40, 13);\r
-            this.label5.TabIndex = 29;\r
-            this.label5.Text = "Build:";\r
+            this.btn_close.DialogResult = System.Windows.Forms.DialogResult.OK;\r
+            this.btn_close.Location = new System.Drawing.Point(468, 279);\r
+            this.btn_close.Name = "btn_close";\r
+            this.btn_close.Size = new System.Drawing.Size(75, 23);\r
+            this.btn_close.TabIndex = 35;\r
+            this.btn_close.Text = "OK";\r
+            this.btn_close.UseVisualStyleBackColor = true;\r
+            this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
             // \r
-            // lbl_build\r
+            // richTextBox1\r
             // \r
-            this.lbl_build.AutoSize = true;\r
-            this.lbl_build.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_build.Location = new System.Drawing.Point(228, 30);\r
-            this.lbl_build.Name = "lbl_build";\r
-            this.lbl_build.Size = new System.Drawing.Size(64, 13);\r
-            this.lbl_build.TabIndex = 30;\r
-            this.lbl_build.Text = "{Version}";\r
+            this.richTextBox1.Location = new System.Drawing.Point(128, 111);\r
+            this.richTextBox1.Name = "richTextBox1";\r
+            this.richTextBox1.Size = new System.Drawing.Size(415, 162);\r
+            this.richTextBox1.TabIndex = 36;\r
+            this.richTextBox1.Text = resources.GetString("richTextBox1.Text");\r
             // \r
-            // groupBox1\r
+            // label2\r
             // \r
-            this.groupBox1.Location = new System.Drawing.Point(147, 45);\r
-            this.groupBox1.Name = "groupBox1";\r
-            this.groupBox1.Size = new System.Drawing.Size(340, 10);\r
-            this.groupBox1.TabIndex = 31;\r
-            this.groupBox1.TabStop = false;\r
+            this.label2.AutoSize = true;\r
+            this.label2.Location = new System.Drawing.Point(125, 92);\r
+            this.label2.Margin = new System.Windows.Forms.Padding(3);\r
+            this.label2.Name = "label2";\r
+            this.label2.Size = new System.Drawing.Size(46, 13);\r
+            this.label2.TabIndex = 37;\r
+            this.label2.Text = "License:";\r
+            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
             // \r
             // frmAbout\r
             // \r
             this.AcceptButton = this.btn_close;\r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.ClientSize = new System.Drawing.Size(497, 148);\r
-            this.Controls.Add(this.groupBox1);\r
-            this.Controls.Add(this.lbl_build);\r
-            this.Controls.Add(this.label5);\r
-            this.Controls.Add(this.Label4);\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
+            this.CancelButton = this.btn_close;\r
+            this.ClientSize = new System.Drawing.Size(555, 314);\r
+            this.Controls.Add(this.label2);\r
+            this.Controls.Add(this.richTextBox1);\r
             this.Controls.Add(this.btn_close);\r
-            this.Controls.Add(this.Version);\r
-            this.Controls.Add(this.Label3);\r
+            this.Controls.Add(this.label1);\r
             this.Controls.Add(this.PictureBox1);\r
+            this.Controls.Add(this.lbl_HBBuild);\r
+            this.Controls.Add(this.Label3);\r
+            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
             this.MinimizeBox = false;\r
             this.Name = "frmAbout";\r
+            this.ShowIcon = false;\r
+            this.ShowInTaskbar = false;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
-            this.Text = "About Handbrake";\r
+            this.Text = "About HandBrake";\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
@@ -160,13 +154,12 @@ namespace Handbrake
 \r
         #endregion\r
 \r
-        internal System.Windows.Forms.Label Label4;\r
-        internal System.Windows.Forms.Button btn_close;\r
-        internal System.Windows.Forms.Label Version;\r
         internal System.Windows.Forms.Label Label3;\r
+        internal System.Windows.Forms.Label label1;\r
+        internal System.Windows.Forms.Label lbl_HBBuild;\r
         internal System.Windows.Forms.PictureBox PictureBox1;\r
-        internal System.Windows.Forms.Label label5;\r
-        internal System.Windows.Forms.Label lbl_build;\r
-        private System.Windows.Forms.GroupBox groupBox1;\r
+        private System.Windows.Forms.Button btn_close;\r
+        private System.Windows.Forms.RichTextBox richTextBox1;\r
+        internal System.Windows.Forms.Label label2;\r
     }\r
 }
\ No newline at end of file