OSDN Git Service

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