OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / win / C# / frmUpdater.Designer.cs
1 /*  frmUpdater.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 frmUpdater\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(frmUpdater));\r
38             this.label1 = new System.Windows.Forms.Label();\r
39             this.label6 = new System.Windows.Forms.Label();\r
40             this.btn_skip = new System.Windows.Forms.Button();\r
41             this.btn_installUpdate = new System.Windows.Forms.Button();\r
42             this.btn_remindLater = new System.Windows.Forms.Button();\r
43             this.label3 = new System.Windows.Forms.Label();\r
44             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
45             this.lbl_update_text = new System.Windows.Forms.Label();\r
46             this.panel1 = new System.Windows.Forms.Panel();\r
47             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
48             this.panel3 = new System.Windows.Forms.Panel();\r
49             this.panel5 = new System.Windows.Forms.Panel();\r
50             this.wBrowser = new System.Windows.Forms.WebBrowser();\r
51             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
52             this.button_container = new System.Windows.Forms.SplitContainer();\r
53             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
54             this.panel1.SuspendLayout();\r
55             this.splitContainer1.Panel1.SuspendLayout();\r
56             this.splitContainer1.Panel2.SuspendLayout();\r
57             this.splitContainer1.SuspendLayout();\r
58             this.button_container.Panel1.SuspendLayout();\r
59             this.button_container.Panel2.SuspendLayout();\r
60             this.button_container.SuspendLayout();\r
61             this.SuspendLayout();\r
62             // \r
63             // label1\r
64             // \r
65             this.label1.AutoSize = true;\r
66             this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
67             this.label1.Location = new System.Drawing.Point(84, 12);\r
68             this.label1.Name = "label1";\r
69             this.label1.Size = new System.Drawing.Size(273, 16);\r
70             this.label1.TabIndex = 25;\r
71             this.label1.Text = "HandBrake\82Ì\90V\83o\81[\83W\83\87\83\93\82ª\97\98\97p\89Â\94\\82Å\82·\81I";\r
72             // \r
73             // label6\r
74             // \r
75             this.label6.AutoSize = true;\r
76             this.label6.Location = new System.Drawing.Point(82, 49);\r
77             this.label6.Name = "label6";\r
78             this.label6.Size = new System.Drawing.Size(175, 13);\r
79             this.label6.TabIndex = 30;\r
80             this.label6.Text = "\82·\82®\82É\83_\83E\83\93\83\8d\81[\83h\82µ\82Ü\82·\82©\81H";\r
81             // \r
82             // btn_skip\r
83             // \r
84             this.btn_skip.AutoSize = true;\r
85             this.btn_skip.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
86             this.btn_skip.BackColor = System.Drawing.Color.Transparent;\r
87             this.btn_skip.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
88             this.btn_skip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
89             this.btn_skip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
90             this.btn_skip.Location = new System.Drawing.Point(0, 3);\r
91             this.btn_skip.Name = "btn_skip";\r
92             this.btn_skip.Size = new System.Drawing.Size(163, 23);\r
93             this.btn_skip.TabIndex = 54;\r
94             this.btn_skip.Text = "\82±\82Ì\83o\81[\83W\83\87\83\93\82Í\83C\83\93\83X\83g\81[\83\8b\82µ\82È\82¢";\r
95             this.btn_skip.UseVisualStyleBackColor = false;\r
96             this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);\r
97             // \r
98             // btn_installUpdate\r
99             // \r
100             this.btn_installUpdate.AutoSize = true;\r
101             this.btn_installUpdate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
102             this.btn_installUpdate.BackColor = System.Drawing.Color.Transparent;\r
103             this.btn_installUpdate.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
104             this.btn_installUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
105             this.btn_installUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
106             this.btn_installUpdate.Location = new System.Drawing.Point(153, 3);\r
107             this.btn_installUpdate.Name = "btn_installUpdate";\r
108             this.btn_installUpdate.Size = new System.Drawing.Size(86, 23);\r
109             this.btn_installUpdate.TabIndex = 55;\r
110             this.btn_installUpdate.Text = "\83C\83\93\83X\83g\81[\83\8b\82·\82é";\r
111             this.btn_installUpdate.UseVisualStyleBackColor = false;\r
112             this.btn_installUpdate.Click += new System.EventHandler(this.btn_installUpdate_Click);\r
113             // \r
114             // btn_remindLater\r
115             // \r
116             this.btn_remindLater.AutoSize = true;\r
117             this.btn_remindLater.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
118             this.btn_remindLater.BackColor = System.Drawing.Color.Transparent;\r
119             this.btn_remindLater.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
120             this.btn_remindLater.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
121             this.btn_remindLater.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
122             this.btn_remindLater.Location = new System.Drawing.Point(19, 3);\r
123             this.btn_remindLater.Name = "btn_remindLater";\r
124             this.btn_remindLater.Size = new System.Drawing.Size(88, 23);\r
125             this.btn_remindLater.TabIndex = 56;\r
126             this.btn_remindLater.Text = "\8cã\82Å\8dÄ\92Ê\92m\82·\82é";\r
127             this.btn_remindLater.UseVisualStyleBackColor = false;\r
128             this.btn_remindLater.Click += new System.EventHandler(this.btn_remindLater_Click);\r
129             // \r
130             // label3\r
131             // \r
132             this.label3.AutoSize = true;\r
133             this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
134             this.label3.Location = new System.Drawing.Point(84, 87);\r
135             this.label3.Name = "label3";\r
136             this.label3.Size = new System.Drawing.Size(90, 13);\r
137             this.label3.TabIndex = 57;\r
138             this.label3.Text = "\83\8a\83\8a\81[\83X\83m\81[\83g:";\r
139             // \r
140             // PictureBox1\r
141             // \r
142             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
143             this.PictureBox1.InitialImage = null;\r
144             this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
145             this.PictureBox1.Name = "PictureBox1";\r
146             this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
147             this.PictureBox1.TabIndex = 24;\r
148             this.PictureBox1.TabStop = false;\r
149             // \r
150             // lbl_update_text\r
151             // \r
152             this.lbl_update_text.AutoSize = true;\r
153             this.lbl_update_text.Location = new System.Drawing.Point(84, 36);\r
154             this.lbl_update_text.Name = "lbl_update_text";\r
155             this.lbl_update_text.Size = new System.Drawing.Size(409, 13);\r
156             this.lbl_update_text.TabIndex = 58;\r
157             this.lbl_update_text.Text = "HandBrake {0.0.0} (000000000) \82ª\83_\83E\83\93\83\8d\81[\83h\82Å\82«\82Ü\82·. (\8c»\8dÝ\82Ì\83o\81[\83W\83\87\83\93\82Í: {0.0.0} (000000000))";\r
158             // \r
159             // panel1\r
160             // \r
161             this.panel1.Controls.Add(this.PictureBox1);\r
162             this.panel1.Controls.Add(this.label3);\r
163             this.panel1.Controls.Add(this.label1);\r
164             this.panel1.Controls.Add(this.lbl_update_text);\r
165             this.panel1.Controls.Add(this.label6);\r
166             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;\r
167             this.panel1.Location = new System.Drawing.Point(0, 0);\r
168             this.panel1.Name = "panel1";\r
169             this.panel1.Size = new System.Drawing.Size(712, 105);\r
170             this.panel1.TabIndex = 60;\r
171             // \r
172             // statusStrip1\r
173             // \r
174             this.statusStrip1.Location = new System.Drawing.Point(0, 421);\r
175             this.statusStrip1.Name = "statusStrip1";\r
176             this.statusStrip1.Size = new System.Drawing.Size(712, 22);\r
177             this.statusStrip1.TabIndex = 65;\r
178             this.statusStrip1.Text = "statusStrip1";\r
179             // \r
180             // panel3\r
181             // \r
182             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;\r
183             this.panel3.Location = new System.Drawing.Point(0, 105);\r
184             this.panel3.Name = "panel3";\r
185             this.panel3.Size = new System.Drawing.Size(87, 316);\r
186             this.panel3.TabIndex = 67;\r
187             // \r
188             // panel5\r
189             // \r
190             this.panel5.Dock = System.Windows.Forms.DockStyle.Right;\r
191             this.panel5.Location = new System.Drawing.Point(683, 105);\r
192             this.panel5.Name = "panel5";\r
193             this.panel5.Size = new System.Drawing.Size(29, 316);\r
194             this.panel5.TabIndex = 68;\r
195             // \r
196             // wBrowser\r
197             // \r
198             this.wBrowser.Dock = System.Windows.Forms.DockStyle.Fill;\r
199             this.wBrowser.Location = new System.Drawing.Point(0, 0);\r
200             this.wBrowser.MinimumSize = new System.Drawing.Size(20, 20);\r
201             this.wBrowser.Name = "wBrowser";\r
202             this.wBrowser.Size = new System.Drawing.Size(596, 266);\r
203             this.wBrowser.TabIndex = 31;\r
204             // \r
205             // splitContainer1\r
206             // \r
207             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
208             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;\r
209             this.splitContainer1.Location = new System.Drawing.Point(87, 105);\r
210             this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);\r
211             this.splitContainer1.Name = "splitContainer1";\r
212             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
213             // \r
214             // splitContainer1.Panel1\r
215             // \r
216             this.splitContainer1.Panel1.Controls.Add(this.wBrowser);\r
217             // \r
218             // splitContainer1.Panel2\r
219             // \r
220             this.splitContainer1.Panel2.Controls.Add(this.button_container);\r
221             this.splitContainer1.Size = new System.Drawing.Size(596, 316);\r
222             this.splitContainer1.SplitterDistance = 266;\r
223             this.splitContainer1.TabIndex = 69;\r
224             // \r
225             // button_container\r
226             // \r
227             this.button_container.Dock = System.Windows.Forms.DockStyle.Fill;\r
228             this.button_container.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;\r
229             this.button_container.Location = new System.Drawing.Point(0, 0);\r
230             this.button_container.Name = "button_container";\r
231             // \r
232             // button_container.Panel1\r
233             // \r
234             this.button_container.Panel1.Controls.Add(this.btn_skip);\r
235             // \r
236             // button_container.Panel2\r
237             // \r
238             this.button_container.Panel2.Controls.Add(this.btn_remindLater);\r
239             this.button_container.Panel2.Controls.Add(this.btn_installUpdate);\r
240             this.button_container.Size = new System.Drawing.Size(596, 46);\r
241             this.button_container.SplitterDistance = 330;\r
242             this.button_container.TabIndex = 0;\r
243             // \r
244             // frmUpdater\r
245             // \r
246             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
247             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
248             this.ClientSize = new System.Drawing.Size(712, 443);\r
249             this.Controls.Add(this.splitContainer1);\r
250             this.Controls.Add(this.panel5);\r
251             this.Controls.Add(this.panel3);\r
252             this.Controls.Add(this.statusStrip1);\r
253             this.Controls.Add(this.panel1);\r
254             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
255             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
256             this.MaximizeBox = false;\r
257             this.MinimumSize = new System.Drawing.Size(720, 470);\r
258             this.Name = "frmUpdater";\r
259             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
260             this.Text = "\83A\83b\83v\83f\81[\83g";\r
261             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
262             this.panel1.ResumeLayout(false);\r
263             this.panel1.PerformLayout();\r
264             this.splitContainer1.Panel1.ResumeLayout(false);\r
265             this.splitContainer1.Panel2.ResumeLayout(false);\r
266             this.splitContainer1.ResumeLayout(false);\r
267             this.button_container.Panel1.ResumeLayout(false);\r
268             this.button_container.Panel1.PerformLayout();\r
269             this.button_container.Panel2.ResumeLayout(false);\r
270             this.button_container.Panel2.PerformLayout();\r
271             this.button_container.ResumeLayout(false);\r
272             this.ResumeLayout(false);\r
273             this.PerformLayout();\r
274 \r
275         }\r
276 \r
277         #endregion\r
278 \r
279         internal System.Windows.Forms.PictureBox PictureBox1;\r
280         private System.Windows.Forms.Label label1;\r
281         private System.Windows.Forms.Label label6;\r
282         internal System.Windows.Forms.Button btn_skip;\r
283         internal System.Windows.Forms.Button btn_installUpdate;\r
284         internal System.Windows.Forms.Button btn_remindLater;\r
285         private System.Windows.Forms.Label label3;\r
286         private System.Windows.Forms.Label lbl_update_text;\r
287         private System.Windows.Forms.Panel panel1;\r
288         private System.Windows.Forms.StatusStrip statusStrip1;\r
289         private System.Windows.Forms.Panel panel3;\r
290         private System.Windows.Forms.Panel panel5;\r
291         private System.Windows.Forms.WebBrowser wBrowser;\r
292         private System.Windows.Forms.SplitContainer splitContainer1;\r
293         private System.Windows.Forms.SplitContainer button_container;\r
294     }\r
295 }