OSDN Git Service

import 0.9.3
[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("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
67             this.label1.Location = new System.Drawing.Point(82, 12);\r
68             this.label1.Name = "label1";\r
69             this.label1.Size = new System.Drawing.Size(305, 16);\r
70             this.label1.TabIndex = 25;\r
71             this.label1.Text = "A New Version of Handbrake is available!";\r
72             // \r
73             // label6\r
74             // \r
75             this.label6.AutoSize = true;\r
76             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
77             this.label6.Location = new System.Drawing.Point(82, 49);\r
78             this.label6.Name = "label6";\r
79             this.label6.Size = new System.Drawing.Size(208, 13);\r
80             this.label6.TabIndex = 30;\r
81             this.label6.Text = "Would you like to download it now?";\r
82             // \r
83             // btn_skip\r
84             // \r
85             this.btn_skip.AutoSize = true;\r
86             this.btn_skip.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\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(129, 23);\r
93             this.btn_skip.TabIndex = 54;\r
94             this.btn_skip.Text = "Skip This Version";\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.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
103             this.btn_installUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
104             this.btn_installUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
105             this.btn_installUpdate.Location = new System.Drawing.Point(153, 3);\r
106             this.btn_installUpdate.Name = "btn_installUpdate";\r
107             this.btn_installUpdate.Size = new System.Drawing.Size(109, 23);\r
108             this.btn_installUpdate.TabIndex = 55;\r
109             this.btn_installUpdate.Text = "Install Update";\r
110             this.btn_installUpdate.UseVisualStyleBackColor = false;\r
111             this.btn_installUpdate.Click += new System.EventHandler(this.btn_installUpdate_Click);\r
112             // \r
113             // btn_remindLater\r
114             // \r
115             this.btn_remindLater.AutoSize = true;\r
116             this.btn_remindLater.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
117             this.btn_remindLater.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
118             this.btn_remindLater.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
119             this.btn_remindLater.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
120             this.btn_remindLater.Location = new System.Drawing.Point(19, 3);\r
121             this.btn_remindLater.Name = "btn_remindLater";\r
122             this.btn_remindLater.Size = new System.Drawing.Size(127, 23);\r
123             this.btn_remindLater.TabIndex = 56;\r
124             this.btn_remindLater.Text = "Remind me Later";\r
125             this.btn_remindLater.UseVisualStyleBackColor = false;\r
126             this.btn_remindLater.Click += new System.EventHandler(this.btn_remindLater_Click);\r
127             // \r
128             // label3\r
129             // \r
130             this.label3.AutoSize = true;\r
131             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
132             this.label3.Location = new System.Drawing.Point(82, 84);\r
133             this.label3.Name = "label3";\r
134             this.label3.Size = new System.Drawing.Size(103, 13);\r
135             this.label3.TabIndex = 57;\r
136             this.label3.Text = "Release Notes:";\r
137             // \r
138             // PictureBox1\r
139             // \r
140             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
141             this.PictureBox1.InitialImage = null;\r
142             this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
143             this.PictureBox1.Name = "PictureBox1";\r
144             this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
145             this.PictureBox1.TabIndex = 24;\r
146             this.PictureBox1.TabStop = false;\r
147             // \r
148             // lbl_update_text\r
149             // \r
150             this.lbl_update_text.AutoSize = true;\r
151             this.lbl_update_text.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
152             this.lbl_update_text.Location = new System.Drawing.Point(82, 34);\r
153             this.lbl_update_text.Name = "lbl_update_text";\r
154             this.lbl_update_text.Size = new System.Drawing.Size(489, 13);\r
155             this.lbl_update_text.TabIndex = 58;\r
156             this.lbl_update_text.Text = "HandBrake {0.0.0} (000000000) is now available. (You have: {0.0.0} (000000000))";\r
157             // \r
158             // panel1\r
159             // \r
160             this.panel1.Controls.Add(this.PictureBox1);\r
161             this.panel1.Controls.Add(this.label3);\r
162             this.panel1.Controls.Add(this.label1);\r
163             this.panel1.Controls.Add(this.lbl_update_text);\r
164             this.panel1.Controls.Add(this.label6);\r
165             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;\r
166             this.panel1.Location = new System.Drawing.Point(0, 0);\r
167             this.panel1.Name = "panel1";\r
168             this.panel1.Size = new System.Drawing.Size(712, 105);\r
169             this.panel1.TabIndex = 60;\r
170             // \r
171             // statusStrip1\r
172             // \r
173             this.statusStrip1.Location = new System.Drawing.Point(0, 419);\r
174             this.statusStrip1.Name = "statusStrip1";\r
175             this.statusStrip1.Size = new System.Drawing.Size(712, 22);\r
176             this.statusStrip1.TabIndex = 65;\r
177             this.statusStrip1.Text = "statusStrip1";\r
178             // \r
179             // panel3\r
180             // \r
181             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;\r
182             this.panel3.Location = new System.Drawing.Point(0, 105);\r
183             this.panel3.Name = "panel3";\r
184             this.panel3.Size = new System.Drawing.Size(87, 314);\r
185             this.panel3.TabIndex = 67;\r
186             // \r
187             // panel5\r
188             // \r
189             this.panel5.Dock = System.Windows.Forms.DockStyle.Right;\r
190             this.panel5.Location = new System.Drawing.Point(683, 105);\r
191             this.panel5.Name = "panel5";\r
192             this.panel5.Size = new System.Drawing.Size(29, 314);\r
193             this.panel5.TabIndex = 68;\r
194             // \r
195             // wBrowser\r
196             // \r
197             this.wBrowser.Dock = System.Windows.Forms.DockStyle.Fill;\r
198             this.wBrowser.Location = new System.Drawing.Point(0, 0);\r
199             this.wBrowser.MinimumSize = new System.Drawing.Size(20, 20);\r
200             this.wBrowser.Name = "wBrowser";\r
201             this.wBrowser.Size = new System.Drawing.Size(596, 264);\r
202             this.wBrowser.TabIndex = 31;\r
203             // \r
204             // splitContainer1\r
205             // \r
206             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
207             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;\r
208             this.splitContainer1.Location = new System.Drawing.Point(87, 105);\r
209             this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);\r
210             this.splitContainer1.Name = "splitContainer1";\r
211             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
212             // \r
213             // splitContainer1.Panel1\r
214             // \r
215             this.splitContainer1.Panel1.Controls.Add(this.wBrowser);\r
216             // \r
217             // splitContainer1.Panel2\r
218             // \r
219             this.splitContainer1.Panel2.Controls.Add(this.button_container);\r
220             this.splitContainer1.Size = new System.Drawing.Size(596, 314);\r
221             this.splitContainer1.SplitterDistance = 264;\r
222             this.splitContainer1.TabIndex = 69;\r
223             // \r
224             // button_container\r
225             // \r
226             this.button_container.Dock = System.Windows.Forms.DockStyle.Fill;\r
227             this.button_container.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;\r
228             this.button_container.Location = new System.Drawing.Point(0, 0);\r
229             this.button_container.Name = "button_container";\r
230             // \r
231             // button_container.Panel1\r
232             // \r
233             this.button_container.Panel1.Controls.Add(this.btn_skip);\r
234             // \r
235             // button_container.Panel2\r
236             // \r
237             this.button_container.Panel2.Controls.Add(this.btn_remindLater);\r
238             this.button_container.Panel2.Controls.Add(this.btn_installUpdate);\r
239             this.button_container.Size = new System.Drawing.Size(596, 46);\r
240             this.button_container.SplitterDistance = 330;\r
241             this.button_container.TabIndex = 0;\r
242             // \r
243             // frmUpdater\r
244             // \r
245             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
246             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
247             this.ClientSize = new System.Drawing.Size(712, 441);\r
248             this.Controls.Add(this.splitContainer1);\r
249             this.Controls.Add(this.panel5);\r
250             this.Controls.Add(this.panel3);\r
251             this.Controls.Add(this.statusStrip1);\r
252             this.Controls.Add(this.panel1);\r
253             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
254             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
255             this.MaximizeBox = false;\r
256             this.MinimumSize = new System.Drawing.Size(720, 470);\r
257             this.Name = "frmUpdater";\r
258             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
259             this.Text = "Update";\r
260             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
261             this.panel1.ResumeLayout(false);\r
262             this.panel1.PerformLayout();\r
263             this.splitContainer1.Panel1.ResumeLayout(false);\r
264             this.splitContainer1.Panel2.ResumeLayout(false);\r
265             this.splitContainer1.ResumeLayout(false);\r
266             this.button_container.Panel1.ResumeLayout(false);\r
267             this.button_container.Panel1.PerformLayout();\r
268             this.button_container.Panel2.ResumeLayout(false);\r
269             this.button_container.Panel2.PerformLayout();\r
270             this.button_container.ResumeLayout(false);\r
271             this.ResumeLayout(false);\r
272             this.PerformLayout();\r
273 \r
274         }\r
275 \r
276         #endregion\r
277 \r
278         internal System.Windows.Forms.PictureBox PictureBox1;\r
279         private System.Windows.Forms.Label label1;\r
280         private System.Windows.Forms.Label label6;\r
281         internal System.Windows.Forms.Button btn_skip;\r
282         internal System.Windows.Forms.Button btn_installUpdate;\r
283         internal System.Windows.Forms.Button btn_remindLater;\r
284         private System.Windows.Forms.Label label3;\r
285         private System.Windows.Forms.Label lbl_update_text;\r
286         private System.Windows.Forms.Panel panel1;\r
287         private System.Windows.Forms.StatusStrip statusStrip1;\r
288         private System.Windows.Forms.Panel panel3;\r
289         private System.Windows.Forms.Panel panel5;\r
290         private System.Windows.Forms.WebBrowser wBrowser;\r
291         private System.Windows.Forms.SplitContainer splitContainer1;\r
292         private System.Windows.Forms.SplitContainer button_container;\r
293     }\r
294 }