OSDN Git Service

7e9ca1f3a1591968c4bd3b2f5a7b6e17ed248bad
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmAbout\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));\r
32             this.Label4 = new System.Windows.Forms.Label();\r
33             this.btn_close = new System.Windows.Forms.Button();\r
34             this.Version = new System.Windows.Forms.Label();\r
35             this.Label3 = new System.Windows.Forms.Label();\r
36             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
37             this.label5 = new System.Windows.Forms.Label();\r
38             this.lbl_build = new System.Windows.Forms.Label();\r
39             this.groupBox1 = new System.Windows.Forms.GroupBox();\r
40             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
41             this.SuspendLayout();\r
42             // \r
43             // Label4\r
44             // \r
45             this.Label4.AutoSize = true;\r
46             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
47             this.Label4.Location = new System.Drawing.Point(144, 58);\r
48             this.Label4.Name = "Label4";\r
49             this.Label4.Size = new System.Drawing.Size(349, 26);\r
50             this.Label4.TabIndex = 28;\r
51             this.Label4.Text = "HandBrake is an open-source, GPL-licensed, multiplatform, \r\nmultithreaded DVD lik" +\r
52                 "e source to MPEG-4 converter.";\r
53             // \r
54             // btn_close\r
55             // \r
56             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
57             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
58             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
59             this.btn_close.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
60             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
61             this.btn_close.Location = new System.Drawing.Point(388, 118);\r
62             this.btn_close.Name = "btn_close";\r
63             this.btn_close.Size = new System.Drawing.Size(99, 22);\r
64             this.btn_close.TabIndex = 27;\r
65             this.btn_close.Text = "Close";\r
66             this.btn_close.UseVisualStyleBackColor = false;\r
67             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
68             // \r
69             // Version\r
70             // \r
71             this.Version.AutoSize = true;\r
72             this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
73             this.Version.Location = new System.Drawing.Point(228, 13);\r
74             this.Version.Name = "Version";\r
75             this.Version.Size = new System.Drawing.Size(72, 13);\r
76             this.Version.TabIndex = 26;\r
77             this.Version.Text = "{Version}";\r
78             // \r
79             // Label3\r
80             // \r
81             this.Label3.AutoSize = true;\r
82             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
83             this.Label3.Location = new System.Drawing.Point(144, 13);\r
84             this.Label3.Name = "Label3";\r
85             this.Label3.Size = new System.Drawing.Size(78, 13);\r
86             this.Label3.TabIndex = 25;\r
87             this.Label3.Text = "Handbrake";\r
88             // \r
89             // PictureBox1\r
90             // \r
91             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;\r
92             this.PictureBox1.InitialImage = null;\r
93             this.PictureBox1.Location = new System.Drawing.Point(7, 8);\r
94             this.PictureBox1.Name = "PictureBox1";\r
95             this.PictureBox1.Size = new System.Drawing.Size(131, 132);\r
96             this.PictureBox1.TabIndex = 23;\r
97             this.PictureBox1.TabStop = false;\r
98             // \r
99             // label5\r
100             // \r
101             this.label5.AutoSize = true;\r
102             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
103             this.label5.Location = new System.Drawing.Point(144, 30);\r
104             this.label5.Name = "label5";\r
105             this.label5.Size = new System.Drawing.Size(40, 13);\r
106             this.label5.TabIndex = 29;\r
107             this.label5.Text = "Build:";\r
108             // \r
109             // lbl_build\r
110             // \r
111             this.lbl_build.AutoSize = true;\r
112             this.lbl_build.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
113             this.lbl_build.Location = new System.Drawing.Point(228, 30);\r
114             this.lbl_build.Name = "lbl_build";\r
115             this.lbl_build.Size = new System.Drawing.Size(64, 13);\r
116             this.lbl_build.TabIndex = 30;\r
117             this.lbl_build.Text = "{Version}";\r
118             // \r
119             // groupBox1\r
120             // \r
121             this.groupBox1.Location = new System.Drawing.Point(147, 45);\r
122             this.groupBox1.Name = "groupBox1";\r
123             this.groupBox1.Size = new System.Drawing.Size(340, 10);\r
124             this.groupBox1.TabIndex = 31;\r
125             this.groupBox1.TabStop = false;\r
126             // \r
127             // frmAbout\r
128             // \r
129             this.AcceptButton = this.btn_close;\r
130             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
131             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
132             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
133             this.ClientSize = new System.Drawing.Size(497, 148);\r
134             this.Controls.Add(this.groupBox1);\r
135             this.Controls.Add(this.lbl_build);\r
136             this.Controls.Add(this.label5);\r
137             this.Controls.Add(this.Label4);\r
138             this.Controls.Add(this.btn_close);\r
139             this.Controls.Add(this.Version);\r
140             this.Controls.Add(this.Label3);\r
141             this.Controls.Add(this.PictureBox1);\r
142             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
143             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
144             this.MaximizeBox = false;\r
145             this.MinimizeBox = false;\r
146             this.Name = "frmAbout";\r
147             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
148             this.Text = "About Handbrake";\r
149             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
150             this.ResumeLayout(false);\r
151             this.PerformLayout();\r
152 \r
153         }\r
154 \r
155         #endregion\r
156 \r
157         internal System.Windows.Forms.Label Label4;\r
158         internal System.Windows.Forms.Button btn_close;\r
159         internal System.Windows.Forms.Label Version;\r
160         internal System.Windows.Forms.Label Label3;\r
161         internal System.Windows.Forms.PictureBox PictureBox1;\r
162         internal System.Windows.Forms.Label label5;\r
163         internal System.Windows.Forms.Label lbl_build;\r
164         private System.Windows.Forms.GroupBox groupBox1;\r
165     }\r
166 }