OSDN Git Service

LinGui: enable libdvdnav by default
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
index bcf01c8..2b9c46f 100644 (file)
@@ -39,7 +39,7 @@ 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
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
             this.SuspendLayout();\r
             // \r
@@ -72,7 +72,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 +90,25 @@ 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(274, 82);\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
             // 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.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(363, 117);\r
-            this.Controls.Add(this.button1);\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 +135,6 @@ 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
     }\r
 }
\ No newline at end of file