OSDN Git Service

7555735b436e78157c16ef587537dc52e4a069c2
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
1 /*  frmOptions.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 frmOptions\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             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions));\r
39             this.btn_close = new System.Windows.Forms.Button();\r
40             this.drp_completeOption = new System.Windows.Forms.ComboBox();\r
41             this.tab_options = new System.Windows.Forms.TabControl();\r
42             this.tab_general = new System.Windows.Forms.TabPage();\r
43             this.label7 = new System.Windows.Forms.Label();\r
44             this.label5 = new System.Windows.Forms.Label();\r
45             this.txt_autoNameFormat = new System.Windows.Forms.TextBox();\r
46             this.btn_browse = new System.Windows.Forms.Button();\r
47             this.label10 = new System.Windows.Forms.Label();\r
48             this.text_an_path = new System.Windows.Forms.TextBox();\r
49             this.check_autoNaming = new System.Windows.Forms.CheckBox();\r
50             this.label13 = new System.Windows.Forms.Label();\r
51             this.check_tooltip = new System.Windows.Forms.CheckBox();\r
52             this.check_updateCheck = new System.Windows.Forms.CheckBox();\r
53             this.check_userDefaultSettings = new System.Windows.Forms.CheckBox();\r
54             this.label1 = new System.Windows.Forms.Label();\r
55             this.label2 = new System.Windows.Forms.Label();\r
56             this.tab_picture = new System.Windows.Forms.TabPage();\r
57             this.txt_decomb = new System.Windows.Forms.TextBox();\r
58             this.label3 = new System.Windows.Forms.Label();\r
59             this.tab_cli = new System.Windows.Forms.TabPage();\r
60             this.check_cli_minimized = new System.Windows.Forms.CheckBox();\r
61             this.label12 = new System.Windows.Forms.Label();\r
62             this.drp_Priority = new System.Windows.Forms.ComboBox();\r
63             this.Label11 = new System.Windows.Forms.Label();\r
64             this.drp_processors = new System.Windows.Forms.ComboBox();\r
65             this.Label4 = new System.Windows.Forms.Label();\r
66             this.tab_advanced = new System.Windows.Forms.TabPage();\r
67             this.lbl_appcastUnstable = new System.Windows.Forms.Label();\r
68             this.check_snapshot = new System.Windows.Forms.CheckBox();\r
69             this.btn_drive_detect = new System.Windows.Forms.CheckBox();\r
70             this.label6 = new System.Windows.Forms.Label();\r
71             this.label8 = new System.Windows.Forms.Label();\r
72             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
73             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
74             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
75             this.tab_options.SuspendLayout();\r
76             this.tab_general.SuspendLayout();\r
77             this.tab_picture.SuspendLayout();\r
78             this.tab_cli.SuspendLayout();\r
79             this.tab_advanced.SuspendLayout();\r
80             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
81             this.SuspendLayout();\r
82             // \r
83             // btn_close\r
84             // \r
85             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
86             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
87             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
88             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
89             this.btn_close.Location = new System.Drawing.Point(395, 346);\r
90             this.btn_close.Name = "btn_close";\r
91             this.btn_close.Size = new System.Drawing.Size(107, 22);\r
92             this.btn_close.TabIndex = 53;\r
93             this.btn_close.Text = "Save && Close";\r
94             this.btn_close.UseVisualStyleBackColor = true;\r
95             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
96             // \r
97             // drp_completeOption\r
98             // \r
99             this.drp_completeOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
100             this.drp_completeOption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
101             this.drp_completeOption.FormattingEnabled = true;\r
102             this.drp_completeOption.Items.AddRange(new object[] {\r
103             "Do Nothing",\r
104             "Shutdown",\r
105             "Suspend",\r
106             "Hibernate",\r
107             "Lock System",\r
108             "Log Off",\r
109             "Quit HandBrake"});\r
110             this.drp_completeOption.Location = new System.Drawing.Point(114, 100);\r
111             this.drp_completeOption.Name = "drp_completeOption";\r
112             this.drp_completeOption.Size = new System.Drawing.Size(166, 21);\r
113             this.drp_completeOption.TabIndex = 43;\r
114             this.ToolTip.SetToolTip(this.drp_completeOption, "Performs an action when an encode or queue has completed.");\r
115             this.drp_completeOption.SelectedIndexChanged += new System.EventHandler(this.drp_completeOption_SelectedIndexChanged);\r
116             // \r
117             // tab_options\r
118             // \r
119             this.tab_options.Controls.Add(this.tab_general);\r
120             this.tab_options.Controls.Add(this.tab_picture);\r
121             this.tab_options.Controls.Add(this.tab_cli);\r
122             this.tab_options.Controls.Add(this.tab_advanced);\r
123             this.tab_options.Location = new System.Drawing.Point(12, 55);\r
124             this.tab_options.Name = "tab_options";\r
125             this.tab_options.SelectedIndex = 0;\r
126             this.tab_options.Size = new System.Drawing.Size(490, 285);\r
127             this.tab_options.TabIndex = 58;\r
128             // \r
129             // tab_general\r
130             // \r
131             this.tab_general.Controls.Add(this.label7);\r
132             this.tab_general.Controls.Add(this.label5);\r
133             this.tab_general.Controls.Add(this.txt_autoNameFormat);\r
134             this.tab_general.Controls.Add(this.btn_browse);\r
135             this.tab_general.Controls.Add(this.label10);\r
136             this.tab_general.Controls.Add(this.text_an_path);\r
137             this.tab_general.Controls.Add(this.check_autoNaming);\r
138             this.tab_general.Controls.Add(this.label13);\r
139             this.tab_general.Controls.Add(this.check_tooltip);\r
140             this.tab_general.Controls.Add(this.check_updateCheck);\r
141             this.tab_general.Controls.Add(this.check_userDefaultSettings);\r
142             this.tab_general.Controls.Add(this.label1);\r
143             this.tab_general.Controls.Add(this.label2);\r
144             this.tab_general.Controls.Add(this.drp_completeOption);\r
145             this.tab_general.Location = new System.Drawing.Point(4, 22);\r
146             this.tab_general.Name = "tab_general";\r
147             this.tab_general.Size = new System.Drawing.Size(482, 259);\r
148             this.tab_general.TabIndex = 3;\r
149             this.tab_general.Text = "General";\r
150             this.tab_general.UseVisualStyleBackColor = true;\r
151             // \r
152             // label7\r
153             // \r
154             this.label7.AutoSize = true;\r
155             this.label7.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
156             this.label7.Location = new System.Drawing.Point(197, 222);\r
157             this.label7.Name = "label7";\r
158             this.label7.Size = new System.Drawing.Size(242, 12);\r
159             this.label7.TabIndex = 81;\r
160             this.label7.Text = "Available Options: {source} {title} {chapters}";\r
161             // \r
162             // label5\r
163             // \r
164             this.label5.AutoSize = true;\r
165             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
166             this.label5.Location = new System.Drawing.Point(111, 201);\r
167             this.label5.Name = "label5";\r
168             this.label5.Size = new System.Drawing.Size(52, 13);\r
169             this.label5.TabIndex = 80;\r
170             this.label5.Text = "Format:";\r
171             // \r
172             // txt_autoNameFormat\r
173             // \r
174             this.txt_autoNameFormat.Location = new System.Drawing.Point(199, 198);\r
175             this.txt_autoNameFormat.Name = "txt_autoNameFormat";\r
176             this.txt_autoNameFormat.Size = new System.Drawing.Size(255, 21);\r
177             this.txt_autoNameFormat.TabIndex = 79;\r
178             this.txt_autoNameFormat.TextChanged += new System.EventHandler(this.txt_autoNameFormat_TextChanged);\r
179             // \r
180             // btn_browse\r
181             // \r
182             this.btn_browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
183             this.btn_browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
184             this.btn_browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
185             this.btn_browse.Location = new System.Drawing.Point(386, 171);\r
186             this.btn_browse.Name = "btn_browse";\r
187             this.btn_browse.Size = new System.Drawing.Size(68, 22);\r
188             this.btn_browse.TabIndex = 78;\r
189             this.btn_browse.Text = "Browse";\r
190             this.btn_browse.UseVisualStyleBackColor = true;\r
191             this.btn_browse.Click += new System.EventHandler(this.btn_browse_Click);\r
192             // \r
193             // label10\r
194             // \r
195             this.label10.AutoSize = true;\r
196             this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
197             this.label10.Location = new System.Drawing.Point(111, 174);\r
198             this.label10.Name = "label10";\r
199             this.label10.Size = new System.Drawing.Size(82, 13);\r
200             this.label10.TabIndex = 77;\r
201             this.label10.Text = "Default Path:";\r
202             // \r
203             // text_an_path\r
204             // \r
205             this.text_an_path.Location = new System.Drawing.Point(199, 171);\r
206             this.text_an_path.Name = "text_an_path";\r
207             this.text_an_path.Size = new System.Drawing.Size(181, 21);\r
208             this.text_an_path.TabIndex = 76;\r
209             this.ToolTip.SetToolTip(this.text_an_path, "Default location where Auto named files are stored.");\r
210             this.text_an_path.TextChanged += new System.EventHandler(this.text_an_path_TextChanged);\r
211             // \r
212             // check_autoNaming\r
213             // \r
214             this.check_autoNaming.AutoSize = true;\r
215             this.check_autoNaming.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
216             this.check_autoNaming.Location = new System.Drawing.Point(114, 148);\r
217             this.check_autoNaming.Name = "check_autoNaming";\r
218             this.check_autoNaming.Size = new System.Drawing.Size(340, 17);\r
219             this.check_autoNaming.TabIndex = 72;\r
220             this.check_autoNaming.Text = "Use Auto Naming (uses source name and title number)";\r
221             this.ToolTip.SetToolTip(this.check_autoNaming, "Automatically name output files");\r
222             this.check_autoNaming.UseVisualStyleBackColor = true;\r
223             this.check_autoNaming.CheckedChanged += new System.EventHandler(this.check_autoNaming_CheckedChanged);\r
224             // \r
225             // label13\r
226             // \r
227             this.label13.AutoSize = true;\r
228             this.label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
229             this.label13.Location = new System.Drawing.Point(10, 149);\r
230             this.label13.Name = "label13";\r
231             this.label13.Size = new System.Drawing.Size(86, 13);\r
232             this.label13.TabIndex = 71;\r
233             this.label13.Text = "Output files:";\r
234             // \r
235             // check_tooltip\r
236             // \r
237             this.check_tooltip.AutoSize = true;\r
238             this.check_tooltip.BackColor = System.Drawing.Color.Transparent;\r
239             this.check_tooltip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
240             this.check_tooltip.Location = new System.Drawing.Point(114, 41);\r
241             this.check_tooltip.Name = "check_tooltip";\r
242             this.check_tooltip.Size = new System.Drawing.Size(135, 17);\r
243             this.check_tooltip.TabIndex = 70;\r
244             this.check_tooltip.Text = "Enable GUI tooltips";\r
245             this.ToolTip.SetToolTip(this.check_tooltip, "Enable the built in tooltips for gui controls.");\r
246             this.check_tooltip.UseVisualStyleBackColor = false;\r
247             this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged);\r
248             // \r
249             // check_updateCheck\r
250             // \r
251             this.check_updateCheck.AutoSize = true;\r
252             this.check_updateCheck.BackColor = System.Drawing.Color.Transparent;\r
253             this.check_updateCheck.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
254             this.check_updateCheck.Location = new System.Drawing.Point(114, 18);\r
255             this.check_updateCheck.Name = "check_updateCheck";\r
256             this.check_updateCheck.Size = new System.Drawing.Size(131, 17);\r
257             this.check_updateCheck.TabIndex = 68;\r
258             this.check_updateCheck.Text = "Check for updates";\r
259             this.ToolTip.SetToolTip(this.check_updateCheck, "Enables the built in update checker. This check is performed when the application" +\r
260                     " starts.");\r
261             this.check_updateCheck.UseVisualStyleBackColor = false;\r
262             this.check_updateCheck.CheckedChanged += new System.EventHandler(this.check_updateCheck_CheckedChanged);\r
263             // \r
264             // check_userDefaultSettings\r
265             // \r
266             this.check_userDefaultSettings.AutoSize = true;\r
267             this.check_userDefaultSettings.BackColor = System.Drawing.Color.Transparent;\r
268             this.check_userDefaultSettings.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
269             this.check_userDefaultSettings.Location = new System.Drawing.Point(114, 64);\r
270             this.check_userDefaultSettings.Name = "check_userDefaultSettings";\r
271             this.check_userDefaultSettings.Size = new System.Drawing.Size(166, 17);\r
272             this.check_userDefaultSettings.TabIndex = 69;\r
273             this.check_userDefaultSettings.Text = "Load my default settings";\r
274             this.ToolTip.SetToolTip(this.check_userDefaultSettings, "Loads the users default settings rather than the Normal preset.");\r
275             this.check_userDefaultSettings.UseVisualStyleBackColor = false;\r
276             this.check_userDefaultSettings.CheckedChanged += new System.EventHandler(this.check_userDefaultSettings_CheckedChanged);\r
277             // \r
278             // label1\r
279             // \r
280             this.label1.AutoSize = true;\r
281             this.label1.BackColor = System.Drawing.Color.Transparent;\r
282             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
283             this.label1.Location = new System.Drawing.Point(21, 19);\r
284             this.label1.Name = "label1";\r
285             this.label1.Size = new System.Drawing.Size(75, 13);\r
286             this.label1.TabIndex = 67;\r
287             this.label1.Text = "At Launch:";\r
288             // \r
289             // label2\r
290             // \r
291             this.label2.AutoSize = true;\r
292             this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
293             this.label2.Location = new System.Drawing.Point(12, 103);\r
294             this.label2.Name = "label2";\r
295             this.label2.Size = new System.Drawing.Size(84, 13);\r
296             this.label2.TabIndex = 54;\r
297             this.label2.Text = "When Done:";\r
298             // \r
299             // tab_picture\r
300             // \r
301             this.tab_picture.Controls.Add(this.txt_decomb);\r
302             this.tab_picture.Controls.Add(this.label3);\r
303             this.tab_picture.Location = new System.Drawing.Point(4, 22);\r
304             this.tab_picture.Name = "tab_picture";\r
305             this.tab_picture.Size = new System.Drawing.Size(482, 259);\r
306             this.tab_picture.TabIndex = 5;\r
307             this.tab_picture.Text = "Picture";\r
308             this.tab_picture.UseVisualStyleBackColor = true;\r
309             // \r
310             // txt_decomb\r
311             // \r
312             this.txt_decomb.Location = new System.Drawing.Point(90, 16);\r
313             this.txt_decomb.Name = "txt_decomb";\r
314             this.txt_decomb.Size = new System.Drawing.Size(181, 21);\r
315             this.txt_decomb.TabIndex = 78;\r
316             this.ToolTip.SetToolTip(this.txt_decomb, "Default: 4:10:15:9:10:35:9");\r
317             this.txt_decomb.TextChanged += new System.EventHandler(this.txt_decomb_TextChanged);\r
318             // \r
319             // label3\r
320             // \r
321             this.label3.AutoSize = true;\r
322             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
323             this.label3.Location = new System.Drawing.Point(21, 19);\r
324             this.label3.Name = "label3";\r
325             this.label3.Size = new System.Drawing.Size(63, 13);\r
326             this.label3.TabIndex = 77;\r
327             this.label3.Text = "Decomb:";\r
328             // \r
329             // tab_cli\r
330             // \r
331             this.tab_cli.Controls.Add(this.check_cli_minimized);\r
332             this.tab_cli.Controls.Add(this.label12);\r
333             this.tab_cli.Controls.Add(this.drp_Priority);\r
334             this.tab_cli.Controls.Add(this.Label11);\r
335             this.tab_cli.Controls.Add(this.drp_processors);\r
336             this.tab_cli.Controls.Add(this.Label4);\r
337             this.tab_cli.Location = new System.Drawing.Point(4, 22);\r
338             this.tab_cli.Name = "tab_cli";\r
339             this.tab_cli.Size = new System.Drawing.Size(482, 259);\r
340             this.tab_cli.TabIndex = 2;\r
341             this.tab_cli.Text = "CLI";\r
342             this.tab_cli.UseVisualStyleBackColor = true;\r
343             // \r
344             // check_cli_minimized\r
345             // \r
346             this.check_cli_minimized.AutoSize = true;\r
347             this.check_cli_minimized.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
348             this.check_cli_minimized.Location = new System.Drawing.Point(71, 18);\r
349             this.check_cli_minimized.Name = "check_cli_minimized";\r
350             this.check_cli_minimized.Size = new System.Drawing.Size(155, 17);\r
351             this.check_cli_minimized.TabIndex = 76;\r
352             this.check_cli_minimized.Text = "Use window minimized";\r
353             this.ToolTip.SetToolTip(this.check_cli_minimized, "Starts a CLI window minimized.");\r
354             this.check_cli_minimized.UseVisualStyleBackColor = true;\r
355             this.check_cli_minimized.CheckedChanged += new System.EventHandler(this.check_cli_minimized_CheckedChanged);\r
356             // \r
357             // label12\r
358             // \r
359             this.label12.AutoSize = true;\r
360             this.label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
361             this.label12.Location = new System.Drawing.Point(21, 19);\r
362             this.label12.Name = "label12";\r
363             this.label12.Size = new System.Drawing.Size(32, 13);\r
364             this.label12.TabIndex = 75;\r
365             this.label12.Text = "CLI:";\r
366             // \r
367             // drp_Priority\r
368             // \r
369             this.drp_Priority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
370             this.drp_Priority.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
371             this.drp_Priority.FormattingEnabled = true;\r
372             this.drp_Priority.Items.AddRange(new object[] {\r
373             "Realtime",\r
374             "High",\r
375             "Above Normal",\r
376             "Normal",\r
377             "Below Normal",\r
378             "Low"});\r
379             this.drp_Priority.Location = new System.Drawing.Point(177, 72);\r
380             this.drp_Priority.Name = "drp_Priority";\r
381             this.drp_Priority.Size = new System.Drawing.Size(111, 21);\r
382             this.drp_Priority.TabIndex = 43;\r
383             this.ToolTip.SetToolTip(this.drp_Priority, "Set the application priority level for the CLI. \r\nIt\'s best to leave this on Belo" +\r
384                     "w Normal if you wish to use your system whilst encoding with HandBrake.\r\n");\r
385             this.drp_Priority.SelectedIndexChanged += new System.EventHandler(this.drp_Priority_SelectedIndexChanged);\r
386             // \r
387             // Label11\r
388             // \r
389             this.Label11.AutoSize = true;\r
390             this.Label11.BackColor = System.Drawing.Color.Transparent;\r
391             this.Label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
392             this.Label11.Location = new System.Drawing.Point(68, 48);\r
393             this.Label11.Name = "Label11";\r
394             this.Label11.Size = new System.Drawing.Size(103, 13);\r
395             this.Label11.TabIndex = 40;\r
396             this.Label11.Text = "Processor cores:";\r
397             // \r
398             // drp_processors\r
399             // \r
400             this.drp_processors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
401             this.drp_processors.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
402             this.drp_processors.FormattingEnabled = true;\r
403             this.drp_processors.Items.AddRange(new object[] {\r
404             "Automatic",\r
405             "1",\r
406             "2",\r
407             "3",\r
408             "4",\r
409             "5",\r
410             "6",\r
411             "7",\r
412             "8"});\r
413             this.drp_processors.Location = new System.Drawing.Point(177, 45);\r
414             this.drp_processors.Name = "drp_processors";\r
415             this.drp_processors.Size = new System.Drawing.Size(111, 21);\r
416             this.drp_processors.TabIndex = 41;\r
417             this.ToolTip.SetToolTip(this.drp_processors, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
418                     "n Automatic.");\r
419             this.drp_processors.SelectedIndexChanged += new System.EventHandler(this.drp_processors_SelectedIndexChanged);\r
420             // \r
421             // Label4\r
422             // \r
423             this.Label4.AutoSize = true;\r
424             this.Label4.BackColor = System.Drawing.Color.Transparent;\r
425             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
426             this.Label4.Location = new System.Drawing.Point(68, 75);\r
427             this.Label4.Name = "Label4";\r
428             this.Label4.Size = new System.Drawing.Size(84, 13);\r
429             this.Label4.TabIndex = 42;\r
430             this.Label4.Text = "Priority level:";\r
431             // \r
432             // tab_advanced\r
433             // \r
434             this.tab_advanced.Controls.Add(this.lbl_appcastUnstable);\r
435             this.tab_advanced.Controls.Add(this.check_snapshot);\r
436             this.tab_advanced.Controls.Add(this.btn_drive_detect);\r
437             this.tab_advanced.Controls.Add(this.label6);\r
438             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
439             this.tab_advanced.Name = "tab_advanced";\r
440             this.tab_advanced.Padding = new System.Windows.Forms.Padding(3);\r
441             this.tab_advanced.Size = new System.Drawing.Size(482, 259);\r
442             this.tab_advanced.TabIndex = 4;\r
443             this.tab_advanced.Text = "Advanced";\r
444             this.tab_advanced.UseVisualStyleBackColor = true;\r
445             // \r
446             // lbl_appcastUnstable\r
447             // \r
448             this.lbl_appcastUnstable.AutoSize = true;\r
449             this.lbl_appcastUnstable.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
450             this.lbl_appcastUnstable.Location = new System.Drawing.Point(6, 42);\r
451             this.lbl_appcastUnstable.Name = "lbl_appcastUnstable";\r
452             this.lbl_appcastUnstable.Size = new System.Drawing.Size(64, 13);\r
453             this.lbl_appcastUnstable.TabIndex = 81;\r
454             this.lbl_appcastUnstable.Text = "Updates:";\r
455             // \r
456             // check_snapshot\r
457             // \r
458             this.check_snapshot.AutoSize = true;\r
459             this.check_snapshot.BackColor = System.Drawing.Color.Transparent;\r
460             this.check_snapshot.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
461             this.check_snapshot.Location = new System.Drawing.Point(76, 41);\r
462             this.check_snapshot.Name = "check_snapshot";\r
463             this.check_snapshot.Size = new System.Drawing.Size(273, 17);\r
464             this.check_snapshot.TabIndex = 80;\r
465             this.check_snapshot.Text = "Check for unstable development snapshots";\r
466             this.ToolTip.SetToolTip(this.check_snapshot, "Enables the built in update checker to check for the latest development snapshot " +\r
467                     "builds.\r\nWarning: These are considered unstable builds and are not supported!");\r
468             this.check_snapshot.UseVisualStyleBackColor = false;\r
469             this.check_snapshot.CheckedChanged += new System.EventHandler(this.check_snapshot_CheckedChanged);\r
470             // \r
471             // btn_drive_detect\r
472             // \r
473             this.btn_drive_detect.AutoSize = true;\r
474             this.btn_drive_detect.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
475             this.btn_drive_detect.Location = new System.Drawing.Point(76, 18);\r
476             this.btn_drive_detect.Name = "btn_drive_detect";\r
477             this.btn_drive_detect.Size = new System.Drawing.Size(383, 17);\r
478             this.btn_drive_detect.TabIndex = 72;\r
479             this.btn_drive_detect.Text = "Enable Drive Detection in the \"Source\" button dropdown menu";\r
480             this.ToolTip.SetToolTip(this.btn_drive_detect, "Enables the Source button\'s ability to detect DVD\'s.\r\nIf this option is enabled, " +\r
481                     "DVD\'s will be listed in the source menu.");\r
482             this.btn_drive_detect.UseVisualStyleBackColor = true;\r
483             this.btn_drive_detect.CheckedChanged += new System.EventHandler(this.btn_drive_detect_CheckedChanged);\r
484             // \r
485             // label6\r
486             // \r
487             this.label6.AutoSize = true;\r
488             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
489             this.label6.Location = new System.Drawing.Point(35, 19);\r
490             this.label6.Name = "label6";\r
491             this.label6.Size = new System.Drawing.Size(35, 13);\r
492             this.label6.TabIndex = 71;\r
493             this.label6.Text = "GUI:";\r
494             // \r
495             // label8\r
496             // \r
497             this.label8.AutoSize = true;\r
498             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
499             this.label8.Location = new System.Drawing.Point(50, 24);\r
500             this.label8.Name = "label8";\r
501             this.label8.Size = new System.Drawing.Size(131, 13);\r
502             this.label8.TabIndex = 61;\r
503             this.label8.Text = "Handbrake Options";\r
504             // \r
505             // pictureBox2\r
506             // \r
507             this.pictureBox2.Image = global::Handbrake.Properties.Resources.General_Preferences;\r
508             this.pictureBox2.Location = new System.Drawing.Point(12, 12);\r
509             this.pictureBox2.Name = "pictureBox2";\r
510             this.pictureBox2.Size = new System.Drawing.Size(32, 32);\r
511             this.pictureBox2.TabIndex = 60;\r
512             this.pictureBox2.TabStop = false;\r
513             // \r
514             // ToolTip\r
515             // \r
516             this.ToolTip.Active = false;\r
517             this.ToolTip.AutomaticDelay = 1000;\r
518             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
519             this.ToolTip.ToolTipTitle = "Tooltip";\r
520             // \r
521             // frmOptions\r
522             // \r
523             this.ClientSize = new System.Drawing.Size(514, 375);\r
524             this.Controls.Add(this.label8);\r
525             this.Controls.Add(this.pictureBox2);\r
526             this.Controls.Add(this.tab_options);\r
527             this.Controls.Add(this.btn_close);\r
528             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
529             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
530             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
531             this.MaximizeBox = false;\r
532             this.MinimizeBox = false;\r
533             this.Name = "frmOptions";\r
534             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
535             this.Text = "Options";\r
536             this.tab_options.ResumeLayout(false);\r
537             this.tab_general.ResumeLayout(false);\r
538             this.tab_general.PerformLayout();\r
539             this.tab_picture.ResumeLayout(false);\r
540             this.tab_picture.PerformLayout();\r
541             this.tab_cli.ResumeLayout(false);\r
542             this.tab_cli.PerformLayout();\r
543             this.tab_advanced.ResumeLayout(false);\r
544             this.tab_advanced.PerformLayout();\r
545             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
546             this.ResumeLayout(false);\r
547             this.PerformLayout();\r
548 \r
549         }\r
550 \r
551         #endregion\r
552 \r
553         internal System.Windows.Forms.Button btn_close;\r
554         internal System.Windows.Forms.ComboBox drp_completeOption;\r
555         private System.Windows.Forms.TabControl tab_options;\r
556         private System.Windows.Forms.Label label2;\r
557         private System.Windows.Forms.TabPage tab_cli;\r
558         private System.Windows.Forms.Label label8;\r
559         private System.Windows.Forms.PictureBox pictureBox2;\r
560         private System.Windows.Forms.TabPage tab_general;\r
561         private System.Windows.Forms.FolderBrowserDialog pathFinder;\r
562         internal System.Windows.Forms.ComboBox drp_Priority;\r
563         internal System.Windows.Forms.Label Label11;\r
564         internal System.Windows.Forms.Label Label4;\r
565         internal System.Windows.Forms.ComboBox drp_processors;\r
566         internal System.Windows.Forms.CheckBox check_tooltip;\r
567         internal System.Windows.Forms.CheckBox check_updateCheck;\r
568         internal System.Windows.Forms.CheckBox check_userDefaultSettings;\r
569         private System.Windows.Forms.Label label1;\r
570         private System.Windows.Forms.TabPage tab_advanced;\r
571         internal System.Windows.Forms.CheckBox btn_drive_detect;\r
572         private System.Windows.Forms.Label label6;\r
573         private System.Windows.Forms.Label label13;\r
574         internal System.Windows.Forms.Button btn_browse;\r
575         internal System.Windows.Forms.Label label10;\r
576         private System.Windows.Forms.TextBox text_an_path;\r
577         internal System.Windows.Forms.CheckBox check_autoNaming;\r
578         internal System.Windows.Forms.CheckBox check_cli_minimized;\r
579         private System.Windows.Forms.Label label12;\r
580         internal System.Windows.Forms.ToolTip ToolTip;\r
581         private System.Windows.Forms.Label lbl_appcastUnstable;\r
582         internal System.Windows.Forms.CheckBox check_snapshot;\r
583         private System.Windows.Forms.TabPage tab_picture;\r
584         private System.Windows.Forms.TextBox txt_decomb;\r
585         private System.Windows.Forms.Label label3;\r
586         internal System.Windows.Forms.Label label5;\r
587         private System.Windows.Forms.TextBox txt_autoNameFormat;\r
588         private System.Windows.Forms.Label label7;\r
589     }\r
590 }