OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
1 /*  frmMain.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 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.check_largeFile = new System.Windows.Forms.CheckBox();\r
54             this.check_turbo = new System.Windows.Forms.CheckBox();\r
55             this.drp_videoFramerate = new System.Windows.Forms.ComboBox();\r
56             this.slider_videoQuality = new System.Windows.Forms.TrackBar();\r
57             this.text_filesize = new System.Windows.Forms.TextBox();\r
58             this.text_bitrate = new System.Windows.Forms.TextBox();\r
59             this.btn_setDefault = new System.Windows.Forms.Button();\r
60             this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
61             this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
62             this.data_chpt = new System.Windows.Forms.DataGridView();\r
63             this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
64             this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
65             this.btn_addPreset = new System.Windows.Forms.Button();\r
66             this.btn_removePreset = new System.Windows.Forms.Button();\r
67             this.drop_format = new System.Windows.Forms.ComboBox();\r
68             this.drop_angle = new System.Windows.Forms.ComboBox();\r
69             this.lbl_duration = new System.Windows.Forms.Label();\r
70             this.label_duration = new System.Windows.Forms.Label();\r
71             this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();\r
72             this.File_Open = new System.Windows.Forms.OpenFileDialog();\r
73             this.ISO_Open = new System.Windows.Forms.OpenFileDialog();\r
74             this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
75             this.mnu_killCLI = new System.Windows.Forms.ToolStripMenuItem();\r
76             this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();\r
77             this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();\r
78             this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
79             this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem();\r
80             this.mnu_encodeLog = new System.Windows.Forms.ToolStripMenuItem();\r
81             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();\r
82             this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();\r
83             this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
84             this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem();\r
85             this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem();\r
86             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();\r
87             this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem();\r
88             this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
89             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
90             this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem();\r
91             this.mnu_handbrake_home = new System.Windows.Forms.ToolStripMenuItem();\r
92             this.mnu_handbrake_forums = new System.Windows.Forms.ToolStripMenuItem();\r
93             this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
94             this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem();\r
95             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();\r
96             this.mnu_about = new System.Windows.Forms.ToolStripMenuItem();\r
97             this.frmMainMenu = new System.Windows.Forms.MenuStrip();\r
98             this.lbl_angle = new System.Windows.Forms.Label();\r
99             this.Label13 = new System.Windows.Forms.Label();\r
100             this.Label9 = new System.Windows.Forms.Label();\r
101             this.Label10 = new System.Windows.Forms.Label();\r
102             this.label5 = new System.Windows.Forms.Label();\r
103             this.Label47 = new System.Windows.Forms.Label();\r
104             this.Label3 = new System.Windows.Forms.Label();\r
105             this.tab_audio = new System.Windows.Forms.TabPage();\r
106             this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
107             this.tab_video = new System.Windows.Forms.TabPage();\r
108             this.radio_cq = new System.Windows.Forms.RadioButton();\r
109             this.radio_avgBitrate = new System.Windows.Forms.RadioButton();\r
110             this.radio_targetFilesize = new System.Windows.Forms.RadioButton();\r
111             this.label25 = new System.Windows.Forms.Label();\r
112             this.check_2PassEncode = new System.Windows.Forms.CheckBox();\r
113             this.Label2 = new System.Windows.Forms.Label();\r
114             this.SliderValue = new System.Windows.Forms.Label();\r
115             this.Label46 = new System.Windows.Forms.Label();\r
116             this.tab_picture = new System.Windows.Forms.TabPage();\r
117             this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
118             this.tabs_panel = new System.Windows.Forms.TabControl();\r
119             this.tab_filters = new System.Windows.Forms.TabPage();\r
120             this.tab_subtitles = new System.Windows.Forms.TabPage();\r
121             this.tab_chapters = new System.Windows.Forms.TabPage();\r
122             this.label31 = new System.Windows.Forms.Label();\r
123             this.tab_advanced = new System.Windows.Forms.TabPage();\r
124             this.tab_query = new System.Windows.Forms.TabPage();\r
125             this.btn_clear = new System.Windows.Forms.Button();\r
126             this.label34 = new System.Windows.Forms.Label();\r
127             this.btn_generate_Query = new System.Windows.Forms.Button();\r
128             this.label33 = new System.Windows.Forms.Label();\r
129             this.rtf_query = new System.Windows.Forms.RichTextBox();\r
130             this.btn_destBrowse = new System.Windows.Forms.Button();\r
131             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
132             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
133             this.treeView_presets = new System.Windows.Forms.TreeView();\r
134             this.presets_menu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
135             this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem();\r
136             this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem();\r
137             this.sep1 = new System.Windows.Forms.ToolStripSeparator();\r
138             this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem();\r
139             this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
140             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
141             this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
142             this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem();\r
143             this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
144             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
145             this.mnu_dvd_drive = new System.Windows.Forms.ToolStripMenuItem();\r
146             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();\r
147             this.btn_start = new System.Windows.Forms.ToolStripButton();\r
148             this.btn_add2Queue = new System.Windows.Forms.ToolStripButton();\r
149             this.btn_showQueue = new System.Windows.Forms.ToolStripButton();\r
150             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
151             this.tb_preview = new System.Windows.Forms.ToolStripButton();\r
152             this.btn_ActivityWindow = new System.Windows.Forms.ToolStripButton();\r
153             this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);\r
154             this.StatusStrip = new System.Windows.Forms.StatusStrip();\r
155             this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();\r
156             this.hbproc = new System.Diagnostics.Process();\r
157             this.label1 = new System.Windows.Forms.Label();\r
158             this.lbl_source = new System.Windows.Forms.Label();\r
159             this.label4 = new System.Windows.Forms.Label();\r
160             this.groupBox_output = new System.Windows.Forms.Label();\r
161             this.PictureSettings = new Handbrake.Controls.PictureSettings();\r
162             this.Filters = new Handbrake.Controls.Filters();\r
163             this.AudioSettings = new Handbrake.Controls.AudioPanel();\r
164             this.Subtitles = new Handbrake.Controls.Subtitles();\r
165             this.x264Panel = new Handbrake.Controls.x264Panel();\r
166             notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
167             notifyIconMenu.SuspendLayout();\r
168             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
169             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
170             this.frmMainMenu.SuspendLayout();\r
171             this.tab_audio.SuspendLayout();\r
172             this.tab_video.SuspendLayout();\r
173             this.tab_picture.SuspendLayout();\r
174             this.tabs_panel.SuspendLayout();\r
175             this.tab_filters.SuspendLayout();\r
176             this.tab_subtitles.SuspendLayout();\r
177             this.tab_chapters.SuspendLayout();\r
178             this.tab_advanced.SuspendLayout();\r
179             this.tab_query.SuspendLayout();\r
180             this.groupBox2.SuspendLayout();\r
181             this.splitContainer1.Panel1.SuspendLayout();\r
182             this.splitContainer1.Panel2.SuspendLayout();\r
183             this.splitContainer1.SuspendLayout();\r
184             this.presets_menu.SuspendLayout();\r
185             this.toolStrip1.SuspendLayout();\r
186             this.StatusStrip.SuspendLayout();\r
187             this.SuspendLayout();\r
188             // \r
189             // notifyIconMenu\r
190             // \r
191             notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
192             this.btn_restore});\r
193             notifyIconMenu.Name = "notifyIconMenu";\r
194             notifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
195             notifyIconMenu.Size = new System.Drawing.Size(124, 26);\r
196             // \r
197             // btn_restore\r
198             // \r
199             this.btn_restore.Name = "btn_restore";\r
200             this.btn_restore.Size = new System.Drawing.Size(123, 22);\r
201             this.btn_restore.Text = "Restore";\r
202             this.btn_restore.Click += new System.EventHandler(this.btn_restore_Click);\r
203             // \r
204             // DVD_Save\r
205             // \r
206             this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|mkv|*.mkv";\r
207             this.DVD_Save.SupportMultiDottedExtensions = true;\r
208             // \r
209             // File_Save\r
210             // \r
211             this.File_Save.DefaultExt = "hb";\r
212             this.File_Save.Filter = "hb|*.hb";\r
213             // \r
214             // ToolTip\r
215             // \r
216             this.ToolTip.Active = false;\r
217             this.ToolTip.AutomaticDelay = 1000;\r
218             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
219             this.ToolTip.ToolTipTitle = "Tooltip";\r
220             // \r
221             // drop_chapterFinish\r
222             // \r
223             this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
224             this.drop_chapterFinish.FormattingEnabled = true;\r
225             this.drop_chapterFinish.Location = new System.Drawing.Point(506, 96);\r
226             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
227             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
228             this.drop_chapterFinish.TabIndex = 10;\r
229             this.drop_chapterFinish.Text = "Auto";\r
230             this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
231             this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged);\r
232             // \r
233             // drop_chapterStart\r
234             // \r
235             this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
236             this.drop_chapterStart.FormattingEnabled = true;\r
237             this.drop_chapterStart.Location = new System.Drawing.Point(374, 96);\r
238             this.drop_chapterStart.Name = "drop_chapterStart";\r
239             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
240             this.drop_chapterStart.TabIndex = 9;\r
241             this.drop_chapterStart.Text = "Auto";\r
242             this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
243             this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged);\r
244             // \r
245             // drp_dvdtitle\r
246             // \r
247             this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
248             this.drp_dvdtitle.FormattingEnabled = true;\r
249             this.drp_dvdtitle.Items.AddRange(new object[] {\r
250             "Automatic"});\r
251             this.drp_dvdtitle.Location = new System.Drawing.Point(78, 96);\r
252             this.drp_dvdtitle.Name = "drp_dvdtitle";\r
253             this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21);\r
254             this.drp_dvdtitle.TabIndex = 7;\r
255             this.drp_dvdtitle.Text = "Automatic";\r
256             this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.\r\nThe longest title is selected by default af" +\r
257                     "ter you have scanned a source.");\r
258             this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);\r
259             this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);\r
260             // \r
261             // text_destination\r
262             // \r
263             this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
264             this.text_destination.Location = new System.Drawing.Point(78, 153);\r
265             this.text_destination.Name = "text_destination";\r
266             this.text_destination.Size = new System.Drawing.Size(549, 21);\r
267             this.text_destination.TabIndex = 1;\r
268             this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved.");\r
269             this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged);\r
270             // \r
271             // drp_videoEncoder\r
272             // \r
273             this.drp_videoEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
274             this.drp_videoEncoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
275             this.drp_videoEncoder.FormattingEnabled = true;\r
276             this.drp_videoEncoder.Items.AddRange(new object[] {\r
277             "MPEG-4 (FFmpeg)",\r
278             "H.264 (x264)",\r
279             "VP3 (Theora)"});\r
280             this.drp_videoEncoder.Location = new System.Drawing.Point(125, 35);\r
281             this.drp_videoEncoder.Name = "drp_videoEncoder";\r
282             this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21);\r
283             this.drp_videoEncoder.TabIndex = 1;\r
284             this.ToolTip.SetToolTip(this.drp_videoEncoder, "Select a video encoder");\r
285             this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);\r
286             // \r
287             // check_largeFile\r
288             // \r
289             this.check_largeFile.AutoSize = true;\r
290             this.check_largeFile.BackColor = System.Drawing.Color.Transparent;\r
291             this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
292             this.check_largeFile.Location = new System.Drawing.Point(196, 218);\r
293             this.check_largeFile.Name = "check_largeFile";\r
294             this.check_largeFile.Size = new System.Drawing.Size(105, 17);\r
295             this.check_largeFile.TabIndex = 4;\r
296             this.check_largeFile.Text = "Large file size";\r
297             this.ToolTip.SetToolTip(this.check_largeFile, "Caution: This option will likely break device compatibility with all but the Appl" +\r
298                     "eTV Take 2.\r\nChecking this box enables a 64bit mp4 file which can be over 4GB.");\r
299             this.check_largeFile.UseVisualStyleBackColor = false;\r
300             // \r
301             // check_turbo\r
302             // \r
303             this.check_turbo.AutoSize = true;\r
304             this.check_turbo.BackColor = System.Drawing.Color.Transparent;\r
305             this.check_turbo.Enabled = false;\r
306             this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
307             this.check_turbo.Location = new System.Drawing.Point(146, 123);\r
308             this.check_turbo.Name = "check_turbo";\r
309             this.check_turbo.Size = new System.Drawing.Size(115, 17);\r
310             this.check_turbo.TabIndex = 7;\r
311             this.check_turbo.Text = "Turbo first Pass";\r
312             this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
313             this.check_turbo.UseVisualStyleBackColor = false;\r
314             // \r
315             // drp_videoFramerate\r
316             // \r
317             this.drp_videoFramerate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
318             this.drp_videoFramerate.FormattingEnabled = true;\r
319             this.drp_videoFramerate.Items.AddRange(new object[] {\r
320             "Same as source",\r
321             "5",\r
322             "10",\r
323             "12",\r
324             "15",\r
325             "23.976",\r
326             "24",\r
327             "25",\r
328             "29.97"});\r
329             this.drp_videoFramerate.Location = new System.Drawing.Point(125, 68);\r
330             this.drp_videoFramerate.Name = "drp_videoFramerate";\r
331             this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21);\r
332             this.drp_videoFramerate.TabIndex = 2;\r
333             this.drp_videoFramerate.Text = "Same as source";\r
334             this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases.");\r
335             // \r
336             // slider_videoQuality\r
337             // \r
338             this.slider_videoQuality.Enabled = false;\r
339             this.slider_videoQuality.Location = new System.Drawing.Point(347, 120);\r
340             this.slider_videoQuality.Margin = new System.Windows.Forms.Padding(0);\r
341             this.slider_videoQuality.Maximum = 100;\r
342             this.slider_videoQuality.Name = "slider_videoQuality";\r
343             this.slider_videoQuality.Size = new System.Drawing.Size(322, 45);\r
344             this.slider_videoQuality.TabIndex = 14;\r
345             this.slider_videoQuality.TickFrequency = 17;\r
346             this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. Typical sane values are between 59~63%. \r\n>70" +\r
347                     "% will likely result in the output file being larger than the input file.");\r
348             this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll);\r
349             // \r
350             // text_filesize\r
351             // \r
352             this.text_filesize.Enabled = false;\r
353             this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
354             this.text_filesize.Location = new System.Drawing.Point(482, 36);\r
355             this.text_filesize.Name = "text_filesize";\r
356             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
357             this.text_filesize.TabIndex = 12;\r
358             this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be.");\r
359             // \r
360             // text_bitrate\r
361             // \r
362             this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
363             this.text_bitrate.Location = new System.Drawing.Point(482, 63);\r
364             this.text_bitrate.Name = "text_bitrate";\r
365             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
366             this.text_bitrate.TabIndex = 10;\r
367             this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video");\r
368             // \r
369             // btn_setDefault\r
370             // \r
371             this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
372             this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
373             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
374             this.btn_setDefault.Location = new System.Drawing.Point(135, 8);\r
375             this.btn_setDefault.Name = "btn_setDefault";\r
376             this.btn_setDefault.Size = new System.Drawing.Size(101, 22);\r
377             this.btn_setDefault.TabIndex = 1;\r
378             this.btn_setDefault.TabStop = false;\r
379             this.btn_setDefault.Text = "Set Default";\r
380             this.ToolTip.SetToolTip(this.btn_setDefault, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +\r
381                     " > Options");\r
382             this.btn_setDefault.UseVisualStyleBackColor = true;\r
383             this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);\r
384             // \r
385             // check_optimiseMP4\r
386             // \r
387             this.check_optimiseMP4.AutoSize = true;\r
388             this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent;\r
389             this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
390             this.check_optimiseMP4.Location = new System.Drawing.Point(307, 218);\r
391             this.check_optimiseMP4.Name = "check_optimiseMP4";\r
392             this.check_optimiseMP4.Size = new System.Drawing.Size(110, 17);\r
393             this.check_optimiseMP4.TabIndex = 25;\r
394             this.check_optimiseMP4.Text = "Web optimized";\r
395             this.ToolTip.SetToolTip(this.check_optimiseMP4, "MP4 files can be optimized for progressive downloads over the Web,\r\nbut note that" +\r
396                     " QuickTime can only read the files as long as the file extension is .mp4\r\nCan on" +\r
397                     "ly be used with H.264 ");\r
398             this.check_optimiseMP4.UseVisualStyleBackColor = false;\r
399             // \r
400             // check_iPodAtom\r
401             // \r
402             this.check_iPodAtom.AutoSize = true;\r
403             this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent;\r
404             this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
405             this.check_iPodAtom.Location = new System.Drawing.Point(423, 218);\r
406             this.check_iPodAtom.Name = "check_iPodAtom";\r
407             this.check_iPodAtom.Size = new System.Drawing.Size(117, 17);\r
408             this.check_iPodAtom.TabIndex = 26;\r
409             this.check_iPodAtom.Text = "iPod 5G support";\r
410             this.ToolTip.SetToolTip(this.check_iPodAtom, "Support for legacy 5th Generation iPods.\r\nEncodes will not sync if this option is" +\r
411                     " not enabled for H.264 encodes.");\r
412             this.check_iPodAtom.UseVisualStyleBackColor = false;\r
413             // \r
414             // data_chpt\r
415             // \r
416             this.data_chpt.AllowUserToAddRows = false;\r
417             this.data_chpt.AllowUserToDeleteRows = false;\r
418             this.data_chpt.AllowUserToResizeRows = false;\r
419             this.data_chpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
420             this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
421             this.number,\r
422             this.name});\r
423             this.data_chpt.Location = new System.Drawing.Point(16, 55);\r
424             this.data_chpt.MultiSelect = false;\r
425             this.data_chpt.Name = "data_chpt";\r
426             this.data_chpt.RowHeadersVisible = false;\r
427             this.data_chpt.Size = new System.Drawing.Size(684, 236);\r
428             this.data_chpt.TabIndex = 3;\r
429             this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
430             // \r
431             // number\r
432             // \r
433             dataGridViewCellStyle1.Format = "N0";\r
434             dataGridViewCellStyle1.NullValue = null;\r
435             this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
436             this.number.Frozen = true;\r
437             this.number.HeaderText = "Chapter Number";\r
438             this.number.MaxInputLength = 3;\r
439             this.number.Name = "number";\r
440             this.number.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
441             this.number.Width = 165;\r
442             // \r
443             // name\r
444             // \r
445             this.name.HeaderText = "Chapter Name";\r
446             this.name.Name = "name";\r
447             this.name.Width = 480;\r
448             // \r
449             // btn_addPreset\r
450             // \r
451             this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
452             this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
453             this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
454             this.btn_addPreset.Location = new System.Drawing.Point(3, 8);\r
455             this.btn_addPreset.Name = "btn_addPreset";\r
456             this.btn_addPreset.Size = new System.Drawing.Size(49, 22);\r
457             this.btn_addPreset.TabIndex = 3;\r
458             this.btn_addPreset.TabStop = false;\r
459             this.btn_addPreset.Text = "Add";\r
460             this.ToolTip.SetToolTip(this.btn_addPreset, "Add a preset to the preset panel");\r
461             this.btn_addPreset.UseVisualStyleBackColor = true;\r
462             this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
463             // \r
464             // btn_removePreset\r
465             // \r
466             this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
467             this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
468             this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
469             this.btn_removePreset.Location = new System.Drawing.Point(58, 8);\r
470             this.btn_removePreset.Name = "btn_removePreset";\r
471             this.btn_removePreset.Size = new System.Drawing.Size(71, 22);\r
472             this.btn_removePreset.TabIndex = 4;\r
473             this.btn_removePreset.TabStop = false;\r
474             this.btn_removePreset.Text = "Remove";\r
475             this.ToolTip.SetToolTip(this.btn_removePreset, "Remove a preset from the panel above.");\r
476             this.btn_removePreset.UseVisualStyleBackColor = true;\r
477             this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
478             // \r
479             // drop_format\r
480             // \r
481             this.drop_format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
482             this.drop_format.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
483             this.drop_format.FormattingEnabled = true;\r
484             this.drop_format.Items.AddRange(new object[] {\r
485             "MP4 File",\r
486             "M4V File",\r
487             "MKV File"});\r
488             this.drop_format.Location = new System.Drawing.Point(78, 215);\r
489             this.drop_format.Name = "drop_format";\r
490             this.drop_format.Size = new System.Drawing.Size(106, 21);\r
491             this.drop_format.TabIndex = 28;\r
492             this.ToolTip.SetToolTip(this.drop_format, "Select the file container format.");\r
493             this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged);\r
494             // \r
495             // drop_angle\r
496             // \r
497             this.drop_angle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
498             this.drop_angle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
499             this.drop_angle.FormattingEnabled = true;\r
500             this.drop_angle.Location = new System.Drawing.Point(253, 96);\r
501             this.drop_angle.Name = "drop_angle";\r
502             this.drop_angle.Size = new System.Drawing.Size(45, 21);\r
503             this.drop_angle.TabIndex = 45;\r
504             this.ToolTip.SetToolTip(this.drop_angle, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
505             // \r
506             // lbl_duration\r
507             // \r
508             this.lbl_duration.AutoSize = true;\r
509             this.lbl_duration.BackColor = System.Drawing.Color.Transparent;\r
510             this.lbl_duration.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
511             this.lbl_duration.Location = new System.Drawing.Point(648, 100);\r
512             this.lbl_duration.Name = "lbl_duration";\r
513             this.lbl_duration.Size = new System.Drawing.Size(72, 12);\r
514             this.lbl_duration.TabIndex = 43;\r
515             this.lbl_duration.Text = "Select a Title";\r
516             // \r
517             // label_duration\r
518             // \r
519             this.label_duration.AutoSize = true;\r
520             this.label_duration.BackColor = System.Drawing.Color.Transparent;\r
521             this.label_duration.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
522             this.label_duration.Location = new System.Drawing.Point(581, 99);\r
523             this.label_duration.Name = "label_duration";\r
524             this.label_duration.Size = new System.Drawing.Size(61, 13);\r
525             this.label_duration.TabIndex = 42;\r
526             this.label_duration.Text = "Duration:";\r
527             // \r
528             // DVD_Open\r
529             // \r
530             this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drive.";\r
531             // \r
532             // File_Open\r
533             // \r
534             this.File_Open.DefaultExt = "hb";\r
535             this.File_Open.Filter = "hb|*.hb";\r
536             // \r
537             // ISO_Open\r
538             // \r
539             this.ISO_Open.DefaultExt = "ISO";\r
540             this.ISO_Open.Filter = "All Files|*.*";\r
541             this.ISO_Open.RestoreDirectory = true;\r
542             this.ISO_Open.SupportMultiDottedExtensions = true;\r
543             // \r
544             // FileToolStripMenuItem\r
545             // \r
546             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
547             this.mnu_killCLI,\r
548             this.mnu_exit});\r
549             this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";\r
550             this.FileToolStripMenuItem.Size = new System.Drawing.Size(38, 20);\r
551             this.FileToolStripMenuItem.Text = "&File";\r
552             // \r
553             // mnu_killCLI\r
554             // \r
555             this.mnu_killCLI.Name = "mnu_killCLI";\r
556             this.mnu_killCLI.Size = new System.Drawing.Size(156, 22);\r
557             this.mnu_killCLI.Text = "Cancel Scan";\r
558             this.mnu_killCLI.Visible = false;\r
559             this.mnu_killCLI.Click += new System.EventHandler(this.mnu_killCLI_Click);\r
560             // \r
561             // mnu_exit\r
562             // \r
563             this.mnu_exit.Name = "mnu_exit";\r
564             this.mnu_exit.Size = new System.Drawing.Size(156, 22);\r
565             this.mnu_exit.Text = "E&xit";\r
566             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
567             // \r
568             // mnu_open3\r
569             // \r
570             this.mnu_open3.Name = "mnu_open3";\r
571             this.mnu_open3.Size = new System.Drawing.Size(32, 19);\r
572             // \r
573             // ToolsToolStripMenuItem\r
574             // \r
575             this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
576             this.mnu_encode,\r
577             this.mnu_encodeLog,\r
578             this.ToolStripSeparator5,\r
579             this.mnu_options});\r
580             this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";\r
581             this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(49, 20);\r
582             this.ToolsToolStripMenuItem.Text = "&Tools";\r
583             // \r
584             // mnu_encode\r
585             // \r
586             this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small;\r
587             this.mnu_encode.Name = "mnu_encode";\r
588             this.mnu_encode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));\r
589             this.mnu_encode.Size = new System.Drawing.Size(203, 22);\r
590             this.mnu_encode.Text = "Show Queue";\r
591             this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click);\r
592             // \r
593             // mnu_encodeLog\r
594             // \r
595             this.mnu_encodeLog.Image = global::Handbrake.Properties.Resources.ActivityWindow_small;\r
596             this.mnu_encodeLog.Name = "mnu_encodeLog";\r
597             this.mnu_encodeLog.Size = new System.Drawing.Size(203, 22);\r
598             this.mnu_encodeLog.Text = "Activity Window";\r
599             this.mnu_encodeLog.Click += new System.EventHandler(this.mnu_encodeLog_Click);\r
600             // \r
601             // ToolStripSeparator5\r
602             // \r
603             this.ToolStripSeparator5.Name = "ToolStripSeparator5";\r
604             this.ToolStripSeparator5.Size = new System.Drawing.Size(200, 6);\r
605             // \r
606             // mnu_options\r
607             // \r
608             this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small;\r
609             this.mnu_options.Name = "mnu_options";\r
610             this.mnu_options.Size = new System.Drawing.Size(203, 22);\r
611             this.mnu_options.Text = "Options";\r
612             this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click);\r
613             // \r
614             // PresetsToolStripMenuItem\r
615             // \r
616             this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
617             this.mnu_presetReset,\r
618             this.mnu_delete_preset,\r
619             this.toolStripSeparator7,\r
620             this.btn_new_preset,\r
621             this.mnu_SelectDefault});\r
622             this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";\r
623             this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);\r
624             this.PresetsToolStripMenuItem.Text = "&Presets";\r
625             // \r
626             // mnu_presetReset\r
627             // \r
628             this.mnu_presetReset.Name = "mnu_presetReset";\r
629             this.mnu_presetReset.Size = new System.Drawing.Size(215, 22);\r
630             this.mnu_presetReset.Text = "Update Built-in Presets";\r
631             this.mnu_presetReset.ToolTipText = "Resets all presets.";\r
632             this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);\r
633             // \r
634             // mnu_delete_preset\r
635             // \r
636             this.mnu_delete_preset.Name = "mnu_delete_preset";\r
637             this.mnu_delete_preset.Size = new System.Drawing.Size(215, 22);\r
638             this.mnu_delete_preset.Text = "Delete Built-in Presets";\r
639             this.mnu_delete_preset.Click += new System.EventHandler(this.mnu_delete_preset_Click);\r
640             // \r
641             // toolStripSeparator7\r
642             // \r
643             this.toolStripSeparator7.Name = "toolStripSeparator7";\r
644             this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6);\r
645             // \r
646             // btn_new_preset\r
647             // \r
648             this.btn_new_preset.Name = "btn_new_preset";\r
649             this.btn_new_preset.Size = new System.Drawing.Size(215, 22);\r
650             this.btn_new_preset.Text = "New Preset";\r
651             this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);\r
652             // \r
653             // mnu_SelectDefault\r
654             // \r
655             this.mnu_SelectDefault.Name = "mnu_SelectDefault";\r
656             this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 22);\r
657             this.mnu_SelectDefault.Text = "Select Default Preset";\r
658             this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";\r
659             this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);\r
660             // \r
661             // HelpToolStripMenuItem\r
662             // \r
663             this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
664             this.mnu_user_guide,\r
665             this.mnu_handbrake_home,\r
666             this.mnu_handbrake_forums,\r
667             this.ToolStripSeparator3,\r
668             this.mnu_UpdateCheck,\r
669             this.toolStripSeparator6,\r
670             this.mnu_about});\r
671             this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";\r
672             this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);\r
673             this.HelpToolStripMenuItem.Text = "&Help";\r
674             // \r
675             // mnu_user_guide\r
676             // \r
677             this.mnu_user_guide.Image = global::Handbrake.Properties.Resources.Help16;\r
678             this.mnu_user_guide.Name = "mnu_user_guide";\r
679             this.mnu_user_guide.Size = new System.Drawing.Size(215, 22);\r
680             this.mnu_user_guide.Text = "HandBrake User Guide";\r
681             this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click);\r
682             // \r
683             // mnu_handbrake_home\r
684             // \r
685             this.mnu_handbrake_home.Image = global::Handbrake.Properties.Resources.info16;\r
686             this.mnu_handbrake_home.Name = "mnu_handbrake_home";\r
687             this.mnu_handbrake_home.Size = new System.Drawing.Size(215, 22);\r
688             this.mnu_handbrake_home.Text = "HandBrake Homepage";\r
689             this.mnu_handbrake_home.Click += new System.EventHandler(this.mnu_handbrake_home_Click);\r
690             // \r
691             // mnu_handbrake_forums\r
692             // \r
693             this.mnu_handbrake_forums.Name = "mnu_handbrake_forums";\r
694             this.mnu_handbrake_forums.Size = new System.Drawing.Size(215, 22);\r
695             this.mnu_handbrake_forums.Text = "HandBrake Forums";\r
696             this.mnu_handbrake_forums.Click += new System.EventHandler(this.mnu_handbrake_forums_Click);\r
697             // \r
698             // ToolStripSeparator3\r
699             // \r
700             this.ToolStripSeparator3.Name = "ToolStripSeparator3";\r
701             this.ToolStripSeparator3.Size = new System.Drawing.Size(212, 6);\r
702             // \r
703             // mnu_UpdateCheck\r
704             // \r
705             this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";\r
706             this.mnu_UpdateCheck.Size = new System.Drawing.Size(215, 22);\r
707             this.mnu_UpdateCheck.Text = "Check for Updates";\r
708             this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);\r
709             // \r
710             // toolStripSeparator6\r
711             // \r
712             this.toolStripSeparator6.Name = "toolStripSeparator6";\r
713             this.toolStripSeparator6.Size = new System.Drawing.Size(212, 6);\r
714             // \r
715             // mnu_about\r
716             // \r
717             this.mnu_about.Image = global::Handbrake.Properties.Resources.hb16;\r
718             this.mnu_about.Name = "mnu_about";\r
719             this.mnu_about.Size = new System.Drawing.Size(215, 22);\r
720             this.mnu_about.Text = "About...";\r
721             this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);\r
722             // \r
723             // frmMainMenu\r
724             // \r
725             this.frmMainMenu.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
726             this.frmMainMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;\r
727             this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
728             this.FileToolStripMenuItem,\r
729             this.ToolsToolStripMenuItem,\r
730             this.PresetsToolStripMenuItem,\r
731             this.HelpToolStripMenuItem});\r
732             this.frmMainMenu.Location = new System.Drawing.Point(0, 0);\r
733             this.frmMainMenu.Name = "frmMainMenu";\r
734             this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
735             this.frmMainMenu.Size = new System.Drawing.Size(1000, 24);\r
736             this.frmMainMenu.TabIndex = 0;\r
737             this.frmMainMenu.Text = "MenuStrip";\r
738             // \r
739             // lbl_angle\r
740             // \r
741             this.lbl_angle.AutoSize = true;\r
742             this.lbl_angle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
743             this.lbl_angle.ForeColor = System.Drawing.Color.Black;\r
744             this.lbl_angle.Location = new System.Drawing.Point(203, 99);\r
745             this.lbl_angle.Name = "lbl_angle";\r
746             this.lbl_angle.Size = new System.Drawing.Size(44, 13);\r
747             this.lbl_angle.TabIndex = 44;\r
748             this.lbl_angle.Text = "Angle:";\r
749             // \r
750             // Label13\r
751             // \r
752             this.Label13.AutoSize = true;\r
753             this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
754             this.Label13.Location = new System.Drawing.Point(449, 99);\r
755             this.Label13.Name = "Label13";\r
756             this.Label13.Size = new System.Drawing.Size(51, 13);\r
757             this.Label13.TabIndex = 10;\r
758             this.Label13.Text = "through";\r
759             // \r
760             // Label9\r
761             // \r
762             this.Label9.AutoSize = true;\r
763             this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
764             this.Label9.ForeColor = System.Drawing.Color.Black;\r
765             this.Label9.Location = new System.Drawing.Point(304, 99);\r
766             this.Label9.Name = "Label9";\r
767             this.Label9.Size = new System.Drawing.Size(64, 13);\r
768             this.Label9.TabIndex = 8;\r
769             this.Label9.Text = "Chapters:";\r
770             // \r
771             // Label10\r
772             // \r
773             this.Label10.AutoSize = true;\r
774             this.Label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
775             this.Label10.ForeColor = System.Drawing.Color.Black;\r
776             this.Label10.Location = new System.Drawing.Point(20, 99);\r
777             this.Label10.Name = "Label10";\r
778             this.Label10.Size = new System.Drawing.Size(36, 13);\r
779             this.Label10.TabIndex = 6;\r
780             this.Label10.Text = "Title:";\r
781             // \r
782             // label5\r
783             // \r
784             this.label5.AutoSize = true;\r
785             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
786             this.label5.ForeColor = System.Drawing.Color.Black;\r
787             this.label5.Location = new System.Drawing.Point(20, 219);\r
788             this.label5.Name = "label5";\r
789             this.label5.Size = new System.Drawing.Size(52, 13);\r
790             this.label5.TabIndex = 27;\r
791             this.label5.Text = "Format:";\r
792             // \r
793             // Label47\r
794             // \r
795             this.Label47.AutoSize = true;\r
796             this.Label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
797             this.Label47.ForeColor = System.Drawing.Color.Black;\r
798             this.Label47.Location = new System.Drawing.Point(13, 39);\r
799             this.Label47.Name = "Label47";\r
800             this.Label47.Size = new System.Drawing.Size(84, 13);\r
801             this.Label47.TabIndex = 0;\r
802             this.Label47.Text = "Video Codec:";\r
803             // \r
804             // Label3\r
805             // \r
806             this.Label3.AutoSize = true;\r
807             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
808             this.Label3.ForeColor = System.Drawing.Color.Black;\r
809             this.Label3.Location = new System.Drawing.Point(20, 155);\r
810             this.Label3.Name = "Label3";\r
811             this.Label3.Size = new System.Drawing.Size(31, 13);\r
812             this.Label3.TabIndex = 0;\r
813             this.Label3.Text = "File:";\r
814             // \r
815             // tab_audio\r
816             // \r
817             this.tab_audio.BackColor = System.Drawing.Color.Transparent;\r
818             this.tab_audio.Controls.Add(this.AudioSettings);\r
819             this.tab_audio.Location = new System.Drawing.Point(4, 22);\r
820             this.tab_audio.Name = "tab_audio";\r
821             this.tab_audio.Padding = new System.Windows.Forms.Padding(3);\r
822             this.tab_audio.Size = new System.Drawing.Size(724, 308);\r
823             this.tab_audio.TabIndex = 3;\r
824             this.tab_audio.Text = "Audio";\r
825             this.tab_audio.UseVisualStyleBackColor = true;\r
826             // \r
827             // AudioMenuRowHeightHack\r
828             // \r
829             this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;\r
830             this.AudioMenuRowHeightHack.ImageSize = new System.Drawing.Size(1, 18);\r
831             this.AudioMenuRowHeightHack.TransparentColor = System.Drawing.Color.Transparent;\r
832             // \r
833             // tab_video\r
834             // \r
835             this.tab_video.BackColor = System.Drawing.Color.Transparent;\r
836             this.tab_video.Controls.Add(this.radio_cq);\r
837             this.tab_video.Controls.Add(this.radio_avgBitrate);\r
838             this.tab_video.Controls.Add(this.radio_targetFilesize);\r
839             this.tab_video.Controls.Add(this.drp_videoEncoder);\r
840             this.tab_video.Controls.Add(this.Label47);\r
841             this.tab_video.Controls.Add(this.label25);\r
842             this.tab_video.Controls.Add(this.check_turbo);\r
843             this.tab_video.Controls.Add(this.check_2PassEncode);\r
844             this.tab_video.Controls.Add(this.Label2);\r
845             this.tab_video.Controls.Add(this.text_filesize);\r
846             this.tab_video.Controls.Add(this.slider_videoQuality);\r
847             this.tab_video.Controls.Add(this.text_bitrate);\r
848             this.tab_video.Controls.Add(this.SliderValue);\r
849             this.tab_video.Controls.Add(this.Label46);\r
850             this.tab_video.Controls.Add(this.drp_videoFramerate);\r
851             this.tab_video.Location = new System.Drawing.Point(4, 22);\r
852             this.tab_video.Name = "tab_video";\r
853             this.tab_video.Padding = new System.Windows.Forms.Padding(3);\r
854             this.tab_video.Size = new System.Drawing.Size(724, 308);\r
855             this.tab_video.TabIndex = 2;\r
856             this.tab_video.Text = "Video";\r
857             this.tab_video.UseVisualStyleBackColor = true;\r
858             // \r
859             // radio_cq\r
860             // \r
861             this.radio_cq.AutoSize = true;\r
862             this.radio_cq.Location = new System.Drawing.Point(336, 97);\r
863             this.radio_cq.Name = "radio_cq";\r
864             this.radio_cq.Size = new System.Drawing.Size(125, 17);\r
865             this.radio_cq.TabIndex = 18;\r
866             this.radio_cq.Text = "Constant Quality:";\r
867             this.radio_cq.UseVisualStyleBackColor = true;\r
868             this.radio_cq.CheckedChanged += new System.EventHandler(this.radio_cq_CheckedChanged);\r
869             // \r
870             // radio_avgBitrate\r
871             // \r
872             this.radio_avgBitrate.AutoSize = true;\r
873             this.radio_avgBitrate.Checked = true;\r
874             this.radio_avgBitrate.Location = new System.Drawing.Point(336, 64);\r
875             this.radio_avgBitrate.Name = "radio_avgBitrate";\r
876             this.radio_avgBitrate.Size = new System.Drawing.Size(135, 17);\r
877             this.radio_avgBitrate.TabIndex = 17;\r
878             this.radio_avgBitrate.TabStop = true;\r
879             this.radio_avgBitrate.Text = "Avg Bitrate (kbps):";\r
880             this.radio_avgBitrate.UseVisualStyleBackColor = true;\r
881             this.radio_avgBitrate.CheckedChanged += new System.EventHandler(this.radio_avgBitrate_CheckedChanged);\r
882             // \r
883             // radio_targetFilesize\r
884             // \r
885             this.radio_targetFilesize.AutoSize = true;\r
886             this.radio_targetFilesize.Location = new System.Drawing.Point(336, 37);\r
887             this.radio_targetFilesize.Name = "radio_targetFilesize";\r
888             this.radio_targetFilesize.Size = new System.Drawing.Size(126, 17);\r
889             this.radio_targetFilesize.TabIndex = 16;\r
890             this.radio_targetFilesize.Text = "Target Size (MB):";\r
891             this.radio_targetFilesize.UseVisualStyleBackColor = true;\r
892             this.radio_targetFilesize.CheckedChanged += new System.EventHandler(this.radio_targetFilesize_CheckedChanged);\r
893             // \r
894             // label25\r
895             // \r
896             this.label25.AutoSize = true;\r
897             this.label25.BackColor = System.Drawing.Color.Transparent;\r
898             this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
899             this.label25.Location = new System.Drawing.Point(13, 13);\r
900             this.label25.Name = "label25";\r
901             this.label25.Size = new System.Drawing.Size(43, 13);\r
902             this.label25.TabIndex = 0;\r
903             this.label25.Text = "Video";\r
904             // \r
905             // check_2PassEncode\r
906             // \r
907             this.check_2PassEncode.AutoSize = true;\r
908             this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
909             this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
910             this.check_2PassEncode.Location = new System.Drawing.Point(125, 100);\r
911             this.check_2PassEncode.Name = "check_2PassEncode";\r
912             this.check_2PassEncode.Size = new System.Drawing.Size(119, 17);\r
913             this.check_2PassEncode.TabIndex = 6;\r
914             this.check_2PassEncode.Text = "2-Pass Encoding";\r
915             this.check_2PassEncode.UseVisualStyleBackColor = false;\r
916             this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
917             // \r
918             // Label2\r
919             // \r
920             this.Label2.AutoSize = true;\r
921             this.Label2.BackColor = System.Drawing.Color.Transparent;\r
922             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
923             this.Label2.Location = new System.Drawing.Point(334, 13);\r
924             this.Label2.Name = "Label2";\r
925             this.Label2.Size = new System.Drawing.Size(53, 13);\r
926             this.Label2.TabIndex = 8;\r
927             this.Label2.Text = "Quality";\r
928             // \r
929             // SliderValue\r
930             // \r
931             this.SliderValue.AutoSize = true;\r
932             this.SliderValue.BackColor = System.Drawing.Color.Transparent;\r
933             this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
934             this.SliderValue.Location = new System.Drawing.Point(480, 100);\r
935             this.SliderValue.Name = "SliderValue";\r
936             this.SliderValue.Size = new System.Drawing.Size(23, 12);\r
937             this.SliderValue.TabIndex = 15;\r
938             this.SliderValue.Text = "0%";\r
939             // \r
940             // Label46\r
941             // \r
942             this.Label46.AutoSize = true;\r
943             this.Label46.BackColor = System.Drawing.Color.Transparent;\r
944             this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
945             this.Label46.Location = new System.Drawing.Point(13, 71);\r
946             this.Label46.Name = "Label46";\r
947             this.Label46.Size = new System.Drawing.Size(106, 13);\r
948             this.Label46.TabIndex = 1;\r
949             this.Label46.Text = "Framerate (FPS):";\r
950             // \r
951             // tab_picture\r
952             // \r
953             this.tab_picture.BackColor = System.Drawing.Color.Transparent;\r
954             this.tab_picture.Controls.Add(this.PictureSettings);\r
955             this.tab_picture.Location = new System.Drawing.Point(4, 22);\r
956             this.tab_picture.Name = "tab_picture";\r
957             this.tab_picture.Padding = new System.Windows.Forms.Padding(3);\r
958             this.tab_picture.Size = new System.Drawing.Size(724, 308);\r
959             this.tab_picture.TabIndex = 0;\r
960             this.tab_picture.Text = "Picture Settings";\r
961             this.tab_picture.UseVisualStyleBackColor = true;\r
962             // \r
963             // Check_ChapterMarkers\r
964             // \r
965             this.Check_ChapterMarkers.AutoSize = true;\r
966             this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent;\r
967             this.Check_ChapterMarkers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
968             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
969             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
970             this.Check_ChapterMarkers.Size = new System.Drawing.Size(164, 17);\r
971             this.Check_ChapterMarkers.TabIndex = 1;\r
972             this.Check_ChapterMarkers.Text = "Create chapter markers";\r
973             this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
974             this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);\r
975             // \r
976             // tabs_panel\r
977             // \r
978             this.tabs_panel.Controls.Add(this.tab_picture);\r
979             this.tabs_panel.Controls.Add(this.tab_filters);\r
980             this.tabs_panel.Controls.Add(this.tab_video);\r
981             this.tabs_panel.Controls.Add(this.tab_audio);\r
982             this.tabs_panel.Controls.Add(this.tab_subtitles);\r
983             this.tabs_panel.Controls.Add(this.tab_chapters);\r
984             this.tabs_panel.Controls.Add(this.tab_advanced);\r
985             this.tabs_panel.Controls.Add(this.tab_query);\r
986             this.tabs_panel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
987             this.tabs_panel.Location = new System.Drawing.Point(9, 251);\r
988             this.tabs_panel.Name = "tabs_panel";\r
989             this.tabs_panel.SelectedIndex = 0;\r
990             this.tabs_panel.Size = new System.Drawing.Size(732, 334);\r
991             this.tabs_panel.TabIndex = 5;\r
992             this.tabs_panel.TabStop = false;\r
993             // \r
994             // tab_filters\r
995             // \r
996             this.tab_filters.Controls.Add(this.Filters);\r
997             this.tab_filters.Location = new System.Drawing.Point(4, 22);\r
998             this.tab_filters.Name = "tab_filters";\r
999             this.tab_filters.Size = new System.Drawing.Size(724, 308);\r
1000             this.tab_filters.TabIndex = 9;\r
1001             this.tab_filters.Text = "Video Filters";\r
1002             this.tab_filters.UseVisualStyleBackColor = true;\r
1003             // \r
1004             // tab_subtitles\r
1005             // \r
1006             this.tab_subtitles.Controls.Add(this.Subtitles);\r
1007             this.tab_subtitles.Location = new System.Drawing.Point(4, 22);\r
1008             this.tab_subtitles.Name = "tab_subtitles";\r
1009             this.tab_subtitles.Padding = new System.Windows.Forms.Padding(3);\r
1010             this.tab_subtitles.Size = new System.Drawing.Size(724, 308);\r
1011             this.tab_subtitles.TabIndex = 10;\r
1012             this.tab_subtitles.Text = "Subtitles";\r
1013             this.tab_subtitles.UseVisualStyleBackColor = true;\r
1014             // \r
1015             // tab_chapters\r
1016             // \r
1017             this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
1018             this.tab_chapters.Controls.Add(this.label31);\r
1019             this.tab_chapters.Controls.Add(this.data_chpt);\r
1020             this.tab_chapters.Controls.Add(this.Check_ChapterMarkers);\r
1021             this.tab_chapters.Location = new System.Drawing.Point(4, 22);\r
1022             this.tab_chapters.Name = "tab_chapters";\r
1023             this.tab_chapters.Size = new System.Drawing.Size(724, 308);\r
1024             this.tab_chapters.TabIndex = 6;\r
1025             this.tab_chapters.Text = "Chapters";\r
1026             this.tab_chapters.UseVisualStyleBackColor = true;\r
1027             // \r
1028             // label31\r
1029             // \r
1030             this.label31.AutoSize = true;\r
1031             this.label31.BackColor = System.Drawing.Color.Transparent;\r
1032             this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1033             this.label31.Location = new System.Drawing.Point(13, 13);\r
1034             this.label31.Name = "label31";\r
1035             this.label31.Size = new System.Drawing.Size(115, 13);\r
1036             this.label31.TabIndex = 0;\r
1037             this.label31.Text = "Chapter Markers";\r
1038             // \r
1039             // tab_advanced\r
1040             // \r
1041             this.tab_advanced.BackColor = System.Drawing.Color.Transparent;\r
1042             this.tab_advanced.Controls.Add(this.x264Panel);\r
1043             this.tab_advanced.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1044             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
1045             this.tab_advanced.Name = "tab_advanced";\r
1046             this.tab_advanced.Padding = new System.Windows.Forms.Padding(3);\r
1047             this.tab_advanced.Size = new System.Drawing.Size(724, 308);\r
1048             this.tab_advanced.TabIndex = 8;\r
1049             this.tab_advanced.Text = "Advanced";\r
1050             this.tab_advanced.UseVisualStyleBackColor = true;\r
1051             // \r
1052             // tab_query\r
1053             // \r
1054             this.tab_query.Controls.Add(this.btn_clear);\r
1055             this.tab_query.Controls.Add(this.label34);\r
1056             this.tab_query.Controls.Add(this.btn_generate_Query);\r
1057             this.tab_query.Controls.Add(this.label33);\r
1058             this.tab_query.Controls.Add(this.rtf_query);\r
1059             this.tab_query.Location = new System.Drawing.Point(4, 22);\r
1060             this.tab_query.Name = "tab_query";\r
1061             this.tab_query.Size = new System.Drawing.Size(724, 308);\r
1062             this.tab_query.TabIndex = 7;\r
1063             this.tab_query.Text = "Query Editor";\r
1064             this.tab_query.UseVisualStyleBackColor = true;\r
1065             // \r
1066             // btn_clear\r
1067             // \r
1068             this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
1069             this.btn_clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1070             this.btn_clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1071             this.btn_clear.Location = new System.Drawing.Point(634, 75);\r
1072             this.btn_clear.Name = "btn_clear";\r
1073             this.btn_clear.Size = new System.Drawing.Size(75, 22);\r
1074             this.btn_clear.TabIndex = 4;\r
1075             this.btn_clear.Text = "Clear";\r
1076             this.btn_clear.UseVisualStyleBackColor = true;\r
1077             this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);\r
1078             // \r
1079             // label34\r
1080             // \r
1081             this.label34.AutoSize = true;\r
1082             this.label34.Location = new System.Drawing.Point(13, 36);\r
1083             this.label34.Name = "label34";\r
1084             this.label34.Size = new System.Drawing.Size(434, 26);\r
1085             this.label34.TabIndex = 1;\r
1086             this.label34.Text = "Here you can alter the query generated by this program.\r\nDon\'t forget to re-gener" +\r
1087                 "ate this query should you change any GUI options.";\r
1088             // \r
1089             // btn_generate_Query\r
1090             // \r
1091             this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
1092             this.btn_generate_Query.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1093             this.btn_generate_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1094             this.btn_generate_Query.Location = new System.Drawing.Point(16, 75);\r
1095             this.btn_generate_Query.Name = "btn_generate_Query";\r
1096             this.btn_generate_Query.Size = new System.Drawing.Size(126, 22);\r
1097             this.btn_generate_Query.TabIndex = 2;\r
1098             this.btn_generate_Query.Text = "Generate Query";\r
1099             this.btn_generate_Query.UseVisualStyleBackColor = true;\r
1100             this.btn_generate_Query.Click += new System.EventHandler(this.btn_generate_Query_Click);\r
1101             // \r
1102             // label33\r
1103             // \r
1104             this.label33.AutoSize = true;\r
1105             this.label33.BackColor = System.Drawing.Color.Transparent;\r
1106             this.label33.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1107             this.label33.Location = new System.Drawing.Point(13, 13);\r
1108             this.label33.Name = "label33";\r
1109             this.label33.Size = new System.Drawing.Size(89, 13);\r
1110             this.label33.TabIndex = 0;\r
1111             this.label33.Text = "Query Editor";\r
1112             // \r
1113             // rtf_query\r
1114             // \r
1115             this.rtf_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
1116             this.rtf_query.Location = new System.Drawing.Point(16, 103);\r
1117             this.rtf_query.Name = "rtf_query";\r
1118             this.rtf_query.Size = new System.Drawing.Size(693, 190);\r
1119             this.rtf_query.TabIndex = 5;\r
1120             this.rtf_query.Text = "";\r
1121             // \r
1122             // btn_destBrowse\r
1123             // \r
1124             this.btn_destBrowse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1125             this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
1126             this.btn_destBrowse.Location = new System.Drawing.Point(645, 152);\r
1127             this.btn_destBrowse.Name = "btn_destBrowse";\r
1128             this.btn_destBrowse.Size = new System.Drawing.Size(75, 23);\r
1129             this.btn_destBrowse.TabIndex = 13;\r
1130             this.btn_destBrowse.Text = "Browse";\r
1131             this.btn_destBrowse.UseVisualStyleBackColor = true;\r
1132             this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
1133             // \r
1134             // groupBox2\r
1135             // \r
1136             this.groupBox2.Controls.Add(this.splitContainer1);\r
1137             this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1138             this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
1139             this.groupBox2.Location = new System.Drawing.Point(751, 70);\r
1140             this.groupBox2.Name = "groupBox2";\r
1141             this.groupBox2.Size = new System.Drawing.Size(245, 515);\r
1142             this.groupBox2.TabIndex = 6;\r
1143             this.groupBox2.TabStop = false;\r
1144             this.groupBox2.Text = "Presets";\r
1145             // \r
1146             // splitContainer1\r
1147             // \r
1148             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
1149             this.splitContainer1.Location = new System.Drawing.Point(3, 17);\r
1150             this.splitContainer1.Name = "splitContainer1";\r
1151             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
1152             // \r
1153             // splitContainer1.Panel1\r
1154             // \r
1155             this.splitContainer1.Panel1.Controls.Add(this.treeView_presets);\r
1156             // \r
1157             // splitContainer1.Panel2\r
1158             // \r
1159             this.splitContainer1.Panel2.Controls.Add(this.btn_addPreset);\r
1160             this.splitContainer1.Panel2.Controls.Add(this.btn_removePreset);\r
1161             this.splitContainer1.Panel2.Controls.Add(this.btn_setDefault);\r
1162             this.splitContainer1.Size = new System.Drawing.Size(239, 495);\r
1163             this.splitContainer1.SplitterDistance = 456;\r
1164             this.splitContainer1.TabIndex = 1;\r
1165             // \r
1166             // treeView_presets\r
1167             // \r
1168             this.treeView_presets.ContextMenuStrip = this.presets_menu;\r
1169             this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill;\r
1170             this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
1171             this.treeView_presets.FullRowSelect = true;\r
1172             this.treeView_presets.HideSelection = false;\r
1173             this.treeView_presets.ItemHeight = 21;\r
1174             this.treeView_presets.Location = new System.Drawing.Point(0, 0);\r
1175             this.treeView_presets.Name = "treeView_presets";\r
1176             this.treeView_presets.ShowLines = false;\r
1177             this.treeView_presets.Size = new System.Drawing.Size(239, 456);\r
1178             this.treeView_presets.TabIndex = 0;\r
1179             this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
1180             this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
1181             this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
1182             // \r
1183             // presets_menu\r
1184             // \r
1185             this.presets_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1186             this.pmnu_expandAll,\r
1187             this.pmnu_collapse,\r
1188             this.sep1,\r
1189             this.pmnu_saveChanges,\r
1190             this.pmnu_delete});\r
1191             this.presets_menu.Name = "presets_menu";\r
1192             this.presets_menu.Size = new System.Drawing.Size(155, 98);\r
1193             this.presets_menu.Text = ";";\r
1194             this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening);\r
1195             // \r
1196             // pmnu_expandAll\r
1197             // \r
1198             this.pmnu_expandAll.Name = "pmnu_expandAll";\r
1199             this.pmnu_expandAll.Size = new System.Drawing.Size(154, 22);\r
1200             this.pmnu_expandAll.Text = "Expand All";\r
1201             this.pmnu_expandAll.Click += new System.EventHandler(this.pmnu_expandAll_Click);\r
1202             // \r
1203             // pmnu_collapse\r
1204             // \r
1205             this.pmnu_collapse.Name = "pmnu_collapse";\r
1206             this.pmnu_collapse.Size = new System.Drawing.Size(154, 22);\r
1207             this.pmnu_collapse.Text = "Collapse All";\r
1208             this.pmnu_collapse.Click += new System.EventHandler(this.pmnu_collapse_Click);\r
1209             // \r
1210             // sep1\r
1211             // \r
1212             this.sep1.Name = "sep1";\r
1213             this.sep1.Size = new System.Drawing.Size(151, 6);\r
1214             // \r
1215             // pmnu_saveChanges\r
1216             // \r
1217             this.pmnu_saveChanges.Name = "pmnu_saveChanges";\r
1218             this.pmnu_saveChanges.Size = new System.Drawing.Size(154, 22);\r
1219             this.pmnu_saveChanges.Text = "Save Changes";\r
1220             this.pmnu_saveChanges.Click += new System.EventHandler(this.pmnu_saveChanges_Click);\r
1221             // \r
1222             // pmnu_delete\r
1223             // \r
1224             this.pmnu_delete.Name = "pmnu_delete";\r
1225             this.pmnu_delete.Size = new System.Drawing.Size(154, 22);\r
1226             this.pmnu_delete.Text = "Delete";\r
1227             this.pmnu_delete.Click += new System.EventHandler(this.pmnu_delete_click);\r
1228             // \r
1229             // toolStrip1\r
1230             // \r
1231             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
1232             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1233             this.btn_source,\r
1234             this.toolStripSeparator10,\r
1235             this.btn_start,\r
1236             this.btn_add2Queue,\r
1237             this.btn_showQueue,\r
1238             this.toolStripSeparator4,\r
1239             this.tb_preview,\r
1240             this.btn_ActivityWindow});\r
1241             this.toolStrip1.Location = new System.Drawing.Point(0, 24);\r
1242             this.toolStrip1.Name = "toolStrip1";\r
1243             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
1244             this.toolStrip1.Size = new System.Drawing.Size(1000, 39);\r
1245             this.toolStrip1.TabIndex = 1;\r
1246             this.toolStrip1.Text = "toolStrip1";\r
1247             // \r
1248             // btn_source\r
1249             // \r
1250             this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1251             this.btn_file_source,\r
1252             this.btn_dvd_source,\r
1253             this.toolStripSeparator1,\r
1254             this.mnu_dvd_drive});\r
1255             this.btn_source.Image = global::Handbrake.Properties.Resources.Movies;\r
1256             this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
1257             this.btn_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1258             this.btn_source.Name = "btn_source";\r
1259             this.btn_source.Size = new System.Drawing.Size(85, 36);\r
1260             this.btn_source.Text = "Source";\r
1261             this.btn_source.ToolTipText = "Open a new source file or folder.";\r
1262             this.btn_source.Click += new System.EventHandler(this.btn_source_Click);\r
1263             // \r
1264             // btn_file_source\r
1265             // \r
1266             this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
1267             this.btn_file_source.Name = "btn_file_source";\r
1268             this.btn_file_source.Size = new System.Drawing.Size(194, 22);\r
1269             this.btn_file_source.Text = "Video File";\r
1270             this.btn_file_source.Click += new System.EventHandler(this.btn_file_source_Click);\r
1271             // \r
1272             // btn_dvd_source\r
1273             // \r
1274             this.btn_dvd_source.Image = ((System.Drawing.Image)(resources.GetObject("btn_dvd_source.Image")));\r
1275             this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1276             this.btn_dvd_source.Name = "btn_dvd_source";\r
1277             this.btn_dvd_source.Size = new System.Drawing.Size(194, 22);\r
1278             this.btn_dvd_source.Text = "DVD/ VIDEO_TS Folder";\r
1279             this.btn_dvd_source.Click += new System.EventHandler(this.btn_dvd_source_Click);\r
1280             // \r
1281             // toolStripSeparator1\r
1282             // \r
1283             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
1284             this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);\r
1285             // \r
1286             // mnu_dvd_drive\r
1287             // \r
1288             this.mnu_dvd_drive.Image = global::Handbrake.Properties.Resources.disc_small;\r
1289             this.mnu_dvd_drive.Name = "mnu_dvd_drive";\r
1290             this.mnu_dvd_drive.Size = new System.Drawing.Size(194, 22);\r
1291             this.mnu_dvd_drive.Text = "[No DVD Drive Ready]";\r
1292             this.mnu_dvd_drive.Visible = false;\r
1293             this.mnu_dvd_drive.Click += new System.EventHandler(this.mnu_dvd_drive_Click);\r
1294             // \r
1295             // toolStripSeparator10\r
1296             // \r
1297             this.toolStripSeparator10.Name = "toolStripSeparator10";\r
1298             this.toolStripSeparator10.Size = new System.Drawing.Size(6, 39);\r
1299             // \r
1300             // btn_start\r
1301             // \r
1302             this.btn_start.Image = global::Handbrake.Properties.Resources.Play;\r
1303             this.btn_start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
1304             this.btn_start.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1305             this.btn_start.Name = "btn_start";\r
1306             this.btn_start.Size = new System.Drawing.Size(67, 36);\r
1307             this.btn_start.Text = "Start";\r
1308             this.btn_start.ToolTipText = "Start the encoding process";\r
1309             this.btn_start.Click += new System.EventHandler(this.btn_start_Click);\r
1310             // \r
1311             // btn_add2Queue\r
1312             // \r
1313             this.btn_add2Queue.Image = global::Handbrake.Properties.Resources.AddToQueue;\r
1314             this.btn_add2Queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
1315             this.btn_add2Queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1316             this.btn_add2Queue.Name = "btn_add2Queue";\r
1317             this.btn_add2Queue.Size = new System.Drawing.Size(110, 36);\r
1318             this.btn_add2Queue.Text = "Add to Queue";\r
1319             this.btn_add2Queue.ToolTipText = "Add a new item to the Queue";\r
1320             this.btn_add2Queue.Click += new System.EventHandler(this.btn_add2Queue_Click);\r
1321             // \r
1322             // btn_showQueue\r
1323             // \r
1324             this.btn_showQueue.Image = global::Handbrake.Properties.Resources.Queue;\r
1325             this.btn_showQueue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
1326             this.btn_showQueue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1327             this.btn_showQueue.Name = "btn_showQueue";\r
1328             this.btn_showQueue.Size = new System.Drawing.Size(104, 36);\r
1329             this.btn_showQueue.Tag = "";\r
1330             this.btn_showQueue.Text = "Show Queue";\r
1331             this.btn_showQueue.Click += new System.EventHandler(this.btn_showQueue_Click);\r
1332             // \r
1333             // toolStripSeparator4\r
1334             // \r
1335             this.toolStripSeparator4.Name = "toolStripSeparator4";\r
1336             this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);\r
1337             // \r
1338             // tb_preview\r
1339             // \r
1340             this.tb_preview.Image = global::Handbrake.Properties.Resources.picture;\r
1341             this.tb_preview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
1342             this.tb_preview.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1343             this.tb_preview.Name = "tb_preview";\r
1344             this.tb_preview.Size = new System.Drawing.Size(81, 36);\r
1345             this.tb_preview.Text = "Preview";\r
1346             this.tb_preview.Click += new System.EventHandler(this.tb_preview_Click);\r
1347             // \r
1348             // btn_ActivityWindow\r
1349             // \r
1350             this.btn_ActivityWindow.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
1351             this.btn_ActivityWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
1352             this.btn_ActivityWindow.ImageTransparentColor = System.Drawing.Color.Magenta;\r
1353             this.btn_ActivityWindow.Name = "btn_ActivityWindow";\r
1354             this.btn_ActivityWindow.Size = new System.Drawing.Size(120, 36);\r
1355             this.btn_ActivityWindow.Text = "Activity Window";\r
1356             this.btn_ActivityWindow.ToolTipText = "Displays the activity window which displays the log of the last completed or curr" +\r
1357                 "ently running encode.";\r
1358             this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click);\r
1359             // \r
1360             // notifyIcon\r
1361             // \r
1362             this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
1363             this.notifyIcon.BalloonTipText = "HandBrake Status Here";\r
1364             this.notifyIcon.BalloonTipTitle = "HandBrake";\r
1365             this.notifyIcon.ContextMenuStrip = notifyIconMenu;\r
1366             this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));\r
1367             this.notifyIcon.Text = "HandBrake";\r
1368             this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);\r
1369             // \r
1370             // StatusStrip\r
1371             // \r
1372             this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1373             this.lbl_encode});\r
1374             this.StatusStrip.Location = new System.Drawing.Point(0, 599);\r
1375             this.StatusStrip.Name = "StatusStrip";\r
1376             this.StatusStrip.Size = new System.Drawing.Size(1000, 22);\r
1377             this.StatusStrip.TabIndex = 7;\r
1378             this.StatusStrip.Text = "statusStrip1";\r
1379             // \r
1380             // lbl_encode\r
1381             // \r
1382             this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1383             this.lbl_encode.Name = "lbl_encode";\r
1384             this.lbl_encode.Size = new System.Drawing.Size(31, 17);\r
1385             this.lbl_encode.Text = "{0}";\r
1386             // \r
1387             // hbproc\r
1388             // \r
1389             this.hbproc.StartInfo.Domain = "";\r
1390             this.hbproc.StartInfo.LoadUserProfile = false;\r
1391             this.hbproc.StartInfo.Password = null;\r
1392             this.hbproc.StartInfo.StandardErrorEncoding = null;\r
1393             this.hbproc.StartInfo.StandardOutputEncoding = null;\r
1394             this.hbproc.StartInfo.UserName = "";\r
1395             this.hbproc.SynchronizingObject = this;\r
1396             // \r
1397             // label1\r
1398             // \r
1399             this.label1.AutoSize = true;\r
1400             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1401             this.label1.Location = new System.Drawing.Point(13, 74);\r
1402             this.label1.Name = "label1";\r
1403             this.label1.Size = new System.Drawing.Size(56, 13);\r
1404             this.label1.TabIndex = 8;\r
1405             this.label1.Text = "Source:";\r
1406             // \r
1407             // lbl_source\r
1408             // \r
1409             this.lbl_source.AutoSize = true;\r
1410             this.lbl_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1411             this.lbl_source.Location = new System.Drawing.Point(75, 74);\r
1412             this.lbl_source.Name = "lbl_source";\r
1413             this.lbl_source.Size = new System.Drawing.Size(152, 13);\r
1414             this.lbl_source.TabIndex = 9;\r
1415             this.lbl_source.Text = "Click \'Source\' to continue";\r
1416             // \r
1417             // label4\r
1418             // \r
1419             this.label4.AutoSize = true;\r
1420             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1421             this.label4.Location = new System.Drawing.Point(13, 130);\r
1422             this.label4.Name = "label4";\r
1423             this.label4.Size = new System.Drawing.Size(81, 13);\r
1424             this.label4.TabIndex = 46;\r
1425             this.label4.Text = "Destination";\r
1426             // \r
1427             // groupBox_output\r
1428             // \r
1429             this.groupBox_output.AutoSize = true;\r
1430             this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1431             this.groupBox_output.Location = new System.Drawing.Point(13, 189);\r
1432             this.groupBox_output.Name = "groupBox_output";\r
1433             this.groupBox_output.Size = new System.Drawing.Size(210, 13);\r
1434             this.groupBox_output.TabIndex = 47;\r
1435             this.groupBox_output.Text = "Output Settings: (Preset: None)";\r
1436             // \r
1437             // PictureSettings\r
1438             // \r
1439             this.PictureSettings.BackColor = System.Drawing.Color.Transparent;\r
1440             this.PictureSettings.Location = new System.Drawing.Point(0, 0);\r
1441             this.PictureSettings.Name = "PictureSettings";\r
1442             this.PictureSettings.Size = new System.Drawing.Size(713, 310);\r
1443             this.PictureSettings.TabIndex = 0;\r
1444             // \r
1445             // Filters\r
1446             // \r
1447             this.Filters.BackColor = System.Drawing.Color.Transparent;\r
1448             this.Filters.Location = new System.Drawing.Point(0, 0);\r
1449             this.Filters.Name = "Filters";\r
1450             this.Filters.Size = new System.Drawing.Size(713, 310);\r
1451             this.Filters.TabIndex = 0;\r
1452             // \r
1453             // AudioSettings\r
1454             // \r
1455             this.AudioSettings.BackColor = System.Drawing.Color.Transparent;\r
1456             this.AudioSettings.Location = new System.Drawing.Point(0, 0);\r
1457             this.AudioSettings.Name = "AudioSettings";\r
1458             this.AudioSettings.Size = new System.Drawing.Size(715, 310);\r
1459             this.AudioSettings.TabIndex = 0;\r
1460             // \r
1461             // Subtitles\r
1462             // \r
1463             this.Subtitles.BackColor = System.Drawing.Color.Transparent;\r
1464             this.Subtitles.Location = new System.Drawing.Point(0, 0);\r
1465             this.Subtitles.Name = "Subtitles";\r
1466             this.Subtitles.Size = new System.Drawing.Size(722, 310);\r
1467             this.Subtitles.TabIndex = 0;\r
1468             // \r
1469             // x264Panel\r
1470             // \r
1471             this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
1472             this.x264Panel.Name = "x264Panel";\r
1473             this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
1474             this.x264Panel.TabIndex = 0;\r
1475             this.x264Panel.x264Query = "";\r
1476             // \r
1477             // frmMain\r
1478             // \r
1479             this.AllowDrop = true;\r
1480             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
1481             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
1482             this.AutoScroll = true;\r
1483             this.ClientSize = new System.Drawing.Size(1000, 621);\r
1484             this.Controls.Add(this.groupBox_output);\r
1485             this.Controls.Add(this.drop_format);\r
1486             this.Controls.Add(this.label5);\r
1487             this.Controls.Add(this.btn_destBrowse);\r
1488             this.Controls.Add(this.check_largeFile);\r
1489             this.Controls.Add(this.label4);\r
1490             this.Controls.Add(this.check_iPodAtom);\r
1491             this.Controls.Add(this.Label3);\r
1492             this.Controls.Add(this.check_optimiseMP4);\r
1493             this.Controls.Add(this.drop_angle);\r
1494             this.Controls.Add(this.text_destination);\r
1495             this.Controls.Add(this.lbl_source);\r
1496             this.Controls.Add(this.lbl_angle);\r
1497             this.Controls.Add(this.lbl_duration);\r
1498             this.Controls.Add(this.label_duration);\r
1499             this.Controls.Add(this.label1);\r
1500             this.Controls.Add(this.Label13);\r
1501             this.Controls.Add(this.drop_chapterFinish);\r
1502             this.Controls.Add(this.groupBox2);\r
1503             this.Controls.Add(this.drop_chapterStart);\r
1504             this.Controls.Add(this.toolStrip1);\r
1505             this.Controls.Add(this.drp_dvdtitle);\r
1506             this.Controls.Add(this.Label9);\r
1507             this.Controls.Add(this.tabs_panel);\r
1508             this.Controls.Add(this.Label10);\r
1509             this.Controls.Add(this.frmMainMenu);\r
1510             this.Controls.Add(this.StatusStrip);\r
1511             this.DoubleBuffered = true;\r
1512             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
1513             this.Name = "frmMain";\r
1514             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
1515             this.Text = "HandBrake";\r
1516             notifyIconMenu.ResumeLayout(false);\r
1517             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();\r
1518             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
1519             this.frmMainMenu.ResumeLayout(false);\r
1520             this.frmMainMenu.PerformLayout();\r
1521             this.tab_audio.ResumeLayout(false);\r
1522             this.tab_video.ResumeLayout(false);\r
1523             this.tab_video.PerformLayout();\r
1524             this.tab_picture.ResumeLayout(false);\r
1525             this.tabs_panel.ResumeLayout(false);\r
1526             this.tab_filters.ResumeLayout(false);\r
1527             this.tab_subtitles.ResumeLayout(false);\r
1528             this.tab_chapters.ResumeLayout(false);\r
1529             this.tab_chapters.PerformLayout();\r
1530             this.tab_advanced.ResumeLayout(false);\r
1531             this.tab_query.ResumeLayout(false);\r
1532             this.tab_query.PerformLayout();\r
1533             this.groupBox2.ResumeLayout(false);\r
1534             this.splitContainer1.Panel1.ResumeLayout(false);\r
1535             this.splitContainer1.Panel2.ResumeLayout(false);\r
1536             this.splitContainer1.ResumeLayout(false);\r
1537             this.presets_menu.ResumeLayout(false);\r
1538             this.toolStrip1.ResumeLayout(false);\r
1539             this.toolStrip1.PerformLayout();\r
1540             this.StatusStrip.ResumeLayout(false);\r
1541             this.StatusStrip.PerformLayout();\r
1542             this.ResumeLayout(false);\r
1543             this.PerformLayout();\r
1544 \r
1545         }\r
1546 \r
1547         #endregion\r
1548 \r
1549         internal System.Windows.Forms.SaveFileDialog File_Save;\r
1550         internal System.Windows.Forms.ToolTip ToolTip;\r
1551         internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;\r
1552         internal System.Windows.Forms.ToolStripMenuItem mnu_open3;\r
1553         internal System.Windows.Forms.ToolStripMenuItem mnu_exit;\r
1554         internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;\r
1555         internal System.Windows.Forms.ToolStripMenuItem mnu_encode;\r
1556         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;\r
1557         internal System.Windows.Forms.ToolStripMenuItem mnu_options;\r
1558         internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;\r
1559         internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset;\r
1560         internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;\r
1561         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;\r
1562         internal System.Windows.Forms.ToolStripMenuItem mnu_about;\r
1563         internal System.Windows.Forms.MenuStrip frmMainMenu;\r
1564         internal System.Windows.Forms.Label Label13;\r
1565         internal System.Windows.Forms.ComboBox drop_chapterFinish;\r
1566         internal System.Windows.Forms.ComboBox drop_chapterStart;\r
1567         internal System.Windows.Forms.ComboBox drp_dvdtitle;\r
1568         internal System.Windows.Forms.Label Label9;\r
1569         internal System.Windows.Forms.Label Label10;\r
1570         internal System.Windows.Forms.Label Label3;\r
1571         internal System.Windows.Forms.ComboBox drp_videoEncoder;\r
1572         internal System.Windows.Forms.Label Label47;\r
1573         internal System.Windows.Forms.TextBox text_destination;\r
1574         internal System.Windows.Forms.TabPage tab_audio;\r
1575         internal System.Windows.Forms.TabPage tab_video;\r
1576         internal System.Windows.Forms.CheckBox check_largeFile;\r
1577         internal System.Windows.Forms.CheckBox check_turbo;\r
1578         internal System.Windows.Forms.Label Label2;\r
1579         internal System.Windows.Forms.Label SliderValue;\r
1580         internal System.Windows.Forms.ComboBox drp_videoFramerate;\r
1581         internal System.Windows.Forms.CheckBox check_2PassEncode;\r
1582         internal System.Windows.Forms.TrackBar slider_videoQuality;\r
1583         internal System.Windows.Forms.TextBox text_filesize;\r
1584         internal System.Windows.Forms.TextBox text_bitrate;\r
1585         internal System.Windows.Forms.TabPage tab_picture;\r
1586         internal System.Windows.Forms.CheckBox Check_ChapterMarkers;\r
1587         internal System.Windows.Forms.TabControl tabs_panel;\r
1588         internal System.Windows.Forms.Label Label46;\r
1589         private System.Windows.Forms.GroupBox groupBox2;\r
1590         internal System.Windows.Forms.Button btn_setDefault;\r
1591         private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault;\r
1592         private System.Windows.Forms.ToolStripMenuItem mnu_UpdateCheck;\r
1593         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;\r
1594         private System.Windows.Forms.SaveFileDialog DVD_Save;\r
1595         private System.Windows.Forms.OpenFileDialog File_Open;\r
1596         private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;\r
1597         internal System.Windows.Forms.CheckBox check_iPodAtom;\r
1598         private System.Windows.Forms.TabPage tab_chapters;\r
1599         internal System.Windows.Forms.Label label31;\r
1600         internal System.Windows.Forms.CheckBox check_optimiseMP4;\r
1601         internal System.Windows.Forms.DataGridView data_chpt;\r
1602         private System.Windows.Forms.TabPage tab_query;\r
1603         private System.Windows.Forms.Label label34;\r
1604         internal System.Windows.Forms.Button btn_generate_Query;\r
1605         internal System.Windows.Forms.Label label33;\r
1606         internal System.Windows.Forms.Button btn_clear;\r
1607         private System.Windows.Forms.ToolStrip toolStrip1;\r
1608         private System.Windows.Forms.ToolStripButton btn_start;\r
1609         private System.Windows.Forms.ToolStripButton btn_add2Queue;\r
1610         private System.Windows.Forms.ToolStripButton btn_showQueue;\r
1611         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
1612         private System.Windows.Forms.ToolStripButton btn_ActivityWindow;\r
1613         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_home;\r
1614         internal System.Windows.Forms.Button btn_removePreset;\r
1615         internal System.Windows.Forms.Button btn_addPreset;\r
1616         internal System.Windows.Forms.Label label25;\r
1617         internal System.Windows.Forms.TabPage tab_advanced;\r
1618         private System.Windows.Forms.Button btn_destBrowse;\r
1619         internal System.Windows.Forms.TreeView treeView_presets;\r
1620         internal System.Windows.Forms.RichTextBox rtf_query;\r
1621         private System.Windows.Forms.NotifyIcon notifyIcon;\r
1622         private System.Windows.Forms.ToolStripMenuItem btn_restore;\r
1623         internal System.Windows.Forms.Label lbl_duration;\r
1624         internal System.Windows.Forms.Label label_duration;\r
1625         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;\r
1626         private System.Windows.Forms.ToolStripMenuItem btn_file_source;\r
1627         private System.Windows.Forms.ToolStripMenuItem mnu_delete_preset;\r
1628         private System.Windows.Forms.ToolStripMenuItem btn_new_preset;\r
1629         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_forums;\r
1630         private System.Windows.Forms.ToolStripMenuItem mnu_user_guide;\r
1631         private System.Windows.Forms.ToolStripDropDownButton btn_source;\r
1632         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
1633         private System.Windows.Forms.ToolStripMenuItem btn_dvd_source;\r
1634         internal System.Windows.Forms.ComboBox drop_format;\r
1635         internal System.Windows.Forms.Label label5;\r
1636         internal System.Windows.Forms.ToolStripMenuItem mnu_encodeLog;\r
1637         private System.Windows.Forms.StatusStrip StatusStrip;\r
1638         private System.Windows.Forms.ToolStripStatusLabel lbl_encode;\r
1639         internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
1640         internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
1641         internal System.Windows.Forms.ToolStripMenuItem mnu_dvd_drive;\r
1642         private System.Windows.Forms.ContextMenuStrip presets_menu;\r
1643         private System.Windows.Forms.ToolStripMenuItem pmnu_expandAll;\r
1644         private System.Windows.Forms.ToolStripMenuItem pmnu_collapse;\r
1645         private System.Windows.Forms.ToolStripSeparator sep1;\r
1646         private System.Windows.Forms.ToolStripMenuItem pmnu_delete;\r
1647         private System.Windows.Forms.SplitContainer splitContainer1;\r
1648         private System.Windows.Forms.ImageList AudioMenuRowHeightHack;\r
1649         private System.Windows.Forms.ToolStripMenuItem pmnu_saveChanges;\r
1650         private System.Windows.Forms.ToolStripMenuItem mnu_killCLI;\r
1651         private System.Windows.Forms.TabPage tab_filters;\r
1652         internal System.Windows.Forms.RadioButton radio_cq;\r
1653         internal System.Windows.Forms.RadioButton radio_avgBitrate;\r
1654         internal System.Windows.Forms.RadioButton radio_targetFilesize;\r
1655         internal Handbrake.Controls.x264Panel x264Panel;\r
1656         private System.Windows.Forms.ToolStripButton tb_preview;\r
1657         private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
1658         private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
1659         private System.Diagnostics.Process hbproc;\r
1660         internal ComboBox drop_angle;\r
1661         internal Label lbl_angle;\r
1662         private TabPage tab_subtitles;\r
1663         internal Handbrake.Controls.AudioPanel AudioSettings;\r
1664         internal Handbrake.Controls.PictureSettings PictureSettings;\r
1665         internal Handbrake.Controls.Subtitles Subtitles;\r
1666         internal Handbrake.Controls.Filters Filters;\r
1667         private Label label1;\r
1668         internal Label lbl_source;\r
1669         private Label label4;\r
1670         internal Label groupBox_output;\r
1671 \r
1672  \r
1673     }\r
1674 }