OSDN Git Service

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