OSDN Git Service

WinGui: Re-checkin updated stylecop settings
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
1 /*  frmOptions.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 frmOptions\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             this.components = new System.ComponentModel.Container();\r
37             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions));\r
38             this.btn_close = new System.Windows.Forms.Button();\r
39             this.drp_completeOption = new System.Windows.Forms.ComboBox();\r
40             this.tab_options = new System.Windows.Forms.TabControl();\r
41             this.tab_general = new System.Windows.Forms.TabPage();\r
42             this.check_TitleCase = new System.Windows.Forms.CheckBox();\r
43             this.check_removeUnderscores = new System.Windows.Forms.CheckBox();\r
44             this.check_growlEncode = new System.Windows.Forms.CheckBox();\r
45             this.check_GrowlQueue = new System.Windows.Forms.CheckBox();\r
46             this.check_m4v = new System.Windows.Forms.CheckBox();\r
47             this.label1 = new System.Windows.Forms.Label();\r
48             this.label7 = new System.Windows.Forms.Label();\r
49             this.drop_updateCheckDays = new System.Windows.Forms.ComboBox();\r
50             this.check_autoNaming = new System.Windows.Forms.CheckBox();\r
51             this.txt_autoNameFormat = new System.Windows.Forms.TextBox();\r
52             this.check_tooltip = new System.Windows.Forms.CheckBox();\r
53             this.label5 = new System.Windows.Forms.Label();\r
54             this.check_updateCheck = new System.Windows.Forms.CheckBox();\r
55             this.label10 = new System.Windows.Forms.Label();\r
56             this.btn_browse = new System.Windows.Forms.Button();\r
57             this.label2 = new System.Windows.Forms.Label();\r
58             this.label13 = new System.Windows.Forms.Label();\r
59             this.text_an_path = new System.Windows.Forms.TextBox();\r
60             this.tab_picture = new System.Windows.Forms.TabPage();\r
61             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();\r
62             this.label29 = new System.Windows.Forms.Label();\r
63             this.btn_vlcPath = new System.Windows.Forms.Button();\r
64             this.txt_vlcPath = new System.Windows.Forms.TextBox();\r
65             this.tab_audio_sub = new System.Windows.Forms.TabPage();\r
66             this.label31 = new System.Windows.Forms.Label();\r
67             this.label15 = new System.Windows.Forms.Label();\r
68             this.radio_foreignAndSubs = new System.Windows.Forms.RadioButton();\r
69             this.drop_preferredLang = new System.Windows.Forms.ComboBox();\r
70             this.radio_dub = new System.Windows.Forms.RadioButton();\r
71             this.tab_cli = new System.Windows.Forms.TabPage();\r
72             this.label11 = new System.Windows.Forms.Label();\r
73             this.check_preventSleep = new System.Windows.Forms.CheckBox();\r
74             this.check_clearOldLogs = new System.Windows.Forms.CheckBox();\r
75             this.label12 = new System.Windows.Forms.Label();\r
76             this.btn_viewLogs = new System.Windows.Forms.Button();\r
77             this.label9 = new System.Windows.Forms.Label();\r
78             this.Label4 = new System.Windows.Forms.Label();\r
79             this.btn_clearLogs = new System.Windows.Forms.Button();\r
80             this.drp_Priority = new System.Windows.Forms.ComboBox();\r
81             this.check_logsInSpecifiedLocation = new System.Windows.Forms.CheckBox();\r
82             this.check_saveLogWithVideo = new System.Windows.Forms.CheckBox();\r
83             this.label3 = new System.Windows.Forms.Label();\r
84             this.btn_saveLog = new System.Windows.Forms.Button();\r
85             this.cb_logVerboseLvl = new System.Windows.Forms.ComboBox();\r
86             this.text_logPath = new System.Windows.Forms.TextBox();\r
87             this.label14 = new System.Windows.Forms.Label();\r
88             this.tab_advanced = new System.Windows.Forms.TabPage();\r
89             this.check_showCliForInGUIEncode = new System.Windows.Forms.CheckBox();\r
90             this.drop_previewScanCount = new System.Windows.Forms.ComboBox();\r
91             this.label33 = new System.Windows.Forms.Label();\r
92             this.label6 = new System.Windows.Forms.Label();\r
93             this.check_trayStatusAlerts = new System.Windows.Forms.CheckBox();\r
94             this.check_mainMinimize = new System.Windows.Forms.CheckBox();\r
95             this.check_promptOnUnmatchingQueries = new System.Windows.Forms.CheckBox();\r
96             this.check_dvdnav = new System.Windows.Forms.CheckBox();\r
97             this.check_queryEditorTab = new System.Windows.Forms.CheckBox();\r
98             this.label32 = new System.Windows.Forms.Label();\r
99             this.drop_x264step = new System.Windows.Forms.ComboBox();\r
100             this.label30 = new System.Windows.Forms.Label();\r
101             this.check_disablePresetNotification = new System.Windows.Forms.CheckBox();\r
102             this.label28 = new System.Windows.Forms.Label();\r
103             this.tab_debug = new System.Windows.Forms.TabPage();\r
104             this.check_disableResCalc = new System.Windows.Forms.CheckBox();\r
105             this.label8 = new System.Windows.Forms.Label();\r
106             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
107             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
108             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
109             this.textBox1 = new System.Windows.Forms.TextBox();\r
110             this.textBox2 = new System.Windows.Forms.TextBox();\r
111             this.checkBox1 = new System.Windows.Forms.CheckBox();\r
112             this.checkBox2 = new System.Windows.Forms.CheckBox();\r
113             this.checkBox3 = new System.Windows.Forms.CheckBox();\r
114             this.checkBox4 = new System.Windows.Forms.CheckBox();\r
115             this.comboBox1 = new System.Windows.Forms.ComboBox();\r
116             this.textBox3 = new System.Windows.Forms.TextBox();\r
117             this.textBox4 = new System.Windows.Forms.TextBox();\r
118             this.checkBox5 = new System.Windows.Forms.CheckBox();\r
119             this.checkBox6 = new System.Windows.Forms.CheckBox();\r
120             this.checkBox7 = new System.Windows.Forms.CheckBox();\r
121             this.checkBox8 = new System.Windows.Forms.CheckBox();\r
122             this.comboBox2 = new System.Windows.Forms.ComboBox();\r
123             this.label16 = new System.Windows.Forms.Label();\r
124             this.label17 = new System.Windows.Forms.Label();\r
125             this.button1 = new System.Windows.Forms.Button();\r
126             this.label18 = new System.Windows.Forms.Label();\r
127             this.label19 = new System.Windows.Forms.Label();\r
128             this.label20 = new System.Windows.Forms.Label();\r
129             this.label21 = new System.Windows.Forms.Label();\r
130             this.label22 = new System.Windows.Forms.Label();\r
131             this.label23 = new System.Windows.Forms.Label();\r
132             this.button2 = new System.Windows.Forms.Button();\r
133             this.label24 = new System.Windows.Forms.Label();\r
134             this.label25 = new System.Windows.Forms.Label();\r
135             this.label26 = new System.Windows.Forms.Label();\r
136             this.label27 = new System.Windows.Forms.Label();\r
137             this.openFile_vlc = new System.Windows.Forms.OpenFileDialog();\r
138             this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();\r
139             this.tab_options.SuspendLayout();\r
140             this.tab_general.SuspendLayout();\r
141             this.tab_picture.SuspendLayout();\r
142             this.tableLayoutPanel2.SuspendLayout();\r
143             this.tab_audio_sub.SuspendLayout();\r
144             this.tab_cli.SuspendLayout();\r
145             this.tab_advanced.SuspendLayout();\r
146             this.tab_debug.SuspendLayout();\r
147             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
148             this.tableLayoutPanel5.SuspendLayout();\r
149             this.SuspendLayout();\r
150             // \r
151             // btn_close\r
152             // \r
153             this.btn_close.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
154             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
155             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
156             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
157             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
158             this.btn_close.Location = new System.Drawing.Point(519, 404);\r
159             this.btn_close.Name = "btn_close";\r
160             this.btn_close.Size = new System.Drawing.Size(72, 22);\r
161             this.btn_close.TabIndex = 53;\r
162             this.btn_close.Text = "Close";\r
163             this.btn_close.UseVisualStyleBackColor = true;\r
164             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
165             // \r
166             // drp_completeOption\r
167             // \r
168             this.drp_completeOption.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
169             this.drp_completeOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
170             this.drp_completeOption.FormattingEnabled = true;\r
171             this.drp_completeOption.Items.AddRange(new object[] {\r
172             "Do nothing",\r
173             "Shutdown",\r
174             "Suspend",\r
175             "Hibernate",\r
176             "Lock system",\r
177             "Log off",\r
178             "Quit HandBrake"});\r
179             this.drp_completeOption.Location = new System.Drawing.Point(108, 95);\r
180             this.drp_completeOption.Name = "drp_completeOption";\r
181             this.drp_completeOption.Size = new System.Drawing.Size(166, 21);\r
182             this.drp_completeOption.TabIndex = 43;\r
183             this.ToolTip.SetToolTip(this.drp_completeOption, "Performs an action when an encode or queue has completed.");\r
184             this.drp_completeOption.SelectedIndexChanged += new System.EventHandler(this.drp_completeOption_SelectedIndexChanged);\r
185             // \r
186             // tab_options\r
187             // \r
188             this.tableLayoutPanel5.SetColumnSpan(this.tab_options, 2);\r
189             this.tab_options.Controls.Add(this.tab_general);\r
190             this.tab_options.Controls.Add(this.tab_picture);\r
191             this.tab_options.Controls.Add(this.tab_audio_sub);\r
192             this.tab_options.Controls.Add(this.tab_cli);\r
193             this.tab_options.Controls.Add(this.tab_advanced);\r
194             this.tab_options.Controls.Add(this.tab_debug);\r
195             this.tab_options.Dock = System.Windows.Forms.DockStyle.Fill;\r
196             this.tab_options.Location = new System.Drawing.Point(3, 38);\r
197             this.tab_options.Name = "tab_options";\r
198             this.tab_options.SelectedIndex = 0;\r
199             this.tab_options.Size = new System.Drawing.Size(588, 360);\r
200             this.tab_options.TabIndex = 58;\r
201             // \r
202             // tab_general\r
203             // \r
204             this.tab_general.Controls.Add(this.check_TitleCase);\r
205             this.tab_general.Controls.Add(this.check_removeUnderscores);\r
206             this.tab_general.Controls.Add(this.check_growlEncode);\r
207             this.tab_general.Controls.Add(this.check_GrowlQueue);\r
208             this.tab_general.Controls.Add(this.check_m4v);\r
209             this.tab_general.Controls.Add(this.label1);\r
210             this.tab_general.Controls.Add(this.label7);\r
211             this.tab_general.Controls.Add(this.drp_completeOption);\r
212             this.tab_general.Controls.Add(this.drop_updateCheckDays);\r
213             this.tab_general.Controls.Add(this.check_autoNaming);\r
214             this.tab_general.Controls.Add(this.txt_autoNameFormat);\r
215             this.tab_general.Controls.Add(this.check_tooltip);\r
216             this.tab_general.Controls.Add(this.label5);\r
217             this.tab_general.Controls.Add(this.check_updateCheck);\r
218             this.tab_general.Controls.Add(this.label10);\r
219             this.tab_general.Controls.Add(this.btn_browse);\r
220             this.tab_general.Controls.Add(this.label2);\r
221             this.tab_general.Controls.Add(this.label13);\r
222             this.tab_general.Controls.Add(this.text_an_path);\r
223             this.tab_general.Location = new System.Drawing.Point(4, 22);\r
224             this.tab_general.Name = "tab_general";\r
225             this.tab_general.Padding = new System.Windows.Forms.Padding(10);\r
226             this.tab_general.Size = new System.Drawing.Size(580, 334);\r
227             this.tab_general.TabIndex = 3;\r
228             this.tab_general.Text = "General";\r
229             this.tab_general.UseVisualStyleBackColor = true;\r
230             // \r
231             // check_TitleCase\r
232             // \r
233             this.check_TitleCase.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
234             this.check_TitleCase.AutoSize = true;\r
235             this.check_TitleCase.Location = new System.Drawing.Point(297, 279);\r
236             this.check_TitleCase.Name = "check_TitleCase";\r
237             this.check_TitleCase.Size = new System.Drawing.Size(151, 17);\r
238             this.check_TitleCase.TabIndex = 101;\r
239             this.check_TitleCase.Text = "Change case to Title Case";\r
240             this.ToolTip.SetToolTip(this.check_TitleCase, "For the {source} option:.\r\nChange the source name to Title Case\r\ne.g \"MOVIE NAME\"" +\r
241                     " to \"Movie Name\"\r\n");\r
242             this.check_TitleCase.UseVisualStyleBackColor = true;\r
243             this.check_TitleCase.CheckedChanged += new System.EventHandler(this.check_TitleCase_CheckedChanged);\r
244             // \r
245             // check_removeUnderscores\r
246             // \r
247             this.check_removeUnderscores.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
248             this.check_removeUnderscores.AutoSize = true;\r
249             this.check_removeUnderscores.Location = new System.Drawing.Point(108, 279);\r
250             this.check_removeUnderscores.Name = "check_removeUnderscores";\r
251             this.check_removeUnderscores.Size = new System.Drawing.Size(183, 17);\r
252             this.check_removeUnderscores.TabIndex = 100;\r
253             this.check_removeUnderscores.Text = "Remove Underscores from Name";\r
254             this.ToolTip.SetToolTip(this.check_removeUnderscores, "For the {source} option:\r\nRemove any underscores from the source name.\r\n\r\n");\r
255             this.check_removeUnderscores.UseVisualStyleBackColor = true;\r
256             this.check_removeUnderscores.CheckedChanged += new System.EventHandler(this.check_removeUnderscores_CheckedChanged);\r
257             // \r
258             // check_growlEncode\r
259             // \r
260             this.check_growlEncode.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
261             this.check_growlEncode.AutoSize = true;\r
262             this.check_growlEncode.BackColor = System.Drawing.Color.Transparent;\r
263             this.check_growlEncode.Location = new System.Drawing.Point(282, 122);\r
264             this.check_growlEncode.Name = "check_growlEncode";\r
265             this.check_growlEncode.Size = new System.Drawing.Size(171, 17);\r
266             this.check_growlEncode.TabIndex = 99;\r
267             this.check_growlEncode.Text = "Growl after Encode Completes";\r
268             this.ToolTip.SetToolTip(this.check_growlEncode, "If you have \"Growl for Windows\" installed, you can use this feature to see growl " +\r
269                     "alerts on your desktop.");\r
270             this.check_growlEncode.UseVisualStyleBackColor = false;\r
271             this.check_growlEncode.CheckedChanged += new System.EventHandler(this.check_growlEncode_CheckedChanged);\r
272             // \r
273             // check_GrowlQueue\r
274             // \r
275             this.check_GrowlQueue.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
276             this.check_GrowlQueue.AutoSize = true;\r
277             this.check_GrowlQueue.BackColor = System.Drawing.Color.Transparent;\r
278             this.check_GrowlQueue.Location = new System.Drawing.Point(108, 122);\r
279             this.check_GrowlQueue.Name = "check_GrowlQueue";\r
280             this.check_GrowlQueue.Size = new System.Drawing.Size(168, 17);\r
281             this.check_GrowlQueue.TabIndex = 98;\r
282             this.check_GrowlQueue.Text = "Growl after Queue Completes";\r
283             this.ToolTip.SetToolTip(this.check_GrowlQueue, "If you have \"Growl for Windows\" installed, you can use this feature to see growl " +\r
284                     "alerts on your desktop.");\r
285             this.check_GrowlQueue.UseVisualStyleBackColor = false;\r
286             this.check_GrowlQueue.CheckedChanged += new System.EventHandler(this.check_GrowlQueue_CheckedChanged);\r
287             // \r
288             // check_m4v\r
289             // \r
290             this.check_m4v.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
291             this.check_m4v.AutoSize = true;\r
292             this.check_m4v.Location = new System.Drawing.Point(108, 303);\r
293             this.check_m4v.Name = "check_m4v";\r
294             this.check_m4v.Size = new System.Drawing.Size(319, 17);\r
295             this.check_m4v.TabIndex = 82;\r
296             this.check_m4v.Text = "Always use iPod/iTunes friendly file extension (.m4v) for MP4";\r
297             this.ToolTip.SetToolTip(this.check_m4v, resources.GetString("check_m4v.ToolTip"));\r
298             this.check_m4v.UseVisualStyleBackColor = true;\r
299             this.check_m4v.CheckedChanged += new System.EventHandler(this.check_m4v_CheckedChanged);\r
300             // \r
301             // label1\r
302             // \r
303             this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
304             this.label1.AutoSize = true;\r
305             this.label1.BackColor = System.Drawing.Color.Transparent;\r
306             this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
307             this.label1.Location = new System.Drawing.Point(15, 15);\r
308             this.label1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
309             this.label1.Name = "label1";\r
310             this.label1.Size = new System.Drawing.Size(66, 13);\r
311             this.label1.TabIndex = 67;\r
312             this.label1.Text = "At Launch:";\r
313             // \r
314             // label7\r
315             // \r
316             this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
317             this.label7.AutoSize = true;\r
318             this.label7.Location = new System.Drawing.Point(179, 260);\r
319             this.label7.Margin = new System.Windows.Forms.Padding(3);\r
320             this.label7.Name = "label7";\r
321             this.label7.Size = new System.Drawing.Size(225, 13);\r
322             this.label7.TabIndex = 81;\r
323             this.label7.Text = "Available Options: {source} {title} {chapters}";\r
324             // \r
325             // drop_updateCheckDays\r
326             // \r
327             this.drop_updateCheckDays.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
328             this.drop_updateCheckDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
329             this.drop_updateCheckDays.FormattingEnabled = true;\r
330             this.drop_updateCheckDays.Items.AddRange(new object[] {\r
331             "Daily",\r
332             "Weekly",\r
333             "Monthly"});\r
334             this.drop_updateCheckDays.Location = new System.Drawing.Point(127, 35);\r
335             this.drop_updateCheckDays.Name = "drop_updateCheckDays";\r
336             this.drop_updateCheckDays.Size = new System.Drawing.Size(97, 21);\r
337             this.drop_updateCheckDays.TabIndex = 97;\r
338             this.ToolTip.SetToolTip(this.drop_updateCheckDays, "Check for updates: Daily, Weekly or Monthly\r\nDefault: Weekly");\r
339             this.drop_updateCheckDays.SelectedIndexChanged += new System.EventHandler(this.drop_updateCheckDays_SelectedIndexChanged);\r
340             // \r
341             // check_autoNaming\r
342             // \r
343             this.check_autoNaming.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
344             this.check_autoNaming.AutoSize = true;\r
345             this.check_autoNaming.Location = new System.Drawing.Point(108, 174);\r
346             this.check_autoNaming.Name = "check_autoNaming";\r
347             this.check_autoNaming.Size = new System.Drawing.Size(176, 17);\r
348             this.check_autoNaming.TabIndex = 72;\r
349             this.check_autoNaming.Text = "Automatically name output files";\r
350             this.ToolTip.SetToolTip(this.check_autoNaming, "Automatically name output files");\r
351             this.check_autoNaming.UseVisualStyleBackColor = true;\r
352             this.check_autoNaming.CheckedChanged += new System.EventHandler(this.check_autoNaming_CheckedChanged);\r
353             // \r
354             // txt_autoNameFormat\r
355             // \r
356             this.txt_autoNameFormat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
357             this.txt_autoNameFormat.Location = new System.Drawing.Point(182, 233);\r
358             this.txt_autoNameFormat.Name = "txt_autoNameFormat";\r
359             this.txt_autoNameFormat.Size = new System.Drawing.Size(349, 21);\r
360             this.txt_autoNameFormat.TabIndex = 79;\r
361             this.ToolTip.SetToolTip(this.txt_autoNameFormat, "Define the format of the automatically named file.\r\ne.g  {source}_{title}_some-te" +\r
362                     "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " +\r
363                     "sources values.");\r
364             this.txt_autoNameFormat.TextChanged += new System.EventHandler(this.txt_autoNameFormat_TextChanged);\r
365             // \r
366             // check_tooltip\r
367             // \r
368             this.check_tooltip.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
369             this.check_tooltip.AutoSize = true;\r
370             this.check_tooltip.BackColor = System.Drawing.Color.Transparent;\r
371             this.check_tooltip.Location = new System.Drawing.Point(108, 62);\r
372             this.check_tooltip.Name = "check_tooltip";\r
373             this.check_tooltip.Size = new System.Drawing.Size(117, 17);\r
374             this.check_tooltip.TabIndex = 70;\r
375             this.check_tooltip.Text = "Enable GUI tooltips";\r
376             this.ToolTip.SetToolTip(this.check_tooltip, "Enable the built in tooltips for gui controls. (Requires Restart)");\r
377             this.check_tooltip.UseVisualStyleBackColor = false;\r
378             this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged);\r
379             // \r
380             // label5\r
381             // \r
382             this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
383             this.label5.AutoSize = true;\r
384             this.label5.Location = new System.Drawing.Point(105, 236);\r
385             this.label5.Name = "label5";\r
386             this.label5.Size = new System.Drawing.Size(45, 13);\r
387             this.label5.TabIndex = 80;\r
388             this.label5.Text = "Format:";\r
389             // \r
390             // check_updateCheck\r
391             // \r
392             this.check_updateCheck.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
393             this.check_updateCheck.AutoSize = true;\r
394             this.check_updateCheck.BackColor = System.Drawing.Color.Transparent;\r
395             this.check_updateCheck.Location = new System.Drawing.Point(108, 14);\r
396             this.check_updateCheck.Name = "check_updateCheck";\r
397             this.check_updateCheck.Size = new System.Drawing.Size(114, 17);\r
398             this.check_updateCheck.TabIndex = 68;\r
399             this.check_updateCheck.Text = "Check for updates";\r
400             this.ToolTip.SetToolTip(this.check_updateCheck, "Enables the built in update checker. This check is performed when the application" +\r
401                     " starts.");\r
402             this.check_updateCheck.UseVisualStyleBackColor = false;\r
403             this.check_updateCheck.CheckedChanged += new System.EventHandler(this.check_updateCheck_CheckedChanged);\r
404             // \r
405             // label10\r
406             // \r
407             this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
408             this.label10.AutoSize = true;\r
409             this.label10.Location = new System.Drawing.Point(105, 209);\r
410             this.label10.Name = "label10";\r
411             this.label10.Size = new System.Drawing.Size(71, 13);\r
412             this.label10.TabIndex = 77;\r
413             this.label10.Text = "Default Path:";\r
414             // \r
415             // btn_browse\r
416             // \r
417             this.btn_browse.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
418             this.btn_browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
419             this.btn_browse.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
420             this.btn_browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
421             this.btn_browse.Location = new System.Drawing.Point(456, 204);\r
422             this.btn_browse.Name = "btn_browse";\r
423             this.btn_browse.Size = new System.Drawing.Size(75, 23);\r
424             this.btn_browse.TabIndex = 78;\r
425             this.btn_browse.Text = "Browse";\r
426             this.btn_browse.UseVisualStyleBackColor = true;\r
427             this.btn_browse.Click += new System.EventHandler(this.btn_browse_Click);\r
428             // \r
429             // label2\r
430             // \r
431             this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
432             this.label2.AutoSize = true;\r
433             this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
434             this.label2.Location = new System.Drawing.Point(7, 98);\r
435             this.label2.Name = "label2";\r
436             this.label2.Size = new System.Drawing.Size(74, 13);\r
437             this.label2.TabIndex = 54;\r
438             this.label2.Text = "When Done:";\r
439             // \r
440             // label13\r
441             // \r
442             this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
443             this.label13.AutoSize = true;\r
444             this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
445             this.label13.Location = new System.Drawing.Point(4, 164);\r
446             this.label13.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
447             this.label13.Name = "label13";\r
448             this.label13.Size = new System.Drawing.Size(77, 13);\r
449             this.label13.TabIndex = 71;\r
450             this.label13.Text = "Output Files:";\r
451             // \r
452             // text_an_path\r
453             // \r
454             this.text_an_path.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
455             this.text_an_path.Location = new System.Drawing.Point(182, 206);\r
456             this.text_an_path.Name = "text_an_path";\r
457             this.text_an_path.Size = new System.Drawing.Size(253, 21);\r
458             this.text_an_path.TabIndex = 76;\r
459             this.ToolTip.SetToolTip(this.text_an_path, "This is the default location where your encoded files will be stored if \"Automati" +\r
460                     "cally name output files\" is enabled.");\r
461             this.text_an_path.TextChanged += new System.EventHandler(this.text_an_path_TextChanged);\r
462             // \r
463             // tab_picture\r
464             // \r
465             this.tab_picture.Controls.Add(this.tableLayoutPanel2);\r
466             this.tab_picture.Location = new System.Drawing.Point(4, 22);\r
467             this.tab_picture.Name = "tab_picture";\r
468             this.tab_picture.Padding = new System.Windows.Forms.Padding(10);\r
469             this.tab_picture.Size = new System.Drawing.Size(580, 334);\r
470             this.tab_picture.TabIndex = 5;\r
471             this.tab_picture.Text = "Picture";\r
472             this.tab_picture.UseVisualStyleBackColor = true;\r
473             // \r
474             // tableLayoutPanel2\r
475             // \r
476             this.tableLayoutPanel2.AutoSize = true;\r
477             this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
478             this.tableLayoutPanel2.ColumnCount = 4;\r
479             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
480             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
481             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
482             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
483             this.tableLayoutPanel2.Controls.Add(this.label29, 0, 0);\r
484             this.tableLayoutPanel2.Controls.Add(this.btn_vlcPath, 3, 0);\r
485             this.tableLayoutPanel2.Controls.Add(this.txt_vlcPath, 2, 0);\r
486             this.tableLayoutPanel2.Location = new System.Drawing.Point(10, 10);\r
487             this.tableLayoutPanel2.Name = "tableLayoutPanel2";\r
488             this.tableLayoutPanel2.RowCount = 2;\r
489             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
490             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
491             this.tableLayoutPanel2.Size = new System.Drawing.Size(560, 28);\r
492             this.tableLayoutPanel2.TabIndex = 84;\r
493             // \r
494             // label29\r
495             // \r
496             this.label29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
497             this.label29.AutoSize = true;\r
498             this.label29.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
499             this.label29.Location = new System.Drawing.Point(3, 5);\r
500             this.label29.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
501             this.label29.Name = "label29";\r
502             this.tableLayoutPanel2.SetRowSpan(this.label29, 2);\r
503             this.label29.Size = new System.Drawing.Size(59, 13);\r
504             this.label29.TabIndex = 79;\r
505             this.label29.Text = "VLC Path:";\r
506             // \r
507             // btn_vlcPath\r
508             // \r
509             this.btn_vlcPath.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
510             this.btn_vlcPath.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
511             this.btn_vlcPath.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
512             this.btn_vlcPath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
513             this.btn_vlcPath.Location = new System.Drawing.Point(489, 3);\r
514             this.btn_vlcPath.Name = "btn_vlcPath";\r
515             this.btn_vlcPath.Size = new System.Drawing.Size(68, 22);\r
516             this.btn_vlcPath.TabIndex = 83;\r
517             this.btn_vlcPath.Text = "Browse";\r
518             this.btn_vlcPath.UseVisualStyleBackColor = true;\r
519             this.btn_vlcPath.Click += new System.EventHandler(this.btn_vlcPath_Click);\r
520             // \r
521             // txt_vlcPath\r
522             // \r
523             this.txt_vlcPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
524             this.txt_vlcPath.Location = new System.Drawing.Point(88, 3);\r
525             this.txt_vlcPath.Name = "txt_vlcPath";\r
526             this.txt_vlcPath.Size = new System.Drawing.Size(395, 21);\r
527             this.txt_vlcPath.TabIndex = 81;\r
528             this.ToolTip.SetToolTip(this.txt_vlcPath, "The path where VLC is installed on this system.\r\nThis is used for the video previ" +\r
529                     "ew feature.");\r
530             this.txt_vlcPath.TextChanged += new System.EventHandler(this.txt_vlcPath_TextChanged);\r
531             // \r
532             // tab_audio_sub\r
533             // \r
534             this.tab_audio_sub.Controls.Add(this.label31);\r
535             this.tab_audio_sub.Controls.Add(this.label15);\r
536             this.tab_audio_sub.Controls.Add(this.radio_foreignAndSubs);\r
537             this.tab_audio_sub.Controls.Add(this.drop_preferredLang);\r
538             this.tab_audio_sub.Controls.Add(this.radio_dub);\r
539             this.tab_audio_sub.Location = new System.Drawing.Point(4, 22);\r
540             this.tab_audio_sub.Name = "tab_audio_sub";\r
541             this.tab_audio_sub.Padding = new System.Windows.Forms.Padding(3);\r
542             this.tab_audio_sub.Size = new System.Drawing.Size(580, 334);\r
543             this.tab_audio_sub.TabIndex = 6;\r
544             this.tab_audio_sub.Text = "Audio / Subtitles";\r
545             this.tab_audio_sub.UseVisualStyleBackColor = true;\r
546             // \r
547             // label31\r
548             // \r
549             this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
550             this.label31.AutoSize = true;\r
551             this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
552             this.label31.Location = new System.Drawing.Point(16, 19);\r
553             this.label31.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
554             this.label31.Name = "label31";\r
555             this.label31.Size = new System.Drawing.Size(52, 13);\r
556             this.label31.TabIndex = 91;\r
557             this.label31.Text = "Actions:";\r
558             // \r
559             // label15\r
560             // \r
561             this.label15.AutoSize = true;\r
562             this.label15.Location = new System.Drawing.Point(87, 19);\r
563             this.label15.Name = "label15";\r
564             this.label15.Size = new System.Drawing.Size(107, 13);\r
565             this.label15.TabIndex = 88;\r
566             this.label15.Text = "Preferred Language:";\r
567             // \r
568             // radio_foreignAndSubs\r
569             // \r
570             this.radio_foreignAndSubs.AutoSize = true;\r
571             this.radio_foreignAndSubs.Location = new System.Drawing.Point(200, 76);\r
572             this.radio_foreignAndSubs.Name = "radio_foreignAndSubs";\r
573             this.radio_foreignAndSubs.Size = new System.Drawing.Size(358, 17);\r
574             this.radio_foreignAndSubs.TabIndex = 90;\r
575             this.radio_foreignAndSubs.TabStop = true;\r
576             this.radio_foreignAndSubs.Text = "Use foreign language audio and add first preferred language subtitle.";\r
577             this.ToolTip.SetToolTip(this.radio_foreignAndSubs, "Use foreign language audio and add first subtitle track of prefered language.\r\n");\r
578             this.radio_foreignAndSubs.UseVisualStyleBackColor = true;\r
579             this.radio_foreignAndSubs.CheckedChanged += new System.EventHandler(this.radio_foreignAndSubs_CheckedChanged);\r
580             // \r
581             // drop_preferredLang\r
582             // \r
583             this.drop_preferredLang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
584             this.drop_preferredLang.FormattingEnabled = true;\r
585             this.drop_preferredLang.Location = new System.Drawing.Point(200, 16);\r
586             this.drop_preferredLang.Name = "drop_preferredLang";\r
587             this.drop_preferredLang.Size = new System.Drawing.Size(118, 21);\r
588             this.drop_preferredLang.TabIndex = 87;\r
589             this.ToolTip.SetToolTip(this.drop_preferredLang, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
590                     "n Automatic.");\r
591             this.drop_preferredLang.SelectedIndexChanged += new System.EventHandler(this.drop_preferredLang_SelectedIndexChanged);\r
592             // \r
593             // radio_dub\r
594             // \r
595             this.radio_dub.AutoSize = true;\r
596             this.radio_dub.Location = new System.Drawing.Point(200, 53);\r
597             this.radio_dub.Name = "radio_dub";\r
598             this.radio_dub.Size = new System.Drawing.Size(164, 17);\r
599             this.radio_dub.TabIndex = 89;\r
600             this.radio_dub.TabStop = true;\r
601             this.radio_dub.Text = "DUB Foreign Language Audio";\r
602             this.ToolTip.SetToolTip(this.radio_dub, "This option will select your prefered language of audio for the source if one exi" +\r
603                     "sts.");\r
604             this.radio_dub.UseVisualStyleBackColor = true;\r
605             this.radio_dub.CheckedChanged += new System.EventHandler(this.radio_dub_CheckedChanged);\r
606             // \r
607             // tab_cli\r
608             // \r
609             this.tab_cli.Controls.Add(this.label11);\r
610             this.tab_cli.Controls.Add(this.check_preventSleep);\r
611             this.tab_cli.Controls.Add(this.check_clearOldLogs);\r
612             this.tab_cli.Controls.Add(this.label12);\r
613             this.tab_cli.Controls.Add(this.btn_viewLogs);\r
614             this.tab_cli.Controls.Add(this.label9);\r
615             this.tab_cli.Controls.Add(this.Label4);\r
616             this.tab_cli.Controls.Add(this.btn_clearLogs);\r
617             this.tab_cli.Controls.Add(this.drp_Priority);\r
618             this.tab_cli.Controls.Add(this.check_logsInSpecifiedLocation);\r
619             this.tab_cli.Controls.Add(this.check_saveLogWithVideo);\r
620             this.tab_cli.Controls.Add(this.label3);\r
621             this.tab_cli.Controls.Add(this.btn_saveLog);\r
622             this.tab_cli.Controls.Add(this.cb_logVerboseLvl);\r
623             this.tab_cli.Controls.Add(this.text_logPath);\r
624             this.tab_cli.Controls.Add(this.label14);\r
625             this.tab_cli.Location = new System.Drawing.Point(4, 22);\r
626             this.tab_cli.Name = "tab_cli";\r
627             this.tab_cli.Padding = new System.Windows.Forms.Padding(10);\r
628             this.tab_cli.Size = new System.Drawing.Size(580, 334);\r
629             this.tab_cli.TabIndex = 2;\r
630             this.tab_cli.Text = "CLI / System / Logging";\r
631             this.tab_cli.UseVisualStyleBackColor = true;\r
632             // \r
633             // label11\r
634             // \r
635             this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
636             this.label11.AutoSize = true;\r
637             this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
638             this.label11.Location = new System.Drawing.Point(7, 46);\r
639             this.label11.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
640             this.label11.Name = "label11";\r
641             this.label11.Size = new System.Drawing.Size(53, 13);\r
642             this.label11.TabIndex = 92;\r
643             this.label11.Text = "System:";\r
644             // \r
645             // check_preventSleep\r
646             // \r
647             this.check_preventSleep.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
648             this.check_preventSleep.AutoSize = true;\r
649             this.check_preventSleep.Location = new System.Drawing.Point(73, 45);\r
650             this.check_preventSleep.Name = "check_preventSleep";\r
651             this.check_preventSleep.Size = new System.Drawing.Size(272, 17);\r
652             this.check_preventSleep.TabIndex = 91;\r
653             this.check_preventSleep.Text = "Prevent the system from sleepping when encoding.";\r
654             this.ToolTip.SetToolTip(this.check_preventSleep, "Prevent system from sleeping during encoding.");\r
655             this.check_preventSleep.UseVisualStyleBackColor = true;\r
656             this.check_preventSleep.CheckedChanged += new System.EventHandler(this.check_preventSleep_CheckedChanged);\r
657             // \r
658             // check_clearOldLogs\r
659             // \r
660             this.check_clearOldLogs.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
661             this.check_clearOldLogs.AutoSize = true;\r
662             this.check_clearOldLogs.Location = new System.Drawing.Point(73, 234);\r
663             this.check_clearOldLogs.Name = "check_clearOldLogs";\r
664             this.check_clearOldLogs.Size = new System.Drawing.Size(166, 17);\r
665             this.check_clearOldLogs.TabIndex = 90;\r
666             this.check_clearOldLogs.Text = "Clear logs older than 30 days";\r
667             this.ToolTip.SetToolTip(this.check_clearOldLogs, "Clear logs which are older than 30 days.\r\nThis only applies to HandBrakes Applica" +\r
668                     "tion Data Log folder.");\r
669             this.check_clearOldLogs.UseVisualStyleBackColor = true;\r
670             this.check_clearOldLogs.CheckedChanged += new System.EventHandler(this.check_clearOldLogs_CheckedChanged);\r
671             // \r
672             // label12\r
673             // \r
674             this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
675             this.label12.AutoSize = true;\r
676             this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
677             this.label12.Location = new System.Drawing.Point(7, 15);\r
678             this.label12.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
679             this.label12.Name = "label12";\r
680             this.label12.Size = new System.Drawing.Size(28, 13);\r
681             this.label12.TabIndex = 75;\r
682             this.label12.Text = "CLI:";\r
683             // \r
684             // btn_viewLogs\r
685             // \r
686             this.btn_viewLogs.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
687             this.btn_viewLogs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
688             this.btn_viewLogs.ForeColor = System.Drawing.Color.DarkOrange;\r
689             this.btn_viewLogs.Location = new System.Drawing.Point(129, 196);\r
690             this.btn_viewLogs.Name = "btn_viewLogs";\r
691             this.btn_viewLogs.Size = new System.Drawing.Size(139, 23);\r
692             this.btn_viewLogs.TabIndex = 89;\r
693             this.btn_viewLogs.Text = "View Log Directory";\r
694             this.btn_viewLogs.UseVisualStyleBackColor = true;\r
695             this.btn_viewLogs.Click += new System.EventHandler(this.btn_viewLogs_Click);\r
696             // \r
697             // label9\r
698             // \r
699             this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
700             this.label9.AutoSize = true;\r
701             this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
702             this.label9.Location = new System.Drawing.Point(7, 92);\r
703             this.label9.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
704             this.label9.Name = "label9";\r
705             this.label9.Size = new System.Drawing.Size(36, 13);\r
706             this.label9.TabIndex = 77;\r
707             this.label9.Text = "Logs:";\r
708             // \r
709             // Label4\r
710             // \r
711             this.Label4.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
712             this.Label4.AutoSize = true;\r
713             this.Label4.BackColor = System.Drawing.Color.Transparent;\r
714             this.Label4.Location = new System.Drawing.Point(70, 15);\r
715             this.Label4.Name = "Label4";\r
716             this.Label4.Size = new System.Drawing.Size(70, 13);\r
717             this.Label4.TabIndex = 42;\r
718             this.Label4.Text = "Priority level:";\r
719             // \r
720             // btn_clearLogs\r
721             // \r
722             this.btn_clearLogs.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
723             this.btn_clearLogs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
724             this.btn_clearLogs.ForeColor = System.Drawing.Color.DarkOrange;\r
725             this.btn_clearLogs.Location = new System.Drawing.Point(274, 196);\r
726             this.btn_clearLogs.Name = "btn_clearLogs";\r
727             this.btn_clearLogs.Size = new System.Drawing.Size(135, 23);\r
728             this.btn_clearLogs.TabIndex = 88;\r
729             this.btn_clearLogs.Text = "Clear Log History";\r
730             this.btn_clearLogs.UseVisualStyleBackColor = true;\r
731             this.btn_clearLogs.Click += new System.EventHandler(this.btn_clearLogs_Click);\r
732             // \r
733             // drp_Priority\r
734             // \r
735             this.drp_Priority.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
736             this.drp_Priority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
737             this.drp_Priority.FormattingEnabled = true;\r
738             this.drp_Priority.Items.AddRange(new object[] {\r
739             "Realtime",\r
740             "High",\r
741             "Above Normal",\r
742             "Normal",\r
743             "Below Normal",\r
744             "Low"});\r
745             this.drp_Priority.Location = new System.Drawing.Point(177, 12);\r
746             this.drp_Priority.Name = "drp_Priority";\r
747             this.drp_Priority.Size = new System.Drawing.Size(111, 21);\r
748             this.drp_Priority.TabIndex = 43;\r
749             this.ToolTip.SetToolTip(this.drp_Priority, "Set the application priority level for the CLI. \r\nIt\'s best to leave this on Belo" +\r
750                     "w Normal if you wish to use your system whilst encoding with HandBrake.\r\n");\r
751             this.drp_Priority.SelectedIndexChanged += new System.EventHandler(this.drp_Priority_SelectedIndexChanged);\r
752             // \r
753             // check_logsInSpecifiedLocation\r
754             // \r
755             this.check_logsInSpecifiedLocation.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
756             this.check_logsInSpecifiedLocation.AutoSize = true;\r
757             this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 139);\r
758             this.check_logsInSpecifiedLocation.Name = "check_logsInSpecifiedLocation";\r
759             this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(306, 17);\r
760             this.check_logsInSpecifiedLocation.TabIndex = 87;\r
761             this.check_logsInSpecifiedLocation.Text = "Put a copy of individual encode logs in a specified location:";\r
762             this.ToolTip.SetToolTip(this.check_logsInSpecifiedLocation, "Place a copy of the encode log in the same folder as the encoded movie.");\r
763             this.check_logsInSpecifiedLocation.UseVisualStyleBackColor = true;\r
764             this.check_logsInSpecifiedLocation.CheckedChanged += new System.EventHandler(this.check_logsInSpecifiedLocation_CheckedChanged);\r
765             // \r
766             // check_saveLogWithVideo\r
767             // \r
768             this.check_saveLogWithVideo.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
769             this.check_saveLogWithVideo.AutoSize = true;\r
770             this.check_saveLogWithVideo.Location = new System.Drawing.Point(73, 116);\r
771             this.check_saveLogWithVideo.Name = "check_saveLogWithVideo";\r
772             this.check_saveLogWithVideo.Size = new System.Drawing.Size(382, 17);\r
773             this.check_saveLogWithVideo.TabIndex = 83;\r
774             this.check_saveLogWithVideo.Text = "Put a copy of individual encode logs in the same location as encoded video";\r
775             this.ToolTip.SetToolTip(this.check_saveLogWithVideo, "Place a copy of the encode log in the same folder as the encoded movie.");\r
776             this.check_saveLogWithVideo.UseVisualStyleBackColor = true;\r
777             this.check_saveLogWithVideo.CheckedChanged += new System.EventHandler(this.check_saveLogWithVideo_CheckedChanged);\r
778             // \r
779             // label3\r
780             // \r
781             this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
782             this.label3.AutoSize = true;\r
783             this.label3.BackColor = System.Drawing.Color.Transparent;\r
784             this.label3.Location = new System.Drawing.Point(70, 92);\r
785             this.label3.Name = "label3";\r
786             this.label3.Size = new System.Drawing.Size(101, 13);\r
787             this.label3.TabIndex = 85;\r
788             this.label3.Text = "Log verbosity level:";\r
789             // \r
790             // btn_saveLog\r
791             // \r
792             this.btn_saveLog.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
793             this.btn_saveLog.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
794             this.btn_saveLog.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
795             this.btn_saveLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
796             this.btn_saveLog.Location = new System.Drawing.Point(437, 169);\r
797             this.btn_saveLog.Name = "btn_saveLog";\r
798             this.btn_saveLog.Size = new System.Drawing.Size(77, 22);\r
799             this.btn_saveLog.TabIndex = 82;\r
800             this.btn_saveLog.Text = "Browse";\r
801             this.btn_saveLog.UseVisualStyleBackColor = true;\r
802             this.btn_saveLog.Click += new System.EventHandler(this.btn_saveLog_Click);\r
803             // \r
804             // cb_logVerboseLvl\r
805             // \r
806             this.cb_logVerboseLvl.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
807             this.cb_logVerboseLvl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
808             this.cb_logVerboseLvl.FormattingEnabled = true;\r
809             this.cb_logVerboseLvl.Items.AddRange(new object[] {\r
810             "0",\r
811             "1",\r
812             "2"});\r
813             this.cb_logVerboseLvl.Location = new System.Drawing.Point(177, 89);\r
814             this.cb_logVerboseLvl.Name = "cb_logVerboseLvl";\r
815             this.cb_logVerboseLvl.Size = new System.Drawing.Size(111, 21);\r
816             this.cb_logVerboseLvl.TabIndex = 86;\r
817             this.ToolTip.SetToolTip(this.cb_logVerboseLvl, "Activity Log Verbosity Level");\r
818             this.cb_logVerboseLvl.SelectedIndexChanged += new System.EventHandler(this.cb_logVerboseLvl_SelectedIndexChanged);\r
819             // \r
820             // text_logPath\r
821             // \r
822             this.text_logPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
823             this.text_logPath.Location = new System.Drawing.Point(129, 169);\r
824             this.text_logPath.Name = "text_logPath";\r
825             this.text_logPath.Size = new System.Drawing.Size(302, 21);\r
826             this.text_logPath.TabIndex = 80;\r
827             this.ToolTip.SetToolTip(this.text_logPath, "The default location where auto named files are stored.");\r
828             this.text_logPath.TextChanged += new System.EventHandler(this.text_logPath_TextChanged);\r
829             // \r
830             // label14\r
831             // \r
832             this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
833             this.label14.AutoSize = true;\r
834             this.label14.Location = new System.Drawing.Point(70, 172);\r
835             this.label14.Name = "label14";\r
836             this.label14.Size = new System.Drawing.Size(53, 13);\r
837             this.label14.TabIndex = 81;\r
838             this.label14.Text = "Log Path:";\r
839             // \r
840             // tab_advanced\r
841             // \r
842             this.tab_advanced.Controls.Add(this.check_showCliForInGUIEncode);\r
843             this.tab_advanced.Controls.Add(this.drop_previewScanCount);\r
844             this.tab_advanced.Controls.Add(this.label33);\r
845             this.tab_advanced.Controls.Add(this.label6);\r
846             this.tab_advanced.Controls.Add(this.check_trayStatusAlerts);\r
847             this.tab_advanced.Controls.Add(this.check_mainMinimize);\r
848             this.tab_advanced.Controls.Add(this.check_promptOnUnmatchingQueries);\r
849             this.tab_advanced.Controls.Add(this.check_dvdnav);\r
850             this.tab_advanced.Controls.Add(this.check_queryEditorTab);\r
851             this.tab_advanced.Controls.Add(this.label32);\r
852             this.tab_advanced.Controls.Add(this.drop_x264step);\r
853             this.tab_advanced.Controls.Add(this.label30);\r
854             this.tab_advanced.Controls.Add(this.check_disablePresetNotification);\r
855             this.tab_advanced.Controls.Add(this.label28);\r
856             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
857             this.tab_advanced.Name = "tab_advanced";\r
858             this.tab_advanced.Padding = new System.Windows.Forms.Padding(10);\r
859             this.tab_advanced.Size = new System.Drawing.Size(580, 334);\r
860             this.tab_advanced.TabIndex = 4;\r
861             this.tab_advanced.Text = "Advanced / Other";\r
862             this.tab_advanced.UseVisualStyleBackColor = true;\r
863             // \r
864             // check_showCliForInGUIEncode\r
865             // \r
866             this.check_showCliForInGUIEncode.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
867             this.check_showCliForInGUIEncode.AutoSize = true;\r
868             this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent;\r
869             this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(81, 129);\r
870             this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode";\r
871             this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17);\r
872             this.check_showCliForInGUIEncode.TabIndex = 96;\r
873             this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)";\r
874             this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip"));\r
875             this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false;\r
876             this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged);\r
877             // \r
878             // drop_previewScanCount\r
879             // \r
880             this.drop_previewScanCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
881             this.drop_previewScanCount.FormattingEnabled = true;\r
882             this.drop_previewScanCount.Items.AddRange(new object[] {\r
883             "10",\r
884             "15",\r
885             "20",\r
886             "25",\r
887             "30"});\r
888             this.drop_previewScanCount.Location = new System.Drawing.Point(273, 173);\r
889             this.drop_previewScanCount.Name = "drop_previewScanCount";\r
890             this.drop_previewScanCount.Size = new System.Drawing.Size(85, 21);\r
891             this.drop_previewScanCount.TabIndex = 95;\r
892             this.ToolTip.SetToolTip(this.drop_previewScanCount, "Allows a greater number of preview frames to be selectable on the \"Preview\" windo" +\r
893                     "w.\r\n\r\nThis can in some cases improve the accuracy of the auto crop feature.");\r
894             this.drop_previewScanCount.SelectedIndexChanged += new System.EventHandler(this.drop_previewScanCount_SelectedIndexChanged);\r
895             // \r
896             // label33\r
897             // \r
898             this.label33.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
899             this.label33.AutoSize = true;\r
900             this.label33.Location = new System.Drawing.Point(79, 176);\r
901             this.label33.Name = "label33";\r
902             this.label33.Size = new System.Drawing.Size(181, 13);\r
903             this.label33.TabIndex = 94;\r
904             this.label33.Text = "Number of picture previews to scan:";\r
905             // \r
906             // label6\r
907             // \r
908             this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
909             this.label6.AutoSize = true;\r
910             this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
911             this.label6.Location = new System.Drawing.Point(15, 15);\r
912             this.label6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
913             this.label6.Name = "label6";\r
914             this.label6.Size = new System.Drawing.Size(31, 13);\r
915             this.label6.TabIndex = 71;\r
916             this.label6.Text = "GUI:";\r
917             // \r
918             // check_trayStatusAlerts\r
919             // \r
920             this.check_trayStatusAlerts.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
921             this.check_trayStatusAlerts.AutoSize = true;\r
922             this.check_trayStatusAlerts.BackColor = System.Drawing.Color.Transparent;\r
923             this.check_trayStatusAlerts.Location = new System.Drawing.Point(81, 37);\r
924             this.check_trayStatusAlerts.Name = "check_trayStatusAlerts";\r
925             this.check_trayStatusAlerts.Size = new System.Drawing.Size(296, 17);\r
926             this.check_trayStatusAlerts.TabIndex = 93;\r
927             this.check_trayStatusAlerts.Text = "Display status messages from tray icon (balloon popups)";\r
928             this.ToolTip.SetToolTip(this.check_trayStatusAlerts, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
929                     " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
930                     "");\r
931             this.check_trayStatusAlerts.UseVisualStyleBackColor = false;\r
932             this.check_trayStatusAlerts.CheckedChanged += new System.EventHandler(this.check_trayStatusAlerts_CheckedChanged);\r
933             // \r
934             // check_mainMinimize\r
935             // \r
936             this.check_mainMinimize.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
937             this.check_mainMinimize.AutoSize = true;\r
938             this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent;\r
939             this.check_mainMinimize.Location = new System.Drawing.Point(81, 14);\r
940             this.check_mainMinimize.Name = "check_mainMinimize";\r
941             this.check_mainMinimize.Size = new System.Drawing.Size(230, 17);\r
942             this.check_mainMinimize.TabIndex = 82;\r
943             this.check_mainMinimize.Text = "Minimize to system tray (Requires Restart)";\r
944             this.ToolTip.SetToolTip(this.check_mainMinimize, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
945                     " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
946                     "");\r
947             this.check_mainMinimize.UseVisualStyleBackColor = false;\r
948             this.check_mainMinimize.CheckedChanged += new System.EventHandler(this.check_mainMinimize_CheckedChanged);\r
949             // \r
950             // check_promptOnUnmatchingQueries\r
951             // \r
952             this.check_promptOnUnmatchingQueries.AutoSize = true;\r
953             this.check_promptOnUnmatchingQueries.Location = new System.Drawing.Point(100, 83);\r
954             this.check_promptOnUnmatchingQueries.Name = "check_promptOnUnmatchingQueries";\r
955             this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(305, 17);\r
956             this.check_promptOnUnmatchingQueries.TabIndex = 63;\r
957             this.check_promptOnUnmatchingQueries.Text = "Prompt when a manual query does not match GUI settings";\r
958             this.check_promptOnUnmatchingQueries.UseVisualStyleBackColor = true;\r
959             this.check_promptOnUnmatchingQueries.CheckedChanged += new System.EventHandler(this.check_promptOnUnmatchingQueries_CheckedChanged);\r
960             // \r
961             // check_dvdnav\r
962             // \r
963             this.check_dvdnav.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
964             this.check_dvdnav.AutoSize = true;\r
965             this.check_dvdnav.BackColor = System.Drawing.Color.Transparent;\r
966             this.check_dvdnav.Location = new System.Drawing.Point(82, 247);\r
967             this.check_dvdnav.Name = "check_dvdnav";\r
968             this.check_dvdnav.Size = new System.Drawing.Size(276, 17);\r
969             this.check_dvdnav.TabIndex = 90;\r
970             this.check_dvdnav.Text = "Disable LibDVDNav. (libdvdread will be used instead)";\r
971             this.check_dvdnav.UseVisualStyleBackColor = false;\r
972             this.check_dvdnav.CheckedChanged += new System.EventHandler(this.check_dvdnav_CheckedChanged);\r
973             // \r
974             // check_queryEditorTab\r
975             // \r
976             this.check_queryEditorTab.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
977             this.check_queryEditorTab.AutoSize = true;\r
978             this.check_queryEditorTab.BackColor = System.Drawing.Color.Transparent;\r
979             this.check_queryEditorTab.Location = new System.Drawing.Point(81, 60);\r
980             this.check_queryEditorTab.Name = "check_queryEditorTab";\r
981             this.check_queryEditorTab.Size = new System.Drawing.Size(241, 17);\r
982             this.check_queryEditorTab.TabIndex = 84;\r
983             this.check_queryEditorTab.Text = "Enable \"Query Editor\" tab (Requires Restart)";\r
984             this.ToolTip.SetToolTip(this.check_queryEditorTab, "Enables the Query Editor tab on the main window. Requires program restart to take" +\r
985                     " effect.");\r
986             this.check_queryEditorTab.UseVisualStyleBackColor = false;\r
987             this.check_queryEditorTab.CheckedChanged += new System.EventHandler(this.check_queryEditorTab_CheckedChanged);\r
988             // \r
989             // label32\r
990             // \r
991             this.label32.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
992             this.label32.AutoSize = true;\r
993             this.label32.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
994             this.label32.Location = new System.Drawing.Point(13, 248);\r
995             this.label32.Name = "label32";\r
996             this.label32.Size = new System.Drawing.Size(33, 13);\r
997             this.label32.TabIndex = 89;\r
998             this.label32.Text = "DVD:";\r
999             // \r
1000             // drop_x264step\r
1001             // \r
1002             this.drop_x264step.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1003             this.drop_x264step.FormattingEnabled = true;\r
1004             this.drop_x264step.Items.AddRange(new object[] {\r
1005             "1.0",\r
1006             "0.50",\r
1007             "0.25",\r
1008             "0.20"});\r
1009             this.drop_x264step.Location = new System.Drawing.Point(273, 210);\r
1010             this.drop_x264step.Name = "drop_x264step";\r
1011             this.drop_x264step.Size = new System.Drawing.Size(85, 21);\r
1012             this.drop_x264step.TabIndex = 86;\r
1013             this.ToolTip.SetToolTip(this.drop_x264step, "Quality Slider Control Granularity for x264 encoding only.");\r
1014             this.drop_x264step.SelectedIndexChanged += new System.EventHandler(this.x264step_SelectedIndexChanged);\r
1015             // \r
1016             // label30\r
1017             // \r
1018             this.label30.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
1019             this.label30.AutoSize = true;\r
1020             this.label30.Location = new System.Drawing.Point(78, 213);\r
1021             this.label30.Name = "label30";\r
1022             this.label30.Size = new System.Drawing.Size(189, 13);\r
1023             this.label30.TabIndex = 87;\r
1024             this.label30.Text = "Constant quality fractional granularity";\r
1025             // \r
1026             // check_disablePresetNotification\r
1027             // \r
1028             this.check_disablePresetNotification.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
1029             this.check_disablePresetNotification.AutoSize = true;\r
1030             this.check_disablePresetNotification.BackColor = System.Drawing.Color.Transparent;\r
1031             this.check_disablePresetNotification.Location = new System.Drawing.Point(81, 106);\r
1032             this.check_disablePresetNotification.Name = "check_disablePresetNotification";\r
1033             this.check_disablePresetNotification.Size = new System.Drawing.Size(222, 17);\r
1034             this.check_disablePresetNotification.TabIndex = 91;\r
1035             this.check_disablePresetNotification.Text = "Disable built-in preset update notification";\r
1036             this.ToolTip.SetToolTip(this.check_disablePresetNotification, "Disables the notification you recieve when presets are updated when a new version" +\r
1037                     " of HandBrake is installed.");\r
1038             this.check_disablePresetNotification.UseVisualStyleBackColor = false;\r
1039             this.check_disablePresetNotification.CheckedChanged += new System.EventHandler(this.check_disablePresetNotification_CheckedChanged);\r
1040             // \r
1041             // label28\r
1042             // \r
1043             this.label28.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
1044             this.label28.AutoSize = true;\r
1045             this.label28.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1046             this.label28.Location = new System.Drawing.Point(8, 213);\r
1047             this.label28.Name = "label28";\r
1048             this.label28.Size = new System.Drawing.Size(38, 13);\r
1049             this.label28.TabIndex = 85;\r
1050             this.label28.Text = "x264:";\r
1051             // \r
1052             // tab_debug\r
1053             // \r
1054             this.tab_debug.Controls.Add(this.check_disableResCalc);\r
1055             this.tab_debug.Location = new System.Drawing.Point(4, 22);\r
1056             this.tab_debug.Name = "tab_debug";\r
1057             this.tab_debug.Padding = new System.Windows.Forms.Padding(3);\r
1058             this.tab_debug.Size = new System.Drawing.Size(580, 334);\r
1059             this.tab_debug.TabIndex = 7;\r
1060             this.tab_debug.Text = "Debug";\r
1061             this.tab_debug.UseVisualStyleBackColor = true;\r
1062             // \r
1063             // check_disableResCalc\r
1064             // \r
1065             this.check_disableResCalc.AutoSize = true;\r
1066             this.check_disableResCalc.Location = new System.Drawing.Point(13, 15);\r
1067             this.check_disableResCalc.Name = "check_disableResCalc";\r
1068             this.check_disableResCalc.Size = new System.Drawing.Size(327, 17);\r
1069             this.check_disableResCalc.TabIndex = 0;\r
1070             this.check_disableResCalc.Text = "Disable Resolution Calculation for \"None\" and \"Custom\" modes.";\r
1071             this.ToolTip.SetToolTip(this.check_disableResCalc, resources.GetString("check_disableResCalc.ToolTip"));\r
1072             this.check_disableResCalc.UseVisualStyleBackColor = true;\r
1073             this.check_disableResCalc.CheckedChanged += new System.EventHandler(this.check_disableResCalc_CheckedChanged);\r
1074             // \r
1075             // label8\r
1076             // \r
1077             this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
1078             this.label8.AutoSize = true;\r
1079             this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1080             this.label8.Location = new System.Drawing.Point(41, 11);\r
1081             this.label8.Name = "label8";\r
1082             this.label8.Size = new System.Drawing.Size(115, 13);\r
1083             this.label8.TabIndex = 61;\r
1084             this.label8.Text = "HandBrake Options";\r
1085             // \r
1086             // pictureBox2\r
1087             // \r
1088             this.pictureBox2.Image = global::Handbrake.Properties.Resources.General_Preferences;\r
1089             this.pictureBox2.Location = new System.Drawing.Point(3, 0);\r
1090             this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);\r
1091             this.pictureBox2.Name = "pictureBox2";\r
1092             this.pictureBox2.Size = new System.Drawing.Size(32, 32);\r
1093             this.pictureBox2.TabIndex = 60;\r
1094             this.pictureBox2.TabStop = false;\r
1095             // \r
1096             // ToolTip\r
1097             // \r
1098             this.ToolTip.Active = false;\r
1099             this.ToolTip.AutomaticDelay = 1000;\r
1100             this.ToolTip.AutoPopDelay = 15000;\r
1101             this.ToolTip.InitialDelay = 1000;\r
1102             this.ToolTip.ReshowDelay = 200;\r
1103             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
1104             this.ToolTip.ToolTipTitle = "Tooltip";\r
1105             // \r
1106             // textBox1\r
1107             // \r
1108             this.textBox1.Location = new System.Drawing.Point(199, 198);\r
1109             this.textBox1.Name = "textBox1";\r
1110             this.textBox1.Size = new System.Drawing.Size(255, 20);\r
1111             this.textBox1.TabIndex = 79;\r
1112             this.ToolTip.SetToolTip(this.textBox1, "Define the format of the automatically named file.\r\ne.g  {source}_{title}_some-te" +\r
1113                     "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " +\r
1114                     "sources values.");\r
1115             // \r
1116             // textBox2\r
1117             // \r
1118             this.textBox2.Location = new System.Drawing.Point(199, 171);\r
1119             this.textBox2.Name = "textBox2";\r
1120             this.textBox2.Size = new System.Drawing.Size(181, 20);\r
1121             this.textBox2.TabIndex = 76;\r
1122             this.ToolTip.SetToolTip(this.textBox2, "The default location where auto named files are stored.");\r
1123             // \r
1124             // checkBox1\r
1125             // \r
1126             this.checkBox1.AutoSize = true;\r
1127             this.checkBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1128             this.checkBox1.Location = new System.Drawing.Point(114, 148);\r
1129             this.checkBox1.Name = "checkBox1";\r
1130             this.checkBox1.Size = new System.Drawing.Size(206, 17);\r
1131             this.checkBox1.TabIndex = 72;\r
1132             this.checkBox1.Text = "Automatically name output files";\r
1133             this.ToolTip.SetToolTip(this.checkBox1, "Automatically name output files");\r
1134             this.checkBox1.UseVisualStyleBackColor = true;\r
1135             // \r
1136             // checkBox2\r
1137             // \r
1138             this.checkBox2.AutoSize = true;\r
1139             this.checkBox2.BackColor = System.Drawing.Color.Transparent;\r
1140             this.checkBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1141             this.checkBox2.Location = new System.Drawing.Point(114, 41);\r
1142             this.checkBox2.Name = "checkBox2";\r
1143             this.checkBox2.Size = new System.Drawing.Size(135, 17);\r
1144             this.checkBox2.TabIndex = 70;\r
1145             this.checkBox2.Text = "Enable GUI tooltips";\r
1146             this.ToolTip.SetToolTip(this.checkBox2, "Enable the built in tooltips for gui controls.");\r
1147             this.checkBox2.UseVisualStyleBackColor = false;\r
1148             // \r
1149             // checkBox3\r
1150             // \r
1151             this.checkBox3.AutoSize = true;\r
1152             this.checkBox3.BackColor = System.Drawing.Color.Transparent;\r
1153             this.checkBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1154             this.checkBox3.Location = new System.Drawing.Point(114, 18);\r
1155             this.checkBox3.Name = "checkBox3";\r
1156             this.checkBox3.Size = new System.Drawing.Size(131, 17);\r
1157             this.checkBox3.TabIndex = 68;\r
1158             this.checkBox3.Text = "Check for updates";\r
1159             this.ToolTip.SetToolTip(this.checkBox3, "Enables the built in update checker. This check is performed when the application" +\r
1160                     " starts.");\r
1161             this.checkBox3.UseVisualStyleBackColor = false;\r
1162             // \r
1163             // checkBox4\r
1164             // \r
1165             this.checkBox4.AutoSize = true;\r
1166             this.checkBox4.BackColor = System.Drawing.Color.Transparent;\r
1167             this.checkBox4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1168             this.checkBox4.Location = new System.Drawing.Point(114, 64);\r
1169             this.checkBox4.Name = "checkBox4";\r
1170             this.checkBox4.Size = new System.Drawing.Size(166, 17);\r
1171             this.checkBox4.TabIndex = 69;\r
1172             this.checkBox4.Text = "Load my default settings";\r
1173             this.ToolTip.SetToolTip(this.checkBox4, "Loads the users default settings rather than the Normal preset.");\r
1174             this.checkBox4.UseVisualStyleBackColor = false;\r
1175             // \r
1176             // comboBox1\r
1177             // \r
1178             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1179             this.comboBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1180             this.comboBox1.FormattingEnabled = true;\r
1181             this.comboBox1.Items.AddRange(new object[] {\r
1182             "Do Nothing",\r
1183             "Shutdown",\r
1184             "Suspend",\r
1185             "Hibernate",\r
1186             "Lock System",\r
1187             "Log Off",\r
1188             "Quit HandBrake"});\r
1189             this.comboBox1.Location = new System.Drawing.Point(114, 100);\r
1190             this.comboBox1.Name = "comboBox1";\r
1191             this.comboBox1.Size = new System.Drawing.Size(166, 21);\r
1192             this.comboBox1.TabIndex = 43;\r
1193             this.ToolTip.SetToolTip(this.comboBox1, "Performs an action when an encode or queue has completed.");\r
1194             // \r
1195             // textBox3\r
1196             // \r
1197             this.textBox3.Location = new System.Drawing.Point(199, 198);\r
1198             this.textBox3.Name = "textBox3";\r
1199             this.textBox3.Size = new System.Drawing.Size(255, 20);\r
1200             this.textBox3.TabIndex = 79;\r
1201             this.ToolTip.SetToolTip(this.textBox3, "Define the format of the automatically named file.\r\ne.g  {source}_{title}_some-te" +\r
1202                     "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " +\r
1203                     "sources values.");\r
1204             // \r
1205             // textBox4\r
1206             // \r
1207             this.textBox4.Location = new System.Drawing.Point(199, 171);\r
1208             this.textBox4.Name = "textBox4";\r
1209             this.textBox4.Size = new System.Drawing.Size(181, 20);\r
1210             this.textBox4.TabIndex = 76;\r
1211             this.ToolTip.SetToolTip(this.textBox4, "The default location where auto named files are stored.");\r
1212             // \r
1213             // checkBox5\r
1214             // \r
1215             this.checkBox5.AutoSize = true;\r
1216             this.checkBox5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1217             this.checkBox5.Location = new System.Drawing.Point(114, 148);\r
1218             this.checkBox5.Name = "checkBox5";\r
1219             this.checkBox5.Size = new System.Drawing.Size(206, 17);\r
1220             this.checkBox5.TabIndex = 72;\r
1221             this.checkBox5.Text = "Automatically name output files";\r
1222             this.ToolTip.SetToolTip(this.checkBox5, "Automatically name output files");\r
1223             this.checkBox5.UseVisualStyleBackColor = true;\r
1224             // \r
1225             // checkBox6\r
1226             // \r
1227             this.checkBox6.AutoSize = true;\r
1228             this.checkBox6.BackColor = System.Drawing.Color.Transparent;\r
1229             this.checkBox6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1230             this.checkBox6.Location = new System.Drawing.Point(114, 41);\r
1231             this.checkBox6.Name = "checkBox6";\r
1232             this.checkBox6.Size = new System.Drawing.Size(135, 17);\r
1233             this.checkBox6.TabIndex = 70;\r
1234             this.checkBox6.Text = "Enable GUI tooltips";\r
1235             this.ToolTip.SetToolTip(this.checkBox6, "Enable the built in tooltips for gui controls.");\r
1236             this.checkBox6.UseVisualStyleBackColor = false;\r
1237             // \r
1238             // checkBox7\r
1239             // \r
1240             this.checkBox7.AutoSize = true;\r
1241             this.checkBox7.BackColor = System.Drawing.Color.Transparent;\r
1242             this.checkBox7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1243             this.checkBox7.Location = new System.Drawing.Point(114, 18);\r
1244             this.checkBox7.Name = "checkBox7";\r
1245             this.checkBox7.Size = new System.Drawing.Size(131, 17);\r
1246             this.checkBox7.TabIndex = 68;\r
1247             this.checkBox7.Text = "Check for updates";\r
1248             this.ToolTip.SetToolTip(this.checkBox7, "Enables the built in update checker. This check is performed when the application" +\r
1249                     " starts.");\r
1250             this.checkBox7.UseVisualStyleBackColor = false;\r
1251             // \r
1252             // checkBox8\r
1253             // \r
1254             this.checkBox8.AutoSize = true;\r
1255             this.checkBox8.BackColor = System.Drawing.Color.Transparent;\r
1256             this.checkBox8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1257             this.checkBox8.Location = new System.Drawing.Point(114, 64);\r
1258             this.checkBox8.Name = "checkBox8";\r
1259             this.checkBox8.Size = new System.Drawing.Size(166, 17);\r
1260             this.checkBox8.TabIndex = 69;\r
1261             this.checkBox8.Text = "Load my default settings";\r
1262             this.ToolTip.SetToolTip(this.checkBox8, "Loads the users default settings rather than the Normal preset.");\r
1263             this.checkBox8.UseVisualStyleBackColor = false;\r
1264             // \r
1265             // comboBox2\r
1266             // \r
1267             this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1268             this.comboBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1269             this.comboBox2.FormattingEnabled = true;\r
1270             this.comboBox2.Items.AddRange(new object[] {\r
1271             "Do Nothing",\r
1272             "Shutdown",\r
1273             "Suspend",\r
1274             "Hibernate",\r
1275             "Lock System",\r
1276             "Log Off",\r
1277             "Quit HandBrake"});\r
1278             this.comboBox2.Location = new System.Drawing.Point(114, 100);\r
1279             this.comboBox2.Name = "comboBox2";\r
1280             this.comboBox2.Size = new System.Drawing.Size(166, 21);\r
1281             this.comboBox2.TabIndex = 43;\r
1282             this.ToolTip.SetToolTip(this.comboBox2, "Performs an action when an encode or queue has completed.");\r
1283             // \r
1284             // label16\r
1285             // \r
1286             this.label16.AutoSize = true;\r
1287             this.label16.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1288             this.label16.Location = new System.Drawing.Point(197, 222);\r
1289             this.label16.Name = "label16";\r
1290             this.label16.Size = new System.Drawing.Size(242, 12);\r
1291             this.label16.TabIndex = 81;\r
1292             this.label16.Text = "Available Options: {source} {title} {chapters}";\r
1293             // \r
1294             // label17\r
1295             // \r
1296             this.label17.AutoSize = true;\r
1297             this.label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1298             this.label17.Location = new System.Drawing.Point(111, 201);\r
1299             this.label17.Name = "label17";\r
1300             this.label17.Size = new System.Drawing.Size(52, 13);\r
1301             this.label17.TabIndex = 80;\r
1302             this.label17.Text = "Format:";\r
1303             // \r
1304             // button1\r
1305             // \r
1306             this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
1307             this.button1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1308             this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1309             this.button1.Location = new System.Drawing.Point(386, 171);\r
1310             this.button1.Name = "button1";\r
1311             this.button1.Size = new System.Drawing.Size(68, 22);\r
1312             this.button1.TabIndex = 78;\r
1313             this.button1.Text = "Browse";\r
1314             this.button1.UseVisualStyleBackColor = true;\r
1315             // \r
1316             // label18\r
1317             // \r
1318             this.label18.AutoSize = true;\r
1319             this.label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1320             this.label18.Location = new System.Drawing.Point(111, 174);\r
1321             this.label18.Name = "label18";\r
1322             this.label18.Size = new System.Drawing.Size(82, 13);\r
1323             this.label18.TabIndex = 77;\r
1324             this.label18.Text = "Default Path:";\r
1325             // \r
1326             // label19\r
1327             // \r
1328             this.label19.AutoSize = true;\r
1329             this.label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1330             this.label19.Location = new System.Drawing.Point(10, 149);\r
1331             this.label19.Name = "label19";\r
1332             this.label19.Size = new System.Drawing.Size(86, 13);\r
1333             this.label19.TabIndex = 71;\r
1334             this.label19.Text = "Output files:";\r
1335             // \r
1336             // label20\r
1337             // \r
1338             this.label20.AutoSize = true;\r
1339             this.label20.BackColor = System.Drawing.Color.Transparent;\r
1340             this.label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1341             this.label20.Location = new System.Drawing.Point(21, 19);\r
1342             this.label20.Name = "label20";\r
1343             this.label20.Size = new System.Drawing.Size(75, 13);\r
1344             this.label20.TabIndex = 67;\r
1345             this.label20.Text = "At Launch:";\r
1346             // \r
1347             // label21\r
1348             // \r
1349             this.label21.AutoSize = true;\r
1350             this.label21.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1351             this.label21.Location = new System.Drawing.Point(12, 103);\r
1352             this.label21.Name = "label21";\r
1353             this.label21.Size = new System.Drawing.Size(84, 13);\r
1354             this.label21.TabIndex = 54;\r
1355             this.label21.Text = "When Done:";\r
1356             // \r
1357             // label22\r
1358             // \r
1359             this.label22.AutoSize = true;\r
1360             this.label22.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1361             this.label22.Location = new System.Drawing.Point(197, 222);\r
1362             this.label22.Name = "label22";\r
1363             this.label22.Size = new System.Drawing.Size(242, 12);\r
1364             this.label22.TabIndex = 81;\r
1365             this.label22.Text = "Available Options: {source} {title} {chapters}";\r
1366             // \r
1367             // label23\r
1368             // \r
1369             this.label23.AutoSize = true;\r
1370             this.label23.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1371             this.label23.Location = new System.Drawing.Point(111, 201);\r
1372             this.label23.Name = "label23";\r
1373             this.label23.Size = new System.Drawing.Size(52, 13);\r
1374             this.label23.TabIndex = 80;\r
1375             this.label23.Text = "Format:";\r
1376             // \r
1377             // button2\r
1378             // \r
1379             this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
1380             this.button2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1381             this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1382             this.button2.Location = new System.Drawing.Point(386, 171);\r
1383             this.button2.Name = "button2";\r
1384             this.button2.Size = new System.Drawing.Size(68, 22);\r
1385             this.button2.TabIndex = 78;\r
1386             this.button2.Text = "Browse";\r
1387             this.button2.UseVisualStyleBackColor = true;\r
1388             // \r
1389             // label24\r
1390             // \r
1391             this.label24.AutoSize = true;\r
1392             this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1393             this.label24.Location = new System.Drawing.Point(111, 174);\r
1394             this.label24.Name = "label24";\r
1395             this.label24.Size = new System.Drawing.Size(82, 13);\r
1396             this.label24.TabIndex = 77;\r
1397             this.label24.Text = "Default Path:";\r
1398             // \r
1399             // label25\r
1400             // \r
1401             this.label25.AutoSize = true;\r
1402             this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1403             this.label25.Location = new System.Drawing.Point(10, 149);\r
1404             this.label25.Name = "label25";\r
1405             this.label25.Size = new System.Drawing.Size(86, 13);\r
1406             this.label25.TabIndex = 71;\r
1407             this.label25.Text = "Output files:";\r
1408             // \r
1409             // label26\r
1410             // \r
1411             this.label26.AutoSize = true;\r
1412             this.label26.BackColor = System.Drawing.Color.Transparent;\r
1413             this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1414             this.label26.Location = new System.Drawing.Point(21, 19);\r
1415             this.label26.Name = "label26";\r
1416             this.label26.Size = new System.Drawing.Size(75, 13);\r
1417             this.label26.TabIndex = 67;\r
1418             this.label26.Text = "At Launch:";\r
1419             // \r
1420             // label27\r
1421             // \r
1422             this.label27.AutoSize = true;\r
1423             this.label27.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1424             this.label27.Location = new System.Drawing.Point(12, 103);\r
1425             this.label27.Name = "label27";\r
1426             this.label27.Size = new System.Drawing.Size(84, 13);\r
1427             this.label27.TabIndex = 54;\r
1428             this.label27.Text = "When Done:";\r
1429             // \r
1430             // openFile_vlc\r
1431             // \r
1432             this.openFile_vlc.DefaultExt = "exe";\r
1433             this.openFile_vlc.Filter = "exe|*.exe";\r
1434             // \r
1435             // tableLayoutPanel5\r
1436             // \r
1437             this.tableLayoutPanel5.AutoSize = true;\r
1438             this.tableLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
1439             this.tableLayoutPanel5.ColumnCount = 2;\r
1440             this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
1441             this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
1442             this.tableLayoutPanel5.Controls.Add(this.pictureBox2, 0, 0);\r
1443             this.tableLayoutPanel5.Controls.Add(this.btn_close, 1, 2);\r
1444             this.tableLayoutPanel5.Controls.Add(this.label8, 1, 0);\r
1445             this.tableLayoutPanel5.Controls.Add(this.tab_options, 0, 1);\r
1446             this.tableLayoutPanel5.Location = new System.Drawing.Point(12, 12);\r
1447             this.tableLayoutPanel5.Name = "tableLayoutPanel5";\r
1448             this.tableLayoutPanel5.RowCount = 3;\r
1449             this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
1450             this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
1451             this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
1452             this.tableLayoutPanel5.Size = new System.Drawing.Size(594, 429);\r
1453             this.tableLayoutPanel5.TabIndex = 62;\r
1454             // \r
1455             // frmOptions\r
1456             // \r
1457             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
1458             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
1459             this.AutoSize = true;\r
1460             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
1461             this.ClientSize = new System.Drawing.Size(627, 456);\r
1462             this.Controls.Add(this.tableLayoutPanel5);\r
1463             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1464             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
1465             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
1466             this.MaximizeBox = false;\r
1467             this.MinimizeBox = false;\r
1468             this.Name = "frmOptions";\r
1469             this.Padding = new System.Windows.Forms.Padding(12);\r
1470             this.ShowIcon = false;\r
1471             this.ShowInTaskbar = false;\r
1472             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
1473             this.Text = "HandBrake Options";\r
1474             this.tab_options.ResumeLayout(false);\r
1475             this.tab_general.ResumeLayout(false);\r
1476             this.tab_general.PerformLayout();\r
1477             this.tab_picture.ResumeLayout(false);\r
1478             this.tab_picture.PerformLayout();\r
1479             this.tableLayoutPanel2.ResumeLayout(false);\r
1480             this.tableLayoutPanel2.PerformLayout();\r
1481             this.tab_audio_sub.ResumeLayout(false);\r
1482             this.tab_audio_sub.PerformLayout();\r
1483             this.tab_cli.ResumeLayout(false);\r
1484             this.tab_cli.PerformLayout();\r
1485             this.tab_advanced.ResumeLayout(false);\r
1486             this.tab_advanced.PerformLayout();\r
1487             this.tab_debug.ResumeLayout(false);\r
1488             this.tab_debug.PerformLayout();\r
1489             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
1490             this.tableLayoutPanel5.ResumeLayout(false);\r
1491             this.tableLayoutPanel5.PerformLayout();\r
1492             this.ResumeLayout(false);\r
1493             this.PerformLayout();\r
1494 \r
1495         }\r
1496 \r
1497         #endregion\r
1498 \r
1499         internal System.Windows.Forms.Button btn_close;\r
1500         internal System.Windows.Forms.ComboBox drp_completeOption;\r
1501         private System.Windows.Forms.TabControl tab_options;\r
1502         private System.Windows.Forms.Label label2;\r
1503         private System.Windows.Forms.TabPage tab_cli;\r
1504         private System.Windows.Forms.Label label8;\r
1505         private System.Windows.Forms.PictureBox pictureBox2;\r
1506         private System.Windows.Forms.TabPage tab_general;\r
1507         private System.Windows.Forms.FolderBrowserDialog pathFinder;\r
1508         internal System.Windows.Forms.Label Label4;\r
1509         internal System.Windows.Forms.CheckBox check_tooltip;\r
1510         internal System.Windows.Forms.CheckBox check_updateCheck;\r
1511         private System.Windows.Forms.Label label1;\r
1512         private System.Windows.Forms.TabPage tab_advanced;\r
1513         private System.Windows.Forms.Label label6;\r
1514         private System.Windows.Forms.Label label13;\r
1515         internal System.Windows.Forms.Label label10;\r
1516         private System.Windows.Forms.TextBox text_an_path;\r
1517         internal System.Windows.Forms.CheckBox check_autoNaming;\r
1518         private System.Windows.Forms.Label label12;\r
1519         internal System.Windows.Forms.ToolTip ToolTip;\r
1520         private System.Windows.Forms.TabPage tab_picture;\r
1521         internal System.Windows.Forms.Label label5;\r
1522         private System.Windows.Forms.TextBox txt_autoNameFormat;\r
1523         private System.Windows.Forms.Label label7;\r
1524         private System.Windows.Forms.Label label9;\r
1525         internal System.Windows.Forms.Button btn_saveLog;\r
1526         internal System.Windows.Forms.Label label14;\r
1527         private System.Windows.Forms.TextBox text_logPath;\r
1528         internal System.Windows.Forms.CheckBox check_saveLogWithVideo;\r
1529         internal System.Windows.Forms.Button btn_vlcPath;\r
1530         private System.Windows.Forms.TextBox txt_vlcPath;\r
1531         private System.Windows.Forms.Label label29;\r
1532         private System.Windows.Forms.Label label16;\r
1533         internal System.Windows.Forms.Label label17;\r
1534         private System.Windows.Forms.TextBox textBox1;\r
1535         internal System.Windows.Forms.Button button1;\r
1536         internal System.Windows.Forms.Label label18;\r
1537         private System.Windows.Forms.TextBox textBox2;\r
1538         internal System.Windows.Forms.CheckBox checkBox1;\r
1539         private System.Windows.Forms.Label label19;\r
1540         internal System.Windows.Forms.CheckBox checkBox2;\r
1541         internal System.Windows.Forms.CheckBox checkBox3;\r
1542         internal System.Windows.Forms.CheckBox checkBox4;\r
1543         private System.Windows.Forms.Label label20;\r
1544         private System.Windows.Forms.Label label21;\r
1545         internal System.Windows.Forms.ComboBox comboBox1;\r
1546         private System.Windows.Forms.Label label22;\r
1547         internal System.Windows.Forms.Label label23;\r
1548         private System.Windows.Forms.TextBox textBox3;\r
1549         internal System.Windows.Forms.Button button2;\r
1550         internal System.Windows.Forms.Label label24;\r
1551         private System.Windows.Forms.TextBox textBox4;\r
1552         internal System.Windows.Forms.CheckBox checkBox5;\r
1553         private System.Windows.Forms.Label label25;\r
1554         internal System.Windows.Forms.CheckBox checkBox6;\r
1555         internal System.Windows.Forms.CheckBox checkBox7;\r
1556         internal System.Windows.Forms.CheckBox checkBox8;\r
1557         private System.Windows.Forms.Label label26;\r
1558         private System.Windows.Forms.Label label27;\r
1559         internal System.Windows.Forms.ComboBox comboBox2;\r
1560         private System.Windows.Forms.OpenFileDialog openFile_vlc;\r
1561         internal System.Windows.Forms.CheckBox check_mainMinimize;\r
1562         internal System.Windows.Forms.CheckBox check_queryEditorTab;\r
1563         private System.Windows.Forms.Label label30;\r
1564         internal System.Windows.Forms.ComboBox drop_x264step;\r
1565         private System.Windows.Forms.Label label28;\r
1566         internal System.Windows.Forms.ComboBox cb_logVerboseLvl;\r
1567         internal System.Windows.Forms.Label label3;\r
1568         internal System.Windows.Forms.CheckBox check_dvdnav;\r
1569         private System.Windows.Forms.Label label32;\r
1570         internal System.Windows.Forms.CheckBox check_logsInSpecifiedLocation;\r
1571         internal System.Windows.Forms.CheckBox check_disablePresetNotification;\r
1572         internal System.Windows.Forms.CheckBox check_trayStatusAlerts;\r
1573         private System.Windows.Forms.Button btn_viewLogs;\r
1574         private System.Windows.Forms.Button btn_clearLogs;\r
1575         internal System.Windows.Forms.CheckBox check_m4v;\r
1576         internal System.Windows.Forms.ComboBox drop_updateCheckDays;\r
1577         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;\r
1578         internal System.Windows.Forms.ComboBox drp_Priority;\r
1579         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;\r
1580         private System.Windows.Forms.CheckBox check_promptOnUnmatchingQueries;\r
1581         private System.Windows.Forms.TabPage tab_audio_sub;\r
1582         internal System.Windows.Forms.ComboBox drop_preferredLang;\r
1583         private System.Windows.Forms.Label label31;\r
1584         private System.Windows.Forms.RadioButton radio_foreignAndSubs;\r
1585         private System.Windows.Forms.RadioButton radio_dub;\r
1586         private System.Windows.Forms.Label label15;\r
1587         internal System.Windows.Forms.Button btn_browse;\r
1588         private System.Windows.Forms.TabPage tab_debug;\r
1589         private System.Windows.Forms.CheckBox check_disableResCalc;\r
1590         internal System.Windows.Forms.CheckBox check_growlEncode;\r
1591         internal System.Windows.Forms.CheckBox check_GrowlQueue;\r
1592         internal System.Windows.Forms.ComboBox drop_previewScanCount;\r
1593         private System.Windows.Forms.Label label33;\r
1594         internal System.Windows.Forms.CheckBox check_clearOldLogs;\r
1595         internal System.Windows.Forms.CheckBox check_showCliForInGUIEncode;\r
1596         internal System.Windows.Forms.CheckBox check_TitleCase;\r
1597         internal System.Windows.Forms.CheckBox check_removeUnderscores;\r
1598         internal System.Windows.Forms.CheckBox check_preventSleep;\r
1599         private System.Windows.Forms.Label label11;\r
1600     }\r
1601 }