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