OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQuickStart.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmQuickStart\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQuickStart));\r
32             this.check_disableWindow = new System.Windows.Forms.CheckBox();\r
33             this.btn_close = new System.Windows.Forms.Button();\r
34             this.label1 = new System.Windows.Forms.Label();\r
35             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
36             this.label_docs = new System.Windows.Forms.LinkLabel();\r
37             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
38             this.label2 = new System.Windows.Forms.Label();\r
39             this.pictureBox4 = new System.Windows.Forms.PictureBox();\r
40             this.label4 = new System.Windows.Forms.Label();\r
41             this.pictureBox5 = new System.Windows.Forms.PictureBox();\r
42             this.label5 = new System.Windows.Forms.Label();\r
43             this.pictureBox6 = new System.Windows.Forms.PictureBox();\r
44             this.label6 = new System.Windows.Forms.Label();\r
45             this.pictureBox7 = new System.Windows.Forms.PictureBox();\r
46             this.label7 = new System.Windows.Forms.Label();\r
47             this.pictureBox8 = new System.Windows.Forms.PictureBox();\r
48             this.label8 = new System.Windows.Forms.Label();\r
49             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
50             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
51             ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();\r
52             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();\r
53             ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();\r
54             ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();\r
55             ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();\r
56             this.SuspendLayout();\r
57             // \r
58             // check_disableWindow\r
59             // \r
60             this.check_disableWindow.AutoSize = true;\r
61             this.check_disableWindow.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
62             this.check_disableWindow.Location = new System.Drawing.Point(12, 406);\r
63             this.check_disableWindow.Name = "check_disableWindow";\r
64             this.check_disableWindow.Size = new System.Drawing.Size(185, 17);\r
65             this.check_disableWindow.TabIndex = 0;\r
66             this.check_disableWindow.Text = "Do not show on next launch";\r
67             this.check_disableWindow.UseVisualStyleBackColor = true;\r
68             this.check_disableWindow.CheckedChanged += new System.EventHandler(this.check_disableWindow_CheckedChanged);\r
69             // \r
70             // btn_close\r
71             // \r
72             this.btn_close.BackColor = System.Drawing.SystemColors.Control;\r
73             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
74             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
75             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
76             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
77             this.btn_close.Location = new System.Drawing.Point(399, 402);\r
78             this.btn_close.Name = "btn_close";\r
79             this.btn_close.Size = new System.Drawing.Size(111, 22);\r
80             this.btn_close.TabIndex = 415;\r
81             this.btn_close.TabStop = false;\r
82             this.btn_close.Text = "Close Window";\r
83             this.btn_close.UseVisualStyleBackColor = false;\r
84             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
85             // \r
86             // label1\r
87             // \r
88             this.label1.AutoSize = true;\r
89             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
90             this.label1.Location = new System.Drawing.Point(52, 23);\r
91             this.label1.Name = "label1";\r
92             this.label1.Size = new System.Drawing.Size(356, 13);\r
93             this.label1.TabIndex = 416;\r
94             this.label1.Text = "Documentation and user guides for this GUI can be found at:\r\n";\r
95             // \r
96             // pictureBox1\r
97             // \r
98             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Help;\r
99             this.pictureBox1.Location = new System.Drawing.Point(12, 23);\r
100             this.pictureBox1.Name = "pictureBox1";\r
101             this.pictureBox1.Size = new System.Drawing.Size(34, 33);\r
102             this.pictureBox1.TabIndex = 417;\r
103             this.pictureBox1.TabStop = false;\r
104             // \r
105             // label_docs\r
106             // \r
107             this.label_docs.AutoSize = true;\r
108             this.label_docs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
109             this.label_docs.Location = new System.Drawing.Point(52, 43);\r
110             this.label_docs.Name = "label_docs";\r
111             this.label_docs.Size = new System.Drawing.Size(66, 13);\r
112             this.label_docs.TabIndex = 418;\r
113             this.label_docs.TabStop = true;\r
114             this.label_docs.Text = "Click Here";\r
115             this.label_docs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label_docs_LinkClicked);\r
116             // \r
117             // pictureBox2\r
118             // \r
119             this.pictureBox2.ErrorImage = global::Handbrake.Properties.Resources.info;\r
120             this.pictureBox2.Image = global::Handbrake.Properties.Resources.info;\r
121             this.pictureBox2.Location = new System.Drawing.Point(12, 122);\r
122             this.pictureBox2.Name = "pictureBox2";\r
123             this.pictureBox2.Size = new System.Drawing.Size(34, 33);\r
124             this.pictureBox2.TabIndex = 419;\r
125             this.pictureBox2.TabStop = false;\r
126             // \r
127             // label2\r
128             // \r
129             this.label2.AutoSize = true;\r
130             this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
131             this.label2.Location = new System.Drawing.Point(52, 122);\r
132             this.label2.Name = "label2";\r
133             this.label2.Size = new System.Drawing.Size(411, 26);\r
134             this.label2.TabIndex = 420;\r
135             this.label2.Text = "Handbrake on windows does not remove any form of copy proteciton! \r\nThis can be d" +\r
136                 "one with 3rd party tools.";\r
137             // \r
138             // pictureBox4\r
139             // \r
140             this.pictureBox4.ErrorImage = global::Handbrake.Properties.Resources.info;\r
141             this.pictureBox4.Image = global::Handbrake.Properties.Resources.Movies;\r
142             this.pictureBox4.Location = new System.Drawing.Point(12, 172);\r
143             this.pictureBox4.Name = "pictureBox4";\r
144             this.pictureBox4.Size = new System.Drawing.Size(34, 33);\r
145             this.pictureBox4.TabIndex = 423;\r
146             this.pictureBox4.TabStop = false;\r
147             // \r
148             // label4\r
149             // \r
150             this.label4.AutoSize = true;\r
151             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
152             this.label4.Location = new System.Drawing.Point(52, 172);\r
153             this.label4.Name = "label4";\r
154             this.label4.Size = new System.Drawing.Size(460, 26);\r
155             this.label4.TabIndex = 424;\r
156             this.label4.Text = "There are a number of built in presets. If you are unsure which settings to use,\r" +\r
157                 "\nthen simply select the desired preset from the \"Presets\" Menu.";\r
158             // \r
159             // pictureBox5\r
160             // \r
161             this.pictureBox5.ErrorImage = global::Handbrake.Properties.Resources.info;\r
162             this.pictureBox5.Image = global::Handbrake.Properties.Resources.Emoticon;\r
163             this.pictureBox5.Location = new System.Drawing.Point(12, 335);\r
164             this.pictureBox5.Name = "pictureBox5";\r
165             this.pictureBox5.Size = new System.Drawing.Size(34, 33);\r
166             this.pictureBox5.TabIndex = 425;\r
167             this.pictureBox5.TabStop = false;\r
168             // \r
169             // label5\r
170             // \r
171             this.label5.AutoSize = true;\r
172             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
173             this.label5.Location = new System.Drawing.Point(53, 335);\r
174             this.label5.Name = "label5";\r
175             this.label5.Size = new System.Drawing.Size(444, 39);\r
176             this.label5.TabIndex = 426;\r
177             this.label5.Text = resources.GetString("label5.Text");\r
178             // \r
179             // pictureBox6\r
180             // \r
181             this.pictureBox6.ErrorImage = global::Handbrake.Properties.Resources.info;\r
182             this.pictureBox6.Image = global::Handbrake.Properties.Resources.History;\r
183             this.pictureBox6.Location = new System.Drawing.Point(12, 225);\r
184             this.pictureBox6.Name = "pictureBox6";\r
185             this.pictureBox6.Size = new System.Drawing.Size(34, 33);\r
186             this.pictureBox6.TabIndex = 427;\r
187             this.pictureBox6.TabStop = false;\r
188             // \r
189             // label6\r
190             // \r
191             this.label6.AutoSize = true;\r
192             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
193             this.label6.Location = new System.Drawing.Point(52, 225);\r
194             this.label6.Name = "label6";\r
195             this.label6.Size = new System.Drawing.Size(448, 39);\r
196             this.label6.TabIndex = 428;\r
197             this.label6.Text = "Typically the encode time for your project will vary. An hours worth of video \r\nc" +\r
198                 "an take anywhere between 20 Minutes up to several hours depending on \r\nyour hard" +\r
199                 "ware and the settings you use.";\r
200             // \r
201             // pictureBox7\r
202             // \r
203             this.pictureBox7.ErrorImage = global::Handbrake.Properties.Resources.info;\r
204             this.pictureBox7.Image = global::Handbrake.Properties.Resources.Remove;\r
205             this.pictureBox7.Location = new System.Drawing.Point(12, 280);\r
206             this.pictureBox7.Name = "pictureBox7";\r
207             this.pictureBox7.Size = new System.Drawing.Size(34, 33);\r
208             this.pictureBox7.TabIndex = 429;\r
209             this.pictureBox7.TabStop = false;\r
210             // \r
211             // label7\r
212             // \r
213             this.label7.AutoSize = true;\r
214             this.label7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
215             this.label7.Location = new System.Drawing.Point(53, 280);\r
216             this.label7.Name = "label7";\r
217             this.label7.Size = new System.Drawing.Size(463, 39);\r
218             this.label7.TabIndex = 430;\r
219             this.label7.Text = "If you don\'t read the documentation / user guides then you will most likely fail." +\r
220                 " \r\nYou will not recieve support on the forums if you have not read the\r\nFAQ / Gu" +\r
221                 "ides and searched the forum.";\r
222             // \r
223             // pictureBox8\r
224             // \r
225             this.pictureBox8.ErrorImage = global::Handbrake.Properties.Resources.info;\r
226             this.pictureBox8.Image = global::Handbrake.Properties.Resources.General_Preferences;\r
227             this.pictureBox8.Location = new System.Drawing.Point(12, 71);\r
228             this.pictureBox8.Name = "pictureBox8";\r
229             this.pictureBox8.Size = new System.Drawing.Size(34, 33);\r
230             this.pictureBox8.TabIndex = 431;\r
231             this.pictureBox8.TabStop = false;\r
232             // \r
233             // label8\r
234             // \r
235             this.label8.AutoSize = true;\r
236             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
237             this.label8.Location = new System.Drawing.Point(53, 71);\r
238             this.label8.Name = "label8";\r
239             this.label8.Size = new System.Drawing.Size(414, 39);\r
240             this.label8.TabIndex = 432;\r
241             this.label8.Text = "This application requires Administrator rights to operate correctly on \r\nWindows " +\r
242                 "Vista. This can be done by right clicking the icon and enabling\r\nthe option in t" +\r
243                 "he properties window.";\r
244             // \r
245             // frmQuickStart\r
246             // \r
247             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
248             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
249             this.ClientSize = new System.Drawing.Size(522, 439);\r
250             this.Controls.Add(this.label8);\r
251             this.Controls.Add(this.pictureBox8);\r
252             this.Controls.Add(this.label7);\r
253             this.Controls.Add(this.pictureBox7);\r
254             this.Controls.Add(this.label6);\r
255             this.Controls.Add(this.pictureBox6);\r
256             this.Controls.Add(this.label5);\r
257             this.Controls.Add(this.pictureBox5);\r
258             this.Controls.Add(this.label4);\r
259             this.Controls.Add(this.pictureBox4);\r
260             this.Controls.Add(this.label2);\r
261             this.Controls.Add(this.pictureBox2);\r
262             this.Controls.Add(this.label_docs);\r
263             this.Controls.Add(this.pictureBox1);\r
264             this.Controls.Add(this.label1);\r
265             this.Controls.Add(this.btn_close);\r
266             this.Controls.Add(this.check_disableWindow);\r
267             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
268             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
269             this.Name = "frmQuickStart";\r
270             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
271             this.Text = "Quick Start Tips";\r
272             this.TopMost = true;\r
273             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
274             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
275             ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();\r
276             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();\r
277             ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();\r
278             ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();\r
279             ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();\r
280             this.ResumeLayout(false);\r
281             this.PerformLayout();\r
282 \r
283         }\r
284 \r
285         #endregion\r
286 \r
287         private System.Windows.Forms.CheckBox check_disableWindow;\r
288         internal System.Windows.Forms.Button btn_close;\r
289         private System.Windows.Forms.Label label1;\r
290         private System.Windows.Forms.PictureBox pictureBox1;\r
291         internal System.Windows.Forms.LinkLabel label_docs;\r
292         private System.Windows.Forms.PictureBox pictureBox2;\r
293         private System.Windows.Forms.Label label2;\r
294         private System.Windows.Forms.PictureBox pictureBox4;\r
295         private System.Windows.Forms.Label label4;\r
296         private System.Windows.Forms.PictureBox pictureBox5;\r
297         private System.Windows.Forms.Label label5;\r
298         private System.Windows.Forms.PictureBox pictureBox6;\r
299         private System.Windows.Forms.Label label6;\r
300         private System.Windows.Forms.PictureBox pictureBox7;\r
301         private System.Windows.Forms.Label label7;\r
302         private System.Windows.Forms.PictureBox pictureBox8;\r
303         private System.Windows.Forms.Label label8;\r
304     }\r
305 }