OSDN Git Service

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