OSDN Git Service

translate some words in frmMain.cs
[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.Label3 = new System.Windows.Forms.Label();\r
39             this.label1 = new System.Windows.Forms.Label();\r
40             this.lbl_HBBuild = new System.Windows.Forms.Label();\r
41             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
42             this.btn_close = new System.Windows.Forms.Button();\r
43             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
44             this.SuspendLayout();\r
45             // \r
46             // Label3\r
47             // \r
48             this.Label3.AutoSize = true;\r
49             this.Label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);\r
50             this.Label3.Location = new System.Drawing.Point(124, 12);\r
51             this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);\r
52             this.Label3.Name = "Label3";\r
53             this.Label3.Size = new System.Drawing.Size(99, 19);\r
54             this.Label3.TabIndex = 25;\r
55             this.Label3.Text = "HandBrake";\r
56             this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
57             // \r
58             // label1\r
59             // \r
60             this.label1.AutoSize = true;\r
61             this.label1.Location = new System.Drawing.Point(125, 63);\r
62             this.label1.Margin = new System.Windows.Forms.Padding(3);\r
63             this.label1.Name = "label1";\r
64             this.label1.Size = new System.Drawing.Size(224, 13);\r
65             this.label1.TabIndex = 33;\r
66             this.label1.Text = "Copyright  2003-2009 HandBrake Developers";\r
67             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
68             // \r
69             // lbl_HBBuild\r
70             // \r
71             this.lbl_HBBuild.Font = new System.Drawing.Font("Tahoma", 8.25F);\r
72             this.lbl_HBBuild.Location = new System.Drawing.Point(125, 33);\r
73             this.lbl_HBBuild.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);\r
74             this.lbl_HBBuild.Name = "lbl_HBBuild";\r
75             this.lbl_HBBuild.Size = new System.Drawing.Size(224, 13);\r
76             this.lbl_HBBuild.TabIndex = 32;\r
77             this.lbl_HBBuild.Text = "{Version}";\r
78             this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
79             // \r
80             // PictureBox1\r
81             // \r
82             this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
83             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;\r
84             this.PictureBox1.InitialImage = null;\r
85             this.PictureBox1.Location = new System.Drawing.Point(9, 9);\r
86             this.PictureBox1.Margin = new System.Windows.Forms.Padding(0);\r
87             this.PictureBox1.Name = "PictureBox1";\r
88             this.PictureBox1.Size = new System.Drawing.Size(96, 96);\r
89             this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;\r
90             this.PictureBox1.TabIndex = 33;\r
91             this.PictureBox1.TabStop = false;\r
92             // \r
93             // btn_close\r
94             // \r
95             this.btn_close.DialogResult = System.Windows.Forms.DialogResult.OK;\r
96             this.btn_close.Location = new System.Drawing.Point(274, 82);\r
97             this.btn_close.Name = "btn_close";\r
98             this.btn_close.Size = new System.Drawing.Size(75, 23);\r
99             this.btn_close.TabIndex = 35;\r
100             this.btn_close.Text = "OK";\r
101             this.btn_close.UseVisualStyleBackColor = true;\r
102             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
103             // \r
104             // frmAbout\r
105             // \r
106             this.AcceptButton = this.btn_close;\r
107             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
108             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
109             this.CancelButton = this.btn_close;\r
110             this.ClientSize = new System.Drawing.Size(363, 117);\r
111             this.Controls.Add(this.btn_close);\r
112             this.Controls.Add(this.label1);\r
113             this.Controls.Add(this.PictureBox1);\r
114             this.Controls.Add(this.lbl_HBBuild);\r
115             this.Controls.Add(this.Label3);\r
116             this.Font = new System.Drawing.Font("Tahoma", 8.25F);\r
117             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
118             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
119             this.MaximizeBox = false;\r
120             this.MinimizeBox = false;\r
121             this.Name = "frmAbout";\r
122             this.ShowIcon = false;\r
123             this.ShowInTaskbar = false;\r
124             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
125             this.Text = "HandBrake\82É\82Â\82¢\82Ä";\r
126             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
127             this.ResumeLayout(false);\r
128             this.PerformLayout();\r
129 \r
130         }\r
131 \r
132         #endregion\r
133 \r
134         internal System.Windows.Forms.Label Label3;\r
135         internal System.Windows.Forms.Label label1;\r
136         internal System.Windows.Forms.Label lbl_HBBuild;\r
137         internal System.Windows.Forms.PictureBox PictureBox1;\r
138         private System.Windows.Forms.Button btn_close;\r
139     }\r
140 }