OSDN Git Service

ab56957caf60a8c7b8883981da822bf7da8b756e
[handbrake-jp/handbrake-jp.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.Label4 = new System.Windows.Forms.Label();\r
39             this.btn_close = new System.Windows.Forms.Button();\r
40             this.Version = new System.Windows.Forms.Label();\r
41             this.Label3 = new System.Windows.Forms.Label();\r
42             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
43             this.label5 = new System.Windows.Forms.Label();\r
44             this.lbl_build = new System.Windows.Forms.Label();\r
45             this.groupBox1 = new System.Windows.Forms.GroupBox();\r
46             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
47             this.SuspendLayout();\r
48             // \r
49             // Label4\r
50             // \r
51             this.Label4.AutoSize = true;\r
52             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
53             this.Label4.Location = new System.Drawing.Point(168, 58);\r
54             this.Label4.Name = "Label4";\r
55             this.Label4.Size = new System.Drawing.Size(346, 26);\r
56             this.Label4.TabIndex = 28;\r
57             this.Label4.Text = "HandBrake is a GPL-licensed, multiplatform, multithreaded \r\nvideo transcoder. ";\r
58             // \r
59             // btn_close\r
60             // \r
61             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
62             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
63             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
64             this.btn_close.Location = new System.Drawing.Point(402, 114);\r
65             this.btn_close.Name = "btn_close";\r
66             this.btn_close.Size = new System.Drawing.Size(115, 22);\r
67             this.btn_close.TabIndex = 27;\r
68             this.btn_close.Text = "Close";\r
69             this.btn_close.UseVisualStyleBackColor = true;\r
70             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
71             // \r
72             // Version\r
73             // \r
74             this.Version.AutoSize = true;\r
75             this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
76             this.Version.Location = new System.Drawing.Point(266, 13);\r
77             this.Version.Name = "Version";\r
78             this.Version.Size = new System.Drawing.Size(72, 13);\r
79             this.Version.TabIndex = 26;\r
80             this.Version.Text = "{Version}";\r
81             // \r
82             // Label3\r
83             // \r
84             this.Label3.AutoSize = true;\r
85             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
86             this.Label3.Location = new System.Drawing.Point(168, 13);\r
87             this.Label3.Name = "Label3";\r
88             this.Label3.Size = new System.Drawing.Size(78, 13);\r
89             this.Label3.TabIndex = 25;\r
90             this.Label3.Text = "HandBrake";\r
91             // \r
92             // PictureBox1\r
93             // \r
94             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;\r
95             this.PictureBox1.InitialImage = null;\r
96             this.PictureBox1.Location = new System.Drawing.Point(8, 8);\r
97             this.PictureBox1.Name = "PictureBox1";\r
98             this.PictureBox1.Size = new System.Drawing.Size(153, 132);\r
99             this.PictureBox1.TabIndex = 23;\r
100             this.PictureBox1.TabStop = false;\r
101             // \r
102             // label5\r
103             // \r
104             this.label5.AutoSize = true;\r
105             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
106             this.label5.Location = new System.Drawing.Point(168, 30);\r
107             this.label5.Name = "label5";\r
108             this.label5.Size = new System.Drawing.Size(40, 13);\r
109             this.label5.TabIndex = 29;\r
110             this.label5.Text = "Build:";\r
111             // \r
112             // lbl_build\r
113             // \r
114             this.lbl_build.AutoSize = true;\r
115             this.lbl_build.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
116             this.lbl_build.Location = new System.Drawing.Point(266, 30);\r
117             this.lbl_build.Name = "lbl_build";\r
118             this.lbl_build.Size = new System.Drawing.Size(64, 13);\r
119             this.lbl_build.TabIndex = 30;\r
120             this.lbl_build.Text = "{Version}";\r
121             // \r
122             // groupBox1\r
123             // \r
124             this.groupBox1.Location = new System.Drawing.Point(171, 45);\r
125             this.groupBox1.Name = "groupBox1";\r
126             this.groupBox1.Size = new System.Drawing.Size(346, 10);\r
127             this.groupBox1.TabIndex = 31;\r
128             this.groupBox1.TabStop = false;\r
129             // \r
130             // frmAbout\r
131             // \r
132             this.AcceptButton = this.btn_close;\r
133             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
134             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
135             this.ClientSize = new System.Drawing.Size(530, 148);\r
136             this.Controls.Add(this.groupBox1);\r
137             this.Controls.Add(this.lbl_build);\r
138             this.Controls.Add(this.label5);\r
139             this.Controls.Add(this.Label4);\r
140             this.Controls.Add(this.btn_close);\r
141             this.Controls.Add(this.Version);\r
142             this.Controls.Add(this.Label3);\r
143             this.Controls.Add(this.PictureBox1);\r
144             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
145             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
146             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
147             this.MaximizeBox = false;\r
148             this.MinimizeBox = false;\r
149             this.Name = "frmAbout";\r
150             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
151             this.Text = "About HandBrake";\r
152             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
153             this.ResumeLayout(false);\r
154             this.PerformLayout();\r
155 \r
156         }\r
157 \r
158         #endregion\r
159 \r
160         internal System.Windows.Forms.Label Label4;\r
161         internal System.Windows.Forms.Button btn_close;\r
162         internal System.Windows.Forms.Label Version;\r
163         internal System.Windows.Forms.Label Label3;\r
164         internal System.Windows.Forms.PictureBox PictureBox1;\r
165         internal System.Windows.Forms.Label label5;\r
166         internal System.Windows.Forms.Label lbl_build;\r
167         private System.Windows.Forms.GroupBox groupBox1;\r
168     }\r
169 }