OSDN Git Service

887ad7d2de7f13bc357e209ffbe5bd03af4ee97e
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
1 /*  frmAbout.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmAbout\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));\r
38             this.Label3 = new System.Windows.Forms.Label();\r
39             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
40             this.label1 = new System.Windows.Forms.Label();\r
41             this.lbl_HBBuild = new System.Windows.Forms.Label();\r
42             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
43             this.tableLayoutPanel1.SuspendLayout();\r
44             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
45             this.SuspendLayout();\r
46             // \r
47             // Label3\r
48             // \r
49             this.Label3.AutoSize = true;\r
50             this.Label3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
51             this.Label3.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
52             this.Label3.Location = new System.Drawing.Point(3, 23);\r
53             this.Label3.Name = "Label3";\r
54             this.Label3.Size = new System.Drawing.Size(325, 18);\r
55             this.Label3.TabIndex = 25;\r
56             this.Label3.Text = "HandBrake";\r
57             this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
58             // \r
59             // tableLayoutPanel1\r
60             // \r
61             this.tableLayoutPanel1.ColumnCount = 1;\r
62             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));\r
63             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);\r
64             this.tableLayoutPanel1.Controls.Add(this.lbl_HBBuild, 0, 1);\r
65             this.tableLayoutPanel1.Controls.Add(this.Label3, 0, 0);\r
66             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;\r
67             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 83);\r
68             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
69             this.tableLayoutPanel1.RowCount = 4;\r
70             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.44444F));\r
71             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.55556F));\r
72             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
73             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
74             this.tableLayoutPanel1.Size = new System.Drawing.Size(331, 100);\r
75             this.tableLayoutPanel1.TabIndex = 32;\r
76             // \r
77             // label1\r
78             // \r
79             this.label1.AutoSize = true;\r
80             this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;\r
81             this.label1.Location = new System.Drawing.Point(3, 66);\r
82             this.label1.Name = "label1";\r
83             this.label1.Size = new System.Drawing.Size(325, 13);\r
84             this.label1.TabIndex = 33;\r
85             this.label1.Text = "(C) 2003-2009, HandBrake Developers";\r
86             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
87             // \r
88             // lbl_HBBuild\r
89             // \r
90             this.lbl_HBBuild.AutoSize = true;\r
91             this.lbl_HBBuild.Dock = System.Windows.Forms.DockStyle.Bottom;\r
92             this.lbl_HBBuild.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
93             this.lbl_HBBuild.Location = new System.Drawing.Point(3, 46);\r
94             this.lbl_HBBuild.Name = "lbl_HBBuild";\r
95             this.lbl_HBBuild.Size = new System.Drawing.Size(325, 13);\r
96             this.lbl_HBBuild.TabIndex = 32;\r
97             this.lbl_HBBuild.Text = "{Version}";\r
98             this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
99             // \r
100             // PictureBox1\r
101             // \r
102             this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
103             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;\r
104             this.PictureBox1.InitialImage = null;\r
105             this.PictureBox1.Location = new System.Drawing.Point(120, 12);\r
106             this.PictureBox1.Name = "PictureBox1";\r
107             this.PictureBox1.Size = new System.Drawing.Size(84, 84);\r
108             this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;\r
109             this.PictureBox1.TabIndex = 33;\r
110             this.PictureBox1.TabStop = false;\r
111             // \r
112             // frmAbout\r
113             // \r
114             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
115             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
116             this.ClientSize = new System.Drawing.Size(331, 183);\r
117             this.Controls.Add(this.PictureBox1);\r
118             this.Controls.Add(this.tableLayoutPanel1);\r
119             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
120             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
121             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
122             this.MaximizeBox = false;\r
123             this.MinimizeBox = false;\r
124             this.Name = "frmAbout";\r
125             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
126             this.Text = "About HandBrake";\r
127             this.tableLayoutPanel1.ResumeLayout(false);\r
128             this.tableLayoutPanel1.PerformLayout();\r
129             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
130             this.ResumeLayout(false);\r
131 \r
132         }\r
133 \r
134         #endregion\r
135 \r
136         internal System.Windows.Forms.Label Label3;\r
137         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
138         internal System.Windows.Forms.Label label1;\r
139         internal System.Windows.Forms.Label lbl_HBBuild;\r
140         internal System.Windows.Forms.PictureBox PictureBox1;\r
141     }\r
142 }