OSDN Git Service

WinGui:
[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.label1 = new System.Windows.Forms.Label();\r
40             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
41             this.btn_close = new System.Windows.Forms.Button();\r
42             this.richTextBox1 = new System.Windows.Forms.RichTextBox();\r
43             this.label2 = new System.Windows.Forms.Label();\r
44             this.lbl_GUIBuild = new System.Windows.Forms.Label();\r
45             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
46             this.SuspendLayout();\r
47             // \r
48             // Label3\r
49             // \r
50             this.Label3.AutoSize = true;\r
51             this.Label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
52             this.Label3.Location = new System.Drawing.Point(124, 12);\r
53             this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);\r
54             this.Label3.Name = "Label3";\r
55             this.Label3.Size = new System.Drawing.Size(99, 19);\r
56             this.Label3.TabIndex = 25;\r
57             this.Label3.Text = "HandBrake";\r
58             this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
59             // \r
60             // label1\r
61             // \r
62             this.label1.AutoSize = true;\r
63             this.label1.Location = new System.Drawing.Point(125, 47);\r
64             this.label1.Margin = new System.Windows.Forms.Padding(3);\r
65             this.label1.Name = "label1";\r
66             this.label1.Size = new System.Drawing.Size(224, 13);\r
67             this.label1.TabIndex = 33;\r
68             this.label1.Text = "Copyright  2003-2010 HandBrake Developers";\r
69             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
70             // \r
71             // PictureBox1\r
72             // \r
73             this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
74             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;\r
75             this.PictureBox1.InitialImage = null;\r
76             this.PictureBox1.Location = new System.Drawing.Point(9, 9);\r
77             this.PictureBox1.Margin = new System.Windows.Forms.Padding(0);\r
78             this.PictureBox1.Name = "PictureBox1";\r
79             this.PictureBox1.Size = new System.Drawing.Size(96, 96);\r
80             this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;\r
81             this.PictureBox1.TabIndex = 33;\r
82             this.PictureBox1.TabStop = false;\r
83             // \r
84             // btn_close\r
85             // \r
86             this.btn_close.DialogResult = System.Windows.Forms.DialogResult.OK;\r
87             this.btn_close.Location = new System.Drawing.Point(468, 270);\r
88             this.btn_close.Name = "btn_close";\r
89             this.btn_close.Size = new System.Drawing.Size(75, 23);\r
90             this.btn_close.TabIndex = 35;\r
91             this.btn_close.Text = "OK";\r
92             this.btn_close.UseVisualStyleBackColor = true;\r
93             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
94             // \r
95             // richTextBox1\r
96             // \r
97             this.richTextBox1.Location = new System.Drawing.Point(128, 102);\r
98             this.richTextBox1.Name = "richTextBox1";\r
99             this.richTextBox1.Size = new System.Drawing.Size(415, 162);\r
100             this.richTextBox1.TabIndex = 36;\r
101             this.richTextBox1.Text = resources.GetString("richTextBox1.Text");\r
102             // \r
103             // label2\r
104             // \r
105             this.label2.AutoSize = true;\r
106             this.label2.Location = new System.Drawing.Point(125, 83);\r
107             this.label2.Margin = new System.Windows.Forms.Padding(3);\r
108             this.label2.Name = "label2";\r
109             this.label2.Size = new System.Drawing.Size(46, 13);\r
110             this.label2.TabIndex = 37;\r
111             this.label2.Text = "License:";\r
112             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
113             // \r
114             // lbl_GUIBuild\r
115             // \r
116             this.lbl_GUIBuild.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
117             this.lbl_GUIBuild.Location = new System.Drawing.Point(229, 17);\r
118             this.lbl_GUIBuild.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);\r
119             this.lbl_GUIBuild.Name = "lbl_GUIBuild";\r
120             this.lbl_GUIBuild.Size = new System.Drawing.Size(224, 13);\r
121             this.lbl_GUIBuild.TabIndex = 38;\r
122             this.lbl_GUIBuild.Text = "{GUI Version}";\r
123             this.lbl_GUIBuild.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
124             // \r
125             // frmAbout\r
126             // \r
127             this.AcceptButton = this.btn_close;\r
128             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
129             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
130             this.CancelButton = this.btn_close;\r
131             this.ClientSize = new System.Drawing.Size(555, 302);\r
132             this.Controls.Add(this.lbl_GUIBuild);\r
133             this.Controls.Add(this.label2);\r
134             this.Controls.Add(this.richTextBox1);\r
135             this.Controls.Add(this.btn_close);\r
136             this.Controls.Add(this.label1);\r
137             this.Controls.Add(this.PictureBox1);\r
138             this.Controls.Add(this.Label3);\r
139             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
140             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
141             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
142             this.MaximizeBox = false;\r
143             this.MinimizeBox = false;\r
144             this.Name = "frmAbout";\r
145             this.ShowIcon = false;\r
146             this.ShowInTaskbar = false;\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 Label3;\r
158         internal System.Windows.Forms.Label label1;\r
159         internal System.Windows.Forms.PictureBox PictureBox1;\r
160         private System.Windows.Forms.Button btn_close;\r
161         private System.Windows.Forms.RichTextBox richTextBox1;\r
162         internal System.Windows.Forms.Label label2;\r
163         internal System.Windows.Forms.Label lbl_GUIBuild;\r
164     }\r
165 }