OSDN Git Service

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