OSDN Git Service

# New
[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 using System;\r
8 using System.Windows.Forms;\r
9 \r
10 namespace Handbrake\r
11 {\r
12     partial class frmMain\r
13     {\r
14         /// <summary>\r
15         /// Required designer variable.\r
16         /// </summary>\r
17         private System.ComponentModel.IContainer components = null;\r
18 \r
19         /// <summary>\r
20         /// Clean up any resources being used.\r
21         /// </summary>\r
22         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
23         protected override void Dispose(bool disposing)\r
24         {\r
25             if (disposing && (components != null))\r
26             {\r
27                 components.Dispose();\r
28             }\r
29             base.Dispose(disposing);\r
30         }\r
31 \r
32         #region Windows Form Designer generated code\r
33 \r
34         /// <summary>\r
35         /// Required method for Designer support - do not modify\r
36         /// the contents of this method with the code editor.\r
37         /// </summary>\r
38         private void InitializeComponent()\r
39         {\r
40             this.components = new System.ComponentModel.Container();\r
41             System.Windows.Forms.ContextMenuStrip notifyIconMenu;\r
42             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));\r
43             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();\r
44             this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();\r
45             this.DVD_Save = new System.Windows.Forms.SaveFileDialog();\r
46             this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
47             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
48             this.drop_chapterFinish = new System.Windows.Forms.ComboBox();\r
49             this.drop_chapterStart = new System.Windows.Forms.ComboBox();\r
50             this.drp_dvdtitle = new System.Windows.Forms.ComboBox();\r
51             this.text_destination = new System.Windows.Forms.TextBox();\r
52             this.drp_videoEncoder = new System.Windows.Forms.ComboBox();\r
53             this.drp_audbit_1 = new System.Windows.Forms.ComboBox();\r
54             this.drp_audsr_1 = new System.Windows.Forms.ComboBox();\r
55             this.check_largeFile = new System.Windows.Forms.CheckBox();\r
56             this.check_turbo = new System.Windows.Forms.CheckBox();\r
57             this.drp_videoFramerate = new System.Windows.Forms.ComboBox();\r
58             this.slider_videoQuality = new System.Windows.Forms.TrackBar();\r
59             this.text_filesize = new System.Windows.Forms.TextBox();\r
60             this.text_bitrate = new System.Windows.Forms.TextBox();\r
61             this.drp_subtitle = new System.Windows.Forms.ComboBox();\r
62             this.btn_setDefault = new System.Windows.Forms.Button();\r
63             this.drp_audmix_1 = new System.Windows.Forms.ComboBox();\r
64             this.text_height = new System.Windows.Forms.TextBox();\r
65             this.text_width = new System.Windows.Forms.TextBox();\r
66             this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
67             this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
68             this.data_chpt = new System.Windows.Forms.DataGridView();\r
69             this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
70             this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
71             this.btn_addPreset = new System.Windows.Forms.Button();\r
72             this.btn_removePreset = new System.Windows.Forms.Button();\r
73             this.drp_audenc_1 = new System.Windows.Forms.ComboBox();\r
74             this.drop_format = new System.Windows.Forms.ComboBox();\r
75             this.check_customCrop = new System.Windows.Forms.RadioButton();\r
76             this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
77             this.text_source = new System.Windows.Forms.TextBox();\r
78             this.lbl_src_res = new System.Windows.Forms.Label();\r
79             this.lbl_duration = new System.Windows.Forms.Label();\r
80             this.label_duration = new System.Windows.Forms.Label();\r
81             this.label7 = new System.Windows.Forms.Label();\r
82             this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();\r
83             this.File_Open = new System.Windows.Forms.OpenFileDialog();\r
84             this.ISO_Open = new System.Windows.Forms.OpenFileDialog();\r
85             this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
86             this.mnu_killCLI = new System.Windows.Forms.ToolStripMenuItem();\r
87             this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();\r
88             this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();\r
89             this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
90             this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem();\r
91             this.mnu_encodeLog = new System.Windows.Forms.ToolStripMenuItem();\r
92             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();\r
93             this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();\r
94             this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
95             this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem();\r
96             this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem();\r
97             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();\r
98             this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem();\r
99             this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
100             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
101             this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem();\r
102             this.mnu_handbrake_home = new System.Windows.Forms.ToolStripMenuItem();\r
103             this.mnu_handbrake_forums = new System.Windows.Forms.ToolStripMenuItem();\r
104             this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
105             this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem();\r
106             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();\r
107             this.mnu_about = new System.Windows.Forms.ToolStripMenuItem();\r
108             this.frmMainMenu = new System.Windows.Forms.MenuStrip();\r
109             this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
110             this.mnu_qptest = new System.Windows.Forms.ToolStripMenuItem();\r
111             this.gb_source = new System.Windows.Forms.GroupBox();\r
112             this.Label13 = new System.Windows.Forms.Label();\r
113             this.Label17 = new System.Windows.Forms.Label();\r
114             this.Label9 = new System.Windows.Forms.Label();\r
115             this.Label10 = new System.Windows.Forms.Label();\r
116             this.groupBox_output = new System.Windows.Forms.GroupBox();\r
117             this.label5 = new System.Windows.Forms.Label();\r
118             this.Label47 = new System.Windows.Forms.Label();\r
119             this.Label3 = new System.Windows.Forms.Label();\r
120             this.TabPage2 = new System.Windows.Forms.TabPage();\r
121             this.lv_audioList = new System.Windows.Forms.ListView();\r
122             this.col_Source = new System.Windows.Forms.ColumnHeader();\r
123             this.col_codec = new System.Windows.Forms.ColumnHeader();\r
124             this.col_mixdown = new System.Windows.Forms.ColumnHeader();\r
125             this.col_samplerate = new System.Windows.Forms.ColumnHeader();\r
126             this.col_bitrate = new System.Windows.Forms.ColumnHeader();\r
127             this.col_drc = new System.Windows.Forms.ColumnHeader();\r
128             this.audioMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
129             this.audioList_moveup = new System.Windows.Forms.ToolStripMenuItem();\r
130             this.audioList_movedown = new System.Windows.Forms.ToolStripMenuItem();\r
131             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
132             this.audioList_remove = new System.Windows.Forms.ToolStripMenuItem();\r
133             this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
134             this.btn_RemoveAudioTrack = new System.Windows.Forms.Button();\r
135             this.btn_addAudioTrack = new System.Windows.Forms.Button();\r
136             this.lbl_drc = new System.Windows.Forms.Label();\r
137             this.label16 = new System.Windows.Forms.Label();\r
138             this.tb_drc = new System.Windows.Forms.TrackBar();\r
139             this.groupBox5 = new System.Windows.Forms.GroupBox();\r
140             this.groupBox3 = new System.Windows.Forms.GroupBox();\r
141             this.label68 = new System.Windows.Forms.Label();\r
142             this.label67 = new System.Windows.Forms.Label();\r
143             this.label66 = new System.Windows.Forms.Label();\r
144             this.label65 = new System.Windows.Forms.Label();\r
145             this.label14 = new System.Windows.Forms.Label();\r
146             this.check_forced = new System.Windows.Forms.CheckBox();\r
147             this.label27 = new System.Windows.Forms.Label();\r
148             this.Label19 = new System.Windows.Forms.Label();\r
149             this.Label20 = new System.Windows.Forms.Label();\r
150             this.drp_track1Audio = new System.Windows.Forms.ComboBox();\r
151             this.TabPage3 = new System.Windows.Forms.TabPage();\r
152             this.radio_cq = new System.Windows.Forms.RadioButton();\r
153             this.radio_avgBitrate = new System.Windows.Forms.RadioButton();\r
154             this.radio_targetFilesize = new System.Windows.Forms.RadioButton();\r
155             this.label25 = 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.SliderValue = new System.Windows.Forms.Label();\r
159             this.Label46 = new System.Windows.Forms.Label();\r
160             this.check_grayscale = new System.Windows.Forms.CheckBox();\r
161             this.TabPage1 = new System.Windows.Forms.TabPage();\r
162             this.lbl_max = new System.Windows.Forms.Label();\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.Label1 = new System.Windows.Forms.Label();\r
175             this.Label53 = new System.Windows.Forms.Label();\r
176             this.Label52 = new System.Windows.Forms.Label();\r
177             this.Label51 = new System.Windows.Forms.Label();\r
178             this.Label15 = new System.Windows.Forms.Label();\r
179             this.slider_deblock = new System.Windows.Forms.TrackBar();\r
180             this.label8 = new System.Windows.Forms.Label();\r
181             this.lbl_deblockVal = new System.Windows.Forms.Label();\r
182             this.label24 = new System.Windows.Forms.Label();\r
183             this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
184             this.tabs_panel = new System.Windows.Forms.TabControl();\r
185             this.tab_Filters = new System.Windows.Forms.TabPage();\r
186             this.tab_chapters = new System.Windows.Forms.TabPage();\r
187             this.label31 = new System.Windows.Forms.Label();\r
188             this.h264Tab = new System.Windows.Forms.TabPage();\r
189             this.tab_query = new System.Windows.Forms.TabPage();\r
190             this.btn_clear = new System.Windows.Forms.Button();\r
191             this.label34 = new System.Windows.Forms.Label();\r
192             this.btn_generate_Query = new System.Windows.Forms.Button();\r
193             this.label33 = new System.Windows.Forms.Label();\r
194             this.rtf_query = new System.Windows.Forms.RichTextBox();\r
195             this.groupBox_dest = new System.Windows.Forms.GroupBox();\r
196             this.btn_destBrowse = new System.Windows.Forms.Button();\r
197             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
198             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
199             this.treeView_presets = new System.Windows.Forms.TreeView();\r
200             this.presets_menu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
201             this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem();\r
202             this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem();\r
203             this.sep1 = new System.Windows.Forms.ToolStripSeparator();\r
204             this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem();\r
205             this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
206             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
207             this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
208             this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem();\r
209             this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
210             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
211             this.mnu_dvd_drive = new System.Windows.Forms.ToolStripMenuItem();\r
212             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();\r
213             this.btn_start = new System.Windows.Forms.ToolStripButton();\r
214             this.btn_add2Queue = new System.Windows.Forms.ToolStripButton();\r
215             this.btn_showQueue = new System.Windows.Forms.ToolStripButton();\r
216             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
217             this.tb_preview = new System.Windows.Forms.ToolStripButton();\r
218             this.btn_ActivityWindow = new System.Windows.Forms.ToolStripButton();\r
219             this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);\r
220             this.StatusStrip = new System.Windows.Forms.StatusStrip();\r
221             this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();\r
222             this.hbproc = new System.Diagnostics.Process();\r
223             this.drop_angle = new System.Windows.Forms.ComboBox();\r
224             this.label4 = new System.Windows.Forms.Label();\r
225             this.ctl_deinterlace = new Handbrake.Deinterlace();\r
226             this.ctl_denoise = new Handbrake.Denoise();\r
227             this.ctl_decomb = new Handbrake.Decomb();\r
228             this.ctl_detelecine = new Handbrake.Detelecine();\r
229             this.x264Panel = new Handbrake.Controls.x264Panel();\r
230             notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
231             notifyIconMenu.SuspendLayout();\r
232             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
233             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
234             this.frmMainMenu.SuspendLayout();\r
235             this.gb_source.SuspendLayout();\r
236             this.groupBox_output.SuspendLayout();\r
237             this.TabPage2.SuspendLayout();\r
238             this.audioMenu.SuspendLayout();\r
239             ((System.ComponentModel.ISupportInitialize)(this.tb_drc)).BeginInit();\r
240             this.TabPage3.SuspendLayout();\r
241             this.TabPage1.SuspendLayout();\r
242             ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).BeginInit();\r
243             ((System.ComponentModel.ISupportInitialize)(this.text_top)).BeginInit();\r
244             ((System.ComponentModel.ISupportInitialize)(this.text_left)).BeginInit();\r
245             ((System.ComponentModel.ISupportInitialize)(this.text_right)).BeginInit();\r
246             ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit();\r
247             this.tabs_panel.SuspendLayout();\r
248             this.tab_Filters.SuspendLayout();\r
249             this.tab_chapters.SuspendLayout();\r
250             this.h264Tab.SuspendLayout();\r
251             this.tab_query.SuspendLayout();\r
252             this.groupBox_dest.SuspendLayout();\r
253             this.groupBox2.SuspendLayout();\r
254             this.splitContainer1.Panel1.SuspendLayout();\r
255             this.splitContainer1.Panel2.SuspendLayout();\r
256             this.splitContainer1.SuspendLayout();\r
257             this.presets_menu.SuspendLayout();\r
258             this.toolStrip1.SuspendLayout();\r
259             this.StatusStrip.SuspendLayout();\r
260             this.SuspendLayout();\r
261             // \r
262             // notifyIconMenu\r
263             // \r
264             notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
265             this.btn_restore});\r
266             notifyIconMenu.Name = "notifyIconMenu";\r
267             notifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
268             notifyIconMenu.Size = new System.Drawing.Size(124, 26);\r
269             // \r
270             // btn_restore\r
271             // \r
272             this.btn_restore.Name = "btn_restore";\r
273             this.btn_restore.Size = new System.Drawing.Size(123, 22);\r
274             this.btn_restore.Text = "Restore";\r
275             this.btn_restore.Click += new System.EventHandler(this.btn_restore_Click);\r
276             // \r
277             // DVD_Save\r
278             // \r
279             this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|mkv|*.mkv";\r
280             this.DVD_Save.SupportMultiDottedExtensions = true;\r
281             // \r
282             // File_Save\r
283             // \r
284             this.File_Save.DefaultExt = "hb";\r
285             this.File_Save.Filter = "hb|*.hb";\r
286             // \r
287             // ToolTip\r
288             // \r
289             this.ToolTip.Active = false;\r
290             this.ToolTip.AutomaticDelay = 1000;\r
291             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
292             this.ToolTip.ToolTipTitle = "Tooltip";\r
293             // \r
294             // drop_chapterFinish\r
295             // \r
296             this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
297             this.drop_chapterFinish.FormattingEnabled = true;\r
298             this.drop_chapterFinish.Location = new System.Drawing.Point(503, 52);\r
299             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
300             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
301             this.drop_chapterFinish.TabIndex = 10;\r
302             this.drop_chapterFinish.Text = "Auto";\r
303             this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
304             this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged);\r
305             // \r
306             // drop_chapterStart\r
307             // \r
308             this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
309             this.drop_chapterStart.FormattingEnabled = true;\r
310             this.drop_chapterStart.Location = new System.Drawing.Point(371, 52);\r
311             this.drop_chapterStart.Name = "drop_chapterStart";\r
312             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
313             this.drop_chapterStart.TabIndex = 9;\r
314             this.drop_chapterStart.Text = "Auto";\r
315             this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
316             this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged);\r
317             // \r
318             // drp_dvdtitle\r
319             // \r
320             this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
321             this.drp_dvdtitle.FormattingEnabled = true;\r
322             this.drp_dvdtitle.Items.AddRange(new object[] {\r
323             "Automatic"});\r
324             this.drp_dvdtitle.Location = new System.Drawing.Point(75, 52);\r
325             this.drp_dvdtitle.Name = "drp_dvdtitle";\r
326             this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21);\r
327             this.drp_dvdtitle.TabIndex = 7;\r
328             this.drp_dvdtitle.Text = "Automatic";\r
329             this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.\r\nThe longest title is selected by default af" +\r
330                     "ter you have scanned a source.");\r
331             this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);\r
332             this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);\r
333             // \r
334             // text_destination\r
335             // \r
336             this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
337             this.text_destination.Location = new System.Drawing.Point(75, 19);\r
338             this.text_destination.Name = "text_destination";\r
339             this.text_destination.Size = new System.Drawing.Size(549, 21);\r
340             this.text_destination.TabIndex = 1;\r
341             this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved.");\r
342             this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged);\r
343             // \r
344             // drp_videoEncoder\r
345             // \r
346             this.drp_videoEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
347             this.drp_videoEncoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
348             this.drp_videoEncoder.FormattingEnabled = true;\r
349             this.drp_videoEncoder.Items.AddRange(new object[] {\r
350             "MPEG-4 (FFmpeg)",\r
351             "H.264 (x264)",\r
352             "VP3 (Theora)"});\r
353             this.drp_videoEncoder.Location = new System.Drawing.Point(125, 35);\r
354             this.drp_videoEncoder.Name = "drp_videoEncoder";\r
355             this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21);\r
356             this.drp_videoEncoder.TabIndex = 1;\r
357             this.ToolTip.SetToolTip(this.drp_videoEncoder, "Select a video encoder");\r
358             this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);\r
359             // \r
360             // drp_audbit_1\r
361             // \r
362             this.drp_audbit_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
363             this.drp_audbit_1.FormattingEnabled = true;\r
364             this.drp_audbit_1.Items.AddRange(new object[] {\r
365             "32",\r
366             "40",\r
367             "48",\r
368             "56",\r
369             "64",\r
370             "80",\r
371             "86",\r
372             "112",\r
373             "128",\r
374             "160"});\r
375             this.drp_audbit_1.Location = new System.Drawing.Point(526, 47);\r
376             this.drp_audbit_1.Name = "drp_audbit_1";\r
377             this.drp_audbit_1.Size = new System.Drawing.Size(70, 20);\r
378             this.drp_audbit_1.TabIndex = 11;\r
379             this.drp_audbit_1.Text = "160";\r
380             this.ToolTip.SetToolTip(this.drp_audbit_1, "Set the Audio Bit-Rate");\r
381             this.drp_audbit_1.SelectedIndexChanged += new System.EventHandler(this.drp_audbit_1_SelectedIndexChanged);\r
382             // \r
383             // drp_audsr_1\r
384             // \r
385             this.drp_audsr_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
386             this.drp_audsr_1.FormattingEnabled = true;\r
387             this.drp_audsr_1.Items.AddRange(new object[] {\r
388             "Auto",\r
389             "48",\r
390             "44.1",\r
391             "32",\r
392             "24",\r
393             "22.05"});\r
394             this.drp_audsr_1.Location = new System.Drawing.Point(468, 47);\r
395             this.drp_audsr_1.Name = "drp_audsr_1";\r
396             this.drp_audsr_1.Size = new System.Drawing.Size(55, 20);\r
397             this.drp_audsr_1.TabIndex = 9;\r
398             this.drp_audsr_1.Text = "Auto";\r
399             this.ToolTip.SetToolTip(this.drp_audsr_1, "Set the Audio Sample Rate");\r
400             this.drp_audsr_1.SelectedIndexChanged += new System.EventHandler(this.drp_audsr_1_SelectedIndexChanged);\r
401             // \r
402             // check_largeFile\r
403             // \r
404             this.check_largeFile.AutoSize = true;\r
405             this.check_largeFile.BackColor = System.Drawing.Color.Transparent;\r
406             this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
407             this.check_largeFile.Location = new System.Drawing.Point(193, 22);\r
408             this.check_largeFile.Name = "check_largeFile";\r
409             this.check_largeFile.Size = new System.Drawing.Size(105, 17);\r
410             this.check_largeFile.TabIndex = 4;\r
411             this.check_largeFile.Text = "Large file size";\r
412             this.ToolTip.SetToolTip(this.check_largeFile, "Caution: This option will likely break device compatibility with all but the Appl" +\r
413                     "eTV Take 2.\r\nChecking this box enables a 64bit mp4 file which can be over 4GB.");\r
414             this.check_largeFile.UseVisualStyleBackColor = false;\r
415             // \r
416             // check_turbo\r
417             // \r
418             this.check_turbo.AutoSize = true;\r
419             this.check_turbo.BackColor = System.Drawing.Color.Transparent;\r
420             this.check_turbo.Enabled = false;\r
421             this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
422             this.check_turbo.Location = new System.Drawing.Point(146, 123);\r
423             this.check_turbo.Name = "check_turbo";\r
424             this.check_turbo.Size = new System.Drawing.Size(115, 17);\r
425             this.check_turbo.TabIndex = 7;\r
426             this.check_turbo.Text = "Turbo first Pass";\r
427             this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
428             this.check_turbo.UseVisualStyleBackColor = false;\r
429             // \r
430             // drp_videoFramerate\r
431             // \r
432             this.drp_videoFramerate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
433             this.drp_videoFramerate.FormattingEnabled = true;\r
434             this.drp_videoFramerate.Items.AddRange(new object[] {\r
435             "Same as source",\r
436             "5",\r
437             "10",\r
438             "12",\r
439             "15",\r
440             "23.976",\r
441             "24",\r
442             "25",\r
443             "29.97"});\r
444             this.drp_videoFramerate.Location = new System.Drawing.Point(125, 68);\r
445             this.drp_videoFramerate.Name = "drp_videoFramerate";\r
446             this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21);\r
447             this.drp_videoFramerate.TabIndex = 2;\r
448             this.drp_videoFramerate.Text = "Same as source";\r
449             this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases.");\r
450             // \r
451             // slider_videoQuality\r
452             // \r
453             this.slider_videoQuality.Enabled = false;\r
454             this.slider_videoQuality.Location = new System.Drawing.Point(347, 120);\r
455             this.slider_videoQuality.Margin = new System.Windows.Forms.Padding(0);\r
456             this.slider_videoQuality.Maximum = 100;\r
457             this.slider_videoQuality.Name = "slider_videoQuality";\r
458             this.slider_videoQuality.Size = new System.Drawing.Size(322, 45);\r
459             this.slider_videoQuality.TabIndex = 14;\r
460             this.slider_videoQuality.TickFrequency = 17;\r
461             this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)");\r
462             this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll);\r
463             // \r
464             // text_filesize\r
465             // \r
466             this.text_filesize.Enabled = false;\r
467             this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
468             this.text_filesize.Location = new System.Drawing.Point(482, 36);\r
469             this.text_filesize.Name = "text_filesize";\r
470             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
471             this.text_filesize.TabIndex = 12;\r
472             this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be.");\r
473             // \r
474             // text_bitrate\r
475             // \r
476             this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
477             this.text_bitrate.Location = new System.Drawing.Point(482, 63);\r
478             this.text_bitrate.Name = "text_bitrate";\r
479             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
480             this.text_bitrate.TabIndex = 10;\r
481             this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video");\r
482             // \r
483             // drp_subtitle\r
484             // \r
485             this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
486             this.drp_subtitle.FormattingEnabled = true;\r
487             this.drp_subtitle.Items.AddRange(new object[] {\r
488             "None",\r
489             "Autoselect"});\r
490             this.drp_subtitle.Location = new System.Drawing.Point(79, 285);\r
491             this.drp_subtitle.Name = "drp_subtitle";\r
492             this.drp_subtitle.Size = new System.Drawing.Size(138, 21);\r
493             this.drp_subtitle.TabIndex = 43;\r
494             this.drp_subtitle.Text = "None";\r
495             this.ToolTip.SetToolTip(this.drp_subtitle, resources.GetString("drp_subtitle.ToolTip"));\r
496             this.drp_subtitle.SelectedIndexChanged += new System.EventHandler(this.drp_subtitle_SelectedIndexChanged);\r
497             // \r
498             // btn_setDefault\r
499             // \r
500             this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
501             this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
502             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
503             this.btn_setDefault.Location = new System.Drawing.Point(135, 8);\r
504             this.btn_setDefault.Name = "btn_setDefault";\r
505             this.btn_setDefault.Size = new System.Drawing.Size(101, 22);\r
506             this.btn_setDefault.TabIndex = 1;\r
507             this.btn_setDefault.TabStop = false;\r
508             this.btn_setDefault.Text = "Set Default";\r
509             this.ToolTip.SetToolTip(this.btn_setDefault, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +\r
510                     " > Options");\r
511             this.btn_setDefault.UseVisualStyleBackColor = true;\r
512             this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);\r
513             // \r
514             // drp_audmix_1\r
515             // \r
516             this.drp_audmix_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
517             this.drp_audmix_1.FormattingEnabled = true;\r
518             this.drp_audmix_1.Items.AddRange(new object[] {\r
519             "Automatic",\r
520             "Mono",\r
521             "Stereo",\r
522             "Dolby Surround",\r
523             "Dolby Pro Logic II",\r
524             "6 Channel Discrete"});\r
525             this.drp_audmix_1.Location = new System.Drawing.Point(333, 47);\r
526             this.drp_audmix_1.Name = "drp_audmix_1";\r
527             this.drp_audmix_1.Size = new System.Drawing.Size(129, 20);\r
528             this.drp_audmix_1.TabIndex = 7;\r
529             this.drp_audmix_1.Text = "Automatic";\r
530             this.ToolTip.SetToolTip(this.drp_audmix_1, "Please note: Some options require a 5.1 audio channel to be selected");\r
531             this.drp_audmix_1.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_1_SelectedIndexChanged);\r
532             // \r
533             // text_height\r
534             // \r
535             this.text_height.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
536             this.text_height.ForeColor = System.Drawing.SystemColors.InfoText;\r
537             this.text_height.Location = new System.Drawing.Point(498, 81);\r
538             this.text_height.Name = "text_height";\r
539             this.text_height.Size = new System.Drawing.Size(64, 21);\r
540             this.text_height.TabIndex = 19;\r
541             this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)\r\nCan only be altered when Anamorphic is set to \"None\"");\r
542             this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);\r
543             // \r
544             // text_width\r
545             // \r
546             this.text_width.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
547             this.text_width.Location = new System.Drawing.Point(407, 81);\r
548             this.text_width.Name = "text_width";\r
549             this.text_width.Size = new System.Drawing.Size(64, 21);\r
550             this.text_width.TabIndex = 17;\r
551             this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)\r\nCan only be altered when Anamorphic is set to \"None\" or" +\r
552                     " \"Loose\"");\r
553             this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);\r
554             // \r
555             // check_optimiseMP4\r
556             // \r
557             this.check_optimiseMP4.AutoSize = true;\r
558             this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent;\r
559             this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
560             this.check_optimiseMP4.Location = new System.Drawing.Point(304, 22);\r
561             this.check_optimiseMP4.Name = "check_optimiseMP4";\r
562             this.check_optimiseMP4.Size = new System.Drawing.Size(110, 17);\r
563             this.check_optimiseMP4.TabIndex = 25;\r
564             this.check_optimiseMP4.Text = "Web optimized";\r
565             this.ToolTip.SetToolTip(this.check_optimiseMP4, "MP4 files can be optimized for progressive downloads over the Web,\r\nbut note that" +\r
566                     " QuickTime can only read the files as long as the file extension is .mp4\r\nCan on" +\r
567                     "ly be used with H.264 ");\r
568             this.check_optimiseMP4.UseVisualStyleBackColor = false;\r
569             // \r
570             // check_iPodAtom\r
571             // \r
572             this.check_iPodAtom.AutoSize = true;\r
573             this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent;\r
574             this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
575             this.check_iPodAtom.Location = new System.Drawing.Point(420, 22);\r
576             this.check_iPodAtom.Name = "check_iPodAtom";\r
577             this.check_iPodAtom.Size = new System.Drawing.Size(117, 17);\r
578             this.check_iPodAtom.TabIndex = 26;\r
579             this.check_iPodAtom.Text = "iPod 5G support";\r
580             this.ToolTip.SetToolTip(this.check_iPodAtom, "Support for legacy 5th Generation iPods.\r\nEncodes will not sync if this option is" +\r
581                     " not enabled for H.264 encodes.");\r
582             this.check_iPodAtom.UseVisualStyleBackColor = false;\r
583             // \r
584             // data_chpt\r
585             // \r
586             this.data_chpt.AllowUserToAddRows = false;\r
587             this.data_chpt.AllowUserToDeleteRows = false;\r
588             this.data_chpt.AllowUserToResizeRows = false;\r
589             this.data_chpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
590             this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
591             this.number,\r
592             this.name});\r
593             this.data_chpt.Location = new System.Drawing.Point(16, 55);\r
594             this.data_chpt.MultiSelect = false;\r
595             this.data_chpt.Name = "data_chpt";\r
596             this.data_chpt.RowHeadersVisible = false;\r
597             this.data_chpt.Size = new System.Drawing.Size(684, 234);\r
598             this.data_chpt.TabIndex = 3;\r
599             this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
600             // \r
601             // number\r
602             // \r
603             dataGridViewCellStyle1.Format = "N0";\r
604             dataGridViewCellStyle1.NullValue = null;\r
605             this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
606             this.number.Frozen = true;\r
607             this.number.HeaderText = "Chapter Number";\r
608             this.number.MaxInputLength = 3;\r
609             this.number.Name = "number";\r
610             this.number.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
611             this.number.Width = 165;\r
612             // \r
613             // name\r
614             // \r
615             this.name.HeaderText = "Chapter Name";\r
616             this.name.Name = "name";\r
617             this.name.Width = 480;\r
618             // \r
619             // btn_addPreset\r
620             // \r
621             this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
622             this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
623             this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
624             this.btn_addPreset.Location = new System.Drawing.Point(3, 8);\r
625             this.btn_addPreset.Name = "btn_addPreset";\r
626             this.btn_addPreset.Size = new System.Drawing.Size(49, 22);\r
627             this.btn_addPreset.TabIndex = 3;\r
628             this.btn_addPreset.TabStop = false;\r
629             this.btn_addPreset.Text = "Add";\r
630             this.ToolTip.SetToolTip(this.btn_addPreset, "Add a preset to the preset panel");\r
631             this.btn_addPreset.UseVisualStyleBackColor = true;\r
632             this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
633             // \r
634             // btn_removePreset\r
635             // \r
636             this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
637             this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
638             this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
639             this.btn_removePreset.Location = new System.Drawing.Point(58, 8);\r
640             this.btn_removePreset.Name = "btn_removePreset";\r
641             this.btn_removePreset.Size = new System.Drawing.Size(71, 22);\r
642             this.btn_removePreset.TabIndex = 4;\r
643             this.btn_removePreset.TabStop = false;\r
644             this.btn_removePreset.Text = "Remove";\r
645             this.ToolTip.SetToolTip(this.btn_removePreset, "Remove a preset from the panel above.");\r
646             this.btn_removePreset.UseVisualStyleBackColor = true;\r
647             this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
648             // \r
649             // drp_audenc_1\r
650             // \r
651             this.drp_audenc_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
652             this.drp_audenc_1.FormattingEnabled = true;\r
653             this.drp_audenc_1.Items.AddRange(new object[] {\r
654             "AAC (faac)",\r
655             "MP3 (lame)",\r
656             "Vorbis (vorbis)",\r
657             "AC3 Passthru"});\r
658             this.drp_audenc_1.Location = new System.Drawing.Point(216, 47);\r
659             this.drp_audenc_1.Name = "drp_audenc_1";\r
660             this.drp_audenc_1.Size = new System.Drawing.Size(111, 20);\r
661             this.drp_audenc_1.TabIndex = 5;\r
662             this.drp_audenc_1.Text = "AAC (faac)";\r
663             this.ToolTip.SetToolTip(this.drp_audenc_1, "Select an audio encoder.");\r
664             this.drp_audenc_1.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_1_SelectedIndexChanged);\r
665             // \r
666             // drop_format\r
667             // \r
668             this.drop_format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
669             this.drop_format.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
670             this.drop_format.FormattingEnabled = true;\r
671             this.drop_format.Items.AddRange(new object[] {\r
672             "MP4 File",\r
673             "M4V File",\r
674             "MKV File"});\r
675             this.drop_format.Location = new System.Drawing.Point(75, 19);\r
676             this.drop_format.Name = "drop_format";\r
677             this.drop_format.Size = new System.Drawing.Size(106, 21);\r
678             this.drop_format.TabIndex = 28;\r
679             this.ToolTip.SetToolTip(this.drop_format, "Select the file container format.");\r
680             this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged);\r
681             // \r
682             // check_customCrop\r
683             // \r
684             this.check_customCrop.AutoSize = true;\r
685             this.check_customCrop.Location = new System.Drawing.Point(16, 58);\r
686             this.check_customCrop.Name = "check_customCrop";\r
687             this.check_customCrop.Size = new System.Drawing.Size(74, 17);\r
688             this.check_customCrop.TabIndex = 34;\r
689             this.check_customCrop.Text = "Custom:";\r
690             this.ToolTip.SetToolTip(this.check_customCrop, "Set some custom cropping values.");\r
691             this.check_customCrop.UseVisualStyleBackColor = true;\r
692             this.check_customCrop.CheckedChanged += new System.EventHandler(this.check_customCrop_CheckedChanged);\r
693             // \r
694             // check_autoCrop\r
695             // \r
696             this.check_autoCrop.AutoSize = true;\r
697             this.check_autoCrop.Checked = true;\r
698             this.check_autoCrop.Location = new System.Drawing.Point(16, 34);\r
699             this.check_autoCrop.Name = "check_autoCrop";\r
700             this.check_autoCrop.Size = new System.Drawing.Size(82, 17);\r
701             this.check_autoCrop.TabIndex = 33;\r
702             this.check_autoCrop.TabStop = true;\r
703             this.check_autoCrop.Text = "Automatic";\r
704             this.ToolTip.SetToolTip(this.check_autoCrop, "Automatically set cropping values.");\r
705             this.check_autoCrop.UseVisualStyleBackColor = true;\r
706             this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
707             // \r
708             // text_source\r
709             // \r
710             this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
711             this.text_source.Location = new System.Drawing.Point(75, 19);\r
712             this.text_source.Name = "text_source";\r
713             this.text_source.ReadOnly = true;\r
714             this.text_source.Size = new System.Drawing.Size(642, 21);\r
715             this.text_source.TabIndex = 1;\r
716             this.text_source.Text = "Click \'Source\' to continue";\r
717             this.ToolTip.SetToolTip(this.text_source, "Location of the source input file, folder or dvd.");\r
718             // \r
719             // lbl_src_res\r
720             // \r
721             this.lbl_src_res.AutoSize = true;\r
722             this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
723             this.lbl_src_res.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
724             this.lbl_src_res.Location = new System.Drawing.Point(405, 34);\r
725             this.lbl_src_res.Name = "lbl_src_res";\r
726             this.lbl_src_res.Size = new System.Drawing.Size(72, 12);\r
727             this.lbl_src_res.TabIndex = 13;\r
728             this.lbl_src_res.Text = "Select a Title";\r
729             // \r
730             // lbl_duration\r
731             // \r
732             this.lbl_duration.AutoSize = true;\r
733             this.lbl_duration.BackColor = System.Drawing.Color.Transparent;\r
734             this.lbl_duration.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
735             this.lbl_duration.Location = new System.Drawing.Point(645, 56);\r
736             this.lbl_duration.Name = "lbl_duration";\r
737             this.lbl_duration.Size = new System.Drawing.Size(72, 12);\r
738             this.lbl_duration.TabIndex = 43;\r
739             this.lbl_duration.Text = "Select a Title";\r
740             // \r
741             // label_duration\r
742             // \r
743             this.label_duration.AutoSize = true;\r
744             this.label_duration.BackColor = System.Drawing.Color.Transparent;\r
745             this.label_duration.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
746             this.label_duration.Location = new System.Drawing.Point(578, 55);\r
747             this.label_duration.Name = "label_duration";\r
748             this.label_duration.Size = new System.Drawing.Size(61, 13);\r
749             this.label_duration.TabIndex = 42;\r
750             this.label_duration.Text = "Duration:";\r
751             // \r
752             // label7\r
753             // \r
754             this.label7.AutoSize = true;\r
755             this.label7.BackColor = System.Drawing.Color.Transparent;\r
756             this.label7.Location = new System.Drawing.Point(311, 34);\r
757             this.label7.Name = "label7";\r
758             this.label7.Size = new System.Drawing.Size(52, 13);\r
759             this.label7.TabIndex = 12;\r
760             this.label7.Text = "Source:";\r
761             // \r
762             // DVD_Open\r
763             // \r
764             this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drive.";\r
765             // \r
766             // File_Open\r
767             // \r
768             this.File_Open.DefaultExt = "hb";\r
769             this.File_Open.Filter = "hb|*.hb";\r
770             // \r
771             // ISO_Open\r
772             // \r
773             this.ISO_Open.DefaultExt = "ISO";\r
774             this.ISO_Open.Filter = "All Files|*.*";\r
775             this.ISO_Open.RestoreDirectory = true;\r
776             this.ISO_Open.SupportMultiDottedExtensions = true;\r
777             // \r
778             // FileToolStripMenuItem\r
779             // \r
780             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
781             this.mnu_killCLI,\r
782             this.mnu_exit});\r
783             this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";\r
784             this.FileToolStripMenuItem.Size = new System.Drawing.Size(38, 20);\r
785             this.FileToolStripMenuItem.Text = "&File";\r
786             // \r
787             // mnu_killCLI\r
788             // \r
789             this.mnu_killCLI.Name = "mnu_killCLI";\r
790             this.mnu_killCLI.Size = new System.Drawing.Size(156, 22);\r
791             this.mnu_killCLI.Text = "Cancel Scan";\r
792             this.mnu_killCLI.Visible = false;\r
793             this.mnu_killCLI.Click += new System.EventHandler(this.mnu_killCLI_Click);\r
794             // \r
795             // mnu_exit\r
796             // \r
797             this.mnu_exit.Name = "mnu_exit";\r
798             this.mnu_exit.Size = new System.Drawing.Size(156, 22);\r
799             this.mnu_exit.Text = "E&xit";\r
800             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
801             // \r
802             // mnu_open3\r
803             // \r
804             this.mnu_open3.Name = "mnu_open3";\r
805             this.mnu_open3.Size = new System.Drawing.Size(32, 19);\r
806             // \r
807             // ToolsToolStripMenuItem\r
808             // \r
809             this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
810             this.mnu_encode,\r
811             this.mnu_encodeLog,\r
812             this.ToolStripSeparator5,\r
813             this.mnu_options});\r
814             this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";\r
815             this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(49, 20);\r
816             this.ToolsToolStripMenuItem.Text = "&Tools";\r
817             // \r
818             // mnu_encode\r
819             // \r
820             this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small;\r
821             this.mnu_encode.Name = "mnu_encode";\r
822             this.mnu_encode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));\r
823             this.mnu_encode.Size = new System.Drawing.Size(203, 22);\r
824             this.mnu_encode.Text = "Show Queue";\r
825             this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click);\r
826             // \r
827             // mnu_encodeLog\r
828             // \r
829             this.mnu_encodeLog.Image = global::Handbrake.Properties.Resources.ActivityWindow_small;\r
830             this.mnu_encodeLog.Name = "mnu_encodeLog";\r
831             this.mnu_encodeLog.Size = new System.Drawing.Size(203, 22);\r
832             this.mnu_encodeLog.Text = "Activity Window";\r
833             this.mnu_encodeLog.Click += new System.EventHandler(this.mnu_encodeLog_Click);\r
834             // \r
835             // ToolStripSeparator5\r
836             // \r
837             this.ToolStripSeparator5.Name = "ToolStripSeparator5";\r
838             this.ToolStripSeparator5.Size = new System.Drawing.Size(200, 6);\r
839             // \r
840             // mnu_options\r
841             // \r
842             this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small;\r
843             this.mnu_options.Name = "mnu_options";\r
844             this.mnu_options.Size = new System.Drawing.Size(203, 22);\r
845             this.mnu_options.Text = "Options";\r
846             this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click);\r
847             // \r
848             // PresetsToolStripMenuItem\r
849             // \r
850             this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
851             this.mnu_presetReset,\r
852             this.mnu_delete_preset,\r
853             this.toolStripSeparator7,\r
854             this.btn_new_preset,\r
855             this.mnu_SelectDefault});\r
856             this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";\r
857             this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);\r
858             this.PresetsToolStripMenuItem.Text = "&Presets";\r
859             // \r
860             // mnu_presetReset\r
861             // \r
862             this.mnu_presetReset.Name = "mnu_presetReset";\r
863             this.mnu_presetReset.Size = new System.Drawing.Size(215, 22);\r
864             this.mnu_presetReset.Text = "Update Built-in Presets";\r
865             this.mnu_presetReset.ToolTipText = "Resets all presets.";\r
866             this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);\r
867             // \r
868             // mnu_delete_preset\r
869             // \r
870             this.mnu_delete_preset.Name = "mnu_delete_preset";\r
871             this.mnu_delete_preset.Size = new System.Drawing.Size(215, 22);\r
872             this.mnu_delete_preset.Text = "Delete Built-in Presets";\r
873             this.mnu_delete_preset.Click += new System.EventHandler(this.mnu_delete_preset_Click);\r
874             // \r
875             // toolStripSeparator7\r
876             // \r
877             this.toolStripSeparator7.Name = "toolStripSeparator7";\r
878             this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6);\r
879             // \r
880             // btn_new_preset\r
881             // \r
882             this.btn_new_preset.Name = "btn_new_preset";\r
883             this.btn_new_preset.Size = new System.Drawing.Size(215, 22);\r
884             this.btn_new_preset.Text = "New Preset";\r
885             this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);\r
886             // \r
887             // mnu_SelectDefault\r
888             // \r
889             this.mnu_SelectDefault.Name = "mnu_SelectDefault";\r
890             this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 22);\r
891             this.mnu_SelectDefault.Text = "Select Default Preset";\r
892             this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";\r
893             this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);\r
894             // \r
895             // HelpToolStripMenuItem\r
896             // \r
897             this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
898             this.mnu_user_guide,\r
899             this.mnu_handbrake_home,\r
900             this.mnu_handbrake_forums,\r
901             this.ToolStripSeparator3,\r
902             this.mnu_UpdateCheck,\r
903             this.toolStripSeparator6,\r
904             this.mnu_about});\r
905             this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";\r
906             this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);\r
907             this.HelpToolStripMenuItem.Text = "&Help";\r
908             // \r
909             // mnu_user_guide\r
910             // \r
911             this.mnu_user_guide.Image = global::Handbrake.Properties.Resources.Help16;\r
912             this.mnu_user_guide.Name = "mnu_user_guide";\r
913             this.mnu_user_guide.Size = new System.Drawing.Size(215, 22);\r
914             this.mnu_user_guide.Text = "HandBrake User Guide";\r
915             this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click);\r
916             // \r
917             // mnu_handbrake_home\r
918             // \r
919             this.mnu_handbrake_home.Image = global::Handbrake.Properties.Resources.info16;\r
920             this.mnu_handbrake_home.Name = "mnu_handbrake_home";\r
921             this.mnu_handbrake_home.Size = new System.Drawing.Size(215, 22);\r
922             this.mnu_handbrake_home.Text = "HandBrake Homepage";\r
923             this.mnu_handbrake_home.Click += new System.EventHandler(this.mnu_handbrake_home_Click);\r
924             // \r
925             // mnu_handbrake_forums\r
926             // \r
927             this.mnu_handbrake_forums.Name = "mnu_handbrake_forums";\r
928             this.mnu_handbrake_forums.Size = new System.Drawing.Size(215, 22);\r
929             this.mnu_handbrake_forums.Text = "HandBrake Forums";\r
930             this.mnu_handbrake_forums.Click += new System.EventHandler(this.mnu_handbrake_forums_Click);\r
931             // \r
932             // ToolStripSeparator3\r
933             // \r
934             this.ToolStripSeparator3.Name = "ToolStripSeparator3";\r
935             this.ToolStripSeparator3.Size = new System.Drawing.Size(212, 6);\r
936             // \r
937             // mnu_UpdateCheck\r
938             // \r
939             this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";\r
940             this.mnu_UpdateCheck.Size = new System.Drawing.Size(215, 22);\r
941             this.mnu_UpdateCheck.Text = "Check for Updates";\r
942             this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);\r
943             // \r
944             // toolStripSeparator6\r
945             // \r
946             this.toolStripSeparator6.Name = "toolStripSeparator6";\r
947             this.toolStripSeparator6.Size = new System.Drawing.Size(212, 6);\r
948             // \r
949             // mnu_about\r
950             // \r
951             this.mnu_about.Image = global::Handbrake.Properties.Resources.hb16;\r
952             this.mnu_about.Name = "mnu_about";\r
953             this.mnu_about.Size = new System.Drawing.Size(215, 22);\r
954             this.mnu_about.Text = "About...";\r
955             this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);\r
956             // \r
957             // frmMainMenu\r
958             // \r
959             this.frmMainMenu.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
960             this.frmMainMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;\r
961             this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
962             this.FileToolStripMenuItem,\r
963             this.ToolsToolStripMenuItem,\r
964             this.PresetsToolStripMenuItem,\r
965             this.HelpToolStripMenuItem,\r
966             this.debugToolStripMenuItem});\r
967             this.frmMainMenu.Location = new System.Drawing.Point(0, 0);\r
968             this.frmMainMenu.Name = "frmMainMenu";\r
969             this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
970             this.frmMainMenu.Size = new System.Drawing.Size(1000, 24);\r
971             this.frmMainMenu.TabIndex = 0;\r
972             this.frmMainMenu.Text = "MenuStrip";\r
973             // \r
974             // debugToolStripMenuItem\r
975             // \r
976             this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
977             this.mnu_qptest});\r
978             this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";\r
979             this.debugToolStripMenuItem.Size = new System.Drawing.Size(56, 20);\r
980             this.debugToolStripMenuItem.Text = "Debug";\r
981             // \r
982             // mnu_qptest\r
983             // \r
984             this.mnu_qptest.Name = "mnu_qptest";\r
985             this.mnu_qptest.Size = new System.Drawing.Size(201, 22);\r
986             this.mnu_qptest.Text = "Query Parser Tester";\r
987             this.mnu_qptest.Click += new System.EventHandler(this.mnu_qptest_Click);\r
988             // \r
989             // gb_source\r
990             // \r
991             this.gb_source.Controls.Add(this.drop_angle);\r
992             this.gb_source.Controls.Add(this.label4);\r
993             this.gb_source.Controls.Add(this.lbl_duration);\r
994             this.gb_source.Controls.Add(this.label_duration);\r
995             this.gb_source.Controls.Add(this.Label13);\r
996             this.gb_source.Controls.Add(this.drop_chapterFinish);\r
997             this.gb_source.Controls.Add(this.drop_chapterStart);\r
998             this.gb_source.Controls.Add(this.drp_dvdtitle);\r
999             this.gb_source.Controls.Add(this.Label17);\r
1000             this.gb_source.Controls.Add(this.text_source);\r
1001             this.gb_source.Controls.Add(this.Label9);\r
1002             this.gb_source.Controls.Add(this.Label10);\r
1003             this.gb_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1004             this.gb_source.ForeColor = System.Drawing.Color.Black;\r
1005             this.gb_source.Location = new System.Drawing.Point(9, 70);\r
1006             this.gb_source.Name = "gb_source";\r
1007             this.gb_source.Size = new System.Drawing.Size(732, 87);\r
1008             this.gb_source.TabIndex = 2;\r
1009             this.gb_source.TabStop = false;\r
1010             this.gb_source.Text = "Source";\r
1011             // \r
1012             // Label13\r
1013             // \r
1014             this.Label13.AutoSize = true;\r
1015             this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1016             this.Label13.Location = new System.Drawing.Point(446, 55);\r
1017             this.Label13.Name = "Label13";\r
1018             this.Label13.Size = new System.Drawing.Size(51, 13);\r
1019             this.Label13.TabIndex = 10;\r
1020             this.Label13.Text = "through";\r
1021             // \r
1022             // Label17\r
1023             // \r
1024             this.Label17.AutoSize = true;\r
1025             this.Label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1026             this.Label17.ForeColor = System.Drawing.Color.Black;\r
1027             this.Label17.Location = new System.Drawing.Point(17, 22);\r
1028             this.Label17.Name = "Label17";\r
1029             this.Label17.Size = new System.Drawing.Size(52, 13);\r
1030             this.Label17.TabIndex = 0;\r
1031             this.Label17.Text = "Source:";\r
1032             // \r
1033             // Label9\r
1034             // \r
1035             this.Label9.AutoSize = true;\r
1036             this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1037             this.Label9.ForeColor = System.Drawing.Color.Black;\r
1038             this.Label9.Location = new System.Drawing.Point(301, 55);\r
1039             this.Label9.Name = "Label9";\r
1040             this.Label9.Size = new System.Drawing.Size(64, 13);\r
1041             this.Label9.TabIndex = 8;\r
1042             this.Label9.Text = "Chapters:";\r
1043             // \r
1044             // Label10\r
1045             // \r
1046             this.Label10.AutoSize = true;\r
1047             this.Label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1048             this.Label10.ForeColor = System.Drawing.Color.Black;\r
1049             this.Label10.Location = new System.Drawing.Point(17, 55);\r
1050             this.Label10.Name = "Label10";\r
1051             this.Label10.Size = new System.Drawing.Size(36, 13);\r
1052             this.Label10.TabIndex = 6;\r
1053             this.Label10.Text = "Title:";\r
1054             // \r
1055             // groupBox_output\r
1056             // \r
1057             this.groupBox_output.Controls.Add(this.drop_format);\r
1058             this.groupBox_output.Controls.Add(this.label5);\r
1059             this.groupBox_output.Controls.Add(this.check_largeFile);\r
1060             this.groupBox_output.Controls.Add(this.check_iPodAtom);\r
1061             this.groupBox_output.Controls.Add(this.check_optimiseMP4);\r
1062             this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1063             this.groupBox_output.ForeColor = System.Drawing.Color.Black;\r
1064             this.groupBox_output.Location = new System.Drawing.Point(9, 214);\r
1065             this.groupBox_output.Name = "groupBox_output";\r
1066             this.groupBox_output.Size = new System.Drawing.Size(732, 50);\r
1067             this.groupBox_output.TabIndex = 4;\r
1068             this.groupBox_output.TabStop = false;\r
1069             this.groupBox_output.Text = "Output Settings (Preset: None)";\r
1070             // \r
1071             // label5\r
1072             // \r
1073             this.label5.AutoSize = true;\r
1074             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1075             this.label5.ForeColor = System.Drawing.Color.Black;\r
1076             this.label5.Location = new System.Drawing.Point(17, 23);\r
1077             this.label5.Name = "label5";\r
1078             this.label5.Size = new System.Drawing.Size(52, 13);\r
1079             this.label5.TabIndex = 27;\r
1080             this.label5.Text = "Format:";\r
1081             // \r
1082             // Label47\r
1083             // \r
1084             this.Label47.AutoSize = true;\r
1085             this.Label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1086             this.Label47.ForeColor = System.Drawing.Color.Black;\r
1087             this.Label47.Location = new System.Drawing.Point(13, 39);\r
1088             this.Label47.Name = "Label47";\r
1089             this.Label47.Size = new System.Drawing.Size(84, 13);\r
1090             this.Label47.TabIndex = 0;\r
1091             this.Label47.Text = "Video Codec:";\r
1092             // \r
1093             // Label3\r
1094             // \r
1095             this.Label3.AutoSize = true;\r
1096             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1097             this.Label3.ForeColor = System.Drawing.Color.Black;\r
1098             this.Label3.Location = new System.Drawing.Point(17, 21);\r
1099             this.Label3.Name = "Label3";\r
1100             this.Label3.Size = new System.Drawing.Size(31, 13);\r
1101             this.Label3.TabIndex = 0;\r
1102             this.Label3.Text = "File:";\r
1103             // \r
1104             // TabPage2\r
1105             // \r
1106             this.TabPage2.BackColor = System.Drawing.Color.Transparent;\r
1107             this.TabPage2.Controls.Add(this.lv_audioList);\r
1108             this.TabPage2.Controls.Add(this.btn_RemoveAudioTrack);\r
1109             this.TabPage2.Controls.Add(this.btn_addAudioTrack);\r
1110             this.TabPage2.Controls.Add(this.lbl_drc);\r
1111             this.TabPage2.Controls.Add(this.label16);\r
1112             this.TabPage2.Controls.Add(this.tb_drc);\r
1113             this.TabPage2.Controls.Add(this.groupBox5);\r
1114             this.TabPage2.Controls.Add(this.groupBox3);\r
1115             this.TabPage2.Controls.Add(this.label68);\r
1116             this.TabPage2.Controls.Add(this.label67);\r
1117             this.TabPage2.Controls.Add(this.label66);\r
1118             this.TabPage2.Controls.Add(this.label65);\r
1119             this.TabPage2.Controls.Add(this.label14);\r
1120             this.TabPage2.Controls.Add(this.drp_audenc_1);\r
1121             this.TabPage2.Controls.Add(this.check_forced);\r
1122             this.TabPage2.Controls.Add(this.label27);\r
1123             this.TabPage2.Controls.Add(this.drp_subtitle);\r
1124             this.TabPage2.Controls.Add(this.Label19);\r
1125             this.TabPage2.Controls.Add(this.Label20);\r
1126             this.TabPage2.Controls.Add(this.drp_audmix_1);\r
1127             this.TabPage2.Controls.Add(this.drp_track1Audio);\r
1128             this.TabPage2.Controls.Add(this.drp_audbit_1);\r
1129             this.TabPage2.Controls.Add(this.drp_audsr_1);\r
1130             this.TabPage2.Location = new System.Drawing.Point(4, 22);\r
1131             this.TabPage2.Name = "TabPage2";\r
1132             this.TabPage2.Padding = new System.Windows.Forms.Padding(3);\r
1133             this.TabPage2.Size = new System.Drawing.Size(724, 316);\r
1134             this.TabPage2.TabIndex = 3;\r
1135             this.TabPage2.Text = "Audio && Subtitles";\r
1136             this.TabPage2.UseVisualStyleBackColor = true;\r
1137             // \r
1138             // lv_audioList\r
1139             // \r
1140             this.lv_audioList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
1141             this.col_Source,\r
1142             this.col_codec,\r
1143             this.col_mixdown,\r
1144             this.col_samplerate,\r
1145             this.col_bitrate,\r
1146             this.col_drc});\r
1147             this.lv_audioList.ContextMenuStrip = this.audioMenu;\r
1148             this.lv_audioList.FullRowSelect = true;\r
1149             this.lv_audioList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
1150             this.lv_audioList.HideSelection = false;\r
1151             this.lv_audioList.LabelWrap = false;\r
1152             this.lv_audioList.Location = new System.Drawing.Point(16, 74);\r
1153             this.lv_audioList.MultiSelect = false;\r
1154             this.lv_audioList.Name = "lv_audioList";\r
1155             this.lv_audioList.Size = new System.Drawing.Size(668, 147);\r
1156             this.lv_audioList.SmallImageList = this.AudioMenuRowHeightHack;\r
1157             this.lv_audioList.TabIndex = 48;\r
1158             this.lv_audioList.UseCompatibleStateImageBehavior = false;\r
1159             this.lv_audioList.View = System.Windows.Forms.View.Details;\r
1160             this.lv_audioList.SelectedIndexChanged += new System.EventHandler(this.lv_audioList_SelectedIndexChanged);\r
1161             // \r
1162             // col_Source\r
1163             // \r
1164             this.col_Source.Text = "Source";\r
1165             this.col_Source.Width = 170;\r
1166             // \r
1167             // col_codec\r
1168             // \r
1169             this.col_codec.Text = "Audio Codec";\r
1170             this.col_codec.Width = 88;\r
1171             // \r
1172             // col_mixdown\r
1173             // \r
1174             this.col_mixdown.Text = "Mixdown";\r
1175             this.col_mixdown.Width = 127;\r
1176             // \r
1177             // col_samplerate\r
1178             // \r
1179             this.col_samplerate.Text = "Samplerate (Kbps)";\r
1180             this.col_samplerate.Width = 124;\r
1181             // \r
1182             // col_bitrate\r
1183             // \r
1184             this.col_bitrate.Text = "Bitrate (Kbps)";\r
1185             this.col_bitrate.Width = 95;\r
1186             // \r
1187             // col_drc\r
1188             // \r
1189             this.col_drc.Text = "DRC";\r
1190             // \r
1191             // audioMenu\r
1192             // \r
1193             this.audioMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1194             this.audioList_moveup,\r
1195             this.audioList_movedown,\r
1196             this.toolStripSeparator2,\r
1197             this.audioList_remove});\r
1198             this.audioMenu.Name = "audioMenu";\r
1199             this.audioMenu.Size = new System.Drawing.Size(142, 76);\r
1200             // \r
1201             // audioList_moveup\r
1202             // \r
1203             this.audioList_moveup.Name = "audioList_moveup";\r
1204             this.audioList_moveup.Size = new System.Drawing.Size(141, 22);\r
1205             this.audioList_moveup.Text = "Move Up";\r
1206             this.audioList_moveup.Click += new System.EventHandler(this.audioList_moveup_Click);\r
1207             // \r
1208             // audioList_movedown\r
1209             // \r
1210             this.audioList_movedown.Name = "audioList_movedown";\r
1211             this.audioList_movedown.Size = new System.Drawing.Size(141, 22);\r
1212             this.audioList_movedown.Text = "Move Down";\r
1213             this.audioList_movedown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1214             this.audioList_movedown.Click += new System.EventHandler(this.audioList_movedown_Click);\r
1215             // \r
1216             // toolStripSeparator2\r
1217             // \r
1218             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
1219             this.toolStripSeparator2.Size = new System.Drawing.Size(138, 6);\r
1220             // \r
1221             // audioList_remove\r
1222             // \r
1223             this.audioList_remove.Name = "audioList_remove";\r
1224             this.audioList_remove.Size = new System.Drawing.Size(141, 22);\r
1225             this.audioList_remove.Text = "Remove";\r
1226             this.audioList_remove.Click += new System.EventHandler(this.audioList_remove_Click);\r
1227             // \r
1228             // AudioMenuRowHeightHack\r
1229             // \r
1230             this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;\r
1231             this.AudioMenuRowHeightHack.ImageSize = new System.Drawing.Size(1, 18);\r
1232             this.AudioMenuRowHeightHack.TransparentColor = System.Drawing.Color.Transparent;\r
1233             // \r
1234             // btn_RemoveAudioTrack\r
1235             // \r
1236             this.btn_RemoveAudioTrack.BackColor = System.Drawing.Color.Transparent;\r
1237             this.btn_RemoveAudioTrack.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1238             this.btn_RemoveAudioTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1239             this.btn_RemoveAudioTrack.Location = new System.Drawing.Point(132, 227);\r
1240             this.btn_RemoveAudioTrack.Name = "btn_RemoveAudioTrack";\r
1241             this.btn_RemoveAudioTrack.Size = new System.Drawing.Size(111, 23);\r
1242             this.btn_RemoveAudioTrack.TabIndex = 47;\r
1243             this.btn_RemoveAudioTrack.Text = "Remove";\r
1244             this.btn_RemoveAudioTrack.UseVisualStyleBackColor = false;\r
1245             this.btn_RemoveAudioTrack.Click += new System.EventHandler(this.btn_RemoveAudioTrack_Click);\r
1246             // \r
1247             // btn_addAudioTrack\r
1248             // \r
1249             this.btn_addAudioTrack.BackColor = System.Drawing.Color.Transparent;\r
1250             this.btn_addAudioTrack.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1251             this.btn_addAudioTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1252             this.btn_addAudioTrack.Location = new System.Drawing.Point(16, 227);\r
1253             this.btn_addAudioTrack.Name = "btn_addAudioTrack";\r
1254             this.btn_addAudioTrack.Size = new System.Drawing.Size(111, 23);\r
1255             this.btn_addAudioTrack.TabIndex = 46;\r
1256             this.btn_addAudioTrack.Text = "Add Track";\r
1257             this.btn_addAudioTrack.UseVisualStyleBackColor = false;\r
1258             this.btn_addAudioTrack.Click += new System.EventHandler(this.btn_addAudioTrack_Click);\r
1259             // \r
1260             // lbl_drc\r
1261             // \r
1262             this.lbl_drc.AutoSize = true;\r
1263             this.lbl_drc.BackColor = System.Drawing.Color.Transparent;\r
1264             this.lbl_drc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1265             this.lbl_drc.Location = new System.Drawing.Point(650, 47);\r
1266             this.lbl_drc.Name = "lbl_drc";\r
1267             this.lbl_drc.Size = new System.Drawing.Size(14, 13);\r
1268             this.lbl_drc.TabIndex = 15;\r
1269             this.lbl_drc.Text = "0";\r
1270             // \r
1271             // label16\r
1272             // \r
1273             this.label16.AutoSize = true;\r
1274             this.label16.BackColor = System.Drawing.Color.Transparent;\r
1275             this.label16.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1276             this.label16.Location = new System.Drawing.Point(608, 30);\r
1277             this.label16.Name = "label16";\r
1278             this.label16.Size = new System.Drawing.Size(28, 12);\r
1279             this.label16.TabIndex = 14;\r
1280             this.label16.Text = "DRC";\r
1281             // \r
1282             // tb_drc\r
1283             // \r
1284             this.tb_drc.LargeChange = 0;\r
1285             this.tb_drc.Location = new System.Drawing.Point(599, 42);\r
1286             this.tb_drc.Margin = new System.Windows.Forms.Padding(0);\r
1287             this.tb_drc.Maximum = 31;\r
1288             this.tb_drc.Name = "tb_drc";\r
1289             this.tb_drc.Size = new System.Drawing.Size(50, 45);\r
1290             this.tb_drc.TabIndex = 13;\r
1291             this.tb_drc.TickFrequency = 10;\r
1292             this.tb_drc.ValueChanged += new System.EventHandler(this.tb_drc_Scroll);\r
1293             // \r
1294             // groupBox5\r
1295             // \r
1296             this.groupBox5.Location = new System.Drawing.Point(107, 13);\r
1297             this.groupBox5.Name = "groupBox5";\r
1298             this.groupBox5.Size = new System.Drawing.Size(577, 10);\r
1299             this.groupBox5.TabIndex = 1;\r
1300             this.groupBox5.TabStop = false;\r
1301             // \r
1302             // groupBox3\r
1303             // \r
1304             this.groupBox3.Location = new System.Drawing.Point(83, 260);\r
1305             this.groupBox3.Name = "groupBox3";\r
1306             this.groupBox3.Size = new System.Drawing.Size(601, 10);\r
1307             this.groupBox3.TabIndex = 41;\r
1308             this.groupBox3.TabStop = false;\r
1309             // \r
1310             // label68\r
1311             // \r
1312             this.label68.AutoSize = true;\r
1313             this.label68.BackColor = System.Drawing.Color.Transparent;\r
1314             this.label68.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1315             this.label68.Location = new System.Drawing.Point(13, 13);\r
1316             this.label68.Name = "label68";\r
1317             this.label68.Size = new System.Drawing.Size(92, 13);\r
1318             this.label68.TabIndex = 0;\r
1319             this.label68.Text = "Audio Tracks";\r
1320             // \r
1321             // label67\r
1322             // \r
1323             this.label67.AutoSize = true;\r
1324             this.label67.BackColor = System.Drawing.Color.Transparent;\r
1325             this.label67.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1326             this.label67.Location = new System.Drawing.Point(464, 30);\r
1327             this.label67.Name = "label67";\r
1328             this.label67.Size = new System.Drawing.Size(62, 12);\r
1329             this.label67.TabIndex = 10;\r
1330             this.label67.Text = "Samplerate";\r
1331             // \r
1332             // label66\r
1333             // \r
1334             this.label66.AutoSize = true;\r
1335             this.label66.BackColor = System.Drawing.Color.Transparent;\r
1336             this.label66.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1337             this.label66.Location = new System.Drawing.Point(539, 30);\r
1338             this.label66.Name = "label66";\r
1339             this.label66.Size = new System.Drawing.Size(39, 12);\r
1340             this.label66.TabIndex = 12;\r
1341             this.label66.Text = "Bitrate";\r
1342             // \r
1343             // label65\r
1344             // \r
1345             this.label65.AutoSize = true;\r
1346             this.label65.BackColor = System.Drawing.Color.Transparent;\r
1347             this.label65.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1348             this.label65.Location = new System.Drawing.Point(235, 30);\r
1349             this.label65.Name = "label65";\r
1350             this.label65.Size = new System.Drawing.Size(69, 12);\r
1351             this.label65.TabIndex = 6;\r
1352             this.label65.Text = "Audio Codec";\r
1353             // \r
1354             // label14\r
1355             // \r
1356             this.label14.AutoSize = true;\r
1357             this.label14.BackColor = System.Drawing.Color.Transparent;\r
1358             this.label14.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1359             this.label14.Location = new System.Drawing.Point(369, 30);\r
1360             this.label14.Name = "label14";\r
1361             this.label14.Size = new System.Drawing.Size(48, 12);\r
1362             this.label14.TabIndex = 8;\r
1363             this.label14.Text = "Mixdown";\r
1364             // \r
1365             // check_forced\r
1366             // \r
1367             this.check_forced.AutoSize = true;\r
1368             this.check_forced.BackColor = System.Drawing.Color.Transparent;\r
1369             this.check_forced.Enabled = false;\r
1370             this.check_forced.Location = new System.Drawing.Point(223, 288);\r
1371             this.check_forced.Name = "check_forced";\r
1372             this.check_forced.Size = new System.Drawing.Size(147, 17);\r
1373             this.check_forced.TabIndex = 44;\r
1374             this.check_forced.Text = "Forced Subtitles Only";\r
1375             this.check_forced.UseVisualStyleBackColor = false;\r
1376             // \r
1377             // label27\r
1378             // \r
1379             this.label27.AutoSize = true;\r
1380             this.label27.BackColor = System.Drawing.Color.Transparent;\r
1381             this.label27.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1382             this.label27.Location = new System.Drawing.Point(87, 30);\r
1383             this.label27.Name = "label27";\r
1384             this.label27.Size = new System.Drawing.Size(40, 12);\r
1385             this.label27.TabIndex = 4;\r
1386             this.label27.Text = "Source";\r
1387             // \r
1388             // Label19\r
1389             // \r
1390             this.Label19.AutoSize = true;\r
1391             this.Label19.BackColor = System.Drawing.Color.Transparent;\r
1392             this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1393             this.Label19.Location = new System.Drawing.Point(13, 260);\r
1394             this.Label19.Name = "Label19";\r
1395             this.Label19.Size = new System.Drawing.Size(64, 13);\r
1396             this.Label19.TabIndex = 40;\r
1397             this.Label19.Text = "Subtitles";\r
1398             // \r
1399             // Label20\r
1400             // \r
1401             this.Label20.AutoSize = true;\r
1402             this.Label20.BackColor = System.Drawing.Color.Transparent;\r
1403             this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1404             this.Label20.Location = new System.Drawing.Point(13, 288);\r
1405             this.Label20.Name = "Label20";\r
1406             this.Label20.Size = new System.Drawing.Size(61, 13);\r
1407             this.Label20.TabIndex = 42;\r
1408             this.Label20.Text = "Subtitles:";\r
1409             // \r
1410             // drp_track1Audio\r
1411             // \r
1412             this.drp_track1Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1413             this.drp_track1Audio.FormattingEnabled = true;\r
1414             this.drp_track1Audio.Items.AddRange(new object[] {\r
1415             "Automatic"});\r
1416             this.drp_track1Audio.Location = new System.Drawing.Point(16, 48);\r
1417             this.drp_track1Audio.Name = "drp_track1Audio";\r
1418             this.drp_track1Audio.Size = new System.Drawing.Size(194, 20);\r
1419             this.drp_track1Audio.TabIndex = 3;\r
1420             this.drp_track1Audio.Text = "Automatic";\r
1421             this.drp_track1Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track1Audio_SelectedIndexChanged);\r
1422             // \r
1423             // TabPage3\r
1424             // \r
1425             this.TabPage3.BackColor = System.Drawing.Color.Transparent;\r
1426             this.TabPage3.Controls.Add(this.radio_cq);\r
1427             this.TabPage3.Controls.Add(this.radio_avgBitrate);\r
1428             this.TabPage3.Controls.Add(this.radio_targetFilesize);\r
1429             this.TabPage3.Controls.Add(this.drp_videoEncoder);\r
1430             this.TabPage3.Controls.Add(this.Label47);\r
1431             this.TabPage3.Controls.Add(this.label25);\r
1432             this.TabPage3.Controls.Add(this.check_turbo);\r
1433             this.TabPage3.Controls.Add(this.check_2PassEncode);\r
1434             this.TabPage3.Controls.Add(this.Label2);\r
1435             this.TabPage3.Controls.Add(this.text_filesize);\r
1436             this.TabPage3.Controls.Add(this.slider_videoQuality);\r
1437             this.TabPage3.Controls.Add(this.text_bitrate);\r
1438             this.TabPage3.Controls.Add(this.SliderValue);\r
1439             this.TabPage3.Controls.Add(this.Label46);\r
1440             this.TabPage3.Controls.Add(this.drp_videoFramerate);\r
1441             this.TabPage3.Location = new System.Drawing.Point(4, 22);\r
1442             this.TabPage3.Name = "TabPage3";\r
1443             this.TabPage3.Padding = new System.Windows.Forms.Padding(3);\r
1444             this.TabPage3.Size = new System.Drawing.Size(724, 316);\r
1445             this.TabPage3.TabIndex = 2;\r
1446             this.TabPage3.Text = "Video";\r
1447             this.TabPage3.UseVisualStyleBackColor = true;\r
1448             // \r
1449             // radio_cq\r
1450             // \r
1451             this.radio_cq.AutoSize = true;\r
1452             this.radio_cq.Location = new System.Drawing.Point(336, 97);\r
1453             this.radio_cq.Name = "radio_cq";\r
1454             this.radio_cq.Size = new System.Drawing.Size(125, 17);\r
1455             this.radio_cq.TabIndex = 18;\r
1456             this.radio_cq.Text = "Constant Quality:";\r
1457             this.radio_cq.UseVisualStyleBackColor = true;\r
1458             this.radio_cq.CheckedChanged += new System.EventHandler(this.radio_cq_CheckedChanged);\r
1459             // \r
1460             // radio_avgBitrate\r
1461             // \r
1462             this.radio_avgBitrate.AutoSize = true;\r
1463             this.radio_avgBitrate.Checked = true;\r
1464             this.radio_avgBitrate.Location = new System.Drawing.Point(336, 64);\r
1465             this.radio_avgBitrate.Name = "radio_avgBitrate";\r
1466             this.radio_avgBitrate.Size = new System.Drawing.Size(135, 17);\r
1467             this.radio_avgBitrate.TabIndex = 17;\r
1468             this.radio_avgBitrate.TabStop = true;\r
1469             this.radio_avgBitrate.Text = "Avg Bitrate (kbps):";\r
1470             this.radio_avgBitrate.UseVisualStyleBackColor = true;\r
1471             this.radio_avgBitrate.CheckedChanged += new System.EventHandler(this.radio_avgBitrate_CheckedChanged);\r
1472             // \r
1473             // radio_targetFilesize\r
1474             // \r
1475             this.radio_targetFilesize.AutoSize = true;\r
1476             this.radio_targetFilesize.Location = new System.Drawing.Point(336, 37);\r
1477             this.radio_targetFilesize.Name = "radio_targetFilesize";\r
1478             this.radio_targetFilesize.Size = new System.Drawing.Size(126, 17);\r
1479             this.radio_targetFilesize.TabIndex = 16;\r
1480             this.radio_targetFilesize.Text = "Target Size (MB):";\r
1481             this.radio_targetFilesize.UseVisualStyleBackColor = true;\r
1482             this.radio_targetFilesize.CheckedChanged += new System.EventHandler(this.radio_targetFilesize_CheckedChanged);\r
1483             // \r
1484             // label25\r
1485             // \r
1486             this.label25.AutoSize = true;\r
1487             this.label25.BackColor = System.Drawing.Color.Transparent;\r
1488             this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1489             this.label25.Location = new System.Drawing.Point(13, 13);\r
1490             this.label25.Name = "label25";\r
1491             this.label25.Size = new System.Drawing.Size(43, 13);\r
1492             this.label25.TabIndex = 0;\r
1493             this.label25.Text = "Video";\r
1494             // \r
1495             // check_2PassEncode\r
1496             // \r
1497             this.check_2PassEncode.AutoSize = true;\r
1498             this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
1499             this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1500             this.check_2PassEncode.Location = new System.Drawing.Point(125, 100);\r
1501             this.check_2PassEncode.Name = "check_2PassEncode";\r
1502             this.check_2PassEncode.Size = new System.Drawing.Size(119, 17);\r
1503             this.check_2PassEncode.TabIndex = 6;\r
1504             this.check_2PassEncode.Text = "2-Pass Encoding";\r
1505             this.check_2PassEncode.UseVisualStyleBackColor = false;\r
1506             this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
1507             // \r
1508             // Label2\r
1509             // \r
1510             this.Label2.AutoSize = true;\r
1511             this.Label2.BackColor = System.Drawing.Color.Transparent;\r
1512             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1513             this.Label2.Location = new System.Drawing.Point(334, 13);\r
1514             this.Label2.Name = "Label2";\r
1515             this.Label2.Size = new System.Drawing.Size(53, 13);\r
1516             this.Label2.TabIndex = 8;\r
1517             this.Label2.Text = "Quality";\r
1518             // \r
1519             // SliderValue\r
1520             // \r
1521             this.SliderValue.AutoSize = true;\r
1522             this.SliderValue.BackColor = System.Drawing.Color.Transparent;\r
1523             this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1524             this.SliderValue.Location = new System.Drawing.Point(480, 100);\r
1525             this.SliderValue.Name = "SliderValue";\r
1526             this.SliderValue.Size = new System.Drawing.Size(23, 12);\r
1527             this.SliderValue.TabIndex = 15;\r
1528             this.SliderValue.Text = "0%";\r
1529             // \r
1530             // Label46\r
1531             // \r
1532             this.Label46.AutoSize = true;\r
1533             this.Label46.BackColor = System.Drawing.Color.Transparent;\r
1534             this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1535             this.Label46.Location = new System.Drawing.Point(13, 71);\r
1536             this.Label46.Name = "Label46";\r
1537             this.Label46.Size = new System.Drawing.Size(106, 13);\r
1538             this.Label46.TabIndex = 1;\r
1539             this.Label46.Text = "Framerate (FPS):";\r
1540             // \r
1541             // check_grayscale\r
1542             // \r
1543             this.check_grayscale.AutoSize = true;\r
1544             this.check_grayscale.BackColor = System.Drawing.Color.Transparent;\r
1545             this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1546             this.check_grayscale.Location = new System.Drawing.Point(25, 210);\r
1547             this.check_grayscale.Name = "check_grayscale";\r
1548             this.check_grayscale.Size = new System.Drawing.Size(138, 17);\r
1549             this.check_grayscale.TabIndex = 5;\r
1550             this.check_grayscale.Text = "Grayscale Encoding";\r
1551             this.check_grayscale.UseVisualStyleBackColor = false;\r
1552             // \r
1553             // TabPage1\r
1554             // \r
1555             this.TabPage1.BackColor = System.Drawing.Color.Transparent;\r
1556             this.TabPage1.Controls.Add(this.lbl_max);\r
1557             this.TabPage1.Controls.Add(this.check_customCrop);\r
1558             this.TabPage1.Controls.Add(this.check_autoCrop);\r
1559             this.TabPage1.Controls.Add(this.lbl_src_res);\r
1560             this.TabPage1.Controls.Add(this.label7);\r
1561             this.TabPage1.Controls.Add(this.label6);\r
1562             this.TabPage1.Controls.Add(this.drp_anamorphic);\r
1563             this.TabPage1.Controls.Add(this.text_bottom);\r
1564             this.TabPage1.Controls.Add(this.text_top);\r
1565             this.TabPage1.Controls.Add(this.text_left);\r
1566             this.TabPage1.Controls.Add(this.text_right);\r
1567             this.TabPage1.Controls.Add(this.label26);\r
1568             this.TabPage1.Controls.Add(this.Label56);\r
1569             this.TabPage1.Controls.Add(this.lbl_Aspect);\r
1570             this.TabPage1.Controls.Add(this.Label91);\r
1571             this.TabPage1.Controls.Add(this.text_height);\r
1572             this.TabPage1.Controls.Add(this.Label55);\r
1573             this.TabPage1.Controls.Add(this.text_width);\r
1574             this.TabPage1.Controls.Add(this.Label1);\r
1575             this.TabPage1.Controls.Add(this.Label53);\r
1576             this.TabPage1.Controls.Add(this.Label52);\r
1577             this.TabPage1.Controls.Add(this.Label51);\r
1578             this.TabPage1.Controls.Add(this.Label15);\r
1579             this.TabPage1.Location = new System.Drawing.Point(4, 22);\r
1580             this.TabPage1.Name = "TabPage1";\r
1581             this.TabPage1.Padding = new System.Windows.Forms.Padding(3);\r
1582             this.TabPage1.Size = new System.Drawing.Size(724, 316);\r
1583             this.TabPage1.TabIndex = 0;\r
1584             this.TabPage1.Text = "Picture Settings";\r
1585             this.TabPage1.UseVisualStyleBackColor = true;\r
1586             // \r
1587             // lbl_max\r
1588             // \r
1589             this.lbl_max.AutoSize = true;\r
1590             this.lbl_max.Location = new System.Drawing.Point(568, 86);\r
1591             this.lbl_max.Name = "lbl_max";\r
1592             this.lbl_max.Size = new System.Drawing.Size(46, 13);\r
1593             this.lbl_max.TabIndex = 35;\r
1594             this.lbl_max.Text = "{max}";\r
1595             // \r
1596             // label6\r
1597             // \r
1598             this.label6.AutoSize = true;\r
1599             this.label6.BackColor = System.Drawing.Color.Transparent;\r
1600             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1601             this.label6.Location = new System.Drawing.Point(311, 111);\r
1602             this.label6.Name = "label6";\r
1603             this.label6.Size = new System.Drawing.Size(80, 13);\r
1604             this.label6.TabIndex = 20;\r
1605             this.label6.Text = "Anamorphic:";\r
1606             // \r
1607             // drp_anamorphic\r
1608             // \r
1609             this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1610             this.drp_anamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1611             this.drp_anamorphic.FormattingEnabled = true;\r
1612             this.drp_anamorphic.Items.AddRange(new object[] {\r
1613             "None",\r
1614             "Strict",\r
1615             "Loose"});\r
1616             this.drp_anamorphic.Location = new System.Drawing.Point(407, 108);\r
1617             this.drp_anamorphic.Name = "drp_anamorphic";\r
1618             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
1619             this.drp_anamorphic.TabIndex = 21;\r
1620             this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
1621             // \r
1622             // text_bottom\r
1623             // \r
1624             this.text_bottom.Enabled = false;\r
1625             this.text_bottom.Location = new System.Drawing.Point(96, 147);\r
1626             this.text_bottom.Maximum = new decimal(new int[] {\r
1627             1080,\r
1628             0,\r
1629             0,\r
1630             0});\r
1631             this.text_bottom.Name = "text_bottom";\r
1632             this.text_bottom.Size = new System.Drawing.Size(44, 21);\r
1633             this.text_bottom.TabIndex = 9;\r
1634             // \r
1635             // text_top\r
1636             // \r
1637             this.text_top.Enabled = false;\r
1638             this.text_top.Location = new System.Drawing.Point(96, 101);\r
1639             this.text_top.Maximum = new decimal(new int[] {\r
1640             1080,\r
1641             0,\r
1642             0,\r
1643             0});\r
1644             this.text_top.Name = "text_top";\r
1645             this.text_top.Size = new System.Drawing.Size(44, 21);\r
1646             this.text_top.TabIndex = 6;\r
1647             // \r
1648             // text_left\r
1649             // \r
1650             this.text_left.Enabled = false;\r
1651             this.text_left.Location = new System.Drawing.Point(45, 123);\r
1652             this.text_left.Maximum = new decimal(new int[] {\r
1653             1920,\r
1654             0,\r
1655             0,\r
1656             0});\r
1657             this.text_left.Name = "text_left";\r
1658             this.text_left.Size = new System.Drawing.Size(44, 21);\r
1659             this.text_left.TabIndex = 4;\r
1660             // \r
1661             // text_right\r
1662             // \r
1663             this.text_right.Enabled = false;\r
1664             this.text_right.Location = new System.Drawing.Point(147, 123);\r
1665             this.text_right.Maximum = new decimal(new int[] {\r
1666             1920,\r
1667             0,\r
1668             0,\r
1669             0});\r
1670             this.text_right.Name = "text_right";\r
1671             this.text_right.Size = new System.Drawing.Size(44, 21);\r
1672             this.text_right.TabIndex = 7;\r
1673             // \r
1674             // label26\r
1675             // \r
1676             this.label26.AutoSize = true;\r
1677             this.label26.BackColor = System.Drawing.Color.Transparent;\r
1678             this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1679             this.label26.Location = new System.Drawing.Point(311, 13);\r
1680             this.label26.Name = "label26";\r
1681             this.label26.Size = new System.Drawing.Size(34, 13);\r
1682             this.label26.TabIndex = 11;\r
1683             this.label26.Text = "Size";\r
1684             // \r
1685             // Label56\r
1686             // \r
1687             this.Label56.AutoSize = true;\r
1688             this.Label56.BackColor = System.Drawing.Color.Transparent;\r
1689             this.Label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1690             this.Label56.ForeColor = System.Drawing.Color.Black;\r
1691             this.Label56.Location = new System.Drawing.Point(477, 85);\r
1692             this.Label56.Name = "Label56";\r
1693             this.Label56.Size = new System.Drawing.Size(15, 13);\r
1694             this.Label56.TabIndex = 18;\r
1695             this.Label56.Text = "x";\r
1696             // \r
1697             // lbl_Aspect\r
1698             // \r
1699             this.lbl_Aspect.AutoSize = true;\r
1700             this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
1701             this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1702             this.lbl_Aspect.Location = new System.Drawing.Point(405, 58);\r
1703             this.lbl_Aspect.Name = "lbl_Aspect";\r
1704             this.lbl_Aspect.Size = new System.Drawing.Size(72, 12);\r
1705             this.lbl_Aspect.TabIndex = 15;\r
1706             this.lbl_Aspect.Text = "Select a Title";\r
1707             // \r
1708             // Label91\r
1709             // \r
1710             this.Label91.AutoSize = true;\r
1711             this.Label91.BackColor = System.Drawing.Color.Transparent;\r
1712             this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1713             this.Label91.Location = new System.Drawing.Point(311, 57);\r
1714             this.Label91.Name = "Label91";\r
1715             this.Label91.Size = new System.Drawing.Size(83, 13);\r
1716             this.Label91.TabIndex = 14;\r
1717             this.Label91.Text = "Aspect Ratio:";\r
1718             // \r
1719             // Label55\r
1720             // \r
1721             this.Label55.AutoSize = true;\r
1722             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
1723             this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1724             this.Label55.ForeColor = System.Drawing.Color.Black;\r
1725             this.Label55.Location = new System.Drawing.Point(311, 84);\r
1726             this.Label55.Name = "Label55";\r
1727             this.Label55.Size = new System.Drawing.Size(85, 13);\r
1728             this.Label55.TabIndex = 16;\r
1729             this.Label55.Text = "Width/Height:";\r
1730             // \r
1731             // Label1\r
1732             // \r
1733             this.Label1.AutoSize = true;\r
1734             this.Label1.BackColor = System.Drawing.Color.Transparent;\r
1735             this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1736             this.Label1.Location = new System.Drawing.Point(13, 13);\r
1737             this.Label1.Name = "Label1";\r
1738             this.Label1.Size = new System.Drawing.Size(37, 13);\r
1739             this.Label1.TabIndex = 0;\r
1740             this.Label1.Text = "Crop";\r
1741             // \r
1742             // Label53\r
1743             // \r
1744             this.Label53.AutoSize = true;\r
1745             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
1746             this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1747             this.Label53.Location = new System.Drawing.Point(94, 171);\r
1748             this.Label53.Name = "Label53";\r
1749             this.Label53.Size = new System.Drawing.Size(48, 13);\r
1750             this.Label53.TabIndex = 10;\r
1751             this.Label53.Text = "Bottom";\r
1752             // \r
1753             // Label52\r
1754             // \r
1755             this.Label52.AutoSize = true;\r
1756             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
1757             this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1758             this.Label52.Location = new System.Drawing.Point(103, 86);\r
1759             this.Label52.Name = "Label52";\r
1760             this.Label52.Size = new System.Drawing.Size(28, 13);\r
1761             this.Label52.TabIndex = 5;\r
1762             this.Label52.Text = "Top";\r
1763             // \r
1764             // Label51\r
1765             // \r
1766             this.Label51.AutoSize = true;\r
1767             this.Label51.BackColor = System.Drawing.Color.Transparent;\r
1768             this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1769             this.Label51.Location = new System.Drawing.Point(190, 125);\r
1770             this.Label51.Name = "Label51";\r
1771             this.Label51.Size = new System.Drawing.Size(36, 13);\r
1772             this.Label51.TabIndex = 8;\r
1773             this.Label51.Text = "Right";\r
1774             // \r
1775             // Label15\r
1776             // \r
1777             this.Label15.AutoSize = true;\r
1778             this.Label15.BackColor = System.Drawing.Color.Transparent;\r
1779             this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1780             this.Label15.Location = new System.Drawing.Point(13, 125);\r
1781             this.Label15.Name = "Label15";\r
1782             this.Label15.Size = new System.Drawing.Size(28, 13);\r
1783             this.Label15.TabIndex = 3;\r
1784             this.Label15.Text = "Left";\r
1785             // \r
1786             // slider_deblock\r
1787             // \r
1788             this.slider_deblock.Location = new System.Drawing.Point(118, 162);\r
1789             this.slider_deblock.Maximum = 15;\r
1790             this.slider_deblock.Minimum = 4;\r
1791             this.slider_deblock.Name = "slider_deblock";\r
1792             this.slider_deblock.Size = new System.Drawing.Size(174, 45);\r
1793             this.slider_deblock.TabIndex = 35;\r
1794             this.slider_deblock.Value = 4;\r
1795             this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll);\r
1796             // \r
1797             // label8\r
1798             // \r
1799             this.label8.AutoSize = true;\r
1800             this.label8.BackColor = System.Drawing.Color.Transparent;\r
1801             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1802             this.label8.Location = new System.Drawing.Point(22, 167);\r
1803             this.label8.Name = "label8";\r
1804             this.label8.Size = new System.Drawing.Size(58, 13);\r
1805             this.label8.TabIndex = 37;\r
1806             this.label8.Text = "Deblock:";\r
1807             // \r
1808             // lbl_deblockVal\r
1809             // \r
1810             this.lbl_deblockVal.AutoSize = true;\r
1811             this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
1812             this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1813             this.lbl_deblockVal.Location = new System.Drawing.Point(296, 167);\r
1814             this.lbl_deblockVal.Name = "lbl_deblockVal";\r
1815             this.lbl_deblockVal.Size = new System.Drawing.Size(24, 13);\r
1816             this.lbl_deblockVal.TabIndex = 36;\r
1817             this.lbl_deblockVal.Text = "Off";\r
1818             // \r
1819             // label24\r
1820             // \r
1821             this.label24.AutoSize = true;\r
1822             this.label24.BackColor = System.Drawing.Color.Transparent;\r
1823             this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1824             this.label24.Location = new System.Drawing.Point(13, 13);\r
1825             this.label24.Name = "label24";\r
1826             this.label24.Size = new System.Drawing.Size(49, 13);\r
1827             this.label24.TabIndex = 22;\r
1828             this.label24.Text = "Filters";\r
1829             // \r
1830             // Check_ChapterMarkers\r
1831             // \r
1832             this.Check_ChapterMarkers.AutoSize = true;\r
1833             this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent;\r
1834             this.Check_ChapterMarkers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1835             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
1836             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
1837             this.Check_ChapterMarkers.Size = new System.Drawing.Size(164, 17);\r
1838             this.Check_ChapterMarkers.TabIndex = 1;\r
1839             this.Check_ChapterMarkers.Text = "Create chapter markers";\r
1840             this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
1841             this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);\r
1842             // \r
1843             // tabs_panel\r
1844             // \r
1845             this.tabs_panel.Controls.Add(this.TabPage1);\r
1846             this.tabs_panel.Controls.Add(this.tab_Filters);\r
1847             this.tabs_panel.Controls.Add(this.TabPage3);\r
1848             this.tabs_panel.Controls.Add(this.TabPage2);\r
1849             this.tabs_panel.Controls.Add(this.tab_chapters);\r
1850             this.tabs_panel.Controls.Add(this.h264Tab);\r
1851             this.tabs_panel.Controls.Add(this.tab_query);\r
1852             this.tabs_panel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1853             this.tabs_panel.Location = new System.Drawing.Point(9, 274);\r
1854             this.tabs_panel.Name = "tabs_panel";\r
1855             this.tabs_panel.SelectedIndex = 0;\r
1856             this.tabs_panel.Size = new System.Drawing.Size(732, 342);\r
1857             this.tabs_panel.TabIndex = 5;\r
1858             this.tabs_panel.TabStop = false;\r
1859             // \r
1860             // tab_Filters\r
1861             // \r
1862             this.tab_Filters.Controls.Add(this.ctl_deinterlace);\r
1863             this.tab_Filters.Controls.Add(this.ctl_denoise);\r
1864             this.tab_Filters.Controls.Add(this.ctl_decomb);\r
1865             this.tab_Filters.Controls.Add(this.ctl_detelecine);\r
1866             this.tab_Filters.Controls.Add(this.slider_deblock);\r
1867             this.tab_Filters.Controls.Add(this.label24);\r
1868             this.tab_Filters.Controls.Add(this.check_grayscale);\r
1869             this.tab_Filters.Controls.Add(this.label8);\r
1870             this.tab_Filters.Controls.Add(this.lbl_deblockVal);\r
1871             this.tab_Filters.Location = new System.Drawing.Point(4, 22);\r
1872             this.tab_Filters.Name = "tab_Filters";\r
1873             this.tab_Filters.Size = new System.Drawing.Size(724, 316);\r
1874             this.tab_Filters.TabIndex = 9;\r
1875             this.tab_Filters.Text = "Video Filters";\r
1876             this.tab_Filters.UseVisualStyleBackColor = true;\r
1877             // \r
1878             // tab_chapters\r
1879             // \r
1880             this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
1881             this.tab_chapters.Controls.Add(this.label31);\r
1882             this.tab_chapters.Controls.Add(this.data_chpt);\r
1883             this.tab_chapters.Controls.Add(this.Check_ChapterMarkers);\r
1884             this.tab_chapters.Location = new System.Drawing.Point(4, 22);\r
1885             this.tab_chapters.Name = "tab_chapters";\r
1886             this.tab_chapters.Size = new System.Drawing.Size(724, 316);\r
1887             this.tab_chapters.TabIndex = 6;\r
1888             this.tab_chapters.Text = "Chapters";\r
1889             this.tab_chapters.UseVisualStyleBackColor = true;\r
1890             // \r
1891             // label31\r
1892             // \r
1893             this.label31.AutoSize = true;\r
1894             this.label31.BackColor = System.Drawing.Color.Transparent;\r
1895             this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1896             this.label31.Location = new System.Drawing.Point(13, 13);\r
1897             this.label31.Name = "label31";\r
1898             this.label31.Size = new System.Drawing.Size(115, 13);\r
1899             this.label31.TabIndex = 0;\r
1900             this.label31.Text = "Chapter Markers";\r
1901             // \r
1902             // h264Tab\r
1903             // \r
1904             this.h264Tab.BackColor = System.Drawing.Color.Transparent;\r
1905             this.h264Tab.Controls.Add(this.x264Panel);\r
1906             this.h264Tab.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1907             this.h264Tab.Location = new System.Drawing.Point(4, 22);\r
1908             this.h264Tab.Name = "h264Tab";\r
1909             this.h264Tab.Padding = new System.Windows.Forms.Padding(3);\r
1910             this.h264Tab.Size = new System.Drawing.Size(724, 316);\r
1911             this.h264Tab.TabIndex = 8;\r
1912             this.h264Tab.Text = "Advanced";\r
1913             this.h264Tab.UseVisualStyleBackColor = true;\r
1914             // \r
1915             // tab_query\r
1916             // \r
1917             this.tab_query.Controls.Add(this.btn_clear);\r
1918             this.tab_query.Controls.Add(this.label34);\r
1919             this.tab_query.Controls.Add(this.btn_generate_Query);\r
1920             this.tab_query.Controls.Add(this.label33);\r
1921             this.tab_query.Controls.Add(this.rtf_query);\r
1922             this.tab_query.Location = new System.Drawing.Point(4, 22);\r
1923             this.tab_query.Name = "tab_query";\r
1924             this.tab_query.Size = new System.Drawing.Size(724, 316);\r
1925             this.tab_query.TabIndex = 7;\r
1926             this.tab_query.Text = "Query Editor";\r
1927             this.tab_query.UseVisualStyleBackColor = true;\r
1928             // \r
1929             // btn_clear\r
1930             // \r
1931             this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
1932             this.btn_clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1933             this.btn_clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1934             this.btn_clear.Location = new System.Drawing.Point(634, 75);\r
1935             this.btn_clear.Name = "btn_clear";\r
1936             this.btn_clear.Size = new System.Drawing.Size(75, 22);\r
1937             this.btn_clear.TabIndex = 4;\r
1938             this.btn_clear.Text = "Clear";\r
1939             this.btn_clear.UseVisualStyleBackColor = true;\r
1940             this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);\r
1941             // \r
1942             // label34\r
1943             // \r
1944             this.label34.AutoSize = true;\r
1945             this.label34.Location = new System.Drawing.Point(13, 36);\r
1946             this.label34.Name = "label34";\r
1947             this.label34.Size = new System.Drawing.Size(434, 26);\r
1948             this.label34.TabIndex = 1;\r
1949             this.label34.Text = "Here you can alter the query generated by this program.\r\nDon\'t forget to re-gener" +\r
1950                 "ate this query should you change any GUI options.";\r
1951             // \r
1952             // btn_generate_Query\r
1953             // \r
1954             this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
1955             this.btn_generate_Query.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1956             this.btn_generate_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1957             this.btn_generate_Query.Location = new System.Drawing.Point(16, 75);\r
1958             this.btn_generate_Query.Name = "btn_generate_Query";\r
1959             this.btn_generate_Query.Size = new System.Drawing.Size(126, 22);\r
1960             this.btn_generate_Query.TabIndex = 2;\r
1961             this.btn_generate_Query.Text = "Generate Query";\r
1962             this.btn_generate_Query.UseVisualStyleBackColor = true;\r
1963             this.btn_generate_Query.Click += new System.EventHandler(this.btn_generate_Query_Click);\r
1964             // \r
1965             // label33\r
1966             // \r
1967             this.label33.AutoSize = true;\r
1968             this.label33.BackColor = System.Drawing.Color.Transparent;\r
1969             this.label33.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1970             this.label33.Location = new System.Drawing.Point(13, 13);\r
1971             this.label33.Name = "label33";\r
1972             this.label33.Size = new System.Drawing.Size(89, 13);\r
1973             this.label33.TabIndex = 0;\r
1974             this.label33.Text = "Query Editor";\r
1975             // \r
1976             // rtf_query\r
1977             // \r
1978             this.rtf_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
1979             this.rtf_query.Location = new System.Drawing.Point(16, 103);\r
1980             this.rtf_query.Name = "rtf_query";\r
1981             this.rtf_query.Size = new System.Drawing.Size(693, 194);\r
1982             this.rtf_query.TabIndex = 5;\r
1983             this.rtf_query.Text = "";\r
1984             // \r
1985             // groupBox_dest\r
1986             // \r
1987             this.groupBox_dest.Controls.Add(this.btn_destBrowse);\r
1988             this.groupBox_dest.Controls.Add(this.Label3);\r
1989             this.groupBox_dest.Controls.Add(this.text_destination);\r
1990             this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1991             this.groupBox_dest.ForeColor = System.Drawing.Color.Black;\r
1992             this.groupBox_dest.Location = new System.Drawing.Point(9, 160);\r
1993             this.groupBox_dest.Name = "groupBox_dest";\r
1994             this.groupBox_dest.Size = new System.Drawing.Size(732, 50);\r
1995             this.groupBox_dest.TabIndex = 3;\r
1996             this.groupBox_dest.TabStop = false;\r
1997             this.groupBox_dest.Text = "Destination";\r
1998             // \r
1999             // btn_destBrowse\r
2000             // \r
2001             this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
2002             this.btn_destBrowse.Location = new System.Drawing.Point(642, 18);\r
2003             this.btn_destBrowse.Name = "btn_destBrowse";\r
2004             this.btn_destBrowse.Size = new System.Drawing.Size(75, 23);\r
2005             this.btn_destBrowse.TabIndex = 13;\r
2006             this.btn_destBrowse.Text = "Browse";\r
2007             this.btn_destBrowse.UseVisualStyleBackColor = true;\r
2008             this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
2009             // \r
2010             // groupBox2\r
2011             // \r
2012             this.groupBox2.Controls.Add(this.splitContainer1);\r
2013             this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2014             this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
2015             this.groupBox2.Location = new System.Drawing.Point(751, 70);\r
2016             this.groupBox2.Name = "groupBox2";\r
2017             this.groupBox2.Size = new System.Drawing.Size(245, 546);\r
2018             this.groupBox2.TabIndex = 6;\r
2019             this.groupBox2.TabStop = false;\r
2020             this.groupBox2.Text = "Presets";\r
2021             // \r
2022             // splitContainer1\r
2023             // \r
2024             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
2025             this.splitContainer1.Location = new System.Drawing.Point(3, 17);\r
2026             this.splitContainer1.Name = "splitContainer1";\r
2027             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
2028             // \r
2029             // splitContainer1.Panel1\r
2030             // \r
2031             this.splitContainer1.Panel1.Controls.Add(this.treeView_presets);\r
2032             // \r
2033             // splitContainer1.Panel2\r
2034             // \r
2035             this.splitContainer1.Panel2.Controls.Add(this.btn_addPreset);\r
2036             this.splitContainer1.Panel2.Controls.Add(this.btn_removePreset);\r
2037             this.splitContainer1.Panel2.Controls.Add(this.btn_setDefault);\r
2038             this.splitContainer1.Size = new System.Drawing.Size(239, 526);\r
2039             this.splitContainer1.SplitterDistance = 485;\r
2040             this.splitContainer1.TabIndex = 1;\r
2041             // \r
2042             // treeView_presets\r
2043             // \r
2044             this.treeView_presets.ContextMenuStrip = this.presets_menu;\r
2045             this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill;\r
2046             this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
2047             this.treeView_presets.FullRowSelect = true;\r
2048             this.treeView_presets.HideSelection = false;\r
2049             this.treeView_presets.ItemHeight = 21;\r
2050             this.treeView_presets.Location = new System.Drawing.Point(0, 0);\r
2051             this.treeView_presets.Name = "treeView_presets";\r
2052             this.treeView_presets.ShowLines = false;\r
2053             this.treeView_presets.Size = new System.Drawing.Size(239, 485);\r
2054             this.treeView_presets.TabIndex = 0;\r
2055             this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
2056             this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
2057             this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
2058             // \r
2059             // presets_menu\r
2060             // \r
2061             this.presets_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
2062             this.pmnu_expandAll,\r
2063             this.pmnu_collapse,\r
2064             this.sep1,\r
2065             this.pmnu_saveChanges,\r
2066             this.pmnu_delete});\r
2067             this.presets_menu.Name = "presets_menu";\r
2068             this.presets_menu.Size = new System.Drawing.Size(155, 98);\r
2069             this.presets_menu.Text = ";";\r
2070             this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening);\r
2071             // \r
2072             // pmnu_expandAll\r
2073             // \r
2074             this.pmnu_expandAll.Name = "pmnu_expandAll";\r
2075             this.pmnu_expandAll.Size = new System.Drawing.Size(154, 22);\r
2076             this.pmnu_expandAll.Text = "Expand All";\r
2077             this.pmnu_expandAll.Click += new System.EventHandler(this.pmnu_expandAll_Click);\r
2078             // \r
2079             // pmnu_collapse\r
2080             // \r
2081             this.pmnu_collapse.Name = "pmnu_collapse";\r
2082             this.pmnu_collapse.Size = new System.Drawing.Size(154, 22);\r
2083             this.pmnu_collapse.Text = "Collapse All";\r
2084             this.pmnu_collapse.Click += new System.EventHandler(this.pmnu_collapse_Click);\r
2085             // \r
2086             // sep1\r
2087             // \r
2088             this.sep1.Name = "sep1";\r
2089             this.sep1.Size = new System.Drawing.Size(151, 6);\r
2090             // \r
2091             // pmnu_saveChanges\r
2092             // \r
2093             this.pmnu_saveChanges.Name = "pmnu_saveChanges";\r
2094             this.pmnu_saveChanges.Size = new System.Drawing.Size(154, 22);\r
2095             this.pmnu_saveChanges.Text = "Save Changes";\r
2096             this.pmnu_saveChanges.Click += new System.EventHandler(this.pmnu_saveChanges_Click);\r
2097             // \r
2098             // pmnu_delete\r
2099             // \r
2100             this.pmnu_delete.Name = "pmnu_delete";\r
2101             this.pmnu_delete.Size = new System.Drawing.Size(154, 22);\r
2102             this.pmnu_delete.Text = "Delete";\r
2103             this.pmnu_delete.Click += new System.EventHandler(this.pmnu_delete_click);\r
2104             // \r
2105             // toolStrip1\r
2106             // \r
2107             this.toolStrip1.BackColor = System.Drawing.Color.Transparent;\r
2108             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
2109             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
2110             this.btn_source,\r
2111             this.toolStripSeparator10,\r
2112             this.btn_start,\r
2113             this.btn_add2Queue,\r
2114             this.btn_showQueue,\r
2115             this.toolStripSeparator4,\r
2116             this.tb_preview,\r
2117             this.btn_ActivityWindow});\r
2118             this.toolStrip1.Location = new System.Drawing.Point(0, 24);\r
2119             this.toolStrip1.Name = "toolStrip1";\r
2120             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
2121             this.toolStrip1.Size = new System.Drawing.Size(1000, 39);\r
2122             this.toolStrip1.TabIndex = 1;\r
2123             this.toolStrip1.Text = "toolStrip1";\r
2124             // \r
2125             // btn_source\r
2126             // \r
2127             this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
2128             this.btn_file_source,\r
2129             this.btn_dvd_source,\r
2130             this.toolStripSeparator1,\r
2131             this.mnu_dvd_drive});\r
2132             this.btn_source.Image = global::Handbrake.Properties.Resources.Movies;\r
2133             this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
2134             this.btn_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2135             this.btn_source.Name = "btn_source";\r
2136             this.btn_source.Size = new System.Drawing.Size(85, 36);\r
2137             this.btn_source.Text = "Source";\r
2138             this.btn_source.ToolTipText = "Open a new source file or folder.";\r
2139             this.btn_source.Click += new System.EventHandler(this.btn_source_Click);\r
2140             // \r
2141             // btn_file_source\r
2142             // \r
2143             this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
2144             this.btn_file_source.Name = "btn_file_source";\r
2145             this.btn_file_source.Size = new System.Drawing.Size(194, 22);\r
2146             this.btn_file_source.Text = "Video File";\r
2147             this.btn_file_source.Click += new System.EventHandler(this.btn_file_source_Click);\r
2148             // \r
2149             // btn_dvd_source\r
2150             // \r
2151             this.btn_dvd_source.Image = ((System.Drawing.Image)(resources.GetObject("btn_dvd_source.Image")));\r
2152             this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2153             this.btn_dvd_source.Name = "btn_dvd_source";\r
2154             this.btn_dvd_source.Size = new System.Drawing.Size(194, 22);\r
2155             this.btn_dvd_source.Text = "DVD/ VIDEO_TS Folder";\r
2156             this.btn_dvd_source.Click += new System.EventHandler(this.btn_dvd_source_Click);\r
2157             // \r
2158             // toolStripSeparator1\r
2159             // \r
2160             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
2161             this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);\r
2162             // \r
2163             // mnu_dvd_drive\r
2164             // \r
2165             this.mnu_dvd_drive.Image = global::Handbrake.Properties.Resources.disc_small;\r
2166             this.mnu_dvd_drive.Name = "mnu_dvd_drive";\r
2167             this.mnu_dvd_drive.Size = new System.Drawing.Size(194, 22);\r
2168             this.mnu_dvd_drive.Text = "[No DVD Drive Ready]";\r
2169             this.mnu_dvd_drive.Visible = false;\r
2170             this.mnu_dvd_drive.Click += new System.EventHandler(this.mnu_dvd_drive_Click);\r
2171             // \r
2172             // toolStripSeparator10\r
2173             // \r
2174             this.toolStripSeparator10.Name = "toolStripSeparator10";\r
2175             this.toolStripSeparator10.Size = new System.Drawing.Size(6, 39);\r
2176             // \r
2177             // btn_start\r
2178             // \r
2179             this.btn_start.Image = global::Handbrake.Properties.Resources.Play;\r
2180             this.btn_start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
2181             this.btn_start.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2182             this.btn_start.Name = "btn_start";\r
2183             this.btn_start.Size = new System.Drawing.Size(67, 36);\r
2184             this.btn_start.Text = "Start";\r
2185             this.btn_start.ToolTipText = "Start the encoding process";\r
2186             this.btn_start.Click += new System.EventHandler(this.btn_start_Click);\r
2187             // \r
2188             // btn_add2Queue\r
2189             // \r
2190             this.btn_add2Queue.Image = global::Handbrake.Properties.Resources.AddToQueue;\r
2191             this.btn_add2Queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
2192             this.btn_add2Queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2193             this.btn_add2Queue.Name = "btn_add2Queue";\r
2194             this.btn_add2Queue.Size = new System.Drawing.Size(110, 36);\r
2195             this.btn_add2Queue.Text = "Add to Queue";\r
2196             this.btn_add2Queue.ToolTipText = "Add a new item to the Queue";\r
2197             this.btn_add2Queue.Click += new System.EventHandler(this.btn_add2Queue_Click);\r
2198             // \r
2199             // btn_showQueue\r
2200             // \r
2201             this.btn_showQueue.Image = global::Handbrake.Properties.Resources.Queue;\r
2202             this.btn_showQueue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
2203             this.btn_showQueue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2204             this.btn_showQueue.Name = "btn_showQueue";\r
2205             this.btn_showQueue.Size = new System.Drawing.Size(104, 36);\r
2206             this.btn_showQueue.Tag = "";\r
2207             this.btn_showQueue.Text = "Show Queue";\r
2208             this.btn_showQueue.Click += new System.EventHandler(this.btn_showQueue_Click);\r
2209             // \r
2210             // toolStripSeparator4\r
2211             // \r
2212             this.toolStripSeparator4.Name = "toolStripSeparator4";\r
2213             this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);\r
2214             // \r
2215             // tb_preview\r
2216             // \r
2217             this.tb_preview.Image = global::Handbrake.Properties.Resources.picture;\r
2218             this.tb_preview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
2219             this.tb_preview.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2220             this.tb_preview.Name = "tb_preview";\r
2221             this.tb_preview.Size = new System.Drawing.Size(81, 36);\r
2222             this.tb_preview.Text = "Preview";\r
2223             this.tb_preview.Click += new System.EventHandler(this.tb_preview_Click);\r
2224             // \r
2225             // btn_ActivityWindow\r
2226             // \r
2227             this.btn_ActivityWindow.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
2228             this.btn_ActivityWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
2229             this.btn_ActivityWindow.ImageTransparentColor = System.Drawing.Color.Magenta;\r
2230             this.btn_ActivityWindow.Name = "btn_ActivityWindow";\r
2231             this.btn_ActivityWindow.Size = new System.Drawing.Size(120, 36);\r
2232             this.btn_ActivityWindow.Text = "Activity Window";\r
2233             this.btn_ActivityWindow.ToolTipText = "Displays the activity window which displays the log of the last completed or curr" +\r
2234                 "ently running encode.";\r
2235             this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click);\r
2236             // \r
2237             // notifyIcon\r
2238             // \r
2239             this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
2240             this.notifyIcon.BalloonTipText = "HandBrake Status Here";\r
2241             this.notifyIcon.BalloonTipTitle = "HandBrake";\r
2242             this.notifyIcon.ContextMenuStrip = notifyIconMenu;\r
2243             this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));\r
2244             this.notifyIcon.Text = "HandBrake";\r
2245             this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);\r
2246             // \r
2247             // StatusStrip\r
2248             // \r
2249             this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
2250             this.lbl_encode});\r
2251             this.StatusStrip.Location = new System.Drawing.Point(0, 623);\r
2252             this.StatusStrip.Name = "StatusStrip";\r
2253             this.StatusStrip.Size = new System.Drawing.Size(1000, 22);\r
2254             this.StatusStrip.TabIndex = 7;\r
2255             this.StatusStrip.Text = "statusStrip1";\r
2256             // \r
2257             // lbl_encode\r
2258             // \r
2259             this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2260             this.lbl_encode.Name = "lbl_encode";\r
2261             this.lbl_encode.Size = new System.Drawing.Size(31, 17);\r
2262             this.lbl_encode.Text = "{0}";\r
2263             // \r
2264             // hbproc\r
2265             // \r
2266             this.hbproc.StartInfo.Domain = "";\r
2267             this.hbproc.StartInfo.LoadUserProfile = false;\r
2268             this.hbproc.StartInfo.Password = null;\r
2269             this.hbproc.StartInfo.StandardErrorEncoding = null;\r
2270             this.hbproc.StartInfo.StandardOutputEncoding = null;\r
2271             this.hbproc.StartInfo.UserName = "";\r
2272             this.hbproc.SynchronizingObject = this;\r
2273             // \r
2274             // drop_angle\r
2275             // \r
2276             this.drop_angle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2277             this.drop_angle.FormattingEnabled = true;\r
2278             this.drop_angle.Location = new System.Drawing.Point(250, 52);\r
2279             this.drop_angle.Name = "drop_angle";\r
2280             this.drop_angle.Size = new System.Drawing.Size(45, 21);\r
2281             this.drop_angle.TabIndex = 45;\r
2282             this.drop_angle.Text = "1";\r
2283             this.ToolTip.SetToolTip(this.drop_angle, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
2284             // \r
2285             // label4\r
2286             // \r
2287             this.label4.AutoSize = true;\r
2288             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2289             this.label4.ForeColor = System.Drawing.Color.Black;\r
2290             this.label4.Location = new System.Drawing.Point(200, 55);\r
2291             this.label4.Name = "label4";\r
2292             this.label4.Size = new System.Drawing.Size(44, 13);\r
2293             this.label4.TabIndex = 44;\r
2294             this.label4.Text = "Angle:";\r
2295             // \r
2296             // ctl_deinterlace\r
2297             // \r
2298             this.ctl_deinterlace.AutoSize = true;\r
2299             this.ctl_deinterlace.Location = new System.Drawing.Point(19, 95);\r
2300             this.ctl_deinterlace.Margin = new System.Windows.Forms.Padding(0);\r
2301             this.ctl_deinterlace.MaximumSize = new System.Drawing.Size(400, 30);\r
2302             this.ctl_deinterlace.Name = "ctl_deinterlace";\r
2303             this.ctl_deinterlace.Size = new System.Drawing.Size(275, 28);\r
2304             this.ctl_deinterlace.TabIndex = 41;\r
2305             this.ctl_deinterlace.onChange += new System.EventHandler(this.ctl_deinterlace_changed);\r
2306             // \r
2307             // ctl_denoise\r
2308             // \r
2309             this.ctl_denoise.AutoSize = true;\r
2310             this.ctl_denoise.Location = new System.Drawing.Point(19, 123);\r
2311             this.ctl_denoise.Margin = new System.Windows.Forms.Padding(0);\r
2312             this.ctl_denoise.MaximumSize = new System.Drawing.Size(400, 30);\r
2313             this.ctl_denoise.Name = "ctl_denoise";\r
2314             this.ctl_denoise.Size = new System.Drawing.Size(275, 28);\r
2315             this.ctl_denoise.TabIndex = 40;\r
2316             // \r
2317             // ctl_decomb\r
2318             // \r
2319             this.ctl_decomb.AutoSize = true;\r
2320             this.ctl_decomb.Location = new System.Drawing.Point(19, 66);\r
2321             this.ctl_decomb.Margin = new System.Windows.Forms.Padding(0);\r
2322             this.ctl_decomb.MaximumSize = new System.Drawing.Size(400, 30);\r
2323             this.ctl_decomb.Name = "ctl_decomb";\r
2324             this.ctl_decomb.Size = new System.Drawing.Size(275, 28);\r
2325             this.ctl_decomb.TabIndex = 39;\r
2326             this.ctl_decomb.onChange += new System.EventHandler(this.ctl_decomb_changed);\r
2327             // \r
2328             // ctl_detelecine\r
2329             // \r
2330             this.ctl_detelecine.AutoSize = true;\r
2331             this.ctl_detelecine.Location = new System.Drawing.Point(19, 38);\r
2332             this.ctl_detelecine.Margin = new System.Windows.Forms.Padding(0);\r
2333             this.ctl_detelecine.MaximumSize = new System.Drawing.Size(400, 30);\r
2334             this.ctl_detelecine.Name = "ctl_detelecine";\r
2335             this.ctl_detelecine.Size = new System.Drawing.Size(275, 28);\r
2336             this.ctl_detelecine.TabIndex = 38;\r
2337             // \r
2338             // x264Panel\r
2339             // \r
2340             this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
2341             this.x264Panel.Name = "x264Panel";\r
2342             this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
2343             this.x264Panel.TabIndex = 0;\r
2344             this.x264Panel.x264Query = "";\r
2345             // \r
2346             // frmMain\r
2347             // \r
2348             this.AllowDrop = true;\r
2349             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
2350             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
2351             this.AutoScroll = true;\r
2352             this.ClientSize = new System.Drawing.Size(1000, 645);\r
2353             this.Controls.Add(this.gb_source);\r
2354             this.Controls.Add(this.groupBox_dest);\r
2355             this.Controls.Add(this.groupBox_output);\r
2356             this.Controls.Add(this.groupBox2);\r
2357             this.Controls.Add(this.toolStrip1);\r
2358             this.Controls.Add(this.tabs_panel);\r
2359             this.Controls.Add(this.frmMainMenu);\r
2360             this.Controls.Add(this.StatusStrip);\r
2361             this.DoubleBuffered = true;\r
2362             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
2363             this.Name = "frmMain";\r
2364             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
2365             this.Text = "HandBrake";\r
2366             notifyIconMenu.ResumeLayout(false);\r
2367             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();\r
2368             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
2369             this.frmMainMenu.ResumeLayout(false);\r
2370             this.frmMainMenu.PerformLayout();\r
2371             this.gb_source.ResumeLayout(false);\r
2372             this.gb_source.PerformLayout();\r
2373             this.groupBox_output.ResumeLayout(false);\r
2374             this.groupBox_output.PerformLayout();\r
2375             this.TabPage2.ResumeLayout(false);\r
2376             this.TabPage2.PerformLayout();\r
2377             this.audioMenu.ResumeLayout(false);\r
2378             ((System.ComponentModel.ISupportInitialize)(this.tb_drc)).EndInit();\r
2379             this.TabPage3.ResumeLayout(false);\r
2380             this.TabPage3.PerformLayout();\r
2381             this.TabPage1.ResumeLayout(false);\r
2382             this.TabPage1.PerformLayout();\r
2383             ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).EndInit();\r
2384             ((System.ComponentModel.ISupportInitialize)(this.text_top)).EndInit();\r
2385             ((System.ComponentModel.ISupportInitialize)(this.text_left)).EndInit();\r
2386             ((System.ComponentModel.ISupportInitialize)(this.text_right)).EndInit();\r
2387             ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit();\r
2388             this.tabs_panel.ResumeLayout(false);\r
2389             this.tab_Filters.ResumeLayout(false);\r
2390             this.tab_Filters.PerformLayout();\r
2391             this.tab_chapters.ResumeLayout(false);\r
2392             this.tab_chapters.PerformLayout();\r
2393             this.h264Tab.ResumeLayout(false);\r
2394             this.tab_query.ResumeLayout(false);\r
2395             this.tab_query.PerformLayout();\r
2396             this.groupBox_dest.ResumeLayout(false);\r
2397             this.groupBox_dest.PerformLayout();\r
2398             this.groupBox2.ResumeLayout(false);\r
2399             this.splitContainer1.Panel1.ResumeLayout(false);\r
2400             this.splitContainer1.Panel2.ResumeLayout(false);\r
2401             this.splitContainer1.ResumeLayout(false);\r
2402             this.presets_menu.ResumeLayout(false);\r
2403             this.toolStrip1.ResumeLayout(false);\r
2404             this.toolStrip1.PerformLayout();\r
2405             this.StatusStrip.ResumeLayout(false);\r
2406             this.StatusStrip.PerformLayout();\r
2407             this.ResumeLayout(false);\r
2408             this.PerformLayout();\r
2409 \r
2410         }\r
2411 \r
2412         #endregion\r
2413 \r
2414         internal System.Windows.Forms.SaveFileDialog File_Save;\r
2415         internal System.Windows.Forms.ToolTip ToolTip;\r
2416         internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;\r
2417         internal System.Windows.Forms.ToolStripMenuItem mnu_open3;\r
2418         internal System.Windows.Forms.ToolStripMenuItem mnu_exit;\r
2419         internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;\r
2420         internal System.Windows.Forms.ToolStripMenuItem mnu_encode;\r
2421         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;\r
2422         internal System.Windows.Forms.ToolStripMenuItem mnu_options;\r
2423         internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;\r
2424         internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset;\r
2425         internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;\r
2426         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;\r
2427         internal System.Windows.Forms.ToolStripMenuItem mnu_about;\r
2428         internal System.Windows.Forms.MenuStrip frmMainMenu;\r
2429         internal System.Windows.Forms.GroupBox gb_source;\r
2430         internal System.Windows.Forms.Label Label13;\r
2431         internal System.Windows.Forms.ComboBox drop_chapterFinish;\r
2432         internal System.Windows.Forms.ComboBox drop_chapterStart;\r
2433         internal System.Windows.Forms.ComboBox drp_dvdtitle;\r
2434         internal System.Windows.Forms.Label Label17;\r
2435         internal System.Windows.Forms.Label Label9;\r
2436         internal System.Windows.Forms.Label Label10;\r
2437         internal System.Windows.Forms.GroupBox groupBox_output;\r
2438         internal System.Windows.Forms.Label Label3;\r
2439         internal System.Windows.Forms.ComboBox drp_videoEncoder;\r
2440         internal System.Windows.Forms.Label Label47;\r
2441         internal System.Windows.Forms.TextBox text_destination;\r
2442         internal System.Windows.Forms.TabPage TabPage2;\r
2443         internal System.Windows.Forms.ComboBox drp_audmix_1;\r
2444         internal System.Windows.Forms.ComboBox drp_track1Audio;\r
2445         internal System.Windows.Forms.ComboBox drp_audbit_1;\r
2446         internal System.Windows.Forms.ComboBox drp_audsr_1;\r
2447         internal System.Windows.Forms.TabPage TabPage3;\r
2448         internal System.Windows.Forms.CheckBox check_largeFile;\r
2449         internal System.Windows.Forms.CheckBox check_turbo;\r
2450         internal System.Windows.Forms.Label Label2;\r
2451         internal System.Windows.Forms.Label SliderValue;\r
2452         internal System.Windows.Forms.ComboBox drp_videoFramerate;\r
2453         internal System.Windows.Forms.CheckBox check_2PassEncode;\r
2454         internal System.Windows.Forms.TrackBar slider_videoQuality;\r
2455         internal System.Windows.Forms.TextBox text_filesize;\r
2456         internal System.Windows.Forms.TextBox text_bitrate;\r
2457         internal System.Windows.Forms.TabPage TabPage1;\r
2458         internal System.Windows.Forms.CheckBox Check_ChapterMarkers;\r
2459         internal System.Windows.Forms.Label Label1;\r
2460         internal System.Windows.Forms.Label Label53;\r
2461         internal System.Windows.Forms.Label Label52;\r
2462         internal System.Windows.Forms.Label Label51;\r
2463         internal System.Windows.Forms.Label Label15;\r
2464         internal System.Windows.Forms.TabControl tabs_panel;\r
2465         internal System.Windows.Forms.Label Label46;\r
2466         private System.Windows.Forms.GroupBox groupBox_dest;\r
2467         internal System.Windows.Forms.ComboBox drp_subtitle;\r
2468         internal System.Windows.Forms.Label Label19;\r
2469         internal System.Windows.Forms.Label Label20;\r
2470         internal System.Windows.Forms.CheckBox check_grayscale;\r
2471         internal System.Windows.Forms.Label label24;\r
2472         private System.Windows.Forms.GroupBox groupBox2;\r
2473         internal System.Windows.Forms.Button btn_setDefault;\r
2474         private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault;\r
2475         private System.Windows.Forms.ToolStripMenuItem mnu_UpdateCheck;\r
2476         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;\r
2477         private System.Windows.Forms.SaveFileDialog DVD_Save;\r
2478         private System.Windows.Forms.OpenFileDialog File_Open;\r
2479         private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;\r
2480         internal System.Windows.Forms.CheckBox check_iPodAtom;\r
2481         internal System.Windows.Forms.Label label26;\r
2482         internal System.Windows.Forms.Label Label56;\r
2483         internal System.Windows.Forms.Label lbl_Aspect;\r
2484         internal System.Windows.Forms.Label Label91;\r
2485         internal System.Windows.Forms.TextBox text_height;\r
2486         internal System.Windows.Forms.Label Label55;\r
2487         internal System.Windows.Forms.TextBox text_width;\r
2488         internal System.Windows.Forms.Label label27;\r
2489         private System.Windows.Forms.TabPage tab_chapters;\r
2490         internal System.Windows.Forms.Label label31;\r
2491         internal System.Windows.Forms.NumericUpDown text_right;\r
2492         internal System.Windows.Forms.NumericUpDown text_bottom;\r
2493         internal System.Windows.Forms.NumericUpDown text_top;\r
2494         internal System.Windows.Forms.NumericUpDown text_left;\r
2495         internal System.Windows.Forms.CheckBox check_optimiseMP4;\r
2496         internal System.Windows.Forms.CheckBox check_forced;\r
2497         internal System.Windows.Forms.DataGridView data_chpt;\r
2498         private System.Windows.Forms.TabPage tab_query;\r
2499         private System.Windows.Forms.Label label34;\r
2500         internal System.Windows.Forms.Button btn_generate_Query;\r
2501         internal System.Windows.Forms.Label label33;\r
2502         internal System.Windows.Forms.Button btn_clear;\r
2503         private System.Windows.Forms.ToolStrip toolStrip1;\r
2504         private System.Windows.Forms.ToolStripButton btn_start;\r
2505         private System.Windows.Forms.ToolStripButton btn_add2Queue;\r
2506         private System.Windows.Forms.ToolStripButton btn_showQueue;\r
2507         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
2508         private System.Windows.Forms.ToolStripButton btn_ActivityWindow;\r
2509         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_home;\r
2510         internal System.Windows.Forms.Button btn_removePreset;\r
2511         internal System.Windows.Forms.Button btn_addPreset;\r
2512         internal System.Windows.Forms.Label label25;\r
2513         internal System.Windows.Forms.Label label6;\r
2514         internal System.Windows.Forms.ComboBox drp_anamorphic;\r
2515         internal System.Windows.Forms.TabPage h264Tab;\r
2516         internal System.Windows.Forms.Label label65;\r
2517         internal System.Windows.Forms.Label label14;\r
2518         internal System.Windows.Forms.ComboBox drp_audenc_1;\r
2519         internal System.Windows.Forms.Label label66;\r
2520         internal System.Windows.Forms.Label label67;\r
2521         internal System.Windows.Forms.Label label68;\r
2522         private System.Windows.Forms.GroupBox groupBox3;\r
2523         private System.Windows.Forms.GroupBox groupBox5;\r
2524         private System.Windows.Forms.Button btn_destBrowse;\r
2525         internal System.Windows.Forms.TrackBar tb_drc;\r
2526         internal System.Windows.Forms.Label label16;\r
2527         internal System.Windows.Forms.Label lbl_drc;\r
2528         internal System.Windows.Forms.TreeView treeView_presets;\r
2529         internal System.Windows.Forms.RichTextBox rtf_query;\r
2530         private System.Windows.Forms.NotifyIcon notifyIcon;\r
2531         private System.Windows.Forms.ToolStripMenuItem btn_restore;\r
2532         internal System.Windows.Forms.Label lbl_src_res;\r
2533         internal System.Windows.Forms.Label label7;\r
2534         internal System.Windows.Forms.Label lbl_duration;\r
2535         internal System.Windows.Forms.Label label_duration;\r
2536         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;\r
2537         private System.Windows.Forms.ToolStripMenuItem btn_file_source;\r
2538         private System.Windows.Forms.ToolStripMenuItem mnu_delete_preset;\r
2539         private System.Windows.Forms.ToolStripMenuItem btn_new_preset;\r
2540         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_forums;\r
2541         private System.Windows.Forms.ToolStripMenuItem mnu_user_guide;\r
2542         private System.Windows.Forms.ToolStripDropDownButton btn_source;\r
2543         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
2544         private System.Windows.Forms.ToolStripMenuItem btn_dvd_source;\r
2545         internal System.Windows.Forms.ComboBox drop_format;\r
2546         internal System.Windows.Forms.Label label5;\r
2547         internal System.Windows.Forms.ToolStripMenuItem mnu_encodeLog;\r
2548         private System.Windows.Forms.StatusStrip StatusStrip;\r
2549         private System.Windows.Forms.ToolStripStatusLabel lbl_encode;\r
2550         internal System.Windows.Forms.RadioButton check_customCrop;\r
2551         internal System.Windows.Forms.RadioButton check_autoCrop;\r
2552         internal System.Windows.Forms.Label lbl_deblockVal;\r
2553         internal System.Windows.Forms.TrackBar slider_deblock;\r
2554         internal System.Windows.Forms.Label label8;\r
2555         internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
2556         internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
2557         internal System.Windows.Forms.ToolStripMenuItem mnu_dvd_drive;\r
2558         private System.Windows.Forms.ContextMenuStrip presets_menu;\r
2559         private System.Windows.Forms.ToolStripMenuItem pmnu_expandAll;\r
2560         private System.Windows.Forms.ToolStripMenuItem pmnu_collapse;\r
2561         private System.Windows.Forms.ToolStripSeparator sep1;\r
2562         private System.Windows.Forms.ToolStripMenuItem pmnu_delete;\r
2563         private System.Windows.Forms.SplitContainer splitContainer1;\r
2564         private System.Windows.Forms.Button btn_RemoveAudioTrack;\r
2565         private System.Windows.Forms.Button btn_addAudioTrack;\r
2566         private System.Windows.Forms.ColumnHeader col_Source;\r
2567         private System.Windows.Forms.ColumnHeader col_codec;\r
2568         private System.Windows.Forms.ColumnHeader col_mixdown;\r
2569         private System.Windows.Forms.ColumnHeader col_samplerate;\r
2570         private System.Windows.Forms.ColumnHeader col_bitrate;\r
2571         private System.Windows.Forms.ColumnHeader col_drc;\r
2572         internal System.Windows.Forms.ListView lv_audioList;\r
2573         private System.Windows.Forms.ContextMenuStrip audioMenu;\r
2574         private System.Windows.Forms.ToolStripMenuItem audioList_movedown;\r
2575         private System.Windows.Forms.ToolStripMenuItem audioList_moveup;\r
2576         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
2577         private System.Windows.Forms.ToolStripMenuItem audioList_remove;\r
2578         private System.Windows.Forms.ImageList AudioMenuRowHeightHack;\r
2579         private System.Windows.Forms.ToolStripMenuItem pmnu_saveChanges;\r
2580         private System.Windows.Forms.ToolStripMenuItem mnu_killCLI;\r
2581         private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;\r
2582         private System.Windows.Forms.ToolStripMenuItem mnu_qptest;\r
2583         private System.Windows.Forms.TabPage tab_Filters;\r
2584         internal Deinterlace ctl_deinterlace;\r
2585         internal Denoise ctl_denoise;\r
2586         internal Decomb ctl_decomb;\r
2587         internal Detelecine ctl_detelecine;\r
2588         internal System.Windows.Forms.RadioButton radio_cq;\r
2589         internal System.Windows.Forms.RadioButton radio_avgBitrate;\r
2590         internal System.Windows.Forms.RadioButton radio_targetFilesize;\r
2591         internal Handbrake.Controls.x264Panel x264Panel;\r
2592         private System.Windows.Forms.ToolStripButton tb_preview;\r
2593         private System.Windows.Forms.Label lbl_max;\r
2594         private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
2595         private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
2596         internal TextBox text_source;\r
2597         private System.Diagnostics.Process hbproc;\r
2598         internal ComboBox drop_angle;\r
2599         internal Label label4;\r
2600 \r
2601  \r
2602     }\r
2603 }