OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
index 887ad7d..bcf01c8 100644 (file)
@@ -36,107 +36,104 @@ namespace Handbrake
         {\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));\r
             this.Label3 = new System.Windows.Forms.Label();\r
-            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\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.tableLayoutPanel1.SuspendLayout();\r
+            this.button1 = new System.Windows.Forms.Button();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
             this.SuspendLayout();\r
             // \r
             // Label3\r
             // \r
             this.Label3.AutoSize = true;\r
-            this.Label3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-            this.Label3.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label3.Location = new System.Drawing.Point(3, 23);\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(325, 18);\r
+            this.Label3.Size = new System.Drawing.Size(99, 19);\r
             this.Label3.TabIndex = 25;\r
             this.Label3.Text = "HandBrake";\r
             this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
             // \r
-            // tableLayoutPanel1\r
-            // \r
-            this.tableLayoutPanel1.ColumnCount = 1;\r
-            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));\r
-            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);\r
-            this.tableLayoutPanel1.Controls.Add(this.lbl_HBBuild, 0, 1);\r
-            this.tableLayoutPanel1.Controls.Add(this.Label3, 0, 0);\r
-            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 83);\r
-            this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
-            this.tableLayoutPanel1.RowCount = 4;\r
-            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.44444F));\r
-            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.55556F));\r
-            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
-            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
-            this.tableLayoutPanel1.Size = new System.Drawing.Size(331, 100);\r
-            this.tableLayoutPanel1.TabIndex = 32;\r
-            // \r
             // label1\r
             // \r
             this.label1.AutoSize = true;\r
-            this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-            this.label1.Location = new System.Drawing.Point(3, 66);\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(325, 13);\r
+            this.label1.Size = new System.Drawing.Size(224, 13);\r
             this.label1.TabIndex = 33;\r
-            this.label1.Text = "(C) 2003-2009, HandBrake Developers";\r
-            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\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.AutoSize = true;\r
-            this.lbl_HBBuild.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-            this.lbl_HBBuild.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_HBBuild.Location = new System.Drawing.Point(3, 46);\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(325, 13);\r
+            this.lbl_HBBuild.Size = new System.Drawing.Size(152, 13);\r
             this.lbl_HBBuild.TabIndex = 32;\r
             this.lbl_HBBuild.Text = "{Version}";\r
-            this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\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(120, 12);\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(84, 84);\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
+            // button1\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
+            // \r
             // frmAbout\r
             // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
+            this.AcceptButton = this.button1;\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(331, 183);\r
+            this.CancelButton = this.button1;\r
+            this.ClientSize = new System.Drawing.Size(363, 117);\r
+            this.Controls.Add(this.button1);\r
+            this.Controls.Add(this.label1);\r
             this.Controls.Add(this.PictureBox1);\r
-            this.Controls.Add(this.tableLayoutPanel1);\r
-            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\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.tableLayoutPanel1.ResumeLayout(false);\r
-            this.tableLayoutPanel1.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
             this.ResumeLayout(false);\r
+            this.PerformLayout();\r
 \r
         }\r
 \r
         #endregion\r
 \r
         internal System.Windows.Forms.Label Label3;\r
-        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
         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
     }\r
 }
\ No newline at end of file