OSDN Git Service

9c32cda678831bd305efd2655b3261b7aeef4d9f
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
1 /*  frmMain.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmMain\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.Windows.Forms.Label Label38;\r
39             System.Windows.Forms.ContextMenuStrip notifyIconMenu;\r
40             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));\r
41             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();\r
42             this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();\r
43             this.DVD_Save = new System.Windows.Forms.SaveFileDialog();\r
44             this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
45             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
46             this.drop_chapterFinish = new System.Windows.Forms.ComboBox();\r
47             this.drop_chapterStart = new System.Windows.Forms.ComboBox();\r
48             this.drp_dvdtitle = new System.Windows.Forms.ComboBox();\r
49             this.text_source = new System.Windows.Forms.TextBox();\r
50             this.text_destination = new System.Windows.Forms.TextBox();\r
51             this.drp_videoEncoder = new System.Windows.Forms.ComboBox();\r
52             this.drp_audbit_1 = new System.Windows.Forms.ComboBox();\r
53             this.drp_audsr_1 = new System.Windows.Forms.ComboBox();\r
54             this.check_largeFile = new System.Windows.Forms.CheckBox();\r
55             this.check_turbo = new System.Windows.Forms.CheckBox();\r
56             this.drp_videoFramerate = new System.Windows.Forms.ComboBox();\r
57             this.slider_videoQuality = new System.Windows.Forms.TrackBar();\r
58             this.text_filesize = new System.Windows.Forms.TextBox();\r
59             this.text_bitrate = new System.Windows.Forms.TextBox();\r
60             this.drp_subtitle = new System.Windows.Forms.ComboBox();\r
61             this.btn_setDefault = new System.Windows.Forms.Button();\r
62             this.drp_audmix_1 = new System.Windows.Forms.ComboBox();\r
63             this.text_height = new System.Windows.Forms.TextBox();\r
64             this.text_width = new System.Windows.Forms.TextBox();\r
65             this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
66             this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
67             this.data_chpt = new System.Windows.Forms.DataGridView();\r
68             this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
69             this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
70             this.btn_addPreset = new System.Windows.Forms.Button();\r
71             this.btn_removePreset = new System.Windows.Forms.Button();\r
72             this.drp_audmix_2 = new System.Windows.Forms.ComboBox();\r
73             this.drp_audenc_1 = new System.Windows.Forms.ComboBox();\r
74             this.drp_audenc_2 = new System.Windows.Forms.ComboBox();\r
75             this.drp_audbit_2 = new System.Windows.Forms.ComboBox();\r
76             this.drp_audsr_2 = new System.Windows.Forms.ComboBox();\r
77             this.drp_audsr_3 = new System.Windows.Forms.ComboBox();\r
78             this.drp_audbit_3 = new System.Windows.Forms.ComboBox();\r
79             this.drp_audenc_3 = new System.Windows.Forms.ComboBox();\r
80             this.drp_audmix_3 = new System.Windows.Forms.ComboBox();\r
81             this.drp_audsr_4 = new System.Windows.Forms.ComboBox();\r
82             this.drp_audbit_4 = new System.Windows.Forms.ComboBox();\r
83             this.drp_audenc_4 = new System.Windows.Forms.ComboBox();\r
84             this.drp_audmix_4 = new System.Windows.Forms.ComboBox();\r
85             this.drop_format = new System.Windows.Forms.ComboBox();\r
86             this.lbl_src_res = new System.Windows.Forms.Label();\r
87             this.lbl_duration = new System.Windows.Forms.Label();\r
88             this.label_duration = new System.Windows.Forms.Label();\r
89             this.label7 = new System.Windows.Forms.Label();\r
90             this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();\r
91             this.File_Open = new System.Windows.Forms.OpenFileDialog();\r
92             this.ISO_Open = new System.Windows.Forms.OpenFileDialog();\r
93             this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
94             this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();\r
95             this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();\r
96             this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
97             this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem();\r
98             this.mnu_encodeLog = new System.Windows.Forms.ToolStripMenuItem();\r
99             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();\r
100             this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();\r
101             this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
102             this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem();\r
103             this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem();\r
104             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();\r
105             this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem();\r
106             this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
107             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
108             this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem();\r
109             this.mnu_handbrake_home = new System.Windows.Forms.ToolStripMenuItem();\r
110             this.mnu_handbrake_forums = new System.Windows.Forms.ToolStripMenuItem();\r
111             this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
112             this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem();\r
113             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();\r
114             this.mnu_about = new System.Windows.Forms.ToolStripMenuItem();\r
115             this.frmMainMenu = new System.Windows.Forms.MenuStrip();\r
116             this.GroupBox1 = new System.Windows.Forms.GroupBox();\r
117             this.Label13 = new System.Windows.Forms.Label();\r
118             this.Label17 = new System.Windows.Forms.Label();\r
119             this.Label9 = new System.Windows.Forms.Label();\r
120             this.Label10 = new System.Windows.Forms.Label();\r
121             this.groupBox_output = new System.Windows.Forms.GroupBox();\r
122             this.label5 = new System.Windows.Forms.Label();\r
123             this.Label47 = new System.Windows.Forms.Label();\r
124             this.Label3 = new System.Windows.Forms.Label();\r
125             this.TabPage2 = new System.Windows.Forms.TabPage();\r
126             this.lbl_drc4 = new System.Windows.Forms.Label();\r
127             this.lbl_drc3 = new System.Windows.Forms.Label();\r
128             this.lbl_drc2 = new System.Windows.Forms.Label();\r
129             this.lbl_drc1 = new System.Windows.Forms.Label();\r
130             this.trackBar4 = new System.Windows.Forms.TrackBar();\r
131             this.drp_track4Audio = new System.Windows.Forms.ComboBox();\r
132             this.lbl_t4 = new System.Windows.Forms.Label();\r
133             this.trackBar3 = new System.Windows.Forms.TrackBar();\r
134             this.drp_track3Audio = new System.Windows.Forms.ComboBox();\r
135             this.lbl_t3 = new System.Windows.Forms.Label();\r
136             this.trackBar2 = new System.Windows.Forms.TrackBar();\r
137             this.label16 = new System.Windows.Forms.Label();\r
138             this.trackBar1 = new System.Windows.Forms.TrackBar();\r
139             this.groupBox5 = new System.Windows.Forms.GroupBox();\r
140             this.groupBox3 = new System.Windows.Forms.GroupBox();\r
141             this.label68 = new System.Windows.Forms.Label();\r
142             this.label67 = new System.Windows.Forms.Label();\r
143             this.label66 = new System.Windows.Forms.Label();\r
144             this.label65 = new System.Windows.Forms.Label();\r
145             this.label14 = new System.Windows.Forms.Label();\r
146             this.check_forced = new System.Windows.Forms.CheckBox();\r
147             this.drp_track2Audio = new System.Windows.Forms.ComboBox();\r
148             this.label28 = new System.Windows.Forms.Label();\r
149             this.label27 = new System.Windows.Forms.Label();\r
150             this.Label19 = new System.Windows.Forms.Label();\r
151             this.Label20 = new System.Windows.Forms.Label();\r
152             this.drp_track1Audio = new System.Windows.Forms.ComboBox();\r
153             this.Label32 = new System.Windows.Forms.Label();\r
154             this.TabPage3 = new System.Windows.Forms.TabPage();\r
155             this.label25 = new System.Windows.Forms.Label();\r
156             this.lbl_vfr = new System.Windows.Forms.Label();\r
157             this.check_grayscale = new System.Windows.Forms.CheckBox();\r
158             this.Label22 = new System.Windows.Forms.Label();\r
159             this.check_2PassEncode = new System.Windows.Forms.CheckBox();\r
160             this.Label2 = new System.Windows.Forms.Label();\r
161             this.Label42 = new System.Windows.Forms.Label();\r
162             this.SliderValue = new System.Windows.Forms.Label();\r
163             this.Label46 = new System.Windows.Forms.Label();\r
164             this.Label40 = new System.Windows.Forms.Label();\r
165             this.TabPage1 = new System.Windows.Forms.TabPage();\r
166             this.slider_deblock = new System.Windows.Forms.TrackBar();\r
167             this.label8 = new System.Windows.Forms.Label();\r
168             this.lbl_deblockVal = new System.Windows.Forms.Label();\r
169             this.check_customCrop = new System.Windows.Forms.RadioButton();\r
170             this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
171             this.check_decomb = new System.Windows.Forms.CheckBox();\r
172             this.label6 = new System.Windows.Forms.Label();\r
173             this.drp_anamorphic = new System.Windows.Forms.ComboBox();\r
174             this.text_bottom = new System.Windows.Forms.NumericUpDown();\r
175             this.text_top = new System.Windows.Forms.NumericUpDown();\r
176             this.text_left = new System.Windows.Forms.NumericUpDown();\r
177             this.text_right = new System.Windows.Forms.NumericUpDown();\r
178             this.label26 = new System.Windows.Forms.Label();\r
179             this.Label56 = new System.Windows.Forms.Label();\r
180             this.lbl_Aspect = new System.Windows.Forms.Label();\r
181             this.Label91 = new System.Windows.Forms.Label();\r
182             this.Label55 = new System.Windows.Forms.Label();\r
183             this.check_vfr = new System.Windows.Forms.CheckBox();\r
184             this.label24 = new System.Windows.Forms.Label();\r
185             this.drp_deNoise = new System.Windows.Forms.ComboBox();\r
186             this.label11 = new System.Windows.Forms.Label();\r
187             this.check_detelecine = new System.Windows.Forms.CheckBox();\r
188             this.label4 = new System.Windows.Forms.Label();\r
189             this.drp_deInterlace_option = new System.Windows.Forms.ComboBox();\r
190             this.Label1 = new System.Windows.Forms.Label();\r
191             this.Label53 = new System.Windows.Forms.Label();\r
192             this.Label52 = new System.Windows.Forms.Label();\r
193             this.Label51 = new System.Windows.Forms.Label();\r
194             this.Label15 = new System.Windows.Forms.Label();\r
195             this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
196             this.advancedOptions = new System.Windows.Forms.TabControl();\r
197             this.tab_chapters = new System.Windows.Forms.TabPage();\r
198             this.label31 = new System.Windows.Forms.Label();\r
199             this.h264Tab = new System.Windows.Forms.TabPage();\r
200             this.label43 = new System.Windows.Forms.Label();\r
201             this.btn_reset = new System.Windows.Forms.Button();\r
202             this.rtf_x264Query = new System.Windows.Forms.RichTextBox();\r
203             this.check_Cabac = new System.Windows.Forms.CheckBox();\r
204             this.check_noDCTDecimate = new System.Windows.Forms.CheckBox();\r
205             this.check_noFastPSkip = new System.Windows.Forms.CheckBox();\r
206             this.lbl_trellis = new System.Windows.Forms.Label();\r
207             this.drop_trellis = new System.Windows.Forms.ComboBox();\r
208             this.drop_deblockBeta = new System.Windows.Forms.ComboBox();\r
209             this.label41 = new System.Windows.Forms.Label();\r
210             this.drop_deblockAlpha = new System.Windows.Forms.ComboBox();\r
211             this.panel3 = new System.Windows.Forms.Panel();\r
212             this.panel1 = new System.Windows.Forms.Panel();\r
213             this.panel2 = new System.Windows.Forms.Panel();\r
214             this.check_8x8DCT = new System.Windows.Forms.CheckBox();\r
215             this.label45 = new System.Windows.Forms.Label();\r
216             this.drop_analysis = new System.Windows.Forms.ComboBox();\r
217             this.label48 = new System.Windows.Forms.Label();\r
218             this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox();\r
219             this.label49 = new System.Windows.Forms.Label();\r
220             this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox();\r
221             this.label54 = new System.Windows.Forms.Label();\r
222             this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox();\r
223             this.check_pyrmidalBFrames = new System.Windows.Forms.CheckBox();\r
224             this.check_BidirectionalRefinement = new System.Windows.Forms.CheckBox();\r
225             this.check_bFrameRateDistortion = new System.Windows.Forms.CheckBox();\r
226             this.check_weightedBFrames = new System.Windows.Forms.CheckBox();\r
227             this.lbl_direct_prediction = new System.Windows.Forms.Label();\r
228             this.drop_directPrediction = new System.Windows.Forms.ComboBox();\r
229             this.label62 = new System.Windows.Forms.Label();\r
230             this.drop_bFrames = new System.Windows.Forms.ComboBox();\r
231             this.label64 = new System.Windows.Forms.Label();\r
232             this.drop_refFrames = new System.Windows.Forms.ComboBox();\r
233             this.check_mixedReferences = new System.Windows.Forms.CheckBox();\r
234             this.tabPage4 = new System.Windows.Forms.TabPage();\r
235             this.btn_clear = new System.Windows.Forms.Button();\r
236             this.label34 = new System.Windows.Forms.Label();\r
237             this.btn_generate_Query = new System.Windows.Forms.Button();\r
238             this.label33 = new System.Windows.Forms.Label();\r
239             this.rtf_query = new System.Windows.Forms.RichTextBox();\r
240             this.groupBox_dest = new System.Windows.Forms.GroupBox();\r
241             this.btn_destBrowse = new System.Windows.Forms.Button();\r
242             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
243             this.treeView_presets = new System.Windows.Forms.TreeView();\r
244             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
245             this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
246             this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem();\r
247             this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
248             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
249             this.mnu_dvd_drive = new System.Windows.Forms.ToolStripMenuItem();\r
250             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();\r
251             this.btn_start = new System.Windows.Forms.ToolStripButton();\r
252             this.btn_add2Queue = new System.Windows.Forms.ToolStripButton();\r
253             this.btn_showQueue = new System.Windows.Forms.ToolStripButton();\r
254             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
255             this.btn_ActivityWindow = new System.Windows.Forms.ToolStripButton();\r
256             this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();\r
257             this.btn_minimize = new System.Windows.Forms.ToolStripButton();\r
258             this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);\r
259             this.StatusStrip = new System.Windows.Forms.StatusStrip();\r
260             this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();\r
261             Label38 = new System.Windows.Forms.Label();\r
262             notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
263             notifyIconMenu.SuspendLayout();\r
264             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
265             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
266             this.frmMainMenu.SuspendLayout();\r
267             this.GroupBox1.SuspendLayout();\r
268             this.groupBox_output.SuspendLayout();\r
269             this.TabPage2.SuspendLayout();\r
270             ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();\r
271             ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();\r
272             ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();\r
273             ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();\r
274             this.TabPage3.SuspendLayout();\r
275             this.TabPage1.SuspendLayout();\r
276             ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit();\r
277             ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).BeginInit();\r
278             ((System.ComponentModel.ISupportInitialize)(this.text_top)).BeginInit();\r
279             ((System.ComponentModel.ISupportInitialize)(this.text_left)).BeginInit();\r
280             ((System.ComponentModel.ISupportInitialize)(this.text_right)).BeginInit();\r
281             this.advancedOptions.SuspendLayout();\r
282             this.tab_chapters.SuspendLayout();\r
283             this.h264Tab.SuspendLayout();\r
284             this.tabPage4.SuspendLayout();\r
285             this.groupBox_dest.SuspendLayout();\r
286             this.groupBox2.SuspendLayout();\r
287             this.toolStrip1.SuspendLayout();\r
288             this.StatusStrip.SuspendLayout();\r
289             this.SuspendLayout();\r
290             // \r
291             // Label38\r
292             // \r
293             Label38.AutoSize = true;\r
294             Label38.BackColor = System.Drawing.Color.Transparent;\r
295             Label38.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
296             Label38.Location = new System.Drawing.Point(334, 38);\r
297             Label38.Name = "Label38";\r
298             Label38.Size = new System.Drawing.Size(108, 13);\r
299             Label38.TabIndex = 11;\r
300             Label38.Text = "Target Size (MB):";\r
301             // \r
302             // notifyIconMenu\r
303             // \r
304             notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
305             this.btn_restore});\r
306             notifyIconMenu.Name = "notifyIconMenu";\r
307             notifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
308             notifyIconMenu.Size = new System.Drawing.Size(129, 26);\r
309             // \r
310             // btn_restore\r
311             // \r
312             this.btn_restore.Name = "btn_restore";\r
313             this.btn_restore.Size = new System.Drawing.Size(128, 22);\r
314             this.btn_restore.Text = "Restore";\r
315             this.btn_restore.Click += new System.EventHandler(this.btn_restore_Click);\r
316             // \r
317             // DVD_Save\r
318             // \r
319             this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|avi|*.avi|ogm|*.ogm|mkv|*.mkv";\r
320             // \r
321             // File_Save\r
322             // \r
323             this.File_Save.DefaultExt = "hb";\r
324             this.File_Save.Filter = "hb|*.hb";\r
325             // \r
326             // ToolTip\r
327             // \r
328             this.ToolTip.Active = false;\r
329             this.ToolTip.AutomaticDelay = 1000;\r
330             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
331             this.ToolTip.ToolTipTitle = "Tooltip";\r
332             // \r
333             // drop_chapterFinish\r
334             // \r
335             this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
336             this.drop_chapterFinish.FormattingEnabled = true;\r
337             this.drop_chapterFinish.Location = new System.Drawing.Point(397, 52);\r
338             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
339             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
340             this.drop_chapterFinish.TabIndex = 10;\r
341             this.drop_chapterFinish.Text = "Auto";\r
342             this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
343             this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged);\r
344             // \r
345             // drop_chapterStart\r
346             // \r
347             this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
348             this.drop_chapterStart.FormattingEnabled = true;\r
349             this.drop_chapterStart.Location = new System.Drawing.Point(295, 52);\r
350             this.drop_chapterStart.Name = "drop_chapterStart";\r
351             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
352             this.drop_chapterStart.TabIndex = 9;\r
353             this.drop_chapterStart.Text = "Auto";\r
354             this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
355             this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged);\r
356             // \r
357             // drp_dvdtitle\r
358             // \r
359             this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
360             this.drp_dvdtitle.FormattingEnabled = true;\r
361             this.drp_dvdtitle.Items.AddRange(new object[] {\r
362             "Automatic"});\r
363             this.drp_dvdtitle.Location = new System.Drawing.Point(99, 52);\r
364             this.drp_dvdtitle.Name = "drp_dvdtitle";\r
365             this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21);\r
366             this.drp_dvdtitle.TabIndex = 7;\r
367             this.drp_dvdtitle.Text = "Automatic";\r
368             this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.");\r
369             this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);\r
370             this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);\r
371             // \r
372             // text_source\r
373             // \r
374             this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
375             this.text_source.Location = new System.Drawing.Point(99, 19);\r
376             this.text_source.Name = "text_source";\r
377             this.text_source.Size = new System.Drawing.Size(584, 21);\r
378             this.text_source.TabIndex = 1;\r
379             this.text_source.Text = "Click \'Source\' to continue";\r
380             this.ToolTip.SetToolTip(this.text_source, "The input source location.");\r
381             // \r
382             // text_destination\r
383             // \r
384             this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
385             this.text_destination.Location = new System.Drawing.Point(99, 19);\r
386             this.text_destination.Name = "text_destination";\r
387             this.text_destination.Size = new System.Drawing.Size(503, 21);\r
388             this.text_destination.TabIndex = 1;\r
389             this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved.");\r
390             this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged);\r
391             // \r
392             // drp_videoEncoder\r
393             // \r
394             this.drp_videoEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
395             this.drp_videoEncoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
396             this.drp_videoEncoder.FormattingEnabled = true;\r
397             this.drp_videoEncoder.Items.AddRange(new object[] {\r
398             "MPEG-4 (FFmpeg)",\r
399             "MPEG-4 (XviD)",\r
400             "H.264 (x264)",\r
401             "VP3 (Theora)"});\r
402             this.drp_videoEncoder.Location = new System.Drawing.Point(125, 35);\r
403             this.drp_videoEncoder.Name = "drp_videoEncoder";\r
404             this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21);\r
405             this.drp_videoEncoder.TabIndex = 1;\r
406             this.ToolTip.SetToolTip(this.drp_videoEncoder, "Select a video encoder");\r
407             this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);\r
408             // \r
409             // drp_audbit_1\r
410             // \r
411             this.drp_audbit_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
412             this.drp_audbit_1.FormattingEnabled = true;\r
413             this.drp_audbit_1.Items.AddRange(new object[] {\r
414             "32",\r
415             "40",\r
416             "48",\r
417             "56",\r
418             "64",\r
419             "80",\r
420             "86",\r
421             "112",\r
422             "128",\r
423             "160"});\r
424             this.drp_audbit_1.Location = new System.Drawing.Point(546, 53);\r
425             this.drp_audbit_1.Name = "drp_audbit_1";\r
426             this.drp_audbit_1.Size = new System.Drawing.Size(70, 20);\r
427             this.drp_audbit_1.TabIndex = 11;\r
428             this.drp_audbit_1.Text = "160";\r
429             this.ToolTip.SetToolTip(this.drp_audbit_1, "Set the Audio Bit-Rate");\r
430             // \r
431             // drp_audsr_1\r
432             // \r
433             this.drp_audsr_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
434             this.drp_audsr_1.FormattingEnabled = true;\r
435             this.drp_audsr_1.Items.AddRange(new object[] {\r
436             "Auto",\r
437             "48",\r
438             "44.1",\r
439             "32",\r
440             "24",\r
441             "22.05"});\r
442             this.drp_audsr_1.Location = new System.Drawing.Point(488, 53);\r
443             this.drp_audsr_1.Name = "drp_audsr_1";\r
444             this.drp_audsr_1.Size = new System.Drawing.Size(55, 20);\r
445             this.drp_audsr_1.TabIndex = 9;\r
446             this.drp_audsr_1.Text = "Auto";\r
447             this.ToolTip.SetToolTip(this.drp_audsr_1, "Set the Audio Sample Rate");\r
448             // \r
449             // check_largeFile\r
450             // \r
451             this.check_largeFile.AutoSize = true;\r
452             this.check_largeFile.BackColor = System.Drawing.Color.Transparent;\r
453             this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
454             this.check_largeFile.Location = new System.Drawing.Point(193, 22);\r
455             this.check_largeFile.Name = "check_largeFile";\r
456             this.check_largeFile.Size = new System.Drawing.Size(82, 17);\r
457             this.check_largeFile.TabIndex = 4;\r
458             this.check_largeFile.Text = "64Bit MP4";\r
459             this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of MP4 files greater than 4GB.\r\nWarning: Breaks iPod, Apple TV (V" +\r
460                     "ersion 1 only) and PS3 compatibility.\r\nRequires .mp4/.m4v file extension");\r
461             this.check_largeFile.UseVisualStyleBackColor = false;\r
462             // \r
463             // check_turbo\r
464             // \r
465             this.check_turbo.AutoSize = true;\r
466             this.check_turbo.BackColor = System.Drawing.Color.Transparent;\r
467             this.check_turbo.Enabled = false;\r
468             this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
469             this.check_turbo.Location = new System.Drawing.Point(37, 184);\r
470             this.check_turbo.Name = "check_turbo";\r
471             this.check_turbo.Size = new System.Drawing.Size(115, 17);\r
472             this.check_turbo.TabIndex = 7;\r
473             this.check_turbo.Text = "Turbo first Pass";\r
474             this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
475             this.check_turbo.UseVisualStyleBackColor = false;\r
476             // \r
477             // drp_videoFramerate\r
478             // \r
479             this.drp_videoFramerate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
480             this.drp_videoFramerate.FormattingEnabled = true;\r
481             this.drp_videoFramerate.Items.AddRange(new object[] {\r
482             "Same as source",\r
483             "5",\r
484             "10",\r
485             "12",\r
486             "15",\r
487             "23.976",\r
488             "24",\r
489             "25",\r
490             "29.97"});\r
491             this.drp_videoFramerate.Location = new System.Drawing.Point(125, 68);\r
492             this.drp_videoFramerate.Name = "drp_videoFramerate";\r
493             this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21);\r
494             this.drp_videoFramerate.TabIndex = 2;\r
495             this.drp_videoFramerate.Text = "Same as source";\r
496             this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases.");\r
497             // \r
498             // slider_videoQuality\r
499             // \r
500             this.slider_videoQuality.Location = new System.Drawing.Point(468, 91);\r
501             this.slider_videoQuality.Maximum = 100;\r
502             this.slider_videoQuality.Name = "slider_videoQuality";\r
503             this.slider_videoQuality.Size = new System.Drawing.Size(167, 42);\r
504             this.slider_videoQuality.TabIndex = 14;\r
505             this.slider_videoQuality.TickFrequency = 17;\r
506             this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)");\r
507             this.slider_videoQuality.Scroll += new System.EventHandler(this.slider_videoQuality_Scroll);\r
508             // \r
509             // text_filesize\r
510             // \r
511             this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
512             this.text_filesize.Location = new System.Drawing.Point(476, 36);\r
513             this.text_filesize.Name = "text_filesize";\r
514             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
515             this.text_filesize.TabIndex = 12;\r
516             this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be.");\r
517             this.text_filesize.TextChanged += new System.EventHandler(this.text_filesize_TextChanged);\r
518             // \r
519             // text_bitrate\r
520             // \r
521             this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
522             this.text_bitrate.Location = new System.Drawing.Point(476, 63);\r
523             this.text_bitrate.Name = "text_bitrate";\r
524             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
525             this.text_bitrate.TabIndex = 10;\r
526             this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video");\r
527             this.text_bitrate.TextChanged += new System.EventHandler(this.text_bitrate_TextChanged);\r
528             // \r
529             // drp_subtitle\r
530             // \r
531             this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
532             this.drp_subtitle.FormattingEnabled = true;\r
533             this.drp_subtitle.Items.AddRange(new object[] {\r
534             "None",\r
535             "Autoselect"});\r
536             this.drp_subtitle.Location = new System.Drawing.Point(79, 244);\r
537             this.drp_subtitle.Name = "drp_subtitle";\r
538             this.drp_subtitle.Size = new System.Drawing.Size(138, 21);\r
539             this.drp_subtitle.TabIndex = 43;\r
540             this.drp_subtitle.Text = "None";\r
541             this.ToolTip.SetToolTip(this.drp_subtitle, resources.GetString("drp_subtitle.ToolTip"));\r
542             this.drp_subtitle.SelectedIndexChanged += new System.EventHandler(this.drp_subtitle_SelectedIndexChanged);\r
543             // \r
544             // btn_setDefault\r
545             // \r
546             this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
547             this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
548             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
549             this.btn_setDefault.Location = new System.Drawing.Point(115, 508);\r
550             this.btn_setDefault.Name = "btn_setDefault";\r
551             this.btn_setDefault.Size = new System.Drawing.Size(72, 22);\r
552             this.btn_setDefault.TabIndex = 1;\r
553             this.btn_setDefault.TabStop = false;\r
554             this.btn_setDefault.Text = "Set Default";\r
555             this.ToolTip.SetToolTip(this.btn_setDefault, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +\r
556                     " > Options");\r
557             this.btn_setDefault.UseVisualStyleBackColor = true;\r
558             this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);\r
559             // \r
560             // drp_audmix_1\r
561             // \r
562             this.drp_audmix_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
563             this.drp_audmix_1.FormattingEnabled = true;\r
564             this.drp_audmix_1.Items.AddRange(new object[] {\r
565             "Automatic",\r
566             "Mono",\r
567             "Stereo",\r
568             "Dolby Surround",\r
569             "Dolby Pro Logic II",\r
570             "6 Channel Discrete"});\r
571             this.drp_audmix_1.Location = new System.Drawing.Point(353, 53);\r
572             this.drp_audmix_1.Name = "drp_audmix_1";\r
573             this.drp_audmix_1.Size = new System.Drawing.Size(129, 20);\r
574             this.drp_audmix_1.TabIndex = 7;\r
575             this.drp_audmix_1.Text = "Automatic";\r
576             this.ToolTip.SetToolTip(this.drp_audmix_1, "Please note: Some options require a 5.1 audio channel to be selected");\r
577             this.drp_audmix_1.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_1_SelectedIndexChanged);\r
578             // \r
579             // text_height\r
580             // \r
581             this.text_height.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
582             this.text_height.ForeColor = System.Drawing.SystemColors.InfoText;\r
583             this.text_height.Location = new System.Drawing.Point(498, 81);\r
584             this.text_height.Name = "text_height";\r
585             this.text_height.Size = new System.Drawing.Size(64, 21);\r
586             this.text_height.TabIndex = 19;\r
587             this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)\r\nCan only be altered when Anamorphic is set to \"None\"");\r
588             this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);\r
589             // \r
590             // text_width\r
591             // \r
592             this.text_width.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
593             this.text_width.Location = new System.Drawing.Point(407, 81);\r
594             this.text_width.Name = "text_width";\r
595             this.text_width.Size = new System.Drawing.Size(64, 21);\r
596             this.text_width.TabIndex = 17;\r
597             this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)\r\nCan only be altered when Anamorphic is set to \"None\" or" +\r
598                     " \"Loose\"");\r
599             this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);\r
600             // \r
601             // check_optimiseMP4\r
602             // \r
603             this.check_optimiseMP4.AutoSize = true;\r
604             this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent;\r
605             this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
606             this.check_optimiseMP4.Location = new System.Drawing.Point(281, 22);\r
607             this.check_optimiseMP4.Name = "check_optimiseMP4";\r
608             this.check_optimiseMP4.Size = new System.Drawing.Size(143, 17);\r
609             this.check_optimiseMP4.TabIndex = 25;\r
610             this.check_optimiseMP4.Text = "HTTP Optimized MP4";\r
611             this.ToolTip.SetToolTip(this.check_optimiseMP4, "MP4 files can be optimized for progressive downloads over the Web,\r\nbut note that" +\r
612                     " QuickTime can only read the files as long as the file extension is .mp4\r\nCan on" +\r
613                     "ly be used with H.264 ");\r
614             this.check_optimiseMP4.UseVisualStyleBackColor = false;\r
615             // \r
616             // check_iPodAtom\r
617             // \r
618             this.check_iPodAtom.AutoSize = true;\r
619             this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent;\r
620             this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
621             this.check_iPodAtom.Location = new System.Drawing.Point(430, 22);\r
622             this.check_iPodAtom.Name = "check_iPodAtom";\r
623             this.check_iPodAtom.Size = new System.Drawing.Size(122, 17);\r
624             this.check_iPodAtom.TabIndex = 26;\r
625             this.check_iPodAtom.Text = "Insert iPod Atom";\r
626             this.ToolTip.SetToolTip(this.check_iPodAtom, "Required for 5th and 6th Generation iPods.\r\nEncodes will not sync if this is not " +\r
627                     "enabled for H.264 encodes");\r
628             this.check_iPodAtom.UseVisualStyleBackColor = false;\r
629             // \r
630             // data_chpt\r
631             // \r
632             this.data_chpt.AllowUserToAddRows = false;\r
633             this.data_chpt.AllowUserToDeleteRows = false;\r
634             this.data_chpt.AllowUserToResizeRows = false;\r
635             this.data_chpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
636             this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
637             this.number,\r
638             this.name});\r
639             this.data_chpt.Location = new System.Drawing.Point(16, 55);\r
640             this.data_chpt.Name = "data_chpt";\r
641             this.data_chpt.Size = new System.Drawing.Size(661, 234);\r
642             this.data_chpt.TabIndex = 3;\r
643             this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
644             // \r
645             // number\r
646             // \r
647             dataGridViewCellStyle1.Format = "N0";\r
648             dataGridViewCellStyle1.NullValue = null;\r
649             this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
650             this.number.HeaderText = "Chapter Number";\r
651             this.number.MaxInputLength = 3;\r
652             this.number.Name = "number";\r
653             this.number.Width = 135;\r
654             // \r
655             // name\r
656             // \r
657             this.name.HeaderText = "Chapter Name";\r
658             this.name.Name = "name";\r
659             this.name.Width = 460;\r
660             // \r
661             // btn_addPreset\r
662             // \r
663             this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
664             this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
665             this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
666             this.btn_addPreset.Location = new System.Drawing.Point(10, 508);\r
667             this.btn_addPreset.Name = "btn_addPreset";\r
668             this.btn_addPreset.Size = new System.Drawing.Size(35, 22);\r
669             this.btn_addPreset.TabIndex = 3;\r
670             this.btn_addPreset.TabStop = false;\r
671             this.btn_addPreset.Text = "Add";\r
672             this.ToolTip.SetToolTip(this.btn_addPreset, "Add a preset to the preset panel");\r
673             this.btn_addPreset.UseVisualStyleBackColor = true;\r
674             this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
675             // \r
676             // btn_removePreset\r
677             // \r
678             this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
679             this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
680             this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
681             this.btn_removePreset.Location = new System.Drawing.Point(51, 508);\r
682             this.btn_removePreset.Name = "btn_removePreset";\r
683             this.btn_removePreset.Size = new System.Drawing.Size(58, 22);\r
684             this.btn_removePreset.TabIndex = 4;\r
685             this.btn_removePreset.TabStop = false;\r
686             this.btn_removePreset.Text = "Remove";\r
687             this.ToolTip.SetToolTip(this.btn_removePreset, "Remove a preset from the panel above.");\r
688             this.btn_removePreset.UseVisualStyleBackColor = true;\r
689             this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
690             // \r
691             // drp_audmix_2\r
692             // \r
693             this.drp_audmix_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
694             this.drp_audmix_2.FormattingEnabled = true;\r
695             this.drp_audmix_2.Items.AddRange(new object[] {\r
696             "Automatic",\r
697             "Mono",\r
698             "Stereo",\r
699             "Dolby Surround",\r
700             "Dolby Pro Logic II",\r
701             "6 Channel Discrete"});\r
702             this.drp_audmix_2.Location = new System.Drawing.Point(353, 92);\r
703             this.drp_audmix_2.Name = "drp_audmix_2";\r
704             this.drp_audmix_2.Size = new System.Drawing.Size(129, 20);\r
705             this.drp_audmix_2.TabIndex = 19;\r
706             this.drp_audmix_2.Text = "Automatic";\r
707             this.ToolTip.SetToolTip(this.drp_audmix_2, "Please note: Some options require a 5.1 audio channel to be selected");\r
708             this.drp_audmix_2.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_2_SelectedIndexChanged);\r
709             // \r
710             // drp_audenc_1\r
711             // \r
712             this.drp_audenc_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
713             this.drp_audenc_1.FormattingEnabled = true;\r
714             this.drp_audenc_1.Items.AddRange(new object[] {\r
715             "AAC",\r
716             "MP3",\r
717             "Vorbis",\r
718             "AC3"});\r
719             this.drp_audenc_1.Location = new System.Drawing.Point(236, 53);\r
720             this.drp_audenc_1.Name = "drp_audenc_1";\r
721             this.drp_audenc_1.Size = new System.Drawing.Size(111, 20);\r
722             this.drp_audenc_1.TabIndex = 5;\r
723             this.drp_audenc_1.Text = "AAC";\r
724             this.ToolTip.SetToolTip(this.drp_audenc_1, "Select an audio encoder.");\r
725             this.drp_audenc_1.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_1_SelectedIndexChanged);\r
726             // \r
727             // drp_audenc_2\r
728             // \r
729             this.drp_audenc_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
730             this.drp_audenc_2.FormattingEnabled = true;\r
731             this.drp_audenc_2.Items.AddRange(new object[] {\r
732             "AAC",\r
733             "MP3",\r
734             "Vorbis",\r
735             "AC3"});\r
736             this.drp_audenc_2.Location = new System.Drawing.Point(236, 92);\r
737             this.drp_audenc_2.Name = "drp_audenc_2";\r
738             this.drp_audenc_2.Size = new System.Drawing.Size(111, 20);\r
739             this.drp_audenc_2.TabIndex = 18;\r
740             this.drp_audenc_2.Text = "AAC";\r
741             this.ToolTip.SetToolTip(this.drp_audenc_2, "Select an audio encoder.");\r
742             this.drp_audenc_2.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_2_SelectedIndexChanged);\r
743             // \r
744             // drp_audbit_2\r
745             // \r
746             this.drp_audbit_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
747             this.drp_audbit_2.FormattingEnabled = true;\r
748             this.drp_audbit_2.Items.AddRange(new object[] {\r
749             "32",\r
750             "40",\r
751             "48",\r
752             "56",\r
753             "64",\r
754             "80",\r
755             "86",\r
756             "112",\r
757             "128",\r
758             "160"});\r
759             this.drp_audbit_2.Location = new System.Drawing.Point(546, 92);\r
760             this.drp_audbit_2.Name = "drp_audbit_2";\r
761             this.drp_audbit_2.Size = new System.Drawing.Size(71, 20);\r
762             this.drp_audbit_2.TabIndex = 21;\r
763             this.drp_audbit_2.Text = "160";\r
764             this.ToolTip.SetToolTip(this.drp_audbit_2, "Set the Audio Bit-Rate");\r
765             // \r
766             // drp_audsr_2\r
767             // \r
768             this.drp_audsr_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
769             this.drp_audsr_2.FormattingEnabled = true;\r
770             this.drp_audsr_2.Items.AddRange(new object[] {\r
771             "Auto",\r
772             "48",\r
773             "44.1",\r
774             "32",\r
775             "24",\r
776             "22.05"});\r
777             this.drp_audsr_2.Location = new System.Drawing.Point(488, 92);\r
778             this.drp_audsr_2.Name = "drp_audsr_2";\r
779             this.drp_audsr_2.Size = new System.Drawing.Size(52, 20);\r
780             this.drp_audsr_2.TabIndex = 20;\r
781             this.drp_audsr_2.Text = "Auto";\r
782             this.ToolTip.SetToolTip(this.drp_audsr_2, "Set the Audio Sample Rate");\r
783             // \r
784             // drp_audsr_3\r
785             // \r
786             this.drp_audsr_3.Enabled = false;\r
787             this.drp_audsr_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
788             this.drp_audsr_3.FormattingEnabled = true;\r
789             this.drp_audsr_3.Items.AddRange(new object[] {\r
790             "Auto",\r
791             "48",\r
792             "44.1",\r
793             "32",\r
794             "24",\r
795             "22.05"});\r
796             this.drp_audsr_3.Location = new System.Drawing.Point(488, 133);\r
797             this.drp_audsr_3.Name = "drp_audsr_3";\r
798             this.drp_audsr_3.Size = new System.Drawing.Size(52, 20);\r
799             this.drp_audsr_3.TabIndex = 28;\r
800             this.drp_audsr_3.Text = "Auto";\r
801             this.ToolTip.SetToolTip(this.drp_audsr_3, "Set the Audio Sample Rate");\r
802             // \r
803             // drp_audbit_3\r
804             // \r
805             this.drp_audbit_3.Enabled = false;\r
806             this.drp_audbit_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
807             this.drp_audbit_3.FormattingEnabled = true;\r
808             this.drp_audbit_3.Items.AddRange(new object[] {\r
809             "32",\r
810             "40",\r
811             "48",\r
812             "56",\r
813             "64",\r
814             "80",\r
815             "86",\r
816             "112",\r
817             "128",\r
818             "160"});\r
819             this.drp_audbit_3.Location = new System.Drawing.Point(546, 133);\r
820             this.drp_audbit_3.Name = "drp_audbit_3";\r
821             this.drp_audbit_3.Size = new System.Drawing.Size(71, 20);\r
822             this.drp_audbit_3.TabIndex = 29;\r
823             this.drp_audbit_3.Text = "160";\r
824             this.ToolTip.SetToolTip(this.drp_audbit_3, "Set the Audio Bit-Rate");\r
825             // \r
826             // drp_audenc_3\r
827             // \r
828             this.drp_audenc_3.Enabled = false;\r
829             this.drp_audenc_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
830             this.drp_audenc_3.FormattingEnabled = true;\r
831             this.drp_audenc_3.Items.AddRange(new object[] {\r
832             "AAC",\r
833             "MP3",\r
834             "Vorbis",\r
835             "AC3"});\r
836             this.drp_audenc_3.Location = new System.Drawing.Point(236, 133);\r
837             this.drp_audenc_3.Name = "drp_audenc_3";\r
838             this.drp_audenc_3.Size = new System.Drawing.Size(111, 20);\r
839             this.drp_audenc_3.TabIndex = 26;\r
840             this.drp_audenc_3.Text = "AAC";\r
841             this.ToolTip.SetToolTip(this.drp_audenc_3, "Select an audio encoder.");\r
842             this.drp_audenc_3.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_3_SelectedIndexChanged);\r
843             // \r
844             // drp_audmix_3\r
845             // \r
846             this.drp_audmix_3.Enabled = false;\r
847             this.drp_audmix_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
848             this.drp_audmix_3.FormattingEnabled = true;\r
849             this.drp_audmix_3.Items.AddRange(new object[] {\r
850             "Automatic",\r
851             "Mono",\r
852             "Stereo",\r
853             "Dolby Surround",\r
854             "Dolby Pro Logic II",\r
855             "6 Channel Discrete"});\r
856             this.drp_audmix_3.Location = new System.Drawing.Point(353, 133);\r
857             this.drp_audmix_3.Name = "drp_audmix_3";\r
858             this.drp_audmix_3.Size = new System.Drawing.Size(129, 20);\r
859             this.drp_audmix_3.TabIndex = 27;\r
860             this.drp_audmix_3.Text = "Automatic";\r
861             this.ToolTip.SetToolTip(this.drp_audmix_3, "Please note: Some options require a 5.1 audio channel to be selected");\r
862             this.drp_audmix_3.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_3_SelectedIndexChanged);\r
863             // \r
864             // drp_audsr_4\r
865             // \r
866             this.drp_audsr_4.Enabled = false;\r
867             this.drp_audsr_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
868             this.drp_audsr_4.FormattingEnabled = true;\r
869             this.drp_audsr_4.Items.AddRange(new object[] {\r
870             "Auto",\r
871             "48",\r
872             "44.1",\r
873             "32",\r
874             "24",\r
875             "22.05"});\r
876             this.drp_audsr_4.Location = new System.Drawing.Point(488, 175);\r
877             this.drp_audsr_4.Name = "drp_audsr_4";\r
878             this.drp_audsr_4.Size = new System.Drawing.Size(52, 20);\r
879             this.drp_audsr_4.TabIndex = 36;\r
880             this.drp_audsr_4.Text = "Auto";\r
881             this.ToolTip.SetToolTip(this.drp_audsr_4, "Set the Audio Sample Rate");\r
882             // \r
883             // drp_audbit_4\r
884             // \r
885             this.drp_audbit_4.Enabled = false;\r
886             this.drp_audbit_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
887             this.drp_audbit_4.FormattingEnabled = true;\r
888             this.drp_audbit_4.Items.AddRange(new object[] {\r
889             "32",\r
890             "40",\r
891             "48",\r
892             "56",\r
893             "64",\r
894             "80",\r
895             "86",\r
896             "112",\r
897             "128",\r
898             "160"});\r
899             this.drp_audbit_4.Location = new System.Drawing.Point(546, 175);\r
900             this.drp_audbit_4.Name = "drp_audbit_4";\r
901             this.drp_audbit_4.Size = new System.Drawing.Size(70, 20);\r
902             this.drp_audbit_4.TabIndex = 37;\r
903             this.drp_audbit_4.Text = "160";\r
904             this.ToolTip.SetToolTip(this.drp_audbit_4, "Set the Audio Bit-Rate");\r
905             // \r
906             // drp_audenc_4\r
907             // \r
908             this.drp_audenc_4.Enabled = false;\r
909             this.drp_audenc_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
910             this.drp_audenc_4.FormattingEnabled = true;\r
911             this.drp_audenc_4.Items.AddRange(new object[] {\r
912             "AAC",\r
913             "MP3",\r
914             "Vorbis",\r
915             "AC3"});\r
916             this.drp_audenc_4.Location = new System.Drawing.Point(236, 175);\r
917             this.drp_audenc_4.Name = "drp_audenc_4";\r
918             this.drp_audenc_4.Size = new System.Drawing.Size(111, 20);\r
919             this.drp_audenc_4.TabIndex = 34;\r
920             this.drp_audenc_4.Text = "AAC";\r
921             this.ToolTip.SetToolTip(this.drp_audenc_4, "Select an audio encoder.");\r
922             this.drp_audenc_4.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_4_SelectedIndexChanged);\r
923             // \r
924             // drp_audmix_4\r
925             // \r
926             this.drp_audmix_4.Enabled = false;\r
927             this.drp_audmix_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
928             this.drp_audmix_4.FormattingEnabled = true;\r
929             this.drp_audmix_4.Items.AddRange(new object[] {\r
930             "Automatic",\r
931             "Mono",\r
932             "Stereo",\r
933             "Dolby Surround",\r
934             "Dolby Pro Logic II",\r
935             "6 Channel Discrete"});\r
936             this.drp_audmix_4.Location = new System.Drawing.Point(353, 175);\r
937             this.drp_audmix_4.Name = "drp_audmix_4";\r
938             this.drp_audmix_4.Size = new System.Drawing.Size(129, 20);\r
939             this.drp_audmix_4.TabIndex = 35;\r
940             this.drp_audmix_4.Text = "Automatic";\r
941             this.ToolTip.SetToolTip(this.drp_audmix_4, "Please note: Some options require a 5.1 audio channel to be selected");\r
942             this.drp_audmix_4.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_4_SelectedIndexChanged);\r
943             // \r
944             // drop_format\r
945             // \r
946             this.drop_format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
947             this.drop_format.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
948             this.drop_format.FormattingEnabled = true;\r
949             this.drop_format.Items.AddRange(new object[] {\r
950             "MP4 File",\r
951             "M4V File",\r
952             "MKV File",\r
953             "AVI File",\r
954             "OGM File"});\r
955             this.drop_format.Location = new System.Drawing.Point(75, 19);\r
956             this.drop_format.Name = "drop_format";\r
957             this.drop_format.Size = new System.Drawing.Size(106, 21);\r
958             this.drop_format.TabIndex = 28;\r
959             this.ToolTip.SetToolTip(this.drop_format, "Select a video encoder");\r
960             this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged);\r
961             // \r
962             // lbl_src_res\r
963             // \r
964             this.lbl_src_res.AutoSize = true;\r
965             this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
966             this.lbl_src_res.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
967             this.lbl_src_res.Location = new System.Drawing.Point(405, 34);\r
968             this.lbl_src_res.Name = "lbl_src_res";\r
969             this.lbl_src_res.Size = new System.Drawing.Size(72, 12);\r
970             this.lbl_src_res.TabIndex = 13;\r
971             this.lbl_src_res.Text = "Select a Title";\r
972             // \r
973             // lbl_duration\r
974             // \r
975             this.lbl_duration.AutoSize = true;\r
976             this.lbl_duration.BackColor = System.Drawing.Color.Transparent;\r
977             this.lbl_duration.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
978             this.lbl_duration.Location = new System.Drawing.Point(553, 56);\r
979             this.lbl_duration.Name = "lbl_duration";\r
980             this.lbl_duration.Size = new System.Drawing.Size(72, 12);\r
981             this.lbl_duration.TabIndex = 43;\r
982             this.lbl_duration.Text = "Select a Title";\r
983             // \r
984             // label_duration\r
985             // \r
986             this.label_duration.AutoSize = true;\r
987             this.label_duration.BackColor = System.Drawing.Color.Transparent;\r
988             this.label_duration.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
989             this.label_duration.Location = new System.Drawing.Point(486, 55);\r
990             this.label_duration.Name = "label_duration";\r
991             this.label_duration.Size = new System.Drawing.Size(61, 13);\r
992             this.label_duration.TabIndex = 42;\r
993             this.label_duration.Text = "Duration:";\r
994             // \r
995             // label7\r
996             // \r
997             this.label7.AutoSize = true;\r
998             this.label7.BackColor = System.Drawing.Color.Transparent;\r
999             this.label7.Location = new System.Drawing.Point(311, 34);\r
1000             this.label7.Name = "label7";\r
1001             this.label7.Size = new System.Drawing.Size(52, 13);\r
1002             this.label7.TabIndex = 12;\r
1003             this.label7.Text = "Source:";\r
1004             // \r
1005             // DVD_Open\r
1006             // \r
1007             this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drive.";\r
1008             // \r
1009             // File_Open\r
1010             // \r
1011             this.File_Open.DefaultExt = "hb";\r
1012             this.File_Open.Filter = "hb|*.hb";\r
1013             // \r
1014             // ISO_Open\r
1015             // \r
1016             this.ISO_Open.DefaultExt = "ISO";\r
1017             this.ISO_Open.Filter = "All Files|*.*";\r
1018             this.ISO_Open.RestoreDirectory = true;\r
1019             this.ISO_Open.SupportMultiDottedExtensions = true;\r
1020             // \r
1021             // FileToolStripMenuItem\r
1022             // \r
1023             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1024             this.mnu_exit});\r
1025             this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";\r
1026             this.FileToolStripMenuItem.Size = new System.Drawing.Size(38, 20);\r
1027             this.FileToolStripMenuItem.Text = "&File";\r
1028             // \r
1029             // mnu_exit\r
1030             // \r
1031             this.mnu_exit.Name = "mnu_exit";\r
1032             this.mnu_exit.Size = new System.Drawing.Size(106, 22);\r
1033             this.mnu_exit.Text = "E&xit";\r
1034             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
1035             // \r
1036             // mnu_open3\r
1037             // \r
1038             this.mnu_open3.Name = "mnu_open3";\r
1039             this.mnu_open3.Size = new System.Drawing.Size(32, 19);\r
1040             // \r
1041             // ToolsToolStripMenuItem\r
1042             // \r
1043             this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1044             this.mnu_encode,\r
1045             this.mnu_encodeLog,\r
1046             this.ToolStripSeparator5,\r
1047             this.mnu_options});\r
1048             this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";\r
1049             this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(49, 20);\r
1050             this.ToolsToolStripMenuItem.Text = "&Tools";\r
1051             // \r
1052             // mnu_encode\r
1053             // \r
1054             this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small;\r
1055             this.mnu_encode.Name = "mnu_encode";\r
1056             this.mnu_encode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));\r
1057             this.mnu_encode.Size = new System.Drawing.Size(203, 22);\r
1058             this.mnu_encode.Text = "Show Queue";\r
1059             this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click);\r
1060             // \r
1061             // mnu_encodeLog\r
1062             // \r
1063             this.mnu_encodeLog.Image = global::Handbrake.Properties.Resources.ActivityWindow_small;\r
1064             this.mnu_encodeLog.Name = "mnu_encodeLog";\r
1065             this.mnu_encodeLog.Size = new System.Drawing.Size(203, 22);\r
1066             this.mnu_encodeLog.Text = "Activity Window";\r
1067             this.mnu_encodeLog.Click += new System.EventHandler(this.mnu_encodeLog_Click);\r
1068             // \r
1069             // ToolStripSeparator5\r
1070             // \r
1071             this.ToolStripSeparator5.Name = "ToolStripSeparator5";\r
1072             this.ToolStripSeparator5.Size = new System.Drawing.Size(200, 6);\r
1073             // \r
1074             // mnu_options\r
1075             // \r
1076             this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small;\r
1077             this.mnu_options.Name = "mnu_options";\r
1078             this.mnu_options.Size = new System.Drawing.Size(203, 22);\r
1079             this.mnu_options.Text = "Options";\r
1080             this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click);\r
1081             // \r
1082             // PresetsToolStripMenuItem\r
1083             // \r
1084             this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1085             this.mnu_presetReset,\r
1086             this.mnu_delete_preset,\r
1087             this.toolStripSeparator7,\r
1088             this.btn_new_preset,\r
1089             this.mnu_SelectDefault});\r
1090             this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";\r
1091             this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);\r
1092             this.PresetsToolStripMenuItem.Text = "&Presets";\r
1093             // \r
1094             // mnu_presetReset\r
1095             // \r
1096             this.mnu_presetReset.Name = "mnu_presetReset";\r
1097             this.mnu_presetReset.Size = new System.Drawing.Size(215, 22);\r
1098             this.mnu_presetReset.Text = "Update Built-in Presets";\r
1099             this.mnu_presetReset.ToolTipText = "Resets all presets.";\r
1100             this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);\r
1101             // \r
1102             // mnu_delete_preset\r
1103             // \r
1104             this.mnu_delete_preset.Name = "mnu_delete_preset";\r
1105             this.mnu_delete_preset.Size = new System.Drawing.Size(215, 22);\r
1106             this.mnu_delete_preset.Text = "Delete Built-in Presets";\r
1107             this.mnu_delete_preset.Click += new System.EventHandler(this.mnu_delete_preset_Click);\r
1108             // \r
1109             // toolStripSeparator7\r
1110             // \r
1111             this.toolStripSeparator7.Name = "toolStripSeparator7";\r
1112             this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6);\r
1113             // \r
1114             // btn_new_preset\r
1115             // \r
1116             this.btn_new_preset.Name = "btn_new_preset";\r
1117             this.btn_new_preset.Size = new System.Drawing.Size(215, 22);\r
1118             this.btn_new_preset.Text = "New Preset";\r
1119             this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);\r
1120             // \r
1121             // mnu_SelectDefault\r
1122             // \r
1123             this.mnu_SelectDefault.Name = "mnu_SelectDefault";\r
1124             this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 22);\r
1125             this.mnu_SelectDefault.Text = "Select Default Preset";\r
1126             this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";\r
1127             this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);\r
1128             // \r
1129             // HelpToolStripMenuItem\r
1130             // \r
1131             this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1132             this.mnu_user_guide,\r
1133             this.mnu_handbrake_home,\r
1134             this.mnu_handbrake_forums,\r
1135             this.ToolStripSeparator3,\r
1136             this.mnu_UpdateCheck,\r
1137             this.toolStripSeparator6,\r
1138             this.mnu_about});\r
1139             this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";\r
1140             this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);\r
1141             this.HelpToolStripMenuItem.Text = "&Help";\r
1142             // \r
1143             // mnu_user_guide\r
1144             // \r
1145             this.mnu_user_guide.Image = global::Handbrake.Properties.Resources.Help16;\r
1146             this.mnu_user_guide.Name = "mnu_user_guide";\r
1147             this.mnu_user_guide.Size = new System.Drawing.Size(215, 22);\r
1148             this.mnu_user_guide.Text = "HandBrake User Guide";\r
1149             this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click);\r
1150             // \r
1151             // mnu_handbrake_home\r
1152             // \r
1153             this.mnu_handbrake_home.Image = global::Handbrake.Properties.Resources.info16;\r
1154             this.mnu_handbrake_home.Name = "mnu_handbrake_home";\r
1155             this.mnu_handbrake_home.Size = new System.Drawing.Size(215, 22);\r
1156             this.mnu_handbrake_home.Text = "HandBrake Homepage";\r
1157             this.mnu_handbrake_home.Click += new System.EventHandler(this.mnu_handbrake_home_Click);\r
1158             // \r
1159             // mnu_handbrake_forums\r
1160             // \r
1161             this.mnu_handbrake_forums.Name = "mnu_handbrake_forums";\r
1162             this.mnu_handbrake_forums.Size = new System.Drawing.Size(215, 22);\r
1163             this.mnu_handbrake_forums.Text = "HandBrake Forums";\r
1164             this.mnu_handbrake_forums.Click += new System.EventHandler(this.mnu_handbrake_forums_Click);\r
1165             // \r
1166             // ToolStripSeparator3\r
1167             // \r
1168             this.ToolStripSeparator3.Name = "ToolStripSeparator3";\r
1169             this.ToolStripSeparator3.Size = new System.Drawing.Size(212, 6);\r
1170             // \r
1171             // mnu_UpdateCheck\r
1172             // \r
1173             this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";\r
1174             this.mnu_UpdateCheck.Size = new System.Drawing.Size(215, 22);\r
1175             this.mnu_UpdateCheck.Text = "Check for Updates";\r
1176             this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);\r
1177             // \r
1178             // toolStripSeparator6\r
1179             // \r
1180             this.toolStripSeparator6.Name = "toolStripSeparator6";\r
1181             this.toolStripSeparator6.Size = new System.Drawing.Size(212, 6);\r
1182             // \r
1183             // mnu_about\r
1184             // \r
1185             this.mnu_about.Image = global::Handbrake.Properties.Resources.hb16;\r
1186             this.mnu_about.Name = "mnu_about";\r
1187             this.mnu_about.Size = new System.Drawing.Size(215, 22);\r
1188             this.mnu_about.Text = "About...";\r
1189             this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);\r
1190             // \r
1191             // frmMainMenu\r
1192             // \r
1193             this.frmMainMenu.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1194             this.frmMainMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;\r
1195             this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1196             this.FileToolStripMenuItem,\r
1197             this.ToolsToolStripMenuItem,\r
1198             this.PresetsToolStripMenuItem,\r
1199             this.HelpToolStripMenuItem});\r
1200             this.frmMainMenu.Location = new System.Drawing.Point(0, 0);\r
1201             this.frmMainMenu.Name = "frmMainMenu";\r
1202             this.frmMainMenu.Size = new System.Drawing.Size(958, 24);\r
1203             this.frmMainMenu.TabIndex = 0;\r
1204             this.frmMainMenu.Text = "MenuStrip1";\r
1205             // \r
1206             // GroupBox1\r
1207             // \r
1208             this.GroupBox1.Controls.Add(this.lbl_duration);\r
1209             this.GroupBox1.Controls.Add(this.label_duration);\r
1210             this.GroupBox1.Controls.Add(this.Label13);\r
1211             this.GroupBox1.Controls.Add(this.drop_chapterFinish);\r
1212             this.GroupBox1.Controls.Add(this.drop_chapterStart);\r
1213             this.GroupBox1.Controls.Add(this.drp_dvdtitle);\r
1214             this.GroupBox1.Controls.Add(this.Label17);\r
1215             this.GroupBox1.Controls.Add(this.text_source);\r
1216             this.GroupBox1.Controls.Add(this.Label9);\r
1217             this.GroupBox1.Controls.Add(this.Label10);\r
1218             this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1219             this.GroupBox1.ForeColor = System.Drawing.Color.Black;\r
1220             this.GroupBox1.Location = new System.Drawing.Point(12, 70);\r
1221             this.GroupBox1.Name = "GroupBox1";\r
1222             this.GroupBox1.Size = new System.Drawing.Size(705, 87);\r
1223             this.GroupBox1.TabIndex = 2;\r
1224             this.GroupBox1.TabStop = false;\r
1225             this.GroupBox1.Text = "Source";\r
1226             // \r
1227             // Label13\r
1228             // \r
1229             this.Label13.AutoSize = true;\r
1230             this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1231             this.Label13.Location = new System.Drawing.Point(370, 55);\r
1232             this.Label13.Name = "Label13";\r
1233             this.Label13.Size = new System.Drawing.Size(21, 13);\r
1234             this.Label13.TabIndex = 10;\r
1235             this.Label13.Text = "To";\r
1236             // \r
1237             // Label17\r
1238             // \r
1239             this.Label17.AutoSize = true;\r
1240             this.Label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1241             this.Label17.ForeColor = System.Drawing.Color.Black;\r
1242             this.Label17.Location = new System.Drawing.Point(17, 22);\r
1243             this.Label17.Name = "Label17";\r
1244             this.Label17.Size = new System.Drawing.Size(52, 13);\r
1245             this.Label17.TabIndex = 0;\r
1246             this.Label17.Text = "Source:";\r
1247             // \r
1248             // Label9\r
1249             // \r
1250             this.Label9.AutoSize = true;\r
1251             this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1252             this.Label9.ForeColor = System.Drawing.Color.Black;\r
1253             this.Label9.Location = new System.Drawing.Point(225, 55);\r
1254             this.Label9.Name = "Label9";\r
1255             this.Label9.Size = new System.Drawing.Size(64, 13);\r
1256             this.Label9.TabIndex = 8;\r
1257             this.Label9.Text = "Chapters:";\r
1258             // \r
1259             // Label10\r
1260             // \r
1261             this.Label10.AutoSize = true;\r
1262             this.Label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1263             this.Label10.ForeColor = System.Drawing.Color.Black;\r
1264             this.Label10.Location = new System.Drawing.Point(17, 55);\r
1265             this.Label10.Name = "Label10";\r
1266             this.Label10.Size = new System.Drawing.Size(36, 13);\r
1267             this.Label10.TabIndex = 6;\r
1268             this.Label10.Text = "Title:";\r
1269             // \r
1270             // groupBox_output\r
1271             // \r
1272             this.groupBox_output.Controls.Add(this.drop_format);\r
1273             this.groupBox_output.Controls.Add(this.label5);\r
1274             this.groupBox_output.Controls.Add(this.check_largeFile);\r
1275             this.groupBox_output.Controls.Add(this.check_iPodAtom);\r
1276             this.groupBox_output.Controls.Add(this.check_optimiseMP4);\r
1277             this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1278             this.groupBox_output.ForeColor = System.Drawing.Color.Black;\r
1279             this.groupBox_output.Location = new System.Drawing.Point(12, 214);\r
1280             this.groupBox_output.Name = "groupBox_output";\r
1281             this.groupBox_output.Size = new System.Drawing.Size(705, 50);\r
1282             this.groupBox_output.TabIndex = 4;\r
1283             this.groupBox_output.TabStop = false;\r
1284             this.groupBox_output.Text = "Output Settings (Preset: None)";\r
1285             // \r
1286             // label5\r
1287             // \r
1288             this.label5.AutoSize = true;\r
1289             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1290             this.label5.ForeColor = System.Drawing.Color.Black;\r
1291             this.label5.Location = new System.Drawing.Point(17, 23);\r
1292             this.label5.Name = "label5";\r
1293             this.label5.Size = new System.Drawing.Size(52, 13);\r
1294             this.label5.TabIndex = 27;\r
1295             this.label5.Text = "Format:";\r
1296             // \r
1297             // Label47\r
1298             // \r
1299             this.Label47.AutoSize = true;\r
1300             this.Label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1301             this.Label47.ForeColor = System.Drawing.Color.Black;\r
1302             this.Label47.Location = new System.Drawing.Point(13, 39);\r
1303             this.Label47.Name = "Label47";\r
1304             this.Label47.Size = new System.Drawing.Size(84, 13);\r
1305             this.Label47.TabIndex = 0;\r
1306             this.Label47.Text = "Video Codec:";\r
1307             // \r
1308             // Label3\r
1309             // \r
1310             this.Label3.AutoSize = true;\r
1311             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1312             this.Label3.ForeColor = System.Drawing.Color.Black;\r
1313             this.Label3.Location = new System.Drawing.Point(17, 21);\r
1314             this.Label3.Name = "Label3";\r
1315             this.Label3.Size = new System.Drawing.Size(31, 13);\r
1316             this.Label3.TabIndex = 0;\r
1317             this.Label3.Text = "File:";\r
1318             // \r
1319             // TabPage2\r
1320             // \r
1321             this.TabPage2.BackColor = System.Drawing.Color.Transparent;\r
1322             this.TabPage2.Controls.Add(this.lbl_drc4);\r
1323             this.TabPage2.Controls.Add(this.lbl_drc3);\r
1324             this.TabPage2.Controls.Add(this.lbl_drc2);\r
1325             this.TabPage2.Controls.Add(this.lbl_drc1);\r
1326             this.TabPage2.Controls.Add(this.trackBar4);\r
1327             this.TabPage2.Controls.Add(this.drp_audsr_4);\r
1328             this.TabPage2.Controls.Add(this.drp_audbit_4);\r
1329             this.TabPage2.Controls.Add(this.drp_audenc_4);\r
1330             this.TabPage2.Controls.Add(this.drp_audmix_4);\r
1331             this.TabPage2.Controls.Add(this.drp_track4Audio);\r
1332             this.TabPage2.Controls.Add(this.lbl_t4);\r
1333             this.TabPage2.Controls.Add(this.trackBar3);\r
1334             this.TabPage2.Controls.Add(this.drp_audsr_3);\r
1335             this.TabPage2.Controls.Add(this.drp_audbit_3);\r
1336             this.TabPage2.Controls.Add(this.drp_audenc_3);\r
1337             this.TabPage2.Controls.Add(this.drp_audmix_3);\r
1338             this.TabPage2.Controls.Add(this.drp_track3Audio);\r
1339             this.TabPage2.Controls.Add(this.lbl_t3);\r
1340             this.TabPage2.Controls.Add(this.trackBar2);\r
1341             this.TabPage2.Controls.Add(this.label16);\r
1342             this.TabPage2.Controls.Add(this.trackBar1);\r
1343             this.TabPage2.Controls.Add(this.groupBox5);\r
1344             this.TabPage2.Controls.Add(this.groupBox3);\r
1345             this.TabPage2.Controls.Add(this.label68);\r
1346             this.TabPage2.Controls.Add(this.label67);\r
1347             this.TabPage2.Controls.Add(this.drp_audsr_2);\r
1348             this.TabPage2.Controls.Add(this.label66);\r
1349             this.TabPage2.Controls.Add(this.drp_audbit_2);\r
1350             this.TabPage2.Controls.Add(this.label65);\r
1351             this.TabPage2.Controls.Add(this.label14);\r
1352             this.TabPage2.Controls.Add(this.drp_audenc_2);\r
1353             this.TabPage2.Controls.Add(this.drp_audenc_1);\r
1354             this.TabPage2.Controls.Add(this.drp_audmix_2);\r
1355             this.TabPage2.Controls.Add(this.check_forced);\r
1356             this.TabPage2.Controls.Add(this.drp_track2Audio);\r
1357             this.TabPage2.Controls.Add(this.label28);\r
1358             this.TabPage2.Controls.Add(this.label27);\r
1359             this.TabPage2.Controls.Add(this.drp_subtitle);\r
1360             this.TabPage2.Controls.Add(this.Label19);\r
1361             this.TabPage2.Controls.Add(this.Label20);\r
1362             this.TabPage2.Controls.Add(this.drp_audmix_1);\r
1363             this.TabPage2.Controls.Add(this.drp_track1Audio);\r
1364             this.TabPage2.Controls.Add(this.drp_audbit_1);\r
1365             this.TabPage2.Controls.Add(this.Label32);\r
1366             this.TabPage2.Controls.Add(this.drp_audsr_1);\r
1367             this.TabPage2.Location = new System.Drawing.Point(4, 22);\r
1368             this.TabPage2.Name = "TabPage2";\r
1369             this.TabPage2.Padding = new System.Windows.Forms.Padding(3);\r
1370             this.TabPage2.Size = new System.Drawing.Size(697, 316);\r
1371             this.TabPage2.TabIndex = 3;\r
1372             this.TabPage2.Text = "Audio && Subtitles";\r
1373             // \r
1374             // lbl_drc4\r
1375             // \r
1376             this.lbl_drc4.AutoSize = true;\r
1377             this.lbl_drc4.BackColor = System.Drawing.Color.Transparent;\r
1378             this.lbl_drc4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1379             this.lbl_drc4.Location = new System.Drawing.Point(670, 176);\r
1380             this.lbl_drc4.Name = "lbl_drc4";\r
1381             this.lbl_drc4.Size = new System.Drawing.Size(19, 13);\r
1382             this.lbl_drc4.TabIndex = 39;\r
1383             this.lbl_drc4.Text = "1:";\r
1384             // \r
1385             // lbl_drc3\r
1386             // \r
1387             this.lbl_drc3.AutoSize = true;\r
1388             this.lbl_drc3.BackColor = System.Drawing.Color.Transparent;\r
1389             this.lbl_drc3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1390             this.lbl_drc3.Location = new System.Drawing.Point(670, 135);\r
1391             this.lbl_drc3.Name = "lbl_drc3";\r
1392             this.lbl_drc3.Size = new System.Drawing.Size(19, 13);\r
1393             this.lbl_drc3.TabIndex = 31;\r
1394             this.lbl_drc3.Text = "1:";\r
1395             // \r
1396             // lbl_drc2\r
1397             // \r
1398             this.lbl_drc2.AutoSize = true;\r
1399             this.lbl_drc2.BackColor = System.Drawing.Color.Transparent;\r
1400             this.lbl_drc2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1401             this.lbl_drc2.Location = new System.Drawing.Point(670, 90);\r
1402             this.lbl_drc2.Name = "lbl_drc2";\r
1403             this.lbl_drc2.Size = new System.Drawing.Size(19, 13);\r
1404             this.lbl_drc2.TabIndex = 23;\r
1405             this.lbl_drc2.Text = "1:";\r
1406             // \r
1407             // lbl_drc1\r
1408             // \r
1409             this.lbl_drc1.AutoSize = true;\r
1410             this.lbl_drc1.BackColor = System.Drawing.Color.Transparent;\r
1411             this.lbl_drc1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1412             this.lbl_drc1.Location = new System.Drawing.Point(670, 53);\r
1413             this.lbl_drc1.Name = "lbl_drc1";\r
1414             this.lbl_drc1.Size = new System.Drawing.Size(19, 13);\r
1415             this.lbl_drc1.TabIndex = 15;\r
1416             this.lbl_drc1.Text = "1:";\r
1417             // \r
1418             // trackBar4\r
1419             // \r
1420             this.trackBar4.Enabled = false;\r
1421             this.trackBar4.LargeChange = 0;\r
1422             this.trackBar4.Location = new System.Drawing.Point(620, 169);\r
1423             this.trackBar4.Margin = new System.Windows.Forms.Padding(0);\r
1424             this.trackBar4.Maximum = 30;\r
1425             this.trackBar4.Name = "trackBar4";\r
1426             this.trackBar4.Size = new System.Drawing.Size(49, 42);\r
1427             this.trackBar4.TabIndex = 38;\r
1428             this.trackBar4.TickFrequency = 10;\r
1429             this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_Scroll);\r
1430             // \r
1431             // drp_track4Audio\r
1432             // \r
1433             this.drp_track4Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1434             this.drp_track4Audio.FormattingEnabled = true;\r
1435             this.drp_track4Audio.Items.AddRange(new object[] {\r
1436             "None"});\r
1437             this.drp_track4Audio.Location = new System.Drawing.Point(36, 174);\r
1438             this.drp_track4Audio.Name = "drp_track4Audio";\r
1439             this.drp_track4Audio.Size = new System.Drawing.Size(194, 20);\r
1440             this.drp_track4Audio.TabIndex = 33;\r
1441             this.drp_track4Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track4Audio_SelectedIndexChanged);\r
1442             // \r
1443             // lbl_t4\r
1444             // \r
1445             this.lbl_t4.AutoSize = true;\r
1446             this.lbl_t4.BackColor = System.Drawing.Color.Transparent;\r
1447             this.lbl_t4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1448             this.lbl_t4.Location = new System.Drawing.Point(13, 177);\r
1449             this.lbl_t4.Name = "lbl_t4";\r
1450             this.lbl_t4.Size = new System.Drawing.Size(19, 13);\r
1451             this.lbl_t4.TabIndex = 32;\r
1452             this.lbl_t4.Text = "4:";\r
1453             // \r
1454             // trackBar3\r
1455             // \r
1456             this.trackBar3.Enabled = false;\r
1457             this.trackBar3.LargeChange = 0;\r
1458             this.trackBar3.Location = new System.Drawing.Point(620, 128);\r
1459             this.trackBar3.Margin = new System.Windows.Forms.Padding(0);\r
1460             this.trackBar3.Maximum = 30;\r
1461             this.trackBar3.Name = "trackBar3";\r
1462             this.trackBar3.Size = new System.Drawing.Size(49, 42);\r
1463             this.trackBar3.TabIndex = 30;\r
1464             this.trackBar3.TickFrequency = 10;\r
1465             this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_Scroll);\r
1466             // \r
1467             // drp_track3Audio\r
1468             // \r
1469             this.drp_track3Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1470             this.drp_track3Audio.FormattingEnabled = true;\r
1471             this.drp_track3Audio.Items.AddRange(new object[] {\r
1472             "None"});\r
1473             this.drp_track3Audio.Location = new System.Drawing.Point(36, 132);\r
1474             this.drp_track3Audio.Name = "drp_track3Audio";\r
1475             this.drp_track3Audio.Size = new System.Drawing.Size(194, 20);\r
1476             this.drp_track3Audio.TabIndex = 25;\r
1477             this.drp_track3Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track3Audio_SelectedIndexChanged);\r
1478             // \r
1479             // lbl_t3\r
1480             // \r
1481             this.lbl_t3.AutoSize = true;\r
1482             this.lbl_t3.BackColor = System.Drawing.Color.Transparent;\r
1483             this.lbl_t3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1484             this.lbl_t3.Location = new System.Drawing.Point(13, 135);\r
1485             this.lbl_t3.Name = "lbl_t3";\r
1486             this.lbl_t3.Size = new System.Drawing.Size(19, 13);\r
1487             this.lbl_t3.TabIndex = 24;\r
1488             this.lbl_t3.Text = "3:";\r
1489             // \r
1490             // trackBar2\r
1491             // \r
1492             this.trackBar2.LargeChange = 0;\r
1493             this.trackBar2.Location = new System.Drawing.Point(620, 86);\r
1494             this.trackBar2.Margin = new System.Windows.Forms.Padding(0);\r
1495             this.trackBar2.Maximum = 30;\r
1496             this.trackBar2.Name = "trackBar2";\r
1497             this.trackBar2.Size = new System.Drawing.Size(49, 42);\r
1498             this.trackBar2.TabIndex = 22;\r
1499             this.trackBar2.TickFrequency = 10;\r
1500             this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_Scroll);\r
1501             // \r
1502             // label16\r
1503             // \r
1504             this.label16.AutoSize = true;\r
1505             this.label16.BackColor = System.Drawing.Color.Transparent;\r
1506             this.label16.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1507             this.label16.Location = new System.Drawing.Point(628, 36);\r
1508             this.label16.Name = "label16";\r
1509             this.label16.Size = new System.Drawing.Size(28, 12);\r
1510             this.label16.TabIndex = 14;\r
1511             this.label16.Text = "DRC";\r
1512             // \r
1513             // trackBar1\r
1514             // \r
1515             this.trackBar1.LargeChange = 0;\r
1516             this.trackBar1.Location = new System.Drawing.Point(619, 48);\r
1517             this.trackBar1.Margin = new System.Windows.Forms.Padding(0);\r
1518             this.trackBar1.Maximum = 30;\r
1519             this.trackBar1.Name = "trackBar1";\r
1520             this.trackBar1.Size = new System.Drawing.Size(50, 42);\r
1521             this.trackBar1.TabIndex = 13;\r
1522             this.trackBar1.TickFrequency = 10;\r
1523             this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_Scroll);\r
1524             // \r
1525             // groupBox5\r
1526             // \r
1527             this.groupBox5.Location = new System.Drawing.Point(107, 13);\r
1528             this.groupBox5.Name = "groupBox5";\r
1529             this.groupBox5.Size = new System.Drawing.Size(577, 10);\r
1530             this.groupBox5.TabIndex = 1;\r
1531             this.groupBox5.TabStop = false;\r
1532             // \r
1533             // groupBox3\r
1534             // \r
1535             this.groupBox3.Location = new System.Drawing.Point(83, 219);\r
1536             this.groupBox3.Name = "groupBox3";\r
1537             this.groupBox3.Size = new System.Drawing.Size(601, 10);\r
1538             this.groupBox3.TabIndex = 41;\r
1539             this.groupBox3.TabStop = false;\r
1540             // \r
1541             // label68\r
1542             // \r
1543             this.label68.AutoSize = true;\r
1544             this.label68.BackColor = System.Drawing.Color.Transparent;\r
1545             this.label68.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1546             this.label68.Location = new System.Drawing.Point(13, 13);\r
1547             this.label68.Name = "label68";\r
1548             this.label68.Size = new System.Drawing.Size(92, 13);\r
1549             this.label68.TabIndex = 0;\r
1550             this.label68.Text = "Audio Tracks";\r
1551             // \r
1552             // label67\r
1553             // \r
1554             this.label67.AutoSize = true;\r
1555             this.label67.BackColor = System.Drawing.Color.Transparent;\r
1556             this.label67.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1557             this.label67.Location = new System.Drawing.Point(479, 24);\r
1558             this.label67.Name = "label67";\r
1559             this.label67.Size = new System.Drawing.Size(65, 24);\r
1560             this.label67.TabIndex = 10;\r
1561             this.label67.Text = "Samplerate \r\n(kHz)";\r
1562             // \r
1563             // label66\r
1564             // \r
1565             this.label66.AutoSize = true;\r
1566             this.label66.BackColor = System.Drawing.Color.Transparent;\r
1567             this.label66.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1568             this.label66.Location = new System.Drawing.Point(542, 36);\r
1569             this.label66.Name = "label66";\r
1570             this.label66.Size = new System.Drawing.Size(75, 12);\r
1571             this.label66.TabIndex = 12;\r
1572             this.label66.Text = "Bitrate (Kbps)";\r
1573             // \r
1574             // label65\r
1575             // \r
1576             this.label65.AutoSize = true;\r
1577             this.label65.BackColor = System.Drawing.Color.Transparent;\r
1578             this.label65.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1579             this.label65.Location = new System.Drawing.Point(255, 36);\r
1580             this.label65.Name = "label65";\r
1581             this.label65.Size = new System.Drawing.Size(69, 12);\r
1582             this.label65.TabIndex = 6;\r
1583             this.label65.Text = "Audio Codec";\r
1584             // \r
1585             // label14\r
1586             // \r
1587             this.label14.AutoSize = true;\r
1588             this.label14.BackColor = System.Drawing.Color.Transparent;\r
1589             this.label14.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1590             this.label14.Location = new System.Drawing.Point(380, 36);\r
1591             this.label14.Name = "label14";\r
1592             this.label14.Size = new System.Drawing.Size(48, 12);\r
1593             this.label14.TabIndex = 8;\r
1594             this.label14.Text = "Mixdown";\r
1595             // \r
1596             // check_forced\r
1597             // \r
1598             this.check_forced.AutoSize = true;\r
1599             this.check_forced.BackColor = System.Drawing.Color.Transparent;\r
1600             this.check_forced.Enabled = false;\r
1601             this.check_forced.Location = new System.Drawing.Point(223, 247);\r
1602             this.check_forced.Name = "check_forced";\r
1603             this.check_forced.Size = new System.Drawing.Size(147, 17);\r
1604             this.check_forced.TabIndex = 44;\r
1605             this.check_forced.Text = "Forced Subtitles Only";\r
1606             this.check_forced.UseVisualStyleBackColor = false;\r
1607             // \r
1608             // drp_track2Audio\r
1609             // \r
1610             this.drp_track2Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1611             this.drp_track2Audio.FormattingEnabled = true;\r
1612             this.drp_track2Audio.Items.AddRange(new object[] {\r
1613             "None"});\r
1614             this.drp_track2Audio.Location = new System.Drawing.Point(36, 91);\r
1615             this.drp_track2Audio.Name = "drp_track2Audio";\r
1616             this.drp_track2Audio.Size = new System.Drawing.Size(194, 20);\r
1617             this.drp_track2Audio.TabIndex = 17;\r
1618             this.drp_track2Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track2Audio_SelectedIndexChanged);\r
1619             // \r
1620             // label28\r
1621             // \r
1622             this.label28.AutoSize = true;\r
1623             this.label28.BackColor = System.Drawing.Color.Transparent;\r
1624             this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1625             this.label28.Location = new System.Drawing.Point(13, 94);\r
1626             this.label28.Name = "label28";\r
1627             this.label28.Size = new System.Drawing.Size(19, 13);\r
1628             this.label28.TabIndex = 16;\r
1629             this.label28.Text = "2:";\r
1630             // \r
1631             // label27\r
1632             // \r
1633             this.label27.AutoSize = true;\r
1634             this.label27.BackColor = System.Drawing.Color.Transparent;\r
1635             this.label27.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1636             this.label27.Location = new System.Drawing.Point(107, 36);\r
1637             this.label27.Name = "label27";\r
1638             this.label27.Size = new System.Drawing.Size(40, 12);\r
1639             this.label27.TabIndex = 4;\r
1640             this.label27.Text = "Source";\r
1641             // \r
1642             // Label19\r
1643             // \r
1644             this.Label19.AutoSize = true;\r
1645             this.Label19.BackColor = System.Drawing.Color.Transparent;\r
1646             this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1647             this.Label19.Location = new System.Drawing.Point(13, 219);\r
1648             this.Label19.Name = "Label19";\r
1649             this.Label19.Size = new System.Drawing.Size(64, 13);\r
1650             this.Label19.TabIndex = 40;\r
1651             this.Label19.Text = "Subtitles";\r
1652             // \r
1653             // Label20\r
1654             // \r
1655             this.Label20.AutoSize = true;\r
1656             this.Label20.BackColor = System.Drawing.Color.Transparent;\r
1657             this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1658             this.Label20.Location = new System.Drawing.Point(13, 247);\r
1659             this.Label20.Name = "Label20";\r
1660             this.Label20.Size = new System.Drawing.Size(61, 13);\r
1661             this.Label20.TabIndex = 42;\r
1662             this.Label20.Text = "Subtitles:";\r
1663             // \r
1664             // drp_track1Audio\r
1665             // \r
1666             this.drp_track1Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1667             this.drp_track1Audio.FormattingEnabled = true;\r
1668             this.drp_track1Audio.Items.AddRange(new object[] {\r
1669             "Automatic"});\r
1670             this.drp_track1Audio.Location = new System.Drawing.Point(36, 54);\r
1671             this.drp_track1Audio.Name = "drp_track1Audio";\r
1672             this.drp_track1Audio.Size = new System.Drawing.Size(194, 20);\r
1673             this.drp_track1Audio.TabIndex = 3;\r
1674             // \r
1675             // Label32\r
1676             // \r
1677             this.Label32.AutoSize = true;\r
1678             this.Label32.BackColor = System.Drawing.Color.Transparent;\r
1679             this.Label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1680             this.Label32.Location = new System.Drawing.Point(13, 57);\r
1681             this.Label32.Name = "Label32";\r
1682             this.Label32.Size = new System.Drawing.Size(19, 13);\r
1683             this.Label32.TabIndex = 2;\r
1684             this.Label32.Text = "1:";\r
1685             // \r
1686             // TabPage3\r
1687             // \r
1688             this.TabPage3.BackColor = System.Drawing.Color.Transparent;\r
1689             this.TabPage3.Controls.Add(this.drp_videoEncoder);\r
1690             this.TabPage3.Controls.Add(this.Label47);\r
1691             this.TabPage3.Controls.Add(this.label25);\r
1692             this.TabPage3.Controls.Add(this.lbl_vfr);\r
1693             this.TabPage3.Controls.Add(this.check_grayscale);\r
1694             this.TabPage3.Controls.Add(this.check_turbo);\r
1695             this.TabPage3.Controls.Add(this.Label22);\r
1696             this.TabPage3.Controls.Add(this.check_2PassEncode);\r
1697             this.TabPage3.Controls.Add(this.Label2);\r
1698             this.TabPage3.Controls.Add(this.text_filesize);\r
1699             this.TabPage3.Controls.Add(this.Label42);\r
1700             this.TabPage3.Controls.Add(this.slider_videoQuality);\r
1701             this.TabPage3.Controls.Add(this.text_bitrate);\r
1702             this.TabPage3.Controls.Add(Label38);\r
1703             this.TabPage3.Controls.Add(this.SliderValue);\r
1704             this.TabPage3.Controls.Add(this.Label46);\r
1705             this.TabPage3.Controls.Add(this.Label40);\r
1706             this.TabPage3.Controls.Add(this.drp_videoFramerate);\r
1707             this.TabPage3.Location = new System.Drawing.Point(4, 22);\r
1708             this.TabPage3.Name = "TabPage3";\r
1709             this.TabPage3.Padding = new System.Windows.Forms.Padding(3);\r
1710             this.TabPage3.Size = new System.Drawing.Size(697, 316);\r
1711             this.TabPage3.TabIndex = 2;\r
1712             this.TabPage3.Text = "Video";\r
1713             // \r
1714             // label25\r
1715             // \r
1716             this.label25.AutoSize = true;\r
1717             this.label25.BackColor = System.Drawing.Color.Transparent;\r
1718             this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1719             this.label25.Location = new System.Drawing.Point(13, 13);\r
1720             this.label25.Name = "label25";\r
1721             this.label25.Size = new System.Drawing.Size(43, 13);\r
1722             this.label25.TabIndex = 0;\r
1723             this.label25.Text = "Video";\r
1724             // \r
1725             // lbl_vfr\r
1726             // \r
1727             this.lbl_vfr.AutoSize = true;\r
1728             this.lbl_vfr.BackColor = System.Drawing.Color.Transparent;\r
1729             this.lbl_vfr.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1730             this.lbl_vfr.Location = new System.Drawing.Point(123, 97);\r
1731             this.lbl_vfr.Name = "lbl_vfr";\r
1732             this.lbl_vfr.Size = new System.Drawing.Size(52, 12);\r
1733             this.lbl_vfr.TabIndex = 3;\r
1734             this.lbl_vfr.Text = "(VFR On)";\r
1735             this.lbl_vfr.Visible = false;\r
1736             // \r
1737             // check_grayscale\r
1738             // \r
1739             this.check_grayscale.AutoSize = true;\r
1740             this.check_grayscale.BackColor = System.Drawing.Color.Transparent;\r
1741             this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1742             this.check_grayscale.Location = new System.Drawing.Point(16, 138);\r
1743             this.check_grayscale.Name = "check_grayscale";\r
1744             this.check_grayscale.Size = new System.Drawing.Size(138, 17);\r
1745             this.check_grayscale.TabIndex = 5;\r
1746             this.check_grayscale.Text = "Grayscale Encoding";\r
1747             this.check_grayscale.UseVisualStyleBackColor = false;\r
1748             // \r
1749             // Label22\r
1750             // \r
1751             this.Label22.AutoSize = true;\r
1752             this.Label22.BackColor = System.Drawing.Color.Transparent;\r
1753             this.Label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1754             this.Label22.Location = new System.Drawing.Point(13, 118);\r
1755             this.Label22.Name = "Label22";\r
1756             this.Label22.Size = new System.Drawing.Size(191, 13);\r
1757             this.Label22.TabIndex = 4;\r
1758             this.Label22.Text = "Advanced Encoding Settings";\r
1759             // \r
1760             // check_2PassEncode\r
1761             // \r
1762             this.check_2PassEncode.AutoSize = true;\r
1763             this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
1764             this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1765             this.check_2PassEncode.Location = new System.Drawing.Point(16, 161);\r
1766             this.check_2PassEncode.Name = "check_2PassEncode";\r
1767             this.check_2PassEncode.Size = new System.Drawing.Size(119, 17);\r
1768             this.check_2PassEncode.TabIndex = 6;\r
1769             this.check_2PassEncode.Text = "2-Pass Encoding";\r
1770             this.check_2PassEncode.UseVisualStyleBackColor = false;\r
1771             this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
1772             // \r
1773             // Label2\r
1774             // \r
1775             this.Label2.AutoSize = true;\r
1776             this.Label2.BackColor = System.Drawing.Color.Transparent;\r
1777             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1778             this.Label2.Location = new System.Drawing.Point(334, 13);\r
1779             this.Label2.Name = "Label2";\r
1780             this.Label2.Size = new System.Drawing.Size(53, 13);\r
1781             this.Label2.TabIndex = 8;\r
1782             this.Label2.Text = "Quality";\r
1783             // \r
1784             // Label42\r
1785             // \r
1786             this.Label42.AutoSize = true;\r
1787             this.Label42.BackColor = System.Drawing.Color.Transparent;\r
1788             this.Label42.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1789             this.Label42.Location = new System.Drawing.Point(334, 65);\r
1790             this.Label42.Name = "Label42";\r
1791             this.Label42.Size = new System.Drawing.Size(117, 13);\r
1792             this.Label42.TabIndex = 9;\r
1793             this.Label42.Text = "Avg Bitrate (kbps):";\r
1794             // \r
1795             // SliderValue\r
1796             // \r
1797             this.SliderValue.AutoSize = true;\r
1798             this.SliderValue.BackColor = System.Drawing.Color.Transparent;\r
1799             this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1800             this.SliderValue.Location = new System.Drawing.Point(641, 100);\r
1801             this.SliderValue.Name = "SliderValue";\r
1802             this.SliderValue.Size = new System.Drawing.Size(23, 12);\r
1803             this.SliderValue.TabIndex = 15;\r
1804             this.SliderValue.Text = "0%";\r
1805             // \r
1806             // Label46\r
1807             // \r
1808             this.Label46.AutoSize = true;\r
1809             this.Label46.BackColor = System.Drawing.Color.Transparent;\r
1810             this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1811             this.Label46.Location = new System.Drawing.Point(13, 71);\r
1812             this.Label46.Name = "Label46";\r
1813             this.Label46.Size = new System.Drawing.Size(106, 13);\r
1814             this.Label46.TabIndex = 1;\r
1815             this.Label46.Text = "Framerate (FPS):";\r
1816             // \r
1817             // Label40\r
1818             // \r
1819             this.Label40.AutoSize = true;\r
1820             this.Label40.BackColor = System.Drawing.Color.Transparent;\r
1821             this.Label40.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1822             this.Label40.Location = new System.Drawing.Point(334, 99);\r
1823             this.Label40.Name = "Label40";\r
1824             this.Label40.Size = new System.Drawing.Size(107, 13);\r
1825             this.Label40.TabIndex = 13;\r
1826             this.Label40.Text = "Constant Quality:";\r
1827             // \r
1828             // TabPage1\r
1829             // \r
1830             this.TabPage1.BackColor = System.Drawing.Color.Transparent;\r
1831             this.TabPage1.Controls.Add(this.slider_deblock);\r
1832             this.TabPage1.Controls.Add(this.label8);\r
1833             this.TabPage1.Controls.Add(this.lbl_deblockVal);\r
1834             this.TabPage1.Controls.Add(this.check_customCrop);\r
1835             this.TabPage1.Controls.Add(this.check_autoCrop);\r
1836             this.TabPage1.Controls.Add(this.check_decomb);\r
1837             this.TabPage1.Controls.Add(this.lbl_src_res);\r
1838             this.TabPage1.Controls.Add(this.label7);\r
1839             this.TabPage1.Controls.Add(this.label6);\r
1840             this.TabPage1.Controls.Add(this.drp_anamorphic);\r
1841             this.TabPage1.Controls.Add(this.text_bottom);\r
1842             this.TabPage1.Controls.Add(this.text_top);\r
1843             this.TabPage1.Controls.Add(this.text_left);\r
1844             this.TabPage1.Controls.Add(this.text_right);\r
1845             this.TabPage1.Controls.Add(this.label26);\r
1846             this.TabPage1.Controls.Add(this.Label56);\r
1847             this.TabPage1.Controls.Add(this.lbl_Aspect);\r
1848             this.TabPage1.Controls.Add(this.Label91);\r
1849             this.TabPage1.Controls.Add(this.text_height);\r
1850             this.TabPage1.Controls.Add(this.Label55);\r
1851             this.TabPage1.Controls.Add(this.text_width);\r
1852             this.TabPage1.Controls.Add(this.check_vfr);\r
1853             this.TabPage1.Controls.Add(this.label24);\r
1854             this.TabPage1.Controls.Add(this.drp_deNoise);\r
1855             this.TabPage1.Controls.Add(this.label11);\r
1856             this.TabPage1.Controls.Add(this.check_detelecine);\r
1857             this.TabPage1.Controls.Add(this.label4);\r
1858             this.TabPage1.Controls.Add(this.drp_deInterlace_option);\r
1859             this.TabPage1.Controls.Add(this.Label1);\r
1860             this.TabPage1.Controls.Add(this.Label53);\r
1861             this.TabPage1.Controls.Add(this.Label52);\r
1862             this.TabPage1.Controls.Add(this.Label51);\r
1863             this.TabPage1.Controls.Add(this.Label15);\r
1864             this.TabPage1.Location = new System.Drawing.Point(4, 22);\r
1865             this.TabPage1.Name = "TabPage1";\r
1866             this.TabPage1.Padding = new System.Windows.Forms.Padding(3);\r
1867             this.TabPage1.Size = new System.Drawing.Size(697, 316);\r
1868             this.TabPage1.TabIndex = 0;\r
1869             this.TabPage1.Text = "Picture Settings";\r
1870             // \r
1871             // slider_deblock\r
1872             // \r
1873             this.slider_deblock.Location = new System.Drawing.Point(407, 264);\r
1874             this.slider_deblock.Maximum = 15;\r
1875             this.slider_deblock.Minimum = 4;\r
1876             this.slider_deblock.Name = "slider_deblock";\r
1877             this.slider_deblock.Size = new System.Drawing.Size(174, 42);\r
1878             this.slider_deblock.TabIndex = 35;\r
1879             this.slider_deblock.Value = 4;\r
1880             this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll);\r
1881             // \r
1882             // label8\r
1883             // \r
1884             this.label8.AutoSize = true;\r
1885             this.label8.BackColor = System.Drawing.Color.Transparent;\r
1886             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1887             this.label8.Location = new System.Drawing.Point(311, 269);\r
1888             this.label8.Name = "label8";\r
1889             this.label8.Size = new System.Drawing.Size(58, 13);\r
1890             this.label8.TabIndex = 37;\r
1891             this.label8.Text = "Deblock:";\r
1892             // \r
1893             // lbl_deblockVal\r
1894             // \r
1895             this.lbl_deblockVal.AutoSize = true;\r
1896             this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
1897             this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1898             this.lbl_deblockVal.Location = new System.Drawing.Point(585, 269);\r
1899             this.lbl_deblockVal.Name = "lbl_deblockVal";\r
1900             this.lbl_deblockVal.Size = new System.Drawing.Size(24, 13);\r
1901             this.lbl_deblockVal.TabIndex = 36;\r
1902             this.lbl_deblockVal.Text = "Off";\r
1903             // \r
1904             // check_customCrop\r
1905             // \r
1906             this.check_customCrop.AutoSize = true;\r
1907             this.check_customCrop.Location = new System.Drawing.Point(16, 58);\r
1908             this.check_customCrop.Name = "check_customCrop";\r
1909             this.check_customCrop.Size = new System.Drawing.Size(74, 17);\r
1910             this.check_customCrop.TabIndex = 34;\r
1911             this.check_customCrop.Text = "Custom:";\r
1912             this.check_customCrop.UseVisualStyleBackColor = true;\r
1913             this.check_customCrop.CheckedChanged += new System.EventHandler(this.check_customCrop_CheckedChanged);\r
1914             // \r
1915             // check_autoCrop\r
1916             // \r
1917             this.check_autoCrop.AutoSize = true;\r
1918             this.check_autoCrop.Checked = true;\r
1919             this.check_autoCrop.Location = new System.Drawing.Point(16, 34);\r
1920             this.check_autoCrop.Name = "check_autoCrop";\r
1921             this.check_autoCrop.Size = new System.Drawing.Size(82, 17);\r
1922             this.check_autoCrop.TabIndex = 33;\r
1923             this.check_autoCrop.TabStop = true;\r
1924             this.check_autoCrop.Text = "Automatic";\r
1925             this.check_autoCrop.UseVisualStyleBackColor = true;\r
1926             this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
1927             // \r
1928             // check_decomb\r
1929             // \r
1930             this.check_decomb.AutoSize = true;\r
1931             this.check_decomb.BackColor = System.Drawing.Color.Transparent;\r
1932             this.check_decomb.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1933             this.check_decomb.Location = new System.Drawing.Point(314, 188);\r
1934             this.check_decomb.Name = "check_decomb";\r
1935             this.check_decomb.Size = new System.Drawing.Size(73, 17);\r
1936             this.check_decomb.TabIndex = 32;\r
1937             this.check_decomb.Text = "Decomb";\r
1938             this.check_decomb.UseVisualStyleBackColor = false;\r
1939             // \r
1940             // label6\r
1941             // \r
1942             this.label6.AutoSize = true;\r
1943             this.label6.BackColor = System.Drawing.Color.Transparent;\r
1944             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1945             this.label6.Location = new System.Drawing.Point(311, 111);\r
1946             this.label6.Name = "label6";\r
1947             this.label6.Size = new System.Drawing.Size(80, 13);\r
1948             this.label6.TabIndex = 20;\r
1949             this.label6.Text = "Anamorphic:";\r
1950             // \r
1951             // drp_anamorphic\r
1952             // \r
1953             this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1954             this.drp_anamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1955             this.drp_anamorphic.FormattingEnabled = true;\r
1956             this.drp_anamorphic.Items.AddRange(new object[] {\r
1957             "None",\r
1958             "Strict",\r
1959             "Loose"});\r
1960             this.drp_anamorphic.Location = new System.Drawing.Point(407, 108);\r
1961             this.drp_anamorphic.Name = "drp_anamorphic";\r
1962             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
1963             this.drp_anamorphic.TabIndex = 21;\r
1964             this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
1965             // \r
1966             // text_bottom\r
1967             // \r
1968             this.text_bottom.Enabled = false;\r
1969             this.text_bottom.Location = new System.Drawing.Point(96, 147);\r
1970             this.text_bottom.Maximum = new decimal(new int[] {\r
1971             1080,\r
1972             0,\r
1973             0,\r
1974             0});\r
1975             this.text_bottom.Name = "text_bottom";\r
1976             this.text_bottom.Size = new System.Drawing.Size(44, 21);\r
1977             this.text_bottom.TabIndex = 9;\r
1978             // \r
1979             // text_top\r
1980             // \r
1981             this.text_top.Enabled = false;\r
1982             this.text_top.Location = new System.Drawing.Point(96, 101);\r
1983             this.text_top.Maximum = new decimal(new int[] {\r
1984             1080,\r
1985             0,\r
1986             0,\r
1987             0});\r
1988             this.text_top.Name = "text_top";\r
1989             this.text_top.Size = new System.Drawing.Size(44, 21);\r
1990             this.text_top.TabIndex = 6;\r
1991             // \r
1992             // text_left\r
1993             // \r
1994             this.text_left.Enabled = false;\r
1995             this.text_left.Location = new System.Drawing.Point(45, 123);\r
1996             this.text_left.Maximum = new decimal(new int[] {\r
1997             1920,\r
1998             0,\r
1999             0,\r
2000             0});\r
2001             this.text_left.Name = "text_left";\r
2002             this.text_left.Size = new System.Drawing.Size(44, 21);\r
2003             this.text_left.TabIndex = 4;\r
2004             // \r
2005             // text_right\r
2006             // \r
2007             this.text_right.Enabled = false;\r
2008             this.text_right.Location = new System.Drawing.Point(147, 123);\r
2009             this.text_right.Maximum = new decimal(new int[] {\r
2010             1920,\r
2011             0,\r
2012             0,\r
2013             0});\r
2014             this.text_right.Name = "text_right";\r
2015             this.text_right.Size = new System.Drawing.Size(44, 21);\r
2016             this.text_right.TabIndex = 7;\r
2017             // \r
2018             // label26\r
2019             // \r
2020             this.label26.AutoSize = true;\r
2021             this.label26.BackColor = System.Drawing.Color.Transparent;\r
2022             this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2023             this.label26.Location = new System.Drawing.Point(311, 13);\r
2024             this.label26.Name = "label26";\r
2025             this.label26.Size = new System.Drawing.Size(34, 13);\r
2026             this.label26.TabIndex = 11;\r
2027             this.label26.Text = "Size";\r
2028             // \r
2029             // Label56\r
2030             // \r
2031             this.Label56.AutoSize = true;\r
2032             this.Label56.BackColor = System.Drawing.Color.Transparent;\r
2033             this.Label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2034             this.Label56.ForeColor = System.Drawing.Color.Black;\r
2035             this.Label56.Location = new System.Drawing.Point(477, 85);\r
2036             this.Label56.Name = "Label56";\r
2037             this.Label56.Size = new System.Drawing.Size(15, 13);\r
2038             this.Label56.TabIndex = 18;\r
2039             this.Label56.Text = "x";\r
2040             // \r
2041             // lbl_Aspect\r
2042             // \r
2043             this.lbl_Aspect.AutoSize = true;\r
2044             this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
2045             this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2046             this.lbl_Aspect.Location = new System.Drawing.Point(405, 58);\r
2047             this.lbl_Aspect.Name = "lbl_Aspect";\r
2048             this.lbl_Aspect.Size = new System.Drawing.Size(72, 12);\r
2049             this.lbl_Aspect.TabIndex = 15;\r
2050             this.lbl_Aspect.Text = "Select a Title";\r
2051             // \r
2052             // Label91\r
2053             // \r
2054             this.Label91.AutoSize = true;\r
2055             this.Label91.BackColor = System.Drawing.Color.Transparent;\r
2056             this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2057             this.Label91.Location = new System.Drawing.Point(311, 57);\r
2058             this.Label91.Name = "Label91";\r
2059             this.Label91.Size = new System.Drawing.Size(83, 13);\r
2060             this.Label91.TabIndex = 14;\r
2061             this.Label91.Text = "Aspect Ratio:";\r
2062             // \r
2063             // Label55\r
2064             // \r
2065             this.Label55.AutoSize = true;\r
2066             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
2067             this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2068             this.Label55.ForeColor = System.Drawing.Color.Black;\r
2069             this.Label55.Location = new System.Drawing.Point(311, 84);\r
2070             this.Label55.Name = "Label55";\r
2071             this.Label55.Size = new System.Drawing.Size(85, 13);\r
2072             this.Label55.TabIndex = 16;\r
2073             this.Label55.Text = "Width/Height:";\r
2074             // \r
2075             // check_vfr\r
2076             // \r
2077             this.check_vfr.AutoSize = true;\r
2078             this.check_vfr.BackColor = System.Drawing.Color.Transparent;\r
2079             this.check_vfr.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2080             this.check_vfr.Location = new System.Drawing.Point(413, 165);\r
2081             this.check_vfr.Name = "check_vfr";\r
2082             this.check_vfr.Size = new System.Drawing.Size(48, 17);\r
2083             this.check_vfr.TabIndex = 24;\r
2084             this.check_vfr.Text = "VFR";\r
2085             this.check_vfr.UseVisualStyleBackColor = false;\r
2086             this.check_vfr.CheckedChanged += new System.EventHandler(this.check_vfr_CheckedChanged);\r
2087             // \r
2088             // label24\r
2089             // \r
2090             this.label24.AutoSize = true;\r
2091             this.label24.BackColor = System.Drawing.Color.Transparent;\r
2092             this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2093             this.label24.Location = new System.Drawing.Point(311, 142);\r
2094             this.label24.Name = "label24";\r
2095             this.label24.Size = new System.Drawing.Size(49, 13);\r
2096             this.label24.TabIndex = 22;\r
2097             this.label24.Text = "Filters";\r
2098             // \r
2099             // drp_deNoise\r
2100             // \r
2101             this.drp_deNoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2102             this.drp_deNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2103             this.drp_deNoise.FormattingEnabled = true;\r
2104             this.drp_deNoise.Items.AddRange(new object[] {\r
2105             "None",\r
2106             "Weak",\r
2107             "Medium",\r
2108             "Strong"});\r
2109             this.drp_deNoise.Location = new System.Drawing.Point(413, 237);\r
2110             this.drp_deNoise.Name = "drp_deNoise";\r
2111             this.drp_deNoise.Size = new System.Drawing.Size(161, 21);\r
2112             this.drp_deNoise.TabIndex = 29;\r
2113             // \r
2114             // label11\r
2115             // \r
2116             this.label11.AutoSize = true;\r
2117             this.label11.BackColor = System.Drawing.Color.Transparent;\r
2118             this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2119             this.label11.Location = new System.Drawing.Point(311, 240);\r
2120             this.label11.Name = "label11";\r
2121             this.label11.Size = new System.Drawing.Size(58, 13);\r
2122             this.label11.TabIndex = 28;\r
2123             this.label11.Text = "Denoise:";\r
2124             // \r
2125             // check_detelecine\r
2126             // \r
2127             this.check_detelecine.AutoSize = true;\r
2128             this.check_detelecine.BackColor = System.Drawing.Color.Transparent;\r
2129             this.check_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2130             this.check_detelecine.Location = new System.Drawing.Point(314, 165);\r
2131             this.check_detelecine.Name = "check_detelecine";\r
2132             this.check_detelecine.Size = new System.Drawing.Size(86, 17);\r
2133             this.check_detelecine.TabIndex = 23;\r
2134             this.check_detelecine.Text = "Detelecine";\r
2135             this.check_detelecine.UseVisualStyleBackColor = false;\r
2136             // \r
2137             // label4\r
2138             // \r
2139             this.label4.AutoSize = true;\r
2140             this.label4.BackColor = System.Drawing.Color.Transparent;\r
2141             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2142             this.label4.Location = new System.Drawing.Point(311, 212);\r
2143             this.label4.Name = "label4";\r
2144             this.label4.Size = new System.Drawing.Size(77, 13);\r
2145             this.label4.TabIndex = 26;\r
2146             this.label4.Text = "Deinterlace:";\r
2147             // \r
2148             // drp_deInterlace_option\r
2149             // \r
2150             this.drp_deInterlace_option.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2151             this.drp_deInterlace_option.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2152             this.drp_deInterlace_option.FormattingEnabled = true;\r
2153             this.drp_deInterlace_option.Items.AddRange(new object[] {\r
2154             "None",\r
2155             "Fast",\r
2156             "Slow",\r
2157             "Slower"});\r
2158             this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 209);\r
2159             this.drp_deInterlace_option.Name = "drp_deInterlace_option";\r
2160             this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);\r
2161             this.drp_deInterlace_option.TabIndex = 27;\r
2162             // \r
2163             // Label1\r
2164             // \r
2165             this.Label1.AutoSize = true;\r
2166             this.Label1.BackColor = System.Drawing.Color.Transparent;\r
2167             this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2168             this.Label1.Location = new System.Drawing.Point(13, 13);\r
2169             this.Label1.Name = "Label1";\r
2170             this.Label1.Size = new System.Drawing.Size(37, 13);\r
2171             this.Label1.TabIndex = 0;\r
2172             this.Label1.Text = "Crop";\r
2173             // \r
2174             // Label53\r
2175             // \r
2176             this.Label53.AutoSize = true;\r
2177             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
2178             this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2179             this.Label53.Location = new System.Drawing.Point(94, 171);\r
2180             this.Label53.Name = "Label53";\r
2181             this.Label53.Size = new System.Drawing.Size(48, 13);\r
2182             this.Label53.TabIndex = 10;\r
2183             this.Label53.Text = "Bottom";\r
2184             // \r
2185             // Label52\r
2186             // \r
2187             this.Label52.AutoSize = true;\r
2188             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
2189             this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2190             this.Label52.Location = new System.Drawing.Point(103, 86);\r
2191             this.Label52.Name = "Label52";\r
2192             this.Label52.Size = new System.Drawing.Size(28, 13);\r
2193             this.Label52.TabIndex = 5;\r
2194             this.Label52.Text = "Top";\r
2195             // \r
2196             // Label51\r
2197             // \r
2198             this.Label51.AutoSize = true;\r
2199             this.Label51.BackColor = System.Drawing.Color.Transparent;\r
2200             this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2201             this.Label51.Location = new System.Drawing.Point(190, 125);\r
2202             this.Label51.Name = "Label51";\r
2203             this.Label51.Size = new System.Drawing.Size(36, 13);\r
2204             this.Label51.TabIndex = 8;\r
2205             this.Label51.Text = "Right";\r
2206             // \r
2207             // Label15\r
2208             // \r
2209             this.Label15.AutoSize = true;\r
2210             this.Label15.BackColor = System.Drawing.Color.Transparent;\r
2211             this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2212             this.Label15.Location = new System.Drawing.Point(13, 125);\r
2213             this.Label15.Name = "Label15";\r
2214             this.Label15.Size = new System.Drawing.Size(28, 13);\r
2215             this.Label15.TabIndex = 3;\r
2216             this.Label15.Text = "Left";\r
2217             // \r
2218             // Check_ChapterMarkers\r
2219             // \r
2220             this.Check_ChapterMarkers.AutoSize = true;\r
2221             this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent;\r
2222             this.Check_ChapterMarkers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2223             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
2224             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
2225             this.Check_ChapterMarkers.Size = new System.Drawing.Size(164, 17);\r
2226             this.Check_ChapterMarkers.TabIndex = 1;\r
2227             this.Check_ChapterMarkers.Text = "Create chapter markers";\r
2228             this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
2229             this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);\r
2230             // \r
2231             // advancedOptions\r
2232             // \r
2233             this.advancedOptions.Controls.Add(this.TabPage1);\r
2234             this.advancedOptions.Controls.Add(this.TabPage3);\r
2235             this.advancedOptions.Controls.Add(this.TabPage2);\r
2236             this.advancedOptions.Controls.Add(this.tab_chapters);\r
2237             this.advancedOptions.Controls.Add(this.h264Tab);\r
2238             this.advancedOptions.Controls.Add(this.tabPage4);\r
2239             this.advancedOptions.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2240             this.advancedOptions.Location = new System.Drawing.Point(12, 274);\r
2241             this.advancedOptions.Name = "advancedOptions";\r
2242             this.advancedOptions.SelectedIndex = 0;\r
2243             this.advancedOptions.Size = new System.Drawing.Size(705, 342);\r
2244             this.advancedOptions.TabIndex = 5;\r
2245             this.advancedOptions.TabStop = false;\r
2246             // \r
2247             // tab_chapters\r
2248             // \r
2249             this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
2250             this.tab_chapters.Controls.Add(this.label31);\r
2251             this.tab_chapters.Controls.Add(this.data_chpt);\r
2252             this.tab_chapters.Controls.Add(this.Check_ChapterMarkers);\r
2253             this.tab_chapters.Location = new System.Drawing.Point(4, 22);\r
2254             this.tab_chapters.Name = "tab_chapters";\r
2255             this.tab_chapters.Size = new System.Drawing.Size(697, 316);\r
2256             this.tab_chapters.TabIndex = 6;\r
2257             this.tab_chapters.Text = "Chapters";\r
2258             // \r
2259             // label31\r
2260             // \r
2261             this.label31.AutoSize = true;\r
2262             this.label31.BackColor = System.Drawing.Color.Transparent;\r
2263             this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2264             this.label31.Location = new System.Drawing.Point(13, 13);\r
2265             this.label31.Name = "label31";\r
2266             this.label31.Size = new System.Drawing.Size(115, 13);\r
2267             this.label31.TabIndex = 0;\r
2268             this.label31.Text = "Chapter Markers";\r
2269             // \r
2270             // h264Tab\r
2271             // \r
2272             this.h264Tab.BackColor = System.Drawing.Color.Transparent;\r
2273             this.h264Tab.Controls.Add(this.label43);\r
2274             this.h264Tab.Controls.Add(this.btn_reset);\r
2275             this.h264Tab.Controls.Add(this.rtf_x264Query);\r
2276             this.h264Tab.Controls.Add(this.check_Cabac);\r
2277             this.h264Tab.Controls.Add(this.check_noDCTDecimate);\r
2278             this.h264Tab.Controls.Add(this.check_noFastPSkip);\r
2279             this.h264Tab.Controls.Add(this.lbl_trellis);\r
2280             this.h264Tab.Controls.Add(this.drop_trellis);\r
2281             this.h264Tab.Controls.Add(this.drop_deblockBeta);\r
2282             this.h264Tab.Controls.Add(this.label41);\r
2283             this.h264Tab.Controls.Add(this.drop_deblockAlpha);\r
2284             this.h264Tab.Controls.Add(this.panel3);\r
2285             this.h264Tab.Controls.Add(this.panel1);\r
2286             this.h264Tab.Controls.Add(this.panel2);\r
2287             this.h264Tab.Controls.Add(this.check_8x8DCT);\r
2288             this.h264Tab.Controls.Add(this.label45);\r
2289             this.h264Tab.Controls.Add(this.drop_analysis);\r
2290             this.h264Tab.Controls.Add(this.label48);\r
2291             this.h264Tab.Controls.Add(this.drop_subpixelMotionEstimation);\r
2292             this.h264Tab.Controls.Add(this.label49);\r
2293             this.h264Tab.Controls.Add(this.drop_MotionEstimationRange);\r
2294             this.h264Tab.Controls.Add(this.label54);\r
2295             this.h264Tab.Controls.Add(this.drop_MotionEstimationMethod);\r
2296             this.h264Tab.Controls.Add(this.check_pyrmidalBFrames);\r
2297             this.h264Tab.Controls.Add(this.check_BidirectionalRefinement);\r
2298             this.h264Tab.Controls.Add(this.check_bFrameRateDistortion);\r
2299             this.h264Tab.Controls.Add(this.check_weightedBFrames);\r
2300             this.h264Tab.Controls.Add(this.lbl_direct_prediction);\r
2301             this.h264Tab.Controls.Add(this.drop_directPrediction);\r
2302             this.h264Tab.Controls.Add(this.label62);\r
2303             this.h264Tab.Controls.Add(this.drop_bFrames);\r
2304             this.h264Tab.Controls.Add(this.label64);\r
2305             this.h264Tab.Controls.Add(this.drop_refFrames);\r
2306             this.h264Tab.Controls.Add(this.check_mixedReferences);\r
2307             this.h264Tab.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2308             this.h264Tab.Location = new System.Drawing.Point(4, 22);\r
2309             this.h264Tab.Name = "h264Tab";\r
2310             this.h264Tab.Padding = new System.Windows.Forms.Padding(3);\r
2311             this.h264Tab.Size = new System.Drawing.Size(697, 316);\r
2312             this.h264Tab.TabIndex = 8;\r
2313             this.h264Tab.Text = "Advanced";\r
2314             // \r
2315             // label43\r
2316             // \r
2317             this.label43.AutoSize = true;\r
2318             this.label43.BackColor = System.Drawing.Color.Transparent;\r
2319             this.label43.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2320             this.label43.Location = new System.Drawing.Point(13, 13);\r
2321             this.label43.Name = "label43";\r
2322             this.label43.Size = new System.Drawing.Size(165, 13);\r
2323             this.label43.TabIndex = 0;\r
2324             this.label43.Text = "Advanced H.264 Options";\r
2325             // \r
2326             // btn_reset\r
2327             // \r
2328             this.btn_reset.Location = new System.Drawing.Point(13, 224);\r
2329             this.btn_reset.Name = "btn_reset";\r
2330             this.btn_reset.Size = new System.Drawing.Size(75, 23);\r
2331             this.btn_reset.TabIndex = 41;\r
2332             this.btn_reset.Text = "Reset All";\r
2333             this.btn_reset.UseVisualStyleBackColor = true;\r
2334             this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);\r
2335             // \r
2336             // rtf_x264Query\r
2337             // \r
2338             this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
2339             this.rtf_x264Query.Location = new System.Drawing.Point(13, 253);\r
2340             this.rtf_x264Query.Name = "rtf_x264Query";\r
2341             this.rtf_x264Query.Size = new System.Drawing.Size(667, 43);\r
2342             this.rtf_x264Query.TabIndex = 42;\r
2343             this.rtf_x264Query.Text = "";\r
2344             this.rtf_x264Query.LostFocus += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
2345             this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
2346             // \r
2347             // check_Cabac\r
2348             // \r
2349             this.check_Cabac.AutoSize = true;\r
2350             this.check_Cabac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2351             this.check_Cabac.Checked = true;\r
2352             this.check_Cabac.CheckState = System.Windows.Forms.CheckState.Checked;\r
2353             this.check_Cabac.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2354             this.check_Cabac.Location = new System.Drawing.Point(536, 214);\r
2355             this.check_Cabac.Name = "check_Cabac";\r
2356             this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2357             this.check_Cabac.Size = new System.Drawing.Size(144, 16);\r
2358             this.check_Cabac.TabIndex = 40;\r
2359             this.check_Cabac.Text = "CABAC Entropy Coding:";\r
2360             this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2361             this.check_Cabac.UseVisualStyleBackColor = true;\r
2362             this.check_Cabac.CheckStateChanged += new System.EventHandler(this.check_Cabac_CheckedChanged);\r
2363             // \r
2364             // check_noDCTDecimate\r
2365             // \r
2366             this.check_noDCTDecimate.AutoSize = true;\r
2367             this.check_noDCTDecimate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2368             this.check_noDCTDecimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2369             this.check_noDCTDecimate.Location = new System.Drawing.Point(562, 192);\r
2370             this.check_noDCTDecimate.Name = "check_noDCTDecimate";\r
2371             this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2372             this.check_noDCTDecimate.Size = new System.Drawing.Size(118, 16);\r
2373             this.check_noDCTDecimate.TabIndex = 39;\r
2374             this.check_noDCTDecimate.Text = "No DCT-Decimate:";\r
2375             this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2376             this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
2377             this.check_noDCTDecimate.CheckStateChanged += new System.EventHandler(this.check_noDCTDecimate_CheckedChanged);\r
2378             // \r
2379             // check_noFastPSkip\r
2380             // \r
2381             this.check_noFastPSkip.AutoSize = true;\r
2382             this.check_noFastPSkip.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2383             this.check_noFastPSkip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2384             this.check_noFastPSkip.Location = new System.Drawing.Point(444, 192);\r
2385             this.check_noFastPSkip.Name = "check_noFastPSkip";\r
2386             this.check_noFastPSkip.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2387             this.check_noFastPSkip.Size = new System.Drawing.Size(103, 16);\r
2388             this.check_noFastPSkip.TabIndex = 38;\r
2389             this.check_noFastPSkip.Text = "No Fast-P-Skip:";\r
2390             this.check_noFastPSkip.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2391             this.check_noFastPSkip.UseVisualStyleBackColor = true;\r
2392             this.check_noFastPSkip.CheckStateChanged += new System.EventHandler(this.check_noFastPSkip_CheckedChanged);\r
2393             // \r
2394             // lbl_trellis\r
2395             // \r
2396             this.lbl_trellis.AutoSize = true;\r
2397             this.lbl_trellis.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2398             this.lbl_trellis.Location = new System.Drawing.Point(490, 169);\r
2399             this.lbl_trellis.Name = "lbl_trellis";\r
2400             this.lbl_trellis.Size = new System.Drawing.Size(41, 12);\r
2401             this.lbl_trellis.TabIndex = 26;\r
2402             this.lbl_trellis.Text = "Trellis:";\r
2403             // \r
2404             // drop_trellis\r
2405             // \r
2406             this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2407             this.drop_trellis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2408             this.drop_trellis.FormattingEnabled = true;\r
2409             this.drop_trellis.Items.AddRange(new object[] {\r
2410             "Default (0)",\r
2411             "0",\r
2412             "1",\r
2413             "2"});\r
2414             this.drop_trellis.Location = new System.Drawing.Point(537, 166);\r
2415             this.drop_trellis.Name = "drop_trellis";\r
2416             this.drop_trellis.Size = new System.Drawing.Size(143, 20);\r
2417             this.drop_trellis.TabIndex = 37;\r
2418             this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.drop_trellis_SelectedIndexChanged);\r
2419             // \r
2420             // drop_deblockBeta\r
2421             // \r
2422             this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2423             this.drop_deblockBeta.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2424             this.drop_deblockBeta.FormattingEnabled = true;\r
2425             this.drop_deblockBeta.Items.AddRange(new object[] {\r
2426             "Default (0)",\r
2427             "-6",\r
2428             "-5",\r
2429             "-4",\r
2430             "-3",\r
2431             "-2",\r
2432             "-1",\r
2433             "0",\r
2434             "1",\r
2435             "2",\r
2436             "3",\r
2437             "4",\r
2438             "5",\r
2439             "6"});\r
2440             this.drop_deblockBeta.Location = new System.Drawing.Point(611, 139);\r
2441             this.drop_deblockBeta.Name = "drop_deblockBeta";\r
2442             this.drop_deblockBeta.Size = new System.Drawing.Size(69, 20);\r
2443             this.drop_deblockBeta.TabIndex = 36;\r
2444             this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.drop_deblockBeta_SelectedIndexChanged);\r
2445             // \r
2446             // label41\r
2447             // \r
2448             this.label41.AutoSize = true;\r
2449             this.label41.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2450             this.label41.Location = new System.Drawing.Point(466, 147);\r
2451             this.label41.Name = "label41";\r
2452             this.label41.Size = new System.Drawing.Size(65, 12);\r
2453             this.label41.TabIndex = 25;\r
2454             this.label41.Text = "Deblocking:";\r
2455             // \r
2456             // drop_deblockAlpha\r
2457             // \r
2458             this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2459             this.drop_deblockAlpha.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2460             this.drop_deblockAlpha.FormattingEnabled = true;\r
2461             this.drop_deblockAlpha.Items.AddRange(new object[] {\r
2462             "Default (0)",\r
2463             "-6",\r
2464             "-5",\r
2465             "-4",\r
2466             "-3",\r
2467             "-2",\r
2468             "-1",\r
2469             "0",\r
2470             "1",\r
2471             "2",\r
2472             "3",\r
2473             "4",\r
2474             "5",\r
2475             "6"});\r
2476             this.drop_deblockAlpha.Location = new System.Drawing.Point(537, 139);\r
2477             this.drop_deblockAlpha.Name = "drop_deblockAlpha";\r
2478             this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 20);\r
2479             this.drop_deblockAlpha.TabIndex = 35;\r
2480             this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.drop_deblockAlpha_SelectedIndexChanged);\r
2481             // \r
2482             // panel3\r
2483             // \r
2484             this.panel3.BackColor = System.Drawing.Color.Black;\r
2485             this.panel3.Location = new System.Drawing.Point(396, 131);\r
2486             this.panel3.Margin = new System.Windows.Forms.Padding(0);\r
2487             this.panel3.Name = "panel3";\r
2488             this.panel3.Size = new System.Drawing.Size(284, 1);\r
2489             this.panel3.TabIndex = 24;\r
2490             // \r
2491             // panel1\r
2492             // \r
2493             this.panel1.BackColor = System.Drawing.Color.Black;\r
2494             this.panel1.Location = new System.Drawing.Point(13, 84);\r
2495             this.panel1.Margin = new System.Windows.Forms.Padding(0);\r
2496             this.panel1.Name = "panel1";\r
2497             this.panel1.Size = new System.Drawing.Size(284, 1);\r
2498             this.panel1.TabIndex = 3;\r
2499             // \r
2500             // panel2\r
2501             // \r
2502             this.panel2.BackColor = System.Drawing.Color.Black;\r
2503             this.panel2.Location = new System.Drawing.Point(396, 95);\r
2504             this.panel2.Margin = new System.Windows.Forms.Padding(0);\r
2505             this.panel2.Name = "panel2";\r
2506             this.panel2.Size = new System.Drawing.Size(284, 1);\r
2507             this.panel2.TabIndex = 21;\r
2508             // \r
2509             // check_8x8DCT\r
2510             // \r
2511             this.check_8x8DCT.AutoSize = true;\r
2512             this.check_8x8DCT.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2513             this.check_8x8DCT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2514             this.check_8x8DCT.Location = new System.Drawing.Point(608, 106);\r
2515             this.check_8x8DCT.Name = "check_8x8DCT";\r
2516             this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2517             this.check_8x8DCT.Size = new System.Drawing.Size(71, 16);\r
2518             this.check_8x8DCT.TabIndex = 34;\r
2519             this.check_8x8DCT.Text = "8x8 DCT:";\r
2520             this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2521             this.check_8x8DCT.UseVisualStyleBackColor = true;\r
2522             this.check_8x8DCT.CheckStateChanged += new System.EventHandler(this.check_8x8DCT_CheckedChanged);\r
2523             // \r
2524             // label45\r
2525             // \r
2526             this.label45.AutoSize = true;\r
2527             this.label45.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2528             this.label45.Location = new System.Drawing.Point(478, 108);\r
2529             this.label45.Name = "label45";\r
2530             this.label45.Size = new System.Drawing.Size(53, 12);\r
2531             this.label45.TabIndex = 22;\r
2532             this.label45.Text = "Analysis:";\r
2533             // \r
2534             // drop_analysis\r
2535             // \r
2536             this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2537             this.drop_analysis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2538             this.drop_analysis.FormattingEnabled = true;\r
2539             this.drop_analysis.Items.AddRange(new object[] {\r
2540             "Default (some)",\r
2541             "None",\r
2542             "All"});\r
2543             this.drop_analysis.Location = new System.Drawing.Point(537, 105);\r
2544             this.drop_analysis.Name = "drop_analysis";\r
2545             this.drop_analysis.Size = new System.Drawing.Size(63, 20);\r
2546             this.drop_analysis.TabIndex = 33;\r
2547             this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.drop_analysis_SelectedIndexChanged);\r
2548             // \r
2549             // label48\r
2550             // \r
2551             this.label48.AutoSize = true;\r
2552             this.label48.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2553             this.label48.Location = new System.Drawing.Point(385, 72);\r
2554             this.label48.Name = "label48";\r
2555             this.label48.Size = new System.Drawing.Size(146, 12);\r
2556             this.label48.TabIndex = 20;\r
2557             this.label48.Text = "Subpixel Motion Estimation:";\r
2558             // \r
2559             // drop_subpixelMotionEstimation\r
2560             // \r
2561             this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2562             this.drop_subpixelMotionEstimation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2563             this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
2564             this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
2565             "Default (6)",\r
2566             "0",\r
2567             "1",\r
2568             "2",\r
2569             "3",\r
2570             "4",\r
2571             "5",\r
2572             "6",\r
2573             "7"});\r
2574             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(537, 69);\r
2575             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
2576             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 20);\r
2577             this.drop_subpixelMotionEstimation.TabIndex = 32;\r
2578             this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.drop_subpixelMotionEstimation_SelectedIndexChanged);\r
2579             // \r
2580             // label49\r
2581             // \r
2582             this.label49.AutoSize = true;\r
2583             this.label49.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2584             this.label49.Location = new System.Drawing.Point(397, 43);\r
2585             this.label49.Name = "label49";\r
2586             this.label49.Size = new System.Drawing.Size(134, 12);\r
2587             this.label49.TabIndex = 19;\r
2588             this.label49.Text = "Motion Estimation Range:";\r
2589             // \r
2590             // drop_MotionEstimationRange\r
2591             // \r
2592             this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2593             this.drop_MotionEstimationRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2594             this.drop_MotionEstimationRange.FormattingEnabled = true;\r
2595             this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
2596             "Default (16)",\r
2597             "4",\r
2598             "5",\r
2599             "6",\r
2600             "7",\r
2601             "8",\r
2602             "9",\r
2603             "10",\r
2604             "11",\r
2605             "12",\r
2606             "13",\r
2607             "14",\r
2608             "15",\r
2609             "16",\r
2610             "17",\r
2611             "18",\r
2612             "19",\r
2613             "20",\r
2614             "21",\r
2615             "22",\r
2616             "23",\r
2617             "24",\r
2618             "25",\r
2619             "26",\r
2620             "27",\r
2621             "28",\r
2622             "29",\r
2623             "30",\r
2624             "31",\r
2625             "32",\r
2626             "33",\r
2627             "34",\r
2628             "35",\r
2629             "36",\r
2630             "37",\r
2631             "38",\r
2632             "39",\r
2633             "40",\r
2634             "41",\r
2635             "42",\r
2636             "43",\r
2637             "44",\r
2638             "45",\r
2639             "46",\r
2640             "47",\r
2641             "48",\r
2642             "49",\r
2643             "50",\r
2644             "51",\r
2645             "52",\r
2646             "53",\r
2647             "54",\r
2648             "55",\r
2649             "56",\r
2650             "57",\r
2651             "58",\r
2652             "59",\r
2653             "60",\r
2654             "61",\r
2655             "62",\r
2656             "63",\r
2657             "64"});\r
2658             this.drop_MotionEstimationRange.Location = new System.Drawing.Point(537, 40);\r
2659             this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
2660             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 20);\r
2661             this.drop_MotionEstimationRange.TabIndex = 31;\r
2662             this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationRange_SelectedIndexChanged);\r
2663             // \r
2664             // label54\r
2665             // \r
2666             this.label54.AutoSize = true;\r
2667             this.label54.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2668             this.label54.Location = new System.Drawing.Point(391, 14);\r
2669             this.label54.Name = "label54";\r
2670             this.label54.Size = new System.Drawing.Size(140, 12);\r
2671             this.label54.TabIndex = 18;\r
2672             this.label54.Text = "Motion Estimation Method:";\r
2673             // \r
2674             // drop_MotionEstimationMethod\r
2675             // \r
2676             this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2677             this.drop_MotionEstimationMethod.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2678             this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
2679             this.drop_MotionEstimationMethod.ItemHeight = 12;\r
2680             this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
2681             "Default (Hexagon)",\r
2682             "Diamond",\r
2683             "Hexagon",\r
2684             "Uneven Multi-Hexagon",\r
2685             "Exhaustive"});\r
2686             this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(537, 11);\r
2687             this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
2688             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 20);\r
2689             this.drop_MotionEstimationMethod.TabIndex = 30;\r
2690             this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationMethod_SelectedIndexChanged);\r
2691             // \r
2692             // check_pyrmidalBFrames\r
2693             // \r
2694             this.check_pyrmidalBFrames.AutoSize = true;\r
2695             this.check_pyrmidalBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2696             this.check_pyrmidalBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2697             this.check_pyrmidalBFrames.Location = new System.Drawing.Point(46, 198);\r
2698             this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";\r
2699             this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2700             this.check_pyrmidalBFrames.Size = new System.Drawing.Size(121, 16);\r
2701             this.check_pyrmidalBFrames.TabIndex = 17;\r
2702             this.check_pyrmidalBFrames.Text = "Pyrmidal B-Frames:";\r
2703             this.check_pyrmidalBFrames.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2704             this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
2705             this.check_pyrmidalBFrames.CheckStateChanged += new System.EventHandler(this.check_pyrmidalBFrames_CheckedChanged);\r
2706             // \r
2707             // check_BidirectionalRefinement\r
2708             // \r
2709             this.check_BidirectionalRefinement.AutoSize = true;\r
2710             this.check_BidirectionalRefinement.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2711             this.check_BidirectionalRefinement.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2712             this.check_BidirectionalRefinement.Location = new System.Drawing.Point(20, 180);\r
2713             this.check_BidirectionalRefinement.Name = "check_BidirectionalRefinement";\r
2714             this.check_BidirectionalRefinement.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2715             this.check_BidirectionalRefinement.Size = new System.Drawing.Size(147, 16);\r
2716             this.check_BidirectionalRefinement.TabIndex = 16;\r
2717             this.check_BidirectionalRefinement.Text = "Bidirectional Refinement:";\r
2718             this.check_BidirectionalRefinement.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2719             this.check_BidirectionalRefinement.UseVisualStyleBackColor = true;\r
2720             this.check_BidirectionalRefinement.CheckStateChanged += new System.EventHandler(this.check_BidirectionalRefinement_CheckedChanged);\r
2721             // \r
2722             // check_bFrameRateDistortion\r
2723             // \r
2724             this.check_bFrameRateDistortion.AutoSize = true;\r
2725             this.check_bFrameRateDistortion.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2726             this.check_bFrameRateDistortion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2727             this.check_bFrameRateDistortion.Location = new System.Drawing.Point(20, 162);\r
2728             this.check_bFrameRateDistortion.Name = "check_bFrameRateDistortion";\r
2729             this.check_bFrameRateDistortion.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2730             this.check_bFrameRateDistortion.Size = new System.Drawing.Size(147, 16);\r
2731             this.check_bFrameRateDistortion.TabIndex = 15;\r
2732             this.check_bFrameRateDistortion.Text = "B-Frame Rate Distortion:";\r
2733             this.check_bFrameRateDistortion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2734             this.check_bFrameRateDistortion.UseVisualStyleBackColor = true;\r
2735             this.check_bFrameRateDistortion.CheckStateChanged += new System.EventHandler(this.check_bFrameDistortion_CheckedChanged);\r
2736             // \r
2737             // check_weightedBFrames\r
2738             // \r
2739             this.check_weightedBFrames.AutoSize = true;\r
2740             this.check_weightedBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2741             this.check_weightedBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2742             this.check_weightedBFrames.Location = new System.Drawing.Point(44, 144);\r
2743             this.check_weightedBFrames.Name = "check_weightedBFrames";\r
2744             this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2745             this.check_weightedBFrames.Size = new System.Drawing.Size(123, 16);\r
2746             this.check_weightedBFrames.TabIndex = 14;\r
2747             this.check_weightedBFrames.Text = "Weighted B-Frames:";\r
2748             this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
2749             this.check_weightedBFrames.CheckStateChanged += new System.EventHandler(this.check_weightedBFrames_CheckedChanged);\r
2750             // \r
2751             // lbl_direct_prediction\r
2752             // \r
2753             this.lbl_direct_prediction.AutoSize = true;\r
2754             this.lbl_direct_prediction.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2755             this.lbl_direct_prediction.Location = new System.Drawing.Point(52, 121);\r
2756             this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
2757             this.lbl_direct_prediction.Size = new System.Drawing.Size(94, 12);\r
2758             this.lbl_direct_prediction.TabIndex = 5;\r
2759             this.lbl_direct_prediction.Text = "Direct Prediction:";\r
2760             // \r
2761             // drop_directPrediction\r
2762             // \r
2763             this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2764             this.drop_directPrediction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2765             this.drop_directPrediction.FormattingEnabled = true;\r
2766             this.drop_directPrediction.Items.AddRange(new object[] {\r
2767             "Default (Spatial)",\r
2768             "None",\r
2769             "Spatial",\r
2770             "Temporal",\r
2771             "Automatic"});\r
2772             this.drop_directPrediction.Location = new System.Drawing.Point(157, 118);\r
2773             this.drop_directPrediction.Name = "drop_directPrediction";\r
2774             this.drop_directPrediction.Size = new System.Drawing.Size(121, 20);\r
2775             this.drop_directPrediction.TabIndex = 13;\r
2776             this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.drop_directPrediction_SelectedIndexChanged);\r
2777             // \r
2778             // label62\r
2779             // \r
2780             this.label62.AutoSize = true;\r
2781             this.label62.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2782             this.label62.Location = new System.Drawing.Point(88, 94);\r
2783             this.label62.Name = "label62";\r
2784             this.label62.Size = new System.Drawing.Size(58, 12);\r
2785             this.label62.TabIndex = 4;\r
2786             this.label62.Text = "B-Frames:";\r
2787             // \r
2788             // drop_bFrames\r
2789             // \r
2790             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2791             this.drop_bFrames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2792             this.drop_bFrames.FormattingEnabled = true;\r
2793             this.drop_bFrames.Items.AddRange(new object[] {\r
2794             "Default (0)",\r
2795             "0",\r
2796             "1",\r
2797             "2",\r
2798             "3",\r
2799             "4",\r
2800             "5",\r
2801             "6",\r
2802             "7",\r
2803             "8",\r
2804             "9",\r
2805             "10",\r
2806             "11",\r
2807             "12",\r
2808             "13",\r
2809             "14",\r
2810             "15",\r
2811             "16"});\r
2812             this.drop_bFrames.Location = new System.Drawing.Point(157, 91);\r
2813             this.drop_bFrames.Name = "drop_bFrames";\r
2814             this.drop_bFrames.Size = new System.Drawing.Size(121, 20);\r
2815             this.drop_bFrames.TabIndex = 12;\r
2816             this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.drop_bFrames_SelectedIndexChanged);\r
2817             // \r
2818             // label64\r
2819             // \r
2820             this.label64.AutoSize = true;\r
2821             this.label64.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2822             this.label64.Location = new System.Drawing.Point(47, 40);\r
2823             this.label64.Name = "label64";\r
2824             this.label64.Size = new System.Drawing.Size(99, 12);\r
2825             this.label64.TabIndex = 1;\r
2826             this.label64.Text = "Reference Frames:";\r
2827             // \r
2828             // drop_refFrames\r
2829             // \r
2830             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2831             this.drop_refFrames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
2832             this.drop_refFrames.FormattingEnabled = true;\r
2833             this.drop_refFrames.Items.AddRange(new object[] {\r
2834             "Default (1)",\r
2835             "0",\r
2836             "1",\r
2837             "2",\r
2838             "3",\r
2839             "4",\r
2840             "5",\r
2841             "6",\r
2842             "7",\r
2843             "8",\r
2844             "9",\r
2845             "10",\r
2846             "11",\r
2847             "12",\r
2848             "13",\r
2849             "14",\r
2850             "15",\r
2851             "16"});\r
2852             this.drop_refFrames.Location = new System.Drawing.Point(157, 37);\r
2853             this.drop_refFrames.Name = "drop_refFrames";\r
2854             this.drop_refFrames.Size = new System.Drawing.Size(121, 20);\r
2855             this.drop_refFrames.TabIndex = 10;\r
2856             this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.drop_refFrames_SelectedIndexChanged);\r
2857             // \r
2858             // check_mixedReferences\r
2859             // \r
2860             this.check_mixedReferences.AutoSize = true;\r
2861             this.check_mixedReferences.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2862             this.check_mixedReferences.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
2863             this.check_mixedReferences.Location = new System.Drawing.Point(54, 63);\r
2864             this.check_mixedReferences.Name = "check_mixedReferences";\r
2865             this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
2866             this.check_mixedReferences.Size = new System.Drawing.Size(114, 16);\r
2867             this.check_mixedReferences.TabIndex = 11;\r
2868             this.check_mixedReferences.Text = "Mixed References:";\r
2869             this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
2870             this.check_mixedReferences.UseVisualStyleBackColor = true;\r
2871             this.check_mixedReferences.CheckStateChanged += new System.EventHandler(this.check_mixedReferences_CheckedChanged);\r
2872             // \r
2873             // tabPage4\r
2874             // \r
2875             this.tabPage4.Controls.Add(this.btn_clear);\r
2876             this.tabPage4.Controls.Add(this.label34);\r
2877             this.tabPage4.Controls.Add(this.btn_generate_Query);\r
2878             this.tabPage4.Controls.Add(this.label33);\r
2879             this.tabPage4.Controls.Add(this.rtf_query);\r
2880             this.tabPage4.Location = new System.Drawing.Point(4, 22);\r
2881             this.tabPage4.Name = "tabPage4";\r
2882             this.tabPage4.Size = new System.Drawing.Size(697, 316);\r
2883             this.tabPage4.TabIndex = 7;\r
2884             this.tabPage4.Text = "Query Editor";\r
2885             // \r
2886             // btn_clear\r
2887             // \r
2888             this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
2889             this.btn_clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2890             this.btn_clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
2891             this.btn_clear.Location = new System.Drawing.Point(602, 75);\r
2892             this.btn_clear.Name = "btn_clear";\r
2893             this.btn_clear.Size = new System.Drawing.Size(75, 22);\r
2894             this.btn_clear.TabIndex = 4;\r
2895             this.btn_clear.Text = "Clear";\r
2896             this.btn_clear.UseVisualStyleBackColor = true;\r
2897             this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);\r
2898             // \r
2899             // label34\r
2900             // \r
2901             this.label34.AutoSize = true;\r
2902             this.label34.Location = new System.Drawing.Point(13, 36);\r
2903             this.label34.Name = "label34";\r
2904             this.label34.Size = new System.Drawing.Size(434, 26);\r
2905             this.label34.TabIndex = 1;\r
2906             this.label34.Text = "Here you can alter the query generated by this program.\r\nDon\'t forget to re-gener" +\r
2907                 "ate this query should you change any GUI options.";\r
2908             // \r
2909             // btn_generate_Query\r
2910             // \r
2911             this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
2912             this.btn_generate_Query.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2913             this.btn_generate_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
2914             this.btn_generate_Query.Location = new System.Drawing.Point(16, 75);\r
2915             this.btn_generate_Query.Name = "btn_generate_Query";\r
2916             this.btn_generate_Query.Size = new System.Drawing.Size(126, 22);\r
2917             this.btn_generate_Query.TabIndex = 2;\r
2918             this.btn_generate_Query.Text = "Generate Query";\r
2919             this.btn_generate_Query.UseVisualStyleBackColor = true;\r
2920             this.btn_generate_Query.Click += new System.EventHandler(this.btn_generate_Query_Click);\r
2921             // \r
2922             // label33\r
2923             // \r
2924             this.label33.AutoSize = true;\r
2925             this.label33.BackColor = System.Drawing.Color.Transparent;\r
2926             this.label33.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2927             this.label33.Location = new System.Drawing.Point(13, 13);\r
2928             this.label33.Name = "label33";\r
2929             this.label33.Size = new System.Drawing.Size(89, 13);\r
2930             this.label33.TabIndex = 0;\r
2931             this.label33.Text = "Query Editor";\r
2932             // \r
2933             // rtf_query\r
2934             // \r
2935             this.rtf_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
2936             this.rtf_query.Location = new System.Drawing.Point(16, 103);\r
2937             this.rtf_query.Name = "rtf_query";\r
2938             this.rtf_query.Size = new System.Drawing.Size(661, 182);\r
2939             this.rtf_query.TabIndex = 5;\r
2940             this.rtf_query.Text = "";\r
2941             // \r
2942             // groupBox_dest\r
2943             // \r
2944             this.groupBox_dest.Controls.Add(this.btn_destBrowse);\r
2945             this.groupBox_dest.Controls.Add(this.Label3);\r
2946             this.groupBox_dest.Controls.Add(this.text_destination);\r
2947             this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2948             this.groupBox_dest.ForeColor = System.Drawing.Color.Black;\r
2949             this.groupBox_dest.Location = new System.Drawing.Point(12, 160);\r
2950             this.groupBox_dest.Name = "groupBox_dest";\r
2951             this.groupBox_dest.Size = new System.Drawing.Size(705, 50);\r
2952             this.groupBox_dest.TabIndex = 3;\r
2953             this.groupBox_dest.TabStop = false;\r
2954             this.groupBox_dest.Text = "Destination";\r
2955             // \r
2956             // btn_destBrowse\r
2957             // \r
2958             this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
2959             this.btn_destBrowse.Location = new System.Drawing.Point(608, 17);\r
2960             this.btn_destBrowse.Name = "btn_destBrowse";\r
2961             this.btn_destBrowse.Size = new System.Drawing.Size(75, 23);\r
2962             this.btn_destBrowse.TabIndex = 13;\r
2963             this.btn_destBrowse.Text = "Browse";\r
2964             this.btn_destBrowse.UseVisualStyleBackColor = true;\r
2965             this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
2966             // \r
2967             // groupBox2\r
2968             // \r
2969             this.groupBox2.Controls.Add(this.btn_removePreset);\r
2970             this.groupBox2.Controls.Add(this.btn_addPreset);\r
2971             this.groupBox2.Controls.Add(this.treeView_presets);\r
2972             this.groupBox2.Controls.Add(this.btn_setDefault);\r
2973             this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2974             this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
2975             this.groupBox2.Location = new System.Drawing.Point(728, 70);\r
2976             this.groupBox2.Name = "groupBox2";\r
2977             this.groupBox2.Size = new System.Drawing.Size(218, 546);\r
2978             this.groupBox2.TabIndex = 6;\r
2979             this.groupBox2.TabStop = false;\r
2980             this.groupBox2.Text = "Presets";\r
2981             // \r
2982             // treeView_presets\r
2983             // \r
2984             this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
2985             this.treeView_presets.FullRowSelect = true;\r
2986             this.treeView_presets.HideSelection = false;\r
2987             this.treeView_presets.ItemHeight = 21;\r
2988             this.treeView_presets.Location = new System.Drawing.Point(10, 23);\r
2989             this.treeView_presets.Name = "treeView_presets";\r
2990             this.treeView_presets.ShowLines = false;\r
2991             this.treeView_presets.Size = new System.Drawing.Size(198, 473);\r
2992             this.treeView_presets.TabIndex = 0;\r
2993             this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
2994             this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
2995             // \r
2996             // toolStrip1\r
2997             // \r
2998             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
2999             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3000             this.btn_source,\r
3001             this.toolStripSeparator10,\r
3002             this.btn_start,\r
3003             this.btn_add2Queue,\r
3004             this.btn_showQueue,\r
3005             this.toolStripSeparator4,\r
3006             this.btn_ActivityWindow,\r
3007             this.toolStripSeparator8,\r
3008             this.btn_minimize});\r
3009             this.toolStrip1.Location = new System.Drawing.Point(0, 24);\r
3010             this.toolStrip1.Name = "toolStrip1";\r
3011             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
3012             this.toolStrip1.Size = new System.Drawing.Size(958, 39);\r
3013             this.toolStrip1.TabIndex = 1;\r
3014             this.toolStrip1.Text = "toolStrip1";\r
3015             // \r
3016             // btn_source\r
3017             // \r
3018             this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3019             this.btn_file_source,\r
3020             this.btn_dvd_source,\r
3021             this.toolStripSeparator1,\r
3022             this.mnu_dvd_drive});\r
3023             this.btn_source.Image = global::Handbrake.Properties.Resources.Movies;\r
3024             this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3025             this.btn_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3026             this.btn_source.Name = "btn_source";\r
3027             this.btn_source.Size = new System.Drawing.Size(90, 36);\r
3028             this.btn_source.Text = "Source";\r
3029             this.btn_source.Click += new System.EventHandler(this.btn_source_Click);\r
3030             // \r
3031             // btn_file_source\r
3032             // \r
3033             this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
3034             this.btn_file_source.Name = "btn_file_source";\r
3035             this.btn_file_source.Size = new System.Drawing.Size(214, 22);\r
3036             this.btn_file_source.Text = "Video File";\r
3037             this.btn_file_source.Click += new System.EventHandler(this.btn_file_source_Click);\r
3038             // \r
3039             // btn_dvd_source\r
3040             // \r
3041             this.btn_dvd_source.Image = ((System.Drawing.Image)(resources.GetObject("btn_dvd_source.Image")));\r
3042             this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3043             this.btn_dvd_source.Name = "btn_dvd_source";\r
3044             this.btn_dvd_source.Size = new System.Drawing.Size(214, 22);\r
3045             this.btn_dvd_source.Text = "DVD/ VIDEO_TS Folder";\r
3046             this.btn_dvd_source.Click += new System.EventHandler(this.btn_dvd_source_Click);\r
3047             // \r
3048             // toolStripSeparator1\r
3049             // \r
3050             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
3051             this.toolStripSeparator1.Size = new System.Drawing.Size(211, 6);\r
3052             // \r
3053             // mnu_dvd_drive\r
3054             // \r
3055             this.mnu_dvd_drive.Image = global::Handbrake.Properties.Resources.disc_small;\r
3056             this.mnu_dvd_drive.Name = "mnu_dvd_drive";\r
3057             this.mnu_dvd_drive.Size = new System.Drawing.Size(214, 22);\r
3058             this.mnu_dvd_drive.Text = "[No DVD Drive Ready]";\r
3059             this.mnu_dvd_drive.Visible = false;\r
3060             this.mnu_dvd_drive.Click += new System.EventHandler(this.mnu_dvd_drive_Click);\r
3061             // \r
3062             // toolStripSeparator10\r
3063             // \r
3064             this.toolStripSeparator10.Name = "toolStripSeparator10";\r
3065             this.toolStripSeparator10.Size = new System.Drawing.Size(6, 39);\r
3066             // \r
3067             // btn_start\r
3068             // \r
3069             this.btn_start.Image = global::Handbrake.Properties.Resources.Play;\r
3070             this.btn_start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3071             this.btn_start.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3072             this.btn_start.Name = "btn_start";\r
3073             this.btn_start.Size = new System.Drawing.Size(70, 36);\r
3074             this.btn_start.Text = "Start";\r
3075             this.btn_start.ToolTipText = "Start the encoding process";\r
3076             this.btn_start.Click += new System.EventHandler(this.btn_start_Click);\r
3077             // \r
3078             // btn_add2Queue\r
3079             // \r
3080             this.btn_add2Queue.Image = global::Handbrake.Properties.Resources.AddToQueue;\r
3081             this.btn_add2Queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3082             this.btn_add2Queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3083             this.btn_add2Queue.Name = "btn_add2Queue";\r
3084             this.btn_add2Queue.Size = new System.Drawing.Size(122, 36);\r
3085             this.btn_add2Queue.Text = "Add to Queue";\r
3086             this.btn_add2Queue.ToolTipText = "Add a new item to the Queue";\r
3087             this.btn_add2Queue.Click += new System.EventHandler(this.btn_add2Queue_Click);\r
3088             // \r
3089             // btn_showQueue\r
3090             // \r
3091             this.btn_showQueue.Image = global::Handbrake.Properties.Resources.Queue;\r
3092             this.btn_showQueue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3093             this.btn_showQueue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3094             this.btn_showQueue.Name = "btn_showQueue";\r
3095             this.btn_showQueue.Size = new System.Drawing.Size(115, 36);\r
3096             this.btn_showQueue.Tag = "";\r
3097             this.btn_showQueue.Text = "Show Queue";\r
3098             this.btn_showQueue.Click += new System.EventHandler(this.btn_showQueue_Click);\r
3099             // \r
3100             // toolStripSeparator4\r
3101             // \r
3102             this.toolStripSeparator4.Name = "toolStripSeparator4";\r
3103             this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);\r
3104             // \r
3105             // btn_ActivityWindow\r
3106             // \r
3107             this.btn_ActivityWindow.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
3108             this.btn_ActivityWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3109             this.btn_ActivityWindow.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3110             this.btn_ActivityWindow.Name = "btn_ActivityWindow";\r
3111             this.btn_ActivityWindow.Size = new System.Drawing.Size(132, 36);\r
3112             this.btn_ActivityWindow.Text = "Activity Window";\r
3113             this.btn_ActivityWindow.ToolTipText = "Displays the activity window which displays the log of the last completed or curr" +\r
3114                 "ently running encode.";\r
3115             this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click);\r
3116             // \r
3117             // toolStripSeparator8\r
3118             // \r
3119             this.toolStripSeparator8.Name = "toolStripSeparator8";\r
3120             this.toolStripSeparator8.Size = new System.Drawing.Size(6, 39);\r
3121             // \r
3122             // btn_minimize\r
3123             // \r
3124             this.btn_minimize.Image = global::Handbrake.Properties.Resources.hb32;\r
3125             this.btn_minimize.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3126             this.btn_minimize.Name = "btn_minimize";\r
3127             this.btn_minimize.Size = new System.Drawing.Size(162, 36);\r
3128             this.btn_minimize.Text = "Minimize To System Tray";\r
3129             this.btn_minimize.Click += new System.EventHandler(this.btn_minimize_Click);\r
3130             // \r
3131             // notifyIcon\r
3132             // \r
3133             this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
3134             this.notifyIcon.BalloonTipText = "HandBrake Status Here";\r
3135             this.notifyIcon.BalloonTipTitle = "HandBrake";\r
3136             this.notifyIcon.ContextMenuStrip = notifyIconMenu;\r
3137             this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));\r
3138             this.notifyIcon.Text = "HandBrake";\r
3139             this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);\r
3140             // \r
3141             // StatusStrip\r
3142             // \r
3143             this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3144             this.lbl_encode});\r
3145             this.StatusStrip.Location = new System.Drawing.Point(0, 629);\r
3146             this.StatusStrip.Name = "StatusStrip";\r
3147             this.StatusStrip.Size = new System.Drawing.Size(958, 22);\r
3148             this.StatusStrip.TabIndex = 7;\r
3149             this.StatusStrip.Text = "statusStrip1";\r
3150             // \r
3151             // lbl_encode\r
3152             // \r
3153             this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3154             this.lbl_encode.Name = "lbl_encode";\r
3155             this.lbl_encode.Size = new System.Drawing.Size(31, 17);\r
3156             this.lbl_encode.Text = "{0}";\r
3157             // \r
3158             // frmMain\r
3159             // \r
3160             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
3161             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
3162             this.ClientSize = new System.Drawing.Size(958, 651);\r
3163             this.Controls.Add(this.GroupBox1);\r
3164             this.Controls.Add(this.groupBox_dest);\r
3165             this.Controls.Add(this.groupBox_output);\r
3166             this.Controls.Add(this.groupBox2);\r
3167             this.Controls.Add(this.advancedOptions);\r
3168             this.Controls.Add(this.toolStrip1);\r
3169             this.Controls.Add(this.frmMainMenu);\r
3170             this.Controls.Add(this.StatusStrip);\r
3171             this.DoubleBuffered = true;\r
3172             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
3173             this.MinimumSize = new System.Drawing.Size(946, 668);\r
3174             this.Name = "frmMain";\r
3175             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
3176             this.Text = "HandBrake";\r
3177             notifyIconMenu.ResumeLayout(false);\r
3178             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();\r
3179             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
3180             this.frmMainMenu.ResumeLayout(false);\r
3181             this.frmMainMenu.PerformLayout();\r
3182             this.GroupBox1.ResumeLayout(false);\r
3183             this.GroupBox1.PerformLayout();\r
3184             this.groupBox_output.ResumeLayout(false);\r
3185             this.groupBox_output.PerformLayout();\r
3186             this.TabPage2.ResumeLayout(false);\r
3187             this.TabPage2.PerformLayout();\r
3188             ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();\r
3189             ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();\r
3190             ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();\r
3191             ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();\r
3192             this.TabPage3.ResumeLayout(false);\r
3193             this.TabPage3.PerformLayout();\r
3194             this.TabPage1.ResumeLayout(false);\r
3195             this.TabPage1.PerformLayout();\r
3196             ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit();\r
3197             ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).EndInit();\r
3198             ((System.ComponentModel.ISupportInitialize)(this.text_top)).EndInit();\r
3199             ((System.ComponentModel.ISupportInitialize)(this.text_left)).EndInit();\r
3200             ((System.ComponentModel.ISupportInitialize)(this.text_right)).EndInit();\r
3201             this.advancedOptions.ResumeLayout(false);\r
3202             this.tab_chapters.ResumeLayout(false);\r
3203             this.tab_chapters.PerformLayout();\r
3204             this.h264Tab.ResumeLayout(false);\r
3205             this.h264Tab.PerformLayout();\r
3206             this.tabPage4.ResumeLayout(false);\r
3207             this.tabPage4.PerformLayout();\r
3208             this.groupBox_dest.ResumeLayout(false);\r
3209             this.groupBox_dest.PerformLayout();\r
3210             this.groupBox2.ResumeLayout(false);\r
3211             this.toolStrip1.ResumeLayout(false);\r
3212             this.toolStrip1.PerformLayout();\r
3213             this.StatusStrip.ResumeLayout(false);\r
3214             this.StatusStrip.PerformLayout();\r
3215             this.ResumeLayout(false);\r
3216             this.PerformLayout();\r
3217 \r
3218         }\r
3219 \r
3220         #endregion\r
3221 \r
3222         internal System.Windows.Forms.SaveFileDialog File_Save;\r
3223         internal System.Windows.Forms.ToolTip ToolTip;\r
3224         internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;\r
3225         internal System.Windows.Forms.ToolStripMenuItem mnu_open3;\r
3226         internal System.Windows.Forms.ToolStripMenuItem mnu_exit;\r
3227         internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;\r
3228         internal System.Windows.Forms.ToolStripMenuItem mnu_encode;\r
3229         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;\r
3230         internal System.Windows.Forms.ToolStripMenuItem mnu_options;\r
3231         internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;\r
3232         internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset;\r
3233         internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;\r
3234         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;\r
3235         internal System.Windows.Forms.ToolStripMenuItem mnu_about;\r
3236         internal System.Windows.Forms.MenuStrip frmMainMenu;\r
3237         internal System.Windows.Forms.GroupBox GroupBox1;\r
3238         internal System.Windows.Forms.Label Label13;\r
3239         internal System.Windows.Forms.ComboBox drop_chapterFinish;\r
3240         internal System.Windows.Forms.ComboBox drop_chapterStart;\r
3241         internal System.Windows.Forms.ComboBox drp_dvdtitle;\r
3242         internal System.Windows.Forms.Label Label17;\r
3243         internal System.Windows.Forms.TextBox text_source;\r
3244         internal System.Windows.Forms.Label Label9;\r
3245         internal System.Windows.Forms.Label Label10;\r
3246         internal System.Windows.Forms.GroupBox groupBox_output;\r
3247         internal System.Windows.Forms.Label Label3;\r
3248         internal System.Windows.Forms.ComboBox drp_videoEncoder;\r
3249         internal System.Windows.Forms.Label Label47;\r
3250         internal System.Windows.Forms.TextBox text_destination;\r
3251         internal System.Windows.Forms.TabPage TabPage2;\r
3252         internal System.Windows.Forms.ComboBox drp_audmix_1;\r
3253         internal System.Windows.Forms.ComboBox drp_track1Audio;\r
3254         internal System.Windows.Forms.ComboBox drp_audbit_1;\r
3255         internal System.Windows.Forms.Label Label32;\r
3256         internal System.Windows.Forms.ComboBox drp_audsr_1;\r
3257         internal System.Windows.Forms.TabPage TabPage3;\r
3258         internal System.Windows.Forms.CheckBox check_largeFile;\r
3259         internal System.Windows.Forms.CheckBox check_turbo;\r
3260         internal System.Windows.Forms.Label Label22;\r
3261         internal System.Windows.Forms.Label Label2;\r
3262         internal System.Windows.Forms.Label SliderValue;\r
3263         internal System.Windows.Forms.ComboBox drp_videoFramerate;\r
3264         internal System.Windows.Forms.CheckBox check_2PassEncode;\r
3265         internal System.Windows.Forms.TrackBar slider_videoQuality;\r
3266         internal System.Windows.Forms.TextBox text_filesize;\r
3267         internal System.Windows.Forms.Label Label40;\r
3268         internal System.Windows.Forms.TextBox text_bitrate;\r
3269         internal System.Windows.Forms.Label Label42;\r
3270         internal System.Windows.Forms.TabPage TabPage1;\r
3271         internal System.Windows.Forms.CheckBox Check_ChapterMarkers;\r
3272         internal System.Windows.Forms.Label Label1;\r
3273         internal System.Windows.Forms.Label Label53;\r
3274         internal System.Windows.Forms.Label Label52;\r
3275         internal System.Windows.Forms.Label Label51;\r
3276         internal System.Windows.Forms.Label Label15;\r
3277         internal System.Windows.Forms.TabControl advancedOptions;\r
3278         internal System.Windows.Forms.Label Label46;\r
3279         private System.Windows.Forms.GroupBox groupBox_dest;\r
3280         internal System.Windows.Forms.ComboBox drp_subtitle;\r
3281         internal System.Windows.Forms.Label Label19;\r
3282         internal System.Windows.Forms.Label Label20;\r
3283         internal System.Windows.Forms.CheckBox check_grayscale;\r
3284         internal System.Windows.Forms.Label label24;\r
3285         internal System.Windows.Forms.Label label11;\r
3286         internal System.Windows.Forms.CheckBox check_detelecine;\r
3287         internal System.Windows.Forms.Label label4;\r
3288         internal System.Windows.Forms.ComboBox drp_deInterlace_option;\r
3289         private System.Windows.Forms.GroupBox groupBox2;\r
3290         internal System.Windows.Forms.Button btn_setDefault;\r
3291         private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault;\r
3292         private System.Windows.Forms.ToolStripMenuItem mnu_UpdateCheck;\r
3293         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;\r
3294         private System.Windows.Forms.SaveFileDialog DVD_Save;\r
3295         private System.Windows.Forms.OpenFileDialog File_Open;\r
3296         private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;\r
3297         internal System.Windows.Forms.CheckBox check_vfr;\r
3298         internal System.Windows.Forms.CheckBox check_iPodAtom;\r
3299         internal System.Windows.Forms.Label lbl_vfr;\r
3300         internal System.Windows.Forms.Label label26;\r
3301         internal System.Windows.Forms.Label Label56;\r
3302         internal System.Windows.Forms.Label lbl_Aspect;\r
3303         internal System.Windows.Forms.Label Label91;\r
3304         internal System.Windows.Forms.TextBox text_height;\r
3305         internal System.Windows.Forms.Label Label55;\r
3306         internal System.Windows.Forms.TextBox text_width;\r
3307         internal System.Windows.Forms.Label label27;\r
3308         internal System.Windows.Forms.ComboBox drp_track2Audio;\r
3309         internal System.Windows.Forms.Label label28;\r
3310         private System.Windows.Forms.TabPage tab_chapters;\r
3311         internal System.Windows.Forms.Label label31;\r
3312         internal System.Windows.Forms.NumericUpDown text_right;\r
3313         internal System.Windows.Forms.NumericUpDown text_bottom;\r
3314         internal System.Windows.Forms.NumericUpDown text_top;\r
3315         internal System.Windows.Forms.NumericUpDown text_left;\r
3316         internal System.Windows.Forms.CheckBox check_optimiseMP4;\r
3317         internal System.Windows.Forms.CheckBox check_forced;\r
3318         internal System.Windows.Forms.DataGridView data_chpt;\r
3319         private System.Windows.Forms.TabPage tabPage4;\r
3320         private System.Windows.Forms.Label label34;\r
3321         internal System.Windows.Forms.Button btn_generate_Query;\r
3322         internal System.Windows.Forms.Label label33;\r
3323         internal System.Windows.Forms.Button btn_clear;\r
3324         private System.Windows.Forms.ToolStrip toolStrip1;\r
3325         private System.Windows.Forms.ToolStripButton btn_start;\r
3326         private System.Windows.Forms.ToolStripButton btn_add2Queue;\r
3327         private System.Windows.Forms.ToolStripButton btn_showQueue;\r
3328         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
3329         private System.Windows.Forms.ToolStripButton btn_ActivityWindow;\r
3330         private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;\r
3331         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_home;\r
3332         internal System.Windows.Forms.Button btn_removePreset;\r
3333         internal System.Windows.Forms.Button btn_addPreset;\r
3334         internal System.Windows.Forms.Label label25;\r
3335         internal System.Windows.Forms.Label label6;\r
3336         internal System.Windows.Forms.ComboBox drp_anamorphic;\r
3337         internal System.Windows.Forms.TabPage h264Tab;\r
3338         internal System.Windows.Forms.RichTextBox rtf_x264Query;\r
3339         internal System.Windows.Forms.Label label43;\r
3340         internal System.Windows.Forms.Button btn_reset;\r
3341         internal System.Windows.Forms.CheckBox check_Cabac;\r
3342         internal System.Windows.Forms.CheckBox check_noDCTDecimate;\r
3343         internal System.Windows.Forms.CheckBox check_noFastPSkip;\r
3344         internal System.Windows.Forms.Label lbl_trellis;\r
3345         internal System.Windows.Forms.ComboBox drop_trellis;\r
3346         internal System.Windows.Forms.ComboBox drop_deblockBeta;\r
3347         internal System.Windows.Forms.Label label41;\r
3348         internal System.Windows.Forms.ComboBox drop_deblockAlpha;\r
3349         internal System.Windows.Forms.Panel panel3;\r
3350         internal System.Windows.Forms.Panel panel1;\r
3351         internal System.Windows.Forms.Panel panel2;\r
3352         internal System.Windows.Forms.CheckBox check_8x8DCT;\r
3353         internal System.Windows.Forms.Label label45;\r
3354         internal System.Windows.Forms.ComboBox drop_analysis;\r
3355         internal System.Windows.Forms.Label label48;\r
3356         internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation;\r
3357         internal System.Windows.Forms.Label label49;\r
3358         internal System.Windows.Forms.ComboBox drop_MotionEstimationRange;\r
3359         internal System.Windows.Forms.Label label54;\r
3360         internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod;\r
3361         internal System.Windows.Forms.CheckBox check_pyrmidalBFrames;\r
3362         internal System.Windows.Forms.CheckBox check_BidirectionalRefinement;\r
3363         internal System.Windows.Forms.CheckBox check_bFrameRateDistortion;\r
3364         internal System.Windows.Forms.CheckBox check_weightedBFrames;\r
3365         internal System.Windows.Forms.Label lbl_direct_prediction;\r
3366         internal System.Windows.Forms.ComboBox drop_directPrediction;\r
3367         internal System.Windows.Forms.Label label62;\r
3368         internal System.Windows.Forms.ComboBox drop_bFrames;\r
3369         internal System.Windows.Forms.Label label64;\r
3370         internal System.Windows.Forms.ComboBox drop_refFrames;\r
3371         internal System.Windows.Forms.CheckBox check_mixedReferences;\r
3372         internal System.Windows.Forms.ComboBox drp_audmix_2;\r
3373         internal System.Windows.Forms.Label label65;\r
3374         internal System.Windows.Forms.Label label14;\r
3375         internal System.Windows.Forms.ComboBox drp_audenc_2;\r
3376         internal System.Windows.Forms.ComboBox drp_audenc_1;\r
3377         internal System.Windows.Forms.Label label66;\r
3378         internal System.Windows.Forms.ComboBox drp_audbit_2;\r
3379         internal System.Windows.Forms.Label label67;\r
3380         internal System.Windows.Forms.ComboBox drp_audsr_2;\r
3381         internal System.Windows.Forms.Label label68;\r
3382         private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
3383         private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
3384         private System.Windows.Forms.GroupBox groupBox3;\r
3385         private System.Windows.Forms.GroupBox groupBox5;\r
3386         private System.Windows.Forms.Button btn_destBrowse;\r
3387         internal System.Windows.Forms.TrackBar trackBar1;\r
3388         internal System.Windows.Forms.Label lbl_drc4;\r
3389         internal System.Windows.Forms.Label lbl_drc3;\r
3390         internal System.Windows.Forms.Label lbl_drc2;\r
3391         internal System.Windows.Forms.TrackBar trackBar4;\r
3392         internal System.Windows.Forms.ComboBox drp_audsr_4;\r
3393         internal System.Windows.Forms.ComboBox drp_audbit_4;\r
3394         internal System.Windows.Forms.ComboBox drp_audenc_4;\r
3395         internal System.Windows.Forms.ComboBox drp_audmix_4;\r
3396         internal System.Windows.Forms.ComboBox drp_track4Audio;\r
3397         internal System.Windows.Forms.Label lbl_t4;\r
3398         internal System.Windows.Forms.TrackBar trackBar3;\r
3399         internal System.Windows.Forms.ComboBox drp_audsr_3;\r
3400         internal System.Windows.Forms.ComboBox drp_audbit_3;\r
3401         internal System.Windows.Forms.ComboBox drp_audenc_3;\r
3402         internal System.Windows.Forms.ComboBox drp_audmix_3;\r
3403         internal System.Windows.Forms.ComboBox drp_track3Audio;\r
3404         internal System.Windows.Forms.Label lbl_t3;\r
3405         internal System.Windows.Forms.TrackBar trackBar2;\r
3406         internal System.Windows.Forms.Label label16;\r
3407         internal System.Windows.Forms.Label lbl_drc1;\r
3408         internal System.Windows.Forms.TreeView treeView_presets;\r
3409         internal System.Windows.Forms.RichTextBox rtf_query;\r
3410         private System.Windows.Forms.NotifyIcon notifyIcon;\r
3411         private System.Windows.Forms.ToolStripButton btn_minimize;\r
3412         private System.Windows.Forms.ToolStripMenuItem btn_restore;\r
3413         internal System.Windows.Forms.Label lbl_src_res;\r
3414         internal System.Windows.Forms.Label label7;\r
3415         internal System.Windows.Forms.Label lbl_duration;\r
3416         internal System.Windows.Forms.Label label_duration;\r
3417         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;\r
3418         private System.Windows.Forms.ToolStripMenuItem btn_file_source;\r
3419         private System.Windows.Forms.ToolStripMenuItem mnu_delete_preset;\r
3420         private System.Windows.Forms.ToolStripMenuItem btn_new_preset;\r
3421         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_forums;\r
3422         private System.Windows.Forms.ToolStripMenuItem mnu_user_guide;\r
3423         private System.Windows.Forms.ToolStripMenuItem mnu_dvd_drive;\r
3424         private System.Windows.Forms.ToolStripDropDownButton btn_source;\r
3425         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
3426         private System.Windows.Forms.ToolStripMenuItem btn_dvd_source;\r
3427         internal System.Windows.Forms.ComboBox drop_format;\r
3428         internal System.Windows.Forms.Label label5;\r
3429         internal System.Windows.Forms.ToolStripMenuItem mnu_encodeLog;\r
3430         private System.Windows.Forms.StatusStrip StatusStrip;\r
3431         private System.Windows.Forms.ToolStripStatusLabel lbl_encode;\r
3432         internal System.Windows.Forms.CheckBox check_decomb;\r
3433         internal System.Windows.Forms.RadioButton check_customCrop;\r
3434         internal System.Windows.Forms.RadioButton check_autoCrop;\r
3435         internal System.Windows.Forms.Label lbl_deblockVal;\r
3436         internal System.Windows.Forms.TrackBar slider_deblock;\r
3437         internal System.Windows.Forms.ComboBox drp_deNoise;\r
3438         internal System.Windows.Forms.Label label8;\r
3439         internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
3440         internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
3441 \r
3442     }\r
3443 }