OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
index c4fbce8..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
@@ -40,6 +40,8 @@ namespace Handbrake
             this.lbl_HBBuild = new System.Windows.Forms.Label();\r
             this.PictureBox1 = new System.Windows.Forms.PictureBox();\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
@@ -93,7 +95,7 @@ namespace Handbrake
             // btn_close\r
             // \r
             this.btn_close.DialogResult = System.Windows.Forms.DialogResult.OK;\r
-            this.btn_close.Location = new System.Drawing.Point(274, 82);\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
@@ -101,13 +103,34 @@ namespace Handbrake
             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.btn_close;\r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\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(363, 117);\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
@@ -136,5 +159,7 @@ namespace Handbrake
         internal System.Windows.Forms.Label lbl_HBBuild;\r
         internal System.Windows.Forms.PictureBox PictureBox1;\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