OSDN Git Service

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