OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmUpdater.Designer.cs
1 /*  frmUpdater.Designer.cs \r
2     This file is part of the HandBrake source code.\r
3     Homepage: <http://handbrake.fr>.\r
4     It may be used under the terms of the GNU General Public License. */\r
5 \r
6 namespace Handbrake\r
7 {\r
8     partial class frmUpdater\r
9     {\r
10         /// <summary>\r
11         /// Required designer variable.\r
12         /// </summary>\r
13         private System.ComponentModel.IContainer components = null;\r
14 \r
15         /// <summary>\r
16         /// Clean up any resources being used.\r
17         /// </summary>\r
18         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
19         protected override void Dispose(bool disposing)\r
20         {\r
21             if (disposing && (components != null))\r
22             {\r
23                 components.Dispose();\r
24             }\r
25             base.Dispose(disposing);\r
26         }\r
27 \r
28         #region Windows Form Designer generated code\r
29 \r
30         /// <summary>\r
31         /// Required method for Designer support - do not modify\r
32         /// the contents of this method with the code editor.\r
33         /// </summary>\r
34         private void InitializeComponent()\r
35         {\r
36             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUpdater));\r
37             this.label1 = new System.Windows.Forms.Label();\r
38             this.label6 = new System.Windows.Forms.Label();\r
39             this.btn_skip = new System.Windows.Forms.Button();\r
40             this.btn_installUpdate = new System.Windows.Forms.Button();\r
41             this.btn_remindLater = new System.Windows.Forms.Button();\r
42             this.label3 = new System.Windows.Forms.Label();\r
43             this.lbl_update_text = new System.Windows.Forms.Label();\r
44             this.panel1 = new System.Windows.Forms.Panel();\r
45             this.panel2 = new System.Windows.Forms.Panel();\r
46             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
47             this.panel3 = new System.Windows.Forms.Panel();\r
48             this.panel5 = new System.Windows.Forms.Panel();\r
49             this.wBrowser = new System.Windows.Forms.WebBrowser();\r
50             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
51             this.button_container = new System.Windows.Forms.SplitContainer();\r
52             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
53             this.panel1.SuspendLayout();\r
54             this.splitContainer1.Panel1.SuspendLayout();\r
55             this.splitContainer1.Panel2.SuspendLayout();\r
56             this.splitContainer1.SuspendLayout();\r
57             this.button_container.Panel1.SuspendLayout();\r
58             this.button_container.Panel2.SuspendLayout();\r
59             this.button_container.SuspendLayout();\r
60             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\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 = "A New Version of Handbrake is available!";\r
72             // \r
73             // label6\r
74             // \r
75             this.label6.AutoSize = true;\r
76             this.label6.Location = new System.Drawing.Point(84, 46);\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 = "Would you like to download it now?";\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(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.BtnSkipClick);\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(109, 23);\r
109             this.btn_installUpdate.TabIndex = 55;\r
110             this.btn_installUpdate.Text = "Install Update";\r
111             this.btn_installUpdate.UseVisualStyleBackColor = false;\r
112             this.btn_installUpdate.Click += new System.EventHandler(this.BtnInstallUpdateClick);\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(127, 23);\r
125             this.btn_remindLater.TabIndex = 56;\r
126             this.btn_remindLater.Text = "Remind me Later";\r
127             this.btn_remindLater.UseVisualStyleBackColor = false;\r
128             this.btn_remindLater.Click += new System.EventHandler(this.BtnRemindLaterClick);\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, 63);\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 = "Release Notes:";\r
139             // \r
140             // lbl_update_text\r
141             // \r
142             this.lbl_update_text.AutoSize = true;\r
143             this.lbl_update_text.Location = new System.Drawing.Point(84, 33);\r
144             this.lbl_update_text.Name = "lbl_update_text";\r
145             this.lbl_update_text.Size = new System.Drawing.Size(409, 13);\r
146             this.lbl_update_text.TabIndex = 58;\r
147             this.lbl_update_text.Text = "HandBrake {0.0.0} (000000000) is now available. (You have: {0.0.0} (000000000))";\r
148             // \r
149             // panel1\r
150             // \r
151             this.panel1.BackColor = System.Drawing.Color.White;\r
152             this.panel1.Controls.Add(this.panel2);\r
153             this.panel1.Controls.Add(this.PictureBox1);\r
154             this.panel1.Controls.Add(this.label3);\r
155             this.panel1.Controls.Add(this.label1);\r
156             this.panel1.Controls.Add(this.lbl_update_text);\r
157             this.panel1.Controls.Add(this.label6);\r
158             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;\r
159             this.panel1.Location = new System.Drawing.Point(0, 0);\r
160             this.panel1.Name = "panel1";\r
161             this.panel1.Size = new System.Drawing.Size(710, 97);\r
162             this.panel1.TabIndex = 60;\r
163             // \r
164             // panel2\r
165             // \r
166             this.panel2.BackColor = System.Drawing.SystemColors.Control;\r
167             this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;\r
168             this.panel2.Location = new System.Drawing.Point(0, 87);\r
169             this.panel2.MaximumSize = new System.Drawing.Size(0, 10);\r
170             this.panel2.MinimumSize = new System.Drawing.Size(0, 10);\r
171             this.panel2.Name = "panel2";\r
172             this.panel2.Size = new System.Drawing.Size(710, 10);\r
173             this.panel2.TabIndex = 59;\r
174             // \r
175             // statusStrip1\r
176             // \r
177             this.statusStrip1.Location = new System.Drawing.Point(0, 346);\r
178             this.statusStrip1.Name = "statusStrip1";\r
179             this.statusStrip1.Size = new System.Drawing.Size(710, 22);\r
180             this.statusStrip1.TabIndex = 65;\r
181             this.statusStrip1.Text = "statusStrip1";\r
182             // \r
183             // panel3\r
184             // \r
185             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;\r
186             this.panel3.Location = new System.Drawing.Point(0, 97);\r
187             this.panel3.Name = "panel3";\r
188             this.panel3.Size = new System.Drawing.Size(87, 249);\r
189             this.panel3.TabIndex = 67;\r
190             // \r
191             // panel5\r
192             // \r
193             this.panel5.Dock = System.Windows.Forms.DockStyle.Right;\r
194             this.panel5.Location = new System.Drawing.Point(681, 97);\r
195             this.panel5.Name = "panel5";\r
196             this.panel5.Size = new System.Drawing.Size(29, 249);\r
197             this.panel5.TabIndex = 68;\r
198             // \r
199             // wBrowser\r
200             // \r
201             this.wBrowser.Dock = System.Windows.Forms.DockStyle.Fill;\r
202             this.wBrowser.Location = new System.Drawing.Point(0, 0);\r
203             this.wBrowser.MinimumSize = new System.Drawing.Size(20, 20);\r
204             this.wBrowser.Name = "wBrowser";\r
205             this.wBrowser.Size = new System.Drawing.Size(594, 203);\r
206             this.wBrowser.TabIndex = 31;\r
207             // \r
208             // splitContainer1\r
209             // \r
210             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
211             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;\r
212             this.splitContainer1.Location = new System.Drawing.Point(87, 97);\r
213             this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);\r
214             this.splitContainer1.Name = "splitContainer1";\r
215             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
216             // \r
217             // splitContainer1.Panel1\r
218             // \r
219             this.splitContainer1.Panel1.Controls.Add(this.wBrowser);\r
220             // \r
221             // splitContainer1.Panel2\r
222             // \r
223             this.splitContainer1.Panel2.Controls.Add(this.button_container);\r
224             this.splitContainer1.Size = new System.Drawing.Size(594, 249);\r
225             this.splitContainer1.SplitterDistance = 203;\r
226             this.splitContainer1.TabIndex = 69;\r
227             // \r
228             // button_container\r
229             // \r
230             this.button_container.Dock = System.Windows.Forms.DockStyle.Fill;\r
231             this.button_container.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;\r
232             this.button_container.Location = new System.Drawing.Point(0, 0);\r
233             this.button_container.Name = "button_container";\r
234             // \r
235             // button_container.Panel1\r
236             // \r
237             this.button_container.Panel1.Controls.Add(this.btn_skip);\r
238             // \r
239             // button_container.Panel2\r
240             // \r
241             this.button_container.Panel2.Controls.Add(this.btn_remindLater);\r
242             this.button_container.Panel2.Controls.Add(this.btn_installUpdate);\r
243             this.button_container.Size = new System.Drawing.Size(594, 42);\r
244             this.button_container.SplitterDistance = 318;\r
245             this.button_container.TabIndex = 0;\r
246             // \r
247             // PictureBox1\r
248             // \r
249             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
250             this.PictureBox1.InitialImage = null;\r
251             this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
252             this.PictureBox1.Name = "PictureBox1";\r
253             this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
254             this.PictureBox1.TabIndex = 24;\r
255             this.PictureBox1.TabStop = false;\r
256             // \r
257             // frmUpdater\r
258             // \r
259             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
260             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
261             this.ClientSize = new System.Drawing.Size(710, 368);\r
262             this.Controls.Add(this.splitContainer1);\r
263             this.Controls.Add(this.panel5);\r
264             this.Controls.Add(this.panel3);\r
265             this.Controls.Add(this.statusStrip1);\r
266             this.Controls.Add(this.panel1);\r
267             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
268             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
269             this.MaximizeBox = false;\r
270             this.MinimumSize = new System.Drawing.Size(540, 300);\r
271             this.Name = "frmUpdater";\r
272             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
273             this.Text = "Update";\r
274             this.panel1.ResumeLayout(false);\r
275             this.panel1.PerformLayout();\r
276             this.splitContainer1.Panel1.ResumeLayout(false);\r
277             this.splitContainer1.Panel2.ResumeLayout(false);\r
278             this.splitContainer1.ResumeLayout(false);\r
279             this.button_container.Panel1.ResumeLayout(false);\r
280             this.button_container.Panel1.PerformLayout();\r
281             this.button_container.Panel2.ResumeLayout(false);\r
282             this.button_container.Panel2.PerformLayout();\r
283             this.button_container.ResumeLayout(false);\r
284             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
285             this.ResumeLayout(false);\r
286             this.PerformLayout();\r
287 \r
288         }\r
289 \r
290         #endregion\r
291 \r
292         internal System.Windows.Forms.PictureBox PictureBox1;\r
293         private System.Windows.Forms.Label label1;\r
294         private System.Windows.Forms.Label label6;\r
295         internal System.Windows.Forms.Button btn_skip;\r
296         internal System.Windows.Forms.Button btn_installUpdate;\r
297         internal System.Windows.Forms.Button btn_remindLater;\r
298         private System.Windows.Forms.Label label3;\r
299         private System.Windows.Forms.Label lbl_update_text;\r
300         private System.Windows.Forms.Panel panel1;\r
301         private System.Windows.Forms.StatusStrip statusStrip1;\r
302         private System.Windows.Forms.Panel panel3;\r
303         private System.Windows.Forms.Panel panel5;\r
304         private System.Windows.Forms.WebBrowser wBrowser;\r
305         private System.Windows.Forms.SplitContainer splitContainer1;\r
306         private System.Windows.Forms.SplitContainer button_container;\r
307         private System.Windows.Forms.Panel panel2;\r
308     }\r
309 }