OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
index bcf01c8..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.fr>.\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
@@ -39,7 +39,9 @@ namespace Handbrake
             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.button1 = new System.Windows.Forms.Button();\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
@@ -72,7 +74,7 @@ namespace Handbrake
             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(152, 13);\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
@@ -90,24 +92,46 @@ namespace Handbrake
             this.PictureBox1.TabIndex = 33;\r
             this.PictureBox1.TabStop = false;\r
             // \r
-            // button1\r
+            // btn_close\r
             // \r
-            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;\r
-            this.button1.Location = new System.Drawing.Point(274, 82);\r
-            this.button1.Name = "button1";\r
-            this.button1.Size = new System.Drawing.Size(75, 23);\r
-            this.button1.TabIndex = 35;\r
-            this.button1.Text = "OK";\r
-            this.button1.UseVisualStyleBackColor = true;\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
+            // richTextBox1\r
+            // \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
+            // label2\r
+            // \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.button1;\r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.CancelButton = this.button1;\r
-            this.ClientSize = new System.Drawing.Size(363, 117);\r
-            this.Controls.Add(this.button1);\r
+            this.AcceptButton = this.btn_close;\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.label1);\r
             this.Controls.Add(this.PictureBox1);\r
             this.Controls.Add(this.lbl_HBBuild);\r
@@ -134,6 +158,8 @@ namespace Handbrake
         internal System.Windows.Forms.Label label1;\r
         internal System.Windows.Forms.Label lbl_HBBuild;\r
         internal System.Windows.Forms.PictureBox PictureBox1;\r
-        private System.Windows.Forms.Button button1;\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