X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmMain.Designer.cs;h=62a2d57f92a0a58caa0a1c06aff75c42669f7e5b;hb=e16dcaf99da57f9013549aeed6260d5095d17e5d;hp=11d50ff2534df0f69bd6c0b0626ee7504bcd3117;hpb=7fb54c77be35a47bcea38959e4875a0e6fdaf355;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 11d50ff2..62a2d57f 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -43,11 +43,7 @@ namespace Handbrake System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.btn_restore = new System.Windows.Forms.ToolStripMenuItem(); this.DVD_Save = new System.Windows.Forms.SaveFileDialog(); - this.File_Save = new System.Windows.Forms.SaveFileDialog(); this.ToolTip = new System.Windows.Forms.ToolTip(this.components); - this.drop_chapterFinish = new System.Windows.Forms.ComboBox(); - this.drop_chapterStart = new System.Windows.Forms.ComboBox(); - this.drp_dvdtitle = new System.Windows.Forms.ComboBox(); this.text_destination = new System.Windows.Forms.TextBox(); this.drp_videoEncoder = new System.Windows.Forms.ComboBox(); this.check_largeFile = new System.Windows.Forms.CheckBox(); @@ -62,13 +58,15 @@ namespace Handbrake this.data_chpt = new System.Windows.Forms.DataGridView(); this.number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.ChaptersMenu = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnu_resetChapters = new System.Windows.Forms.ToolStripMenuItem(); this.btn_addPreset = new System.Windows.Forms.Button(); this.btn_removePreset = new System.Windows.Forms.Button(); this.drop_format = new System.Windows.Forms.ComboBox(); - this.text_source = new System.Windows.Forms.TextBox(); + this.drop_chapterFinish = new System.Windows.Forms.ComboBox(); + this.drop_chapterStart = new System.Windows.Forms.ComboBox(); this.drop_angle = new System.Windows.Forms.ComboBox(); - this.lbl_duration = new System.Windows.Forms.Label(); - this.label_duration = new System.Windows.Forms.Label(); + this.drp_dvdtitle = new System.Windows.Forms.ComboBox(); this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog(); this.File_Open = new System.Windows.Forms.OpenFileDialog(); this.ISO_Open = new System.Windows.Forms.OpenFileDialog(); @@ -86,6 +84,7 @@ namespace Handbrake this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_importMacPreset = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem(); this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem(); @@ -96,18 +95,10 @@ namespace Handbrake this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_about = new System.Windows.Forms.ToolStripMenuItem(); this.frmMainMenu = new System.Windows.Forms.MenuStrip(); - this.gb_source = new System.Windows.Forms.GroupBox(); - this.lbl_angle = new System.Windows.Forms.Label(); - this.Label13 = new System.Windows.Forms.Label(); - this.Label17 = new System.Windows.Forms.Label(); - this.Label9 = new System.Windows.Forms.Label(); - this.Label10 = new System.Windows.Forms.Label(); - this.groupBox_output = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.Label47 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.tab_audio = new System.Windows.Forms.TabPage(); - this.audioPanel = new Handbrake.Controls.AudioPanel(); this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components); this.tab_video = new System.Windows.Forms.TabPage(); this.radio_cq = new System.Windows.Forms.RadioButton(); @@ -118,34 +109,21 @@ namespace Handbrake this.Label2 = new System.Windows.Forms.Label(); this.SliderValue = new System.Windows.Forms.Label(); this.Label46 = new System.Windows.Forms.Label(); - this.check_grayscale = new System.Windows.Forms.CheckBox(); this.tab_picture = new System.Windows.Forms.TabPage(); - this.pictureSettings = new Handbrake.Controls.PictureSettings(); - this.slider_deblock = new System.Windows.Forms.TrackBar(); - this.label8 = new System.Windows.Forms.Label(); - this.lbl_deblockVal = new System.Windows.Forms.Label(); - this.label24 = new System.Windows.Forms.Label(); this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox(); this.tabs_panel = new System.Windows.Forms.TabControl(); this.tab_filters = new System.Windows.Forms.TabPage(); - this.ctl_deinterlace = new Handbrake.Deinterlace(); - this.ctl_denoise = new Handbrake.Denoise(); - this.ctl_decomb = new Handbrake.Decomb(); - this.ctl_detelecine = new Handbrake.Detelecine(); this.tab_subtitles = new System.Windows.Forms.TabPage(); - this.Subtitles = new Handbrake.Controls.Subtitles(); this.tab_chapters = new System.Windows.Forms.TabPage(); + this.btn_importChapters = new System.Windows.Forms.Button(); this.label31 = new System.Windows.Forms.Label(); this.tab_advanced = new System.Windows.Forms.TabPage(); - this.x264Panel = new Handbrake.Controls.x264Panel(); this.tab_query = new System.Windows.Forms.TabPage(); this.btn_clear = new System.Windows.Forms.Button(); this.label34 = new System.Windows.Forms.Label(); this.btn_generate_Query = new System.Windows.Forms.Button(); this.label33 = new System.Windows.Forms.Label(); this.rtf_query = new System.Windows.Forms.RichTextBox(); - this.groupBox_dest = new System.Windows.Forms.GroupBox(); - this.btn_destBrowse = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.treeView_presets = new System.Windows.Forms.TreeView(); @@ -153,6 +131,8 @@ namespace Handbrake this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem(); this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem(); this.sep1 = new System.Windows.Forms.ToolStripSeparator(); + this.pmnu_import = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem(); this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); @@ -171,25 +151,46 @@ namespace Handbrake this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.StatusStrip = new System.Windows.Forms.StatusStrip(); this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel(); + this.lbl_updateCheck = new System.Windows.Forms.ToolStripStatusLabel(); this.hbproc = new System.Diagnostics.Process(); + this.File_Save = new System.Windows.Forms.SaveFileDialog(); + this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); + this.btn_destBrowse = new System.Windows.Forms.Button(); + this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.Label10 = new System.Windows.Forms.Label(); + this.lbl_angle = new System.Windows.Forms.Label(); + this.Label9 = new System.Windows.Forms.Label(); + this.Label13 = new System.Windows.Forms.Label(); + this.label_duration = new System.Windows.Forms.Label(); + this.lbl_duration = new System.Windows.Forms.Label(); + this.labelStaticDestination = new System.Windows.Forms.Label(); + this.labelPreset = new System.Windows.Forms.Label(); + this.labelSource = new System.Windows.Forms.Label(); + this.labelStaticSource = new System.Windows.Forms.Label(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.openPreset = new System.Windows.Forms.OpenFileDialog(); + this.File_ChapterImport = new System.Windows.Forms.OpenFileDialog(); + this.PictureSettings = new Handbrake.Controls.PictureSettings(); + this.Filters = new Handbrake.Controls.Filters(); + this.AudioSettings = new Handbrake.Controls.AudioPanel(); + this.Subtitles = new Handbrake.Controls.Subtitles(); + this.x264Panel = new Handbrake.Controls.x264Panel(); notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components); notifyIconMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit(); + this.ChaptersMenu.SuspendLayout(); this.frmMainMenu.SuspendLayout(); - this.gb_source.SuspendLayout(); - this.groupBox_output.SuspendLayout(); this.tab_audio.SuspendLayout(); this.tab_video.SuspendLayout(); this.tab_picture.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit(); this.tabs_panel.SuspendLayout(); this.tab_filters.SuspendLayout(); this.tab_subtitles.SuspendLayout(); this.tab_chapters.SuspendLayout(); this.tab_advanced.SuspendLayout(); this.tab_query.SuspendLayout(); - this.groupBox_dest.SuspendLayout(); this.groupBox2.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); @@ -197,6 +198,10 @@ namespace Handbrake this.presets_menu.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.StatusStrip.SuspendLayout(); + this.tableLayoutPanel2.SuspendLayout(); + this.tableLayoutPanel3.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // notifyIconMenu @@ -216,14 +221,9 @@ namespace Handbrake // // DVD_Save // - this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|mkv|*.mkv"; + this.DVD_Save.Filter = "mp4|*.mp4;*.m4v|mkv|*.mkv"; this.DVD_Save.SupportMultiDottedExtensions = true; // - // File_Save - // - this.File_Save.DefaultExt = "hb"; - this.File_Save.Filter = "hb|*.hb"; - // // ToolTip // this.ToolTip.Active = false; @@ -231,52 +231,13 @@ namespace Handbrake this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.ToolTip.ToolTipTitle = "Tooltip"; // - // drop_chapterFinish - // - this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drop_chapterFinish.FormattingEnabled = true; - this.drop_chapterFinish.Location = new System.Drawing.Point(503, 52); - this.drop_chapterFinish.Name = "drop_chapterFinish"; - this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21); - this.drop_chapterFinish.TabIndex = 10; - this.drop_chapterFinish.Text = "Auto"; - this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)"); - this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged); - // - // drop_chapterStart - // - this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drop_chapterStart.FormattingEnabled = true; - this.drop_chapterStart.Location = new System.Drawing.Point(371, 52); - this.drop_chapterStart.Name = "drop_chapterStart"; - this.drop_chapterStart.Size = new System.Drawing.Size(69, 21); - this.drop_chapterStart.TabIndex = 9; - this.drop_chapterStart.Text = "Auto"; - this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)"); - this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged); - // - // drp_dvdtitle - // - this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_dvdtitle.FormattingEnabled = true; - this.drp_dvdtitle.Items.AddRange(new object[] { - "Automatic"}); - this.drp_dvdtitle.Location = new System.Drawing.Point(75, 52); - this.drp_dvdtitle.Name = "drp_dvdtitle"; - this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21); - this.drp_dvdtitle.TabIndex = 7; - this.drp_dvdtitle.Text = "Automatic"; - this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.\r\nThe longest title is selected by default af" + - "ter you have scanned a source."); - this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged); - this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click); - // // text_destination // - this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.text_destination.Location = new System.Drawing.Point(75, 19); + this.text_destination.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.text_destination.Location = new System.Drawing.Point(36, 3); this.text_destination.Name = "text_destination"; - this.text_destination.Size = new System.Drawing.Size(549, 21); + this.text_destination.Size = new System.Drawing.Size(603, 21); this.text_destination.TabIndex = 1; this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved."); this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged); @@ -284,7 +245,6 @@ namespace Handbrake // drp_videoEncoder // this.drp_videoEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drp_videoEncoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.drp_videoEncoder.FormattingEnabled = true; this.drp_videoEncoder.Items.AddRange(new object[] { "MPEG-4 (FFmpeg)", @@ -299,12 +259,12 @@ namespace Handbrake // // check_largeFile // + this.check_largeFile.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_largeFile.AutoSize = true; this.check_largeFile.BackColor = System.Drawing.Color.Transparent; - this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_largeFile.Location = new System.Drawing.Point(193, 22); + this.check_largeFile.Location = new System.Drawing.Point(179, 5); this.check_largeFile.Name = "check_largeFile"; - this.check_largeFile.Size = new System.Drawing.Size(105, 17); + this.check_largeFile.Size = new System.Drawing.Size(91, 17); this.check_largeFile.TabIndex = 4; this.check_largeFile.Text = "Large file size"; this.ToolTip.SetToolTip(this.check_largeFile, "Caution: This option will likely break device compatibility with all but the Appl" + @@ -316,10 +276,9 @@ namespace Handbrake this.check_turbo.AutoSize = true; this.check_turbo.BackColor = System.Drawing.Color.Transparent; this.check_turbo.Enabled = false; - this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.check_turbo.Location = new System.Drawing.Point(146, 123); this.check_turbo.Name = "check_turbo"; - this.check_turbo.Size = new System.Drawing.Size(115, 17); + this.check_turbo.Size = new System.Drawing.Size(101, 17); this.check_turbo.TabIndex = 7; this.check_turbo.Text = "Turbo first Pass"; this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster."); @@ -327,7 +286,7 @@ namespace Handbrake // // drp_videoFramerate // - this.drp_videoFramerate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.drp_videoFramerate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drp_videoFramerate.FormattingEnabled = true; this.drp_videoFramerate.Items.AddRange(new object[] { "Same as source", @@ -343,7 +302,6 @@ namespace Handbrake this.drp_videoFramerate.Name = "drp_videoFramerate"; this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21); this.drp_videoFramerate.TabIndex = 2; - this.drp_videoFramerate.Text = "Same as source"; this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases."); // // slider_videoQuality @@ -356,13 +314,13 @@ namespace Handbrake this.slider_videoQuality.Size = new System.Drawing.Size(322, 45); this.slider_videoQuality.TabIndex = 14; this.slider_videoQuality.TickFrequency = 17; - this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)"); + this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. Typical sane values are between 59~63%. \r\n>70" + + "% will likely result in the output file being larger than the input file."); this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll); // // text_filesize // this.text_filesize.Enabled = false; - this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.text_filesize.Location = new System.Drawing.Point(482, 36); this.text_filesize.Name = "text_filesize"; this.text_filesize.Size = new System.Drawing.Size(81, 21); @@ -371,7 +329,6 @@ namespace Handbrake // // text_bitrate // - this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.text_bitrate.Location = new System.Drawing.Point(482, 63); this.text_bitrate.Name = "text_bitrate"; this.text_bitrate.Size = new System.Drawing.Size(81, 21); @@ -381,7 +338,7 @@ namespace Handbrake // btn_setDefault // this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_setDefault.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_setDefault.Location = new System.Drawing.Point(135, 8); this.btn_setDefault.Name = "btn_setDefault"; @@ -396,12 +353,12 @@ namespace Handbrake // // check_optimiseMP4 // + this.check_optimiseMP4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_optimiseMP4.AutoSize = true; this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent; - this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_optimiseMP4.Location = new System.Drawing.Point(304, 22); + this.check_optimiseMP4.Location = new System.Drawing.Point(276, 5); this.check_optimiseMP4.Name = "check_optimiseMP4"; - this.check_optimiseMP4.Size = new System.Drawing.Size(110, 17); + this.check_optimiseMP4.Size = new System.Drawing.Size(96, 17); this.check_optimiseMP4.TabIndex = 25; this.check_optimiseMP4.Text = "Web optimized"; this.ToolTip.SetToolTip(this.check_optimiseMP4, "MP4 files can be optimized for progressive downloads over the Web,\r\nbut note that" + @@ -411,12 +368,12 @@ namespace Handbrake // // check_iPodAtom // + this.check_iPodAtom.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_iPodAtom.AutoSize = true; this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent; - this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_iPodAtom.Location = new System.Drawing.Point(420, 22); + this.check_iPodAtom.Location = new System.Drawing.Point(378, 5); this.check_iPodAtom.Name = "check_iPodAtom"; - this.check_iPodAtom.Size = new System.Drawing.Size(117, 17); + this.check_iPodAtom.Size = new System.Drawing.Size(102, 17); this.check_iPodAtom.TabIndex = 26; this.check_iPodAtom.Text = "iPod 5G support"; this.ToolTip.SetToolTip(this.check_iPodAtom, "Support for legacy 5th Generation iPods.\r\nEncodes will not sync if this option is" + @@ -432,11 +389,12 @@ namespace Handbrake this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.number, this.name}); + this.data_chpt.ContextMenuStrip = this.ChaptersMenu; this.data_chpt.Location = new System.Drawing.Point(16, 55); this.data_chpt.MultiSelect = false; this.data_chpt.Name = "data_chpt"; this.data_chpt.RowHeadersVisible = false; - this.data_chpt.Size = new System.Drawing.Size(684, 234); + this.data_chpt.Size = new System.Drawing.Size(684, 236); this.data_chpt.TabIndex = 3; this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip")); // @@ -458,10 +416,25 @@ namespace Handbrake this.name.Name = "name"; this.name.Width = 480; // + // ChaptersMenu + // + this.ChaptersMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_resetChapters}); + this.ChaptersMenu.Name = "presets_menu"; + this.ChaptersMenu.Size = new System.Drawing.Size(191, 26); + this.ChaptersMenu.Text = ";"; + // + // mnu_resetChapters + // + this.mnu_resetChapters.Name = "mnu_resetChapters"; + this.mnu_resetChapters.Size = new System.Drawing.Size(190, 22); + this.mnu_resetChapters.Text = "Reset Chapter Names"; + this.mnu_resetChapters.Click += new System.EventHandler(this.mnu_resetChapters_Click); + // // btn_addPreset // this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_addPreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_addPreset.Location = new System.Drawing.Point(3, 8); this.btn_addPreset.Name = "btn_addPreset"; @@ -476,7 +449,7 @@ namespace Handbrake // btn_removePreset // this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_removePreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_removePreset.Location = new System.Drawing.Point(58, 8); this.btn_removePreset.Name = "btn_removePreset"; @@ -491,62 +464,63 @@ namespace Handbrake // drop_format // this.drop_format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_format.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.drop_format.FormattingEnabled = true; this.drop_format.Items.AddRange(new object[] { "MP4 File", - "M4V File", "MKV File"}); - this.drop_format.Location = new System.Drawing.Point(75, 19); + this.drop_format.Location = new System.Drawing.Point(67, 3); this.drop_format.Name = "drop_format"; this.drop_format.Size = new System.Drawing.Size(106, 21); this.drop_format.TabIndex = 28; this.ToolTip.SetToolTip(this.drop_format, "Select the file container format."); this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged); // - // text_source + // drop_chapterFinish // - this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.text_source.Location = new System.Drawing.Point(75, 19); - this.text_source.Name = "text_source"; - this.text_source.ReadOnly = true; - this.text_source.Size = new System.Drawing.Size(642, 21); - this.text_source.TabIndex = 1; - this.text_source.Text = "Click \'Source\' to continue"; - this.ToolTip.SetToolTip(this.text_source, "Location of the source input file, folder or dvd."); + this.drop_chapterFinish.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.drop_chapterFinish.FormattingEnabled = true; + this.drop_chapterFinish.Location = new System.Drawing.Point(447, 3); + this.drop_chapterFinish.Name = "drop_chapterFinish"; + this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21); + this.drop_chapterFinish.TabIndex = 10; + this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)"); + this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.chapersChanged); + // + // drop_chapterStart + // + this.drop_chapterStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.drop_chapterStart.FormattingEnabled = true; + this.drop_chapterStart.Location = new System.Drawing.Point(321, 3); + this.drop_chapterStart.Name = "drop_chapterStart"; + this.drop_chapterStart.Size = new System.Drawing.Size(69, 21); + this.drop_chapterStart.TabIndex = 9; + this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)"); + this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.chapersChanged); // // drop_angle // this.drop_angle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_angle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.drop_angle.FormattingEnabled = true; - this.drop_angle.Location = new System.Drawing.Point(250, 52); + this.drop_angle.Location = new System.Drawing.Point(209, 3); this.drop_angle.Name = "drop_angle"; this.drop_angle.Size = new System.Drawing.Size(45, 21); this.drop_angle.TabIndex = 45; this.ToolTip.SetToolTip(this.drop_angle, "Select the chapter range you would like to enocde. (default: All Chapters)"); // - // lbl_duration - // - this.lbl_duration.AutoSize = true; - this.lbl_duration.BackColor = System.Drawing.Color.Transparent; - this.lbl_duration.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_duration.Location = new System.Drawing.Point(645, 56); - this.lbl_duration.Name = "lbl_duration"; - this.lbl_duration.Size = new System.Drawing.Size(72, 12); - this.lbl_duration.TabIndex = 43; - this.lbl_duration.Text = "Select a Title"; - // - // label_duration + // drp_dvdtitle // - this.label_duration.AutoSize = true; - this.label_duration.BackColor = System.Drawing.Color.Transparent; - this.label_duration.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label_duration.Location = new System.Drawing.Point(578, 55); - this.label_duration.Name = "label_duration"; - this.label_duration.Size = new System.Drawing.Size(61, 13); - this.label_duration.TabIndex = 42; - this.label_duration.Text = "Duration:"; + this.drp_dvdtitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.drp_dvdtitle.FormattingEnabled = true; + this.drp_dvdtitle.Items.AddRange(new object[] { + "Automatic"}); + this.drp_dvdtitle.Location = new System.Drawing.Point(40, 3); + this.drp_dvdtitle.Name = "drp_dvdtitle"; + this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21); + this.drp_dvdtitle.TabIndex = 7; + this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.\r\nThe longest title is selected by default af" + + "ter you have scanned a source."); + this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged); + this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click); // // DVD_Open // @@ -570,13 +544,13 @@ namespace Handbrake this.mnu_killCLI, this.mnu_exit}); this.FileToolStripMenuItem.Name = "FileToolStripMenuItem"; - this.FileToolStripMenuItem.Size = new System.Drawing.Size(38, 20); + this.FileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.FileToolStripMenuItem.Text = "&File"; // // mnu_killCLI // this.mnu_killCLI.Name = "mnu_killCLI"; - this.mnu_killCLI.Size = new System.Drawing.Size(156, 22); + this.mnu_killCLI.Size = new System.Drawing.Size(143, 22); this.mnu_killCLI.Text = "Cancel Scan"; this.mnu_killCLI.Visible = false; this.mnu_killCLI.Click += new System.EventHandler(this.mnu_killCLI_Click); @@ -584,7 +558,7 @@ namespace Handbrake // mnu_exit // this.mnu_exit.Name = "mnu_exit"; - this.mnu_exit.Size = new System.Drawing.Size(156, 22); + this.mnu_exit.Size = new System.Drawing.Size(143, 22); this.mnu_exit.Text = "E&xit"; this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click); // @@ -601,7 +575,7 @@ namespace Handbrake this.ToolStripSeparator5, this.mnu_options}); this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem"; - this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(49, 20); + this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.ToolsToolStripMenuItem.Text = "&Tools"; // // mnu_encode @@ -609,7 +583,7 @@ namespace Handbrake this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small; this.mnu_encode.Name = "mnu_encode"; this.mnu_encode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q))); - this.mnu_encode.Size = new System.Drawing.Size(203, 22); + this.mnu_encode.Size = new System.Drawing.Size(186, 22); this.mnu_encode.Text = "Show Queue"; this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click); // @@ -617,20 +591,20 @@ namespace Handbrake // this.mnu_encodeLog.Image = global::Handbrake.Properties.Resources.ActivityWindow_small; this.mnu_encodeLog.Name = "mnu_encodeLog"; - this.mnu_encodeLog.Size = new System.Drawing.Size(203, 22); + this.mnu_encodeLog.Size = new System.Drawing.Size(186, 22); this.mnu_encodeLog.Text = "Activity Window"; this.mnu_encodeLog.Click += new System.EventHandler(this.mnu_encodeLog_Click); // // ToolStripSeparator5 // this.ToolStripSeparator5.Name = "ToolStripSeparator5"; - this.ToolStripSeparator5.Size = new System.Drawing.Size(200, 6); + this.ToolStripSeparator5.Size = new System.Drawing.Size(183, 6); // // mnu_options // this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small; this.mnu_options.Name = "mnu_options"; - this.mnu_options.Size = new System.Drawing.Size(203, 22); + this.mnu_options.Size = new System.Drawing.Size(186, 22); this.mnu_options.Text = "Options"; this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click); // @@ -641,15 +615,16 @@ namespace Handbrake this.mnu_delete_preset, this.toolStripSeparator7, this.btn_new_preset, + this.mnu_importMacPreset, this.mnu_SelectDefault}); this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem"; - this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(55, 20); this.PresetsToolStripMenuItem.Text = "&Presets"; // // mnu_presetReset // this.mnu_presetReset.Name = "mnu_presetReset"; - this.mnu_presetReset.Size = new System.Drawing.Size(215, 22); + this.mnu_presetReset.Size = new System.Drawing.Size(194, 22); this.mnu_presetReset.Text = "Update Built-in Presets"; this.mnu_presetReset.ToolTipText = "Resets all presets."; this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click); @@ -657,26 +632,33 @@ namespace Handbrake // mnu_delete_preset // this.mnu_delete_preset.Name = "mnu_delete_preset"; - this.mnu_delete_preset.Size = new System.Drawing.Size(215, 22); + this.mnu_delete_preset.Size = new System.Drawing.Size(194, 22); this.mnu_delete_preset.Text = "Delete Built-in Presets"; this.mnu_delete_preset.Click += new System.EventHandler(this.mnu_delete_preset_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6); + this.toolStripSeparator7.Size = new System.Drawing.Size(191, 6); // // btn_new_preset // this.btn_new_preset.Name = "btn_new_preset"; - this.btn_new_preset.Size = new System.Drawing.Size(215, 22); + this.btn_new_preset.Size = new System.Drawing.Size(194, 22); this.btn_new_preset.Text = "New Preset"; this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click); // + // mnu_importMacPreset + // + this.mnu_importMacPreset.Name = "mnu_importMacPreset"; + this.mnu_importMacPreset.Size = new System.Drawing.Size(194, 22); + this.mnu_importMacPreset.Text = "Import"; + this.mnu_importMacPreset.Click += new System.EventHandler(this.mnu_importMacPreset_Click); + // // mnu_SelectDefault // this.mnu_SelectDefault.Name = "mnu_SelectDefault"; - this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 22); + this.mnu_SelectDefault.Size = new System.Drawing.Size(194, 22); this.mnu_SelectDefault.Text = "Select Default Preset"; this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset"; this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click); @@ -692,14 +674,14 @@ namespace Handbrake this.toolStripSeparator6, this.mnu_about}); this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"; - this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.HelpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.HelpToolStripMenuItem.Text = "&Help"; // // mnu_user_guide // this.mnu_user_guide.Image = global::Handbrake.Properties.Resources.Help16; this.mnu_user_guide.Name = "mnu_user_guide"; - this.mnu_user_guide.Size = new System.Drawing.Size(215, 22); + this.mnu_user_guide.Size = new System.Drawing.Size(192, 22); this.mnu_user_guide.Text = "HandBrake User Guide"; this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click); // @@ -707,46 +689,44 @@ namespace Handbrake // this.mnu_handbrake_home.Image = global::Handbrake.Properties.Resources.info16; this.mnu_handbrake_home.Name = "mnu_handbrake_home"; - this.mnu_handbrake_home.Size = new System.Drawing.Size(215, 22); + this.mnu_handbrake_home.Size = new System.Drawing.Size(192, 22); this.mnu_handbrake_home.Text = "HandBrake Homepage"; this.mnu_handbrake_home.Click += new System.EventHandler(this.mnu_handbrake_home_Click); // // mnu_handbrake_forums // this.mnu_handbrake_forums.Name = "mnu_handbrake_forums"; - this.mnu_handbrake_forums.Size = new System.Drawing.Size(215, 22); + this.mnu_handbrake_forums.Size = new System.Drawing.Size(192, 22); this.mnu_handbrake_forums.Text = "HandBrake Forums"; this.mnu_handbrake_forums.Click += new System.EventHandler(this.mnu_handbrake_forums_Click); // // ToolStripSeparator3 // this.ToolStripSeparator3.Name = "ToolStripSeparator3"; - this.ToolStripSeparator3.Size = new System.Drawing.Size(212, 6); + this.ToolStripSeparator3.Size = new System.Drawing.Size(189, 6); // // mnu_UpdateCheck // this.mnu_UpdateCheck.Name = "mnu_UpdateCheck"; - this.mnu_UpdateCheck.Size = new System.Drawing.Size(215, 22); + this.mnu_UpdateCheck.Size = new System.Drawing.Size(192, 22); this.mnu_UpdateCheck.Text = "Check for Updates"; this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(212, 6); + this.toolStripSeparator6.Size = new System.Drawing.Size(189, 6); // // mnu_about // this.mnu_about.Image = global::Handbrake.Properties.Resources.hb16; this.mnu_about.Name = "mnu_about"; - this.mnu_about.Size = new System.Drawing.Size(215, 22); + this.mnu_about.Size = new System.Drawing.Size(192, 22); this.mnu_about.Text = "About..."; this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click); // // frmMainMenu // - this.frmMainMenu.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.frmMainMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FileToolStripMenuItem, this.ToolsToolStripMenuItem, @@ -759,152 +739,51 @@ namespace Handbrake this.frmMainMenu.TabIndex = 0; this.frmMainMenu.Text = "MenuStrip"; // - // gb_source - // - this.gb_source.Controls.Add(this.drop_angle); - this.gb_source.Controls.Add(this.lbl_angle); - this.gb_source.Controls.Add(this.lbl_duration); - this.gb_source.Controls.Add(this.label_duration); - this.gb_source.Controls.Add(this.Label13); - this.gb_source.Controls.Add(this.drop_chapterFinish); - this.gb_source.Controls.Add(this.drop_chapterStart); - this.gb_source.Controls.Add(this.drp_dvdtitle); - this.gb_source.Controls.Add(this.Label17); - this.gb_source.Controls.Add(this.text_source); - this.gb_source.Controls.Add(this.Label9); - this.gb_source.Controls.Add(this.Label10); - this.gb_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.gb_source.ForeColor = System.Drawing.Color.Black; - this.gb_source.Location = new System.Drawing.Point(9, 70); - this.gb_source.Name = "gb_source"; - this.gb_source.Size = new System.Drawing.Size(732, 87); - this.gb_source.TabIndex = 2; - this.gb_source.TabStop = false; - this.gb_source.Text = "Source"; - // - // lbl_angle - // - this.lbl_angle.AutoSize = true; - this.lbl_angle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_angle.ForeColor = System.Drawing.Color.Black; - this.lbl_angle.Location = new System.Drawing.Point(200, 55); - this.lbl_angle.Name = "lbl_angle"; - this.lbl_angle.Size = new System.Drawing.Size(44, 13); - this.lbl_angle.TabIndex = 44; - this.lbl_angle.Text = "Angle:"; - // - // Label13 - // - this.Label13.AutoSize = true; - this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label13.Location = new System.Drawing.Point(446, 55); - this.Label13.Name = "Label13"; - this.Label13.Size = new System.Drawing.Size(51, 13); - this.Label13.TabIndex = 10; - this.Label13.Text = "through"; - // - // Label17 - // - this.Label17.AutoSize = true; - this.Label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label17.ForeColor = System.Drawing.Color.Black; - this.Label17.Location = new System.Drawing.Point(17, 22); - this.Label17.Name = "Label17"; - this.Label17.Size = new System.Drawing.Size(52, 13); - this.Label17.TabIndex = 0; - this.Label17.Text = "Source:"; - // - // Label9 - // - this.Label9.AutoSize = true; - this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label9.ForeColor = System.Drawing.Color.Black; - this.Label9.Location = new System.Drawing.Point(301, 55); - this.Label9.Name = "Label9"; - this.Label9.Size = new System.Drawing.Size(64, 13); - this.Label9.TabIndex = 8; - this.Label9.Text = "Chapters:"; - // - // Label10 - // - this.Label10.AutoSize = true; - this.Label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label10.ForeColor = System.Drawing.Color.Black; - this.Label10.Location = new System.Drawing.Point(17, 55); - this.Label10.Name = "Label10"; - this.Label10.Size = new System.Drawing.Size(36, 13); - this.Label10.TabIndex = 6; - this.Label10.Text = "Title:"; - // - // groupBox_output - // - this.groupBox_output.Controls.Add(this.drop_format); - this.groupBox_output.Controls.Add(this.label5); - this.groupBox_output.Controls.Add(this.check_largeFile); - this.groupBox_output.Controls.Add(this.check_iPodAtom); - this.groupBox_output.Controls.Add(this.check_optimiseMP4); - this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBox_output.ForeColor = System.Drawing.Color.Black; - this.groupBox_output.Location = new System.Drawing.Point(9, 214); - this.groupBox_output.Name = "groupBox_output"; - this.groupBox_output.Size = new System.Drawing.Size(732, 50); - this.groupBox_output.TabIndex = 4; - this.groupBox_output.TabStop = false; - this.groupBox_output.Text = "Output Settings (Preset: None)"; - // // label5 // + this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.Black; - this.label5.Location = new System.Drawing.Point(17, 23); + this.label5.Location = new System.Drawing.Point(3, 7); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(52, 13); + this.label5.Size = new System.Drawing.Size(58, 13); this.label5.TabIndex = 27; - this.label5.Text = "Format:"; + this.label5.Text = "Container:"; // // Label47 // this.Label47.AutoSize = true; - this.Label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label47.BackColor = System.Drawing.Color.Transparent; this.Label47.ForeColor = System.Drawing.Color.Black; this.Label47.Location = new System.Drawing.Point(13, 39); this.Label47.Name = "Label47"; - this.Label47.Size = new System.Drawing.Size(84, 13); + this.Label47.Size = new System.Drawing.Size(70, 13); this.Label47.TabIndex = 0; this.Label47.Text = "Video Codec:"; // // Label3 // + this.Label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.Label3.AutoSize = true; - this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label3.ForeColor = System.Drawing.Color.Black; - this.Label3.Location = new System.Drawing.Point(17, 21); + this.Label3.Location = new System.Drawing.Point(3, 8); this.Label3.Name = "Label3"; - this.Label3.Size = new System.Drawing.Size(31, 13); + this.Label3.Size = new System.Drawing.Size(27, 13); this.Label3.TabIndex = 0; this.Label3.Text = "File:"; // // tab_audio // this.tab_audio.BackColor = System.Drawing.Color.Transparent; - this.tab_audio.Controls.Add(this.audioPanel); + this.tab_audio.Controls.Add(this.AudioSettings); this.tab_audio.Location = new System.Drawing.Point(4, 22); this.tab_audio.Name = "tab_audio"; this.tab_audio.Padding = new System.Windows.Forms.Padding(3); - this.tab_audio.Size = new System.Drawing.Size(724, 316); + this.tab_audio.Size = new System.Drawing.Size(724, 308); this.tab_audio.TabIndex = 3; this.tab_audio.Text = "Audio"; this.tab_audio.UseVisualStyleBackColor = true; // - // audioPanel - // - this.audioPanel.BackColor = System.Drawing.Color.Transparent; - this.audioPanel.Location = new System.Drawing.Point(0, 0); - this.audioPanel.Name = "audioPanel"; - this.audioPanel.Size = new System.Drawing.Size(715, 310); - this.audioPanel.TabIndex = 0; - // // AudioMenuRowHeightHack // this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; @@ -932,7 +811,7 @@ namespace Handbrake this.tab_video.Location = new System.Drawing.Point(4, 22); this.tab_video.Name = "tab_video"; this.tab_video.Padding = new System.Windows.Forms.Padding(3); - this.tab_video.Size = new System.Drawing.Size(724, 316); + this.tab_video.Size = new System.Drawing.Size(724, 308); this.tab_video.TabIndex = 2; this.tab_video.Text = "Video"; this.tab_video.UseVisualStyleBackColor = true; @@ -940,46 +819,49 @@ namespace Handbrake // radio_cq // this.radio_cq.AutoSize = true; + this.radio_cq.BackColor = System.Drawing.Color.Transparent; this.radio_cq.Location = new System.Drawing.Point(336, 97); this.radio_cq.Name = "radio_cq"; - this.radio_cq.Size = new System.Drawing.Size(125, 17); + this.radio_cq.Size = new System.Drawing.Size(110, 17); this.radio_cq.TabIndex = 18; this.radio_cq.Text = "Constant Quality:"; - this.radio_cq.UseVisualStyleBackColor = true; + this.radio_cq.UseVisualStyleBackColor = false; this.radio_cq.CheckedChanged += new System.EventHandler(this.radio_cq_CheckedChanged); // // radio_avgBitrate // this.radio_avgBitrate.AutoSize = true; + this.radio_avgBitrate.BackColor = System.Drawing.Color.Transparent; this.radio_avgBitrate.Checked = true; this.radio_avgBitrate.Location = new System.Drawing.Point(336, 64); this.radio_avgBitrate.Name = "radio_avgBitrate"; - this.radio_avgBitrate.Size = new System.Drawing.Size(135, 17); + this.radio_avgBitrate.Size = new System.Drawing.Size(116, 17); this.radio_avgBitrate.TabIndex = 17; this.radio_avgBitrate.TabStop = true; this.radio_avgBitrate.Text = "Avg Bitrate (kbps):"; - this.radio_avgBitrate.UseVisualStyleBackColor = true; + this.radio_avgBitrate.UseVisualStyleBackColor = false; this.radio_avgBitrate.CheckedChanged += new System.EventHandler(this.radio_avgBitrate_CheckedChanged); // // radio_targetFilesize // this.radio_targetFilesize.AutoSize = true; + this.radio_targetFilesize.BackColor = System.Drawing.Color.Transparent; this.radio_targetFilesize.Location = new System.Drawing.Point(336, 37); this.radio_targetFilesize.Name = "radio_targetFilesize"; - this.radio_targetFilesize.Size = new System.Drawing.Size(126, 17); + this.radio_targetFilesize.Size = new System.Drawing.Size(108, 17); this.radio_targetFilesize.TabIndex = 16; this.radio_targetFilesize.Text = "Target Size (MB):"; - this.radio_targetFilesize.UseVisualStyleBackColor = true; + this.radio_targetFilesize.UseVisualStyleBackColor = false; this.radio_targetFilesize.CheckedChanged += new System.EventHandler(this.radio_targetFilesize_CheckedChanged); // // label25 // this.label25.AutoSize = true; this.label25.BackColor = System.Drawing.Color.Transparent; - this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label25.Location = new System.Drawing.Point(13, 13); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(43, 13); + this.label25.Size = new System.Drawing.Size(38, 13); this.label25.TabIndex = 0; this.label25.Text = "Video"; // @@ -987,10 +869,9 @@ namespace Handbrake // this.check_2PassEncode.AutoSize = true; this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent; - this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.check_2PassEncode.Location = new System.Drawing.Point(125, 100); this.check_2PassEncode.Name = "check_2PassEncode"; - this.check_2PassEncode.Size = new System.Drawing.Size(119, 17); + this.check_2PassEncode.Size = new System.Drawing.Size(104, 17); this.check_2PassEncode.TabIndex = 6; this.check_2PassEncode.Text = "2-Pass Encoding"; this.check_2PassEncode.UseVisualStyleBackColor = false; @@ -1000,10 +881,10 @@ namespace Handbrake // this.Label2.AutoSize = true; this.Label2.BackColor = System.Drawing.Color.Transparent; - this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label2.Location = new System.Drawing.Point(334, 13); this.Label2.Name = "Label2"; - this.Label2.Size = new System.Drawing.Size(53, 13); + this.Label2.Size = new System.Drawing.Size(47, 13); this.Label2.TabIndex = 8; this.Label2.Text = "Quality"; // @@ -1011,10 +892,9 @@ namespace Handbrake // this.SliderValue.AutoSize = true; this.SliderValue.BackColor = System.Drawing.Color.Transparent; - this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SliderValue.Location = new System.Drawing.Point(480, 100); this.SliderValue.Name = "SliderValue"; - this.SliderValue.Size = new System.Drawing.Size(23, 12); + this.SliderValue.Size = new System.Drawing.Size(24, 13); this.SliderValue.TabIndex = 15; this.SliderValue.Text = "0%"; // @@ -1022,96 +902,31 @@ namespace Handbrake // this.Label46.AutoSize = true; this.Label46.BackColor = System.Drawing.Color.Transparent; - this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label46.Location = new System.Drawing.Point(13, 71); this.Label46.Name = "Label46"; - this.Label46.Size = new System.Drawing.Size(106, 13); + this.Label46.Size = new System.Drawing.Size(90, 13); this.Label46.TabIndex = 1; this.Label46.Text = "Framerate (FPS):"; // - // check_grayscale - // - this.check_grayscale.AutoSize = true; - this.check_grayscale.BackColor = System.Drawing.Color.Transparent; - this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_grayscale.Location = new System.Drawing.Point(25, 210); - this.check_grayscale.Name = "check_grayscale"; - this.check_grayscale.Size = new System.Drawing.Size(138, 17); - this.check_grayscale.TabIndex = 5; - this.check_grayscale.Text = "Grayscale Encoding"; - this.check_grayscale.UseVisualStyleBackColor = false; - // // tab_picture // this.tab_picture.BackColor = System.Drawing.Color.Transparent; - this.tab_picture.Controls.Add(this.pictureSettings); + this.tab_picture.Controls.Add(this.PictureSettings); this.tab_picture.Location = new System.Drawing.Point(4, 22); this.tab_picture.Name = "tab_picture"; this.tab_picture.Padding = new System.Windows.Forms.Padding(3); - this.tab_picture.Size = new System.Drawing.Size(724, 316); + this.tab_picture.Size = new System.Drawing.Size(724, 308); this.tab_picture.TabIndex = 0; - this.tab_picture.Text = "Picture Settings"; + this.tab_picture.Text = "Picture"; this.tab_picture.UseVisualStyleBackColor = true; // - // pictureSettings - // - this.pictureSettings.Location = new System.Drawing.Point(0, 0); - this.pictureSettings.Name = "pictureSettings"; - this.pictureSettings.Size = new System.Drawing.Size(713, 310); - this.pictureSettings.TabIndex = 0; - // - // slider_deblock - // - this.slider_deblock.Location = new System.Drawing.Point(118, 162); - this.slider_deblock.Maximum = 15; - this.slider_deblock.Minimum = 4; - this.slider_deblock.Name = "slider_deblock"; - this.slider_deblock.Size = new System.Drawing.Size(174, 45); - this.slider_deblock.TabIndex = 35; - this.slider_deblock.Value = 4; - this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll); - // - // label8 - // - this.label8.AutoSize = true; - this.label8.BackColor = System.Drawing.Color.Transparent; - this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label8.Location = new System.Drawing.Point(22, 167); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(58, 13); - this.label8.TabIndex = 37; - this.label8.Text = "Deblock:"; - // - // lbl_deblockVal - // - this.lbl_deblockVal.AutoSize = true; - this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent; - this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_deblockVal.Location = new System.Drawing.Point(296, 167); - this.lbl_deblockVal.Name = "lbl_deblockVal"; - this.lbl_deblockVal.Size = new System.Drawing.Size(24, 13); - this.lbl_deblockVal.TabIndex = 36; - this.lbl_deblockVal.Text = "Off"; - // - // label24 - // - this.label24.AutoSize = true; - this.label24.BackColor = System.Drawing.Color.Transparent; - this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label24.Location = new System.Drawing.Point(13, 13); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(49, 13); - this.label24.TabIndex = 22; - this.label24.Text = "Filters"; - // // Check_ChapterMarkers // this.Check_ChapterMarkers.AutoSize = true; this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent; - this.Check_ChapterMarkers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32); this.Check_ChapterMarkers.Name = "Check_ChapterMarkers"; - this.Check_ChapterMarkers.Size = new System.Drawing.Size(164, 17); + this.Check_ChapterMarkers.Size = new System.Drawing.Size(140, 17); this.Check_ChapterMarkers.TabIndex = 1; this.Check_ChapterMarkers.Text = "Create chapter markers"; this.Check_ChapterMarkers.UseVisualStyleBackColor = false; @@ -1127,115 +942,69 @@ namespace Handbrake this.tabs_panel.Controls.Add(this.tab_chapters); this.tabs_panel.Controls.Add(this.tab_advanced); this.tabs_panel.Controls.Add(this.tab_query); - this.tabs_panel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.tabs_panel.Location = new System.Drawing.Point(9, 274); + this.tabs_panel.Location = new System.Drawing.Point(12, 218); this.tabs_panel.Name = "tabs_panel"; this.tabs_panel.SelectedIndex = 0; - this.tabs_panel.Size = new System.Drawing.Size(732, 342); + this.tabs_panel.Size = new System.Drawing.Size(732, 334); this.tabs_panel.TabIndex = 5; this.tabs_panel.TabStop = false; // // tab_filters // - this.tab_filters.Controls.Add(this.ctl_deinterlace); - this.tab_filters.Controls.Add(this.ctl_denoise); - this.tab_filters.Controls.Add(this.ctl_decomb); - this.tab_filters.Controls.Add(this.ctl_detelecine); - this.tab_filters.Controls.Add(this.slider_deblock); - this.tab_filters.Controls.Add(this.label24); - this.tab_filters.Controls.Add(this.check_grayscale); - this.tab_filters.Controls.Add(this.label8); - this.tab_filters.Controls.Add(this.lbl_deblockVal); + this.tab_filters.Controls.Add(this.Filters); this.tab_filters.Location = new System.Drawing.Point(4, 22); this.tab_filters.Name = "tab_filters"; - this.tab_filters.Size = new System.Drawing.Size(724, 316); + this.tab_filters.Size = new System.Drawing.Size(724, 308); this.tab_filters.TabIndex = 9; this.tab_filters.Text = "Video Filters"; this.tab_filters.UseVisualStyleBackColor = true; // - // ctl_deinterlace - // - this.ctl_deinterlace.AutoSize = true; - this.ctl_deinterlace.Location = new System.Drawing.Point(19, 95); - this.ctl_deinterlace.Margin = new System.Windows.Forms.Padding(0); - this.ctl_deinterlace.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_deinterlace.Name = "ctl_deinterlace"; - this.ctl_deinterlace.Size = new System.Drawing.Size(275, 28); - this.ctl_deinterlace.TabIndex = 41; - this.ctl_deinterlace.onChange += new System.EventHandler(this.ctl_deinterlace_changed); - // - // ctl_denoise - // - this.ctl_denoise.AutoSize = true; - this.ctl_denoise.Location = new System.Drawing.Point(19, 123); - this.ctl_denoise.Margin = new System.Windows.Forms.Padding(0); - this.ctl_denoise.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_denoise.Name = "ctl_denoise"; - this.ctl_denoise.Size = new System.Drawing.Size(275, 28); - this.ctl_denoise.TabIndex = 40; - // - // ctl_decomb - // - this.ctl_decomb.AutoSize = true; - this.ctl_decomb.Location = new System.Drawing.Point(19, 66); - this.ctl_decomb.Margin = new System.Windows.Forms.Padding(0); - this.ctl_decomb.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_decomb.Name = "ctl_decomb"; - this.ctl_decomb.Size = new System.Drawing.Size(275, 28); - this.ctl_decomb.TabIndex = 39; - this.ctl_decomb.onChange += new System.EventHandler(this.ctl_decomb_changed); - // - // ctl_detelecine - // - this.ctl_detelecine.AutoSize = true; - this.ctl_detelecine.Location = new System.Drawing.Point(19, 38); - this.ctl_detelecine.Margin = new System.Windows.Forms.Padding(0); - this.ctl_detelecine.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_detelecine.Name = "ctl_detelecine"; - this.ctl_detelecine.Size = new System.Drawing.Size(275, 28); - this.ctl_detelecine.TabIndex = 38; - // // tab_subtitles // this.tab_subtitles.Controls.Add(this.Subtitles); this.tab_subtitles.Location = new System.Drawing.Point(4, 22); this.tab_subtitles.Name = "tab_subtitles"; this.tab_subtitles.Padding = new System.Windows.Forms.Padding(3); - this.tab_subtitles.Size = new System.Drawing.Size(724, 316); + this.tab_subtitles.Size = new System.Drawing.Size(724, 308); this.tab_subtitles.TabIndex = 10; this.tab_subtitles.Text = "Subtitles"; this.tab_subtitles.UseVisualStyleBackColor = true; // - // Subtitles - // - this.Subtitles.BackColor = System.Drawing.Color.Transparent; - this.Subtitles.Location = new System.Drawing.Point(0, 0); - this.Subtitles.Name = "Subtitles"; - this.Subtitles.setContainer = 0; - this.Subtitles.Size = new System.Drawing.Size(722, 310); - this.Subtitles.TabIndex = 0; - // // tab_chapters // this.tab_chapters.BackColor = System.Drawing.Color.Transparent; + this.tab_chapters.Controls.Add(this.btn_importChapters); this.tab_chapters.Controls.Add(this.label31); this.tab_chapters.Controls.Add(this.data_chpt); this.tab_chapters.Controls.Add(this.Check_ChapterMarkers); this.tab_chapters.Location = new System.Drawing.Point(4, 22); this.tab_chapters.Name = "tab_chapters"; - this.tab_chapters.Size = new System.Drawing.Size(724, 316); + this.tab_chapters.Size = new System.Drawing.Size(724, 308); this.tab_chapters.TabIndex = 6; this.tab_chapters.Text = "Chapters"; this.tab_chapters.UseVisualStyleBackColor = true; // + // btn_importChapters + // + this.btn_importChapters.AutoSize = true; + this.btn_importChapters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_importChapters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); + this.btn_importChapters.Location = new System.Drawing.Point(625, 26); + this.btn_importChapters.Name = "btn_importChapters"; + this.btn_importChapters.Size = new System.Drawing.Size(75, 23); + this.btn_importChapters.TabIndex = 14; + this.btn_importChapters.Text = "Import"; + this.btn_importChapters.UseVisualStyleBackColor = true; + this.btn_importChapters.Click += new System.EventHandler(this.btn_importChapters_Click); + // // label31 // this.label31.AutoSize = true; this.label31.BackColor = System.Drawing.Color.Transparent; - this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.Location = new System.Drawing.Point(13, 13); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(115, 13); + this.label31.Size = new System.Drawing.Size(102, 13); this.label31.TabIndex = 0; this.label31.Text = "Chapter Markers"; // @@ -1243,23 +1012,14 @@ namespace Handbrake // this.tab_advanced.BackColor = System.Drawing.Color.Transparent; this.tab_advanced.Controls.Add(this.x264Panel); - this.tab_advanced.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tab_advanced.Location = new System.Drawing.Point(4, 22); this.tab_advanced.Name = "tab_advanced"; this.tab_advanced.Padding = new System.Windows.Forms.Padding(3); - this.tab_advanced.Size = new System.Drawing.Size(724, 316); + this.tab_advanced.Size = new System.Drawing.Size(724, 308); this.tab_advanced.TabIndex = 8; this.tab_advanced.Text = "Advanced"; this.tab_advanced.UseVisualStyleBackColor = true; // - // x264Panel - // - this.x264Panel.Location = new System.Drawing.Point(0, 0); - this.x264Panel.Name = "x264Panel"; - this.x264Panel.Size = new System.Drawing.Size(720, 306); - this.x264Panel.TabIndex = 0; - this.x264Panel.x264Query = ""; - // // tab_query // this.tab_query.Controls.Add(this.btn_clear); @@ -1269,7 +1029,7 @@ namespace Handbrake this.tab_query.Controls.Add(this.rtf_query); this.tab_query.Location = new System.Drawing.Point(4, 22); this.tab_query.Name = "tab_query"; - this.tab_query.Size = new System.Drawing.Size(724, 316); + this.tab_query.Size = new System.Drawing.Size(724, 308); this.tab_query.TabIndex = 7; this.tab_query.Text = "Query Editor"; this.tab_query.UseVisualStyleBackColor = true; @@ -1277,7 +1037,7 @@ namespace Handbrake // btn_clear // this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_clear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_clear.Location = new System.Drawing.Point(634, 75); this.btn_clear.Name = "btn_clear"; @@ -1292,7 +1052,7 @@ namespace Handbrake this.label34.AutoSize = true; this.label34.Location = new System.Drawing.Point(13, 36); this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(434, 26); + this.label34.Size = new System.Drawing.Size(367, 26); this.label34.TabIndex = 1; this.label34.Text = "Here you can alter the query generated by this program.\r\nDon\'t forget to re-gener" + "ate this query should you change any GUI options."; @@ -1300,7 +1060,7 @@ namespace Handbrake // btn_generate_Query // this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_generate_Query.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_generate_Query.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_generate_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_generate_Query.Location = new System.Drawing.Point(16, 75); this.btn_generate_Query.Name = "btn_generate_Query"; @@ -1314,10 +1074,10 @@ namespace Handbrake // this.label33.AutoSize = true; this.label33.BackColor = System.Drawing.Color.Transparent; - this.label33.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label33.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label33.Location = new System.Drawing.Point(13, 13); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(89, 13); + this.label33.Size = new System.Drawing.Size(77, 13); this.label33.TabIndex = 0; this.label33.Text = "Query Editor"; // @@ -1326,43 +1086,17 @@ namespace Handbrake this.rtf_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.rtf_query.Location = new System.Drawing.Point(16, 103); this.rtf_query.Name = "rtf_query"; - this.rtf_query.Size = new System.Drawing.Size(693, 194); + this.rtf_query.Size = new System.Drawing.Size(693, 190); this.rtf_query.TabIndex = 5; this.rtf_query.Text = ""; // - // groupBox_dest - // - this.groupBox_dest.Controls.Add(this.btn_destBrowse); - this.groupBox_dest.Controls.Add(this.Label3); - this.groupBox_dest.Controls.Add(this.text_destination); - this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBox_dest.ForeColor = System.Drawing.Color.Black; - this.groupBox_dest.Location = new System.Drawing.Point(9, 160); - this.groupBox_dest.Name = "groupBox_dest"; - this.groupBox_dest.Size = new System.Drawing.Size(732, 50); - this.groupBox_dest.TabIndex = 3; - this.groupBox_dest.TabStop = false; - this.groupBox_dest.Text = "Destination"; - // - // btn_destBrowse - // - this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_destBrowse.Location = new System.Drawing.Point(642, 18); - this.btn_destBrowse.Name = "btn_destBrowse"; - this.btn_destBrowse.Size = new System.Drawing.Size(75, 23); - this.btn_destBrowse.TabIndex = 13; - this.btn_destBrowse.Text = "Browse"; - this.btn_destBrowse.UseVisualStyleBackColor = true; - this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click); - // // groupBox2 // this.groupBox2.Controls.Add(this.splitContainer1); - this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.ForeColor = System.Drawing.Color.Black; - this.groupBox2.Location = new System.Drawing.Point(751, 70); + this.groupBox2.Location = new System.Drawing.Point(750, 70); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(245, 546); + this.groupBox2.Size = new System.Drawing.Size(246, 482); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "Presets"; @@ -1383,14 +1117,15 @@ namespace Handbrake this.splitContainer1.Panel2.Controls.Add(this.btn_addPreset); this.splitContainer1.Panel2.Controls.Add(this.btn_removePreset); this.splitContainer1.Panel2.Controls.Add(this.btn_setDefault); - this.splitContainer1.Size = new System.Drawing.Size(239, 526); - this.splitContainer1.SplitterDistance = 485; + this.splitContainer1.Size = new System.Drawing.Size(240, 462); + this.splitContainer1.SplitterDistance = 424; this.splitContainer1.TabIndex = 1; // // treeView_presets // this.treeView_presets.ContextMenuStrip = this.presets_menu; this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill; + this.treeView_presets.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue; this.treeView_presets.FullRowSelect = true; this.treeView_presets.HideSelection = false; @@ -1398,7 +1133,7 @@ namespace Handbrake this.treeView_presets.Location = new System.Drawing.Point(0, 0); this.treeView_presets.Name = "treeView_presets"; this.treeView_presets.ShowLines = false; - this.treeView_presets.Size = new System.Drawing.Size(239, 485); + this.treeView_presets.Size = new System.Drawing.Size(240, 424); this.treeView_presets.TabIndex = 0; this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp); this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect); @@ -1410,10 +1145,12 @@ namespace Handbrake this.pmnu_expandAll, this.pmnu_collapse, this.sep1, + this.pmnu_import, + this.toolStripSeparator2, this.pmnu_saveChanges, this.pmnu_delete}); this.presets_menu.Name = "presets_menu"; - this.presets_menu.Size = new System.Drawing.Size(155, 98); + this.presets_menu.Size = new System.Drawing.Size(155, 126); this.presets_menu.Text = ";"; this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening); // @@ -1436,6 +1173,18 @@ namespace Handbrake this.sep1.Name = "sep1"; this.sep1.Size = new System.Drawing.Size(151, 6); // + // pmnu_import + // + this.pmnu_import.Name = "pmnu_import"; + this.pmnu_import.Size = new System.Drawing.Size(154, 22); + this.pmnu_import.Text = "Import"; + this.pmnu_import.Click += new System.EventHandler(this.pmnu_import_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(151, 6); + // // pmnu_saveChanges // this.pmnu_saveChanges.Name = "pmnu_saveChanges"; @@ -1452,7 +1201,6 @@ namespace Handbrake // // toolStrip1 // - this.toolStrip1.BackColor = System.Drawing.Color.Transparent; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_source, @@ -1465,7 +1213,7 @@ namespace Handbrake this.btn_ActivityWindow}); this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; + this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.toolStrip1.Size = new System.Drawing.Size(1000, 39); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; @@ -1562,7 +1310,7 @@ namespace Handbrake // // tb_preview // - this.tb_preview.Image = global::Handbrake.Properties.Resources.picture; + this.tb_preview.Image = global::Handbrake.Properties.Resources.window; this.tb_preview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tb_preview.ImageTransparentColor = System.Drawing.Color.Magenta; this.tb_preview.Name = "tb_preview"; @@ -1595,20 +1343,32 @@ namespace Handbrake // StatusStrip // this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.lbl_encode}); - this.StatusStrip.Location = new System.Drawing.Point(0, 623); + this.lbl_encode, + this.lbl_updateCheck}); + this.StatusStrip.Location = new System.Drawing.Point(0, 560); this.StatusStrip.Name = "StatusStrip"; this.StatusStrip.Size = new System.Drawing.Size(1000, 22); + this.StatusStrip.SizingGrip = false; this.StatusStrip.TabIndex = 7; this.StatusStrip.Text = "statusStrip1"; // // lbl_encode // - this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbl_encode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_encode.Name = "lbl_encode"; - this.lbl_encode.Size = new System.Drawing.Size(31, 17); + this.lbl_encode.Size = new System.Drawing.Size(28, 17); this.lbl_encode.Text = "{0}"; // + // lbl_updateCheck + // + this.lbl_updateCheck.BackColor = System.Drawing.Color.Transparent; + this.lbl_updateCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.lbl_updateCheck.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbl_updateCheck.Name = "lbl_updateCheck"; + this.lbl_updateCheck.Size = new System.Drawing.Size(139, 17); + this.lbl_updateCheck.Text = "Checking for Updates ..."; + this.lbl_updateCheck.Visible = false; + // // hbproc // this.hbproc.StartInfo.Domain = ""; @@ -1619,51 +1379,310 @@ namespace Handbrake this.hbproc.StartInfo.UserName = ""; this.hbproc.SynchronizingObject = this; // + // File_Save + // + this.File_Save.DefaultExt = "hb"; + this.File_Save.Filter = "hb|*.hb"; + // + // tableLayoutPanel2 + // + this.tableLayoutPanel2.AutoSize = true; + this.tableLayoutPanel2.ColumnCount = 3; + this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel2.Controls.Add(this.Label3, 0, 0); + this.tableLayoutPanel2.Controls.Add(this.text_destination, 1, 0); + this.tableLayoutPanel2.Controls.Add(this.btn_destBrowse, 2, 0); + this.tableLayoutPanel2.Location = new System.Drawing.Point(21, 132); + this.tableLayoutPanel2.Name = "tableLayoutPanel2"; + this.tableLayoutPanel2.RowCount = 1; + this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F)); + this.tableLayoutPanel2.Size = new System.Drawing.Size(723, 29); + this.tableLayoutPanel2.TabIndex = 50; + // + // btn_destBrowse + // + this.btn_destBrowse.AutoSize = true; + this.btn_destBrowse.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); + this.btn_destBrowse.Location = new System.Drawing.Point(645, 3); + this.btn_destBrowse.Name = "btn_destBrowse"; + this.btn_destBrowse.Size = new System.Drawing.Size(75, 23); + this.btn_destBrowse.TabIndex = 13; + this.btn_destBrowse.Text = "Browse"; + this.btn_destBrowse.UseVisualStyleBackColor = true; + this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click); + // + // tableLayoutPanel3 + // + this.tableLayoutPanel3.AutoSize = true; + this.tableLayoutPanel3.ColumnCount = 5; + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel3.Controls.Add(this.label5, 0, 0); + this.tableLayoutPanel3.Controls.Add(this.drop_format, 1, 0); + this.tableLayoutPanel3.Controls.Add(this.check_largeFile, 2, 0); + this.tableLayoutPanel3.Controls.Add(this.check_optimiseMP4, 3, 0); + this.tableLayoutPanel3.Controls.Add(this.check_iPodAtom, 4, 0); + this.tableLayoutPanel3.Location = new System.Drawing.Point(21, 180); + this.tableLayoutPanel3.Name = "tableLayoutPanel3"; + this.tableLayoutPanel3.RowCount = 1; + this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel3.Size = new System.Drawing.Size(723, 27); + this.tableLayoutPanel3.TabIndex = 51; + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.AutoSize = true; + this.tableLayoutPanel1.ColumnCount = 10; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.Controls.Add(this.Label10, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.drp_dvdtitle, 1, 0); + this.tableLayoutPanel1.Controls.Add(this.lbl_angle, 2, 0); + this.tableLayoutPanel1.Controls.Add(this.drop_angle, 3, 0); + this.tableLayoutPanel1.Controls.Add(this.Label9, 4, 0); + this.tableLayoutPanel1.Controls.Add(this.drop_chapterStart, 5, 0); + this.tableLayoutPanel1.Controls.Add(this.Label13, 6, 0); + this.tableLayoutPanel1.Controls.Add(this.drop_chapterFinish, 7, 0); + this.tableLayoutPanel1.Controls.Add(this.label_duration, 8, 0); + this.tableLayoutPanel1.Controls.Add(this.lbl_duration, 9, 0); + this.tableLayoutPanel1.Location = new System.Drawing.Point(21, 86); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 1; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(723, 27); + this.tableLayoutPanel1.TabIndex = 49; + // + // Label10 + // + this.Label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.Label10.AutoSize = true; + this.Label10.ForeColor = System.Drawing.Color.Black; + this.Label10.Location = new System.Drawing.Point(3, 7); + this.Label10.Name = "Label10"; + this.Label10.Size = new System.Drawing.Size(31, 13); + this.Label10.TabIndex = 6; + this.Label10.Text = "Title:"; + // + // lbl_angle + // + this.lbl_angle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.lbl_angle.AutoSize = true; + this.lbl_angle.ForeColor = System.Drawing.Color.Black; + this.lbl_angle.Location = new System.Drawing.Point(165, 7); + this.lbl_angle.Name = "lbl_angle"; + this.lbl_angle.Size = new System.Drawing.Size(38, 13); + this.lbl_angle.TabIndex = 44; + this.lbl_angle.Text = "Angle:"; + // + // Label9 + // + this.Label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.Label9.AutoSize = true; + this.Label9.ForeColor = System.Drawing.Color.Black; + this.Label9.Location = new System.Drawing.Point(260, 7); + this.Label9.Name = "Label9"; + this.Label9.Size = new System.Drawing.Size(55, 13); + this.Label9.TabIndex = 8; + this.Label9.Text = "Chapters:"; + // + // Label13 + // + this.Label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.Label13.AutoSize = true; + this.Label13.Location = new System.Drawing.Point(396, 7); + this.Label13.Name = "Label13"; + this.Label13.Size = new System.Drawing.Size(45, 13); + this.Label13.TabIndex = 10; + this.Label13.Text = "through"; + // + // label_duration + // + this.label_duration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.label_duration.AutoSize = true; + this.label_duration.BackColor = System.Drawing.Color.Transparent; + this.label_duration.Location = new System.Drawing.Point(522, 7); + this.label_duration.Name = "label_duration"; + this.label_duration.Size = new System.Drawing.Size(52, 13); + this.label_duration.TabIndex = 42; + this.label_duration.Text = "Duration:"; + // + // lbl_duration + // + this.lbl_duration.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.lbl_duration.AutoSize = true; + this.lbl_duration.BackColor = System.Drawing.Color.Transparent; + this.lbl_duration.Location = new System.Drawing.Point(580, 7); + this.lbl_duration.Name = "lbl_duration"; + this.lbl_duration.Size = new System.Drawing.Size(39, 13); + this.lbl_duration.TabIndex = 43; + this.lbl_duration.Text = "--:--:--"; + // + // labelStaticDestination + // + this.labelStaticDestination.AutoSize = true; + this.labelStaticDestination.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStaticDestination.Location = new System.Drawing.Point(9, 116); + this.labelStaticDestination.Name = "labelStaticDestination"; + this.labelStaticDestination.Size = new System.Drawing.Size(75, 13); + this.labelStaticDestination.TabIndex = 53; + this.labelStaticDestination.Text = "Destination:"; + // + // labelPreset + // + this.labelPreset.AutoSize = true; + this.labelPreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelPreset.Location = new System.Drawing.Point(9, 164); + this.labelPreset.Name = "labelPreset"; + this.labelPreset.Size = new System.Drawing.Size(180, 13); + this.labelPreset.TabIndex = 54; + this.labelPreset.Text = "Output Settings (Preset: None)"; + // + // labelSource + // + this.labelSource.AutoSize = true; + this.labelSource.Location = new System.Drawing.Point(55, 0); + this.labelSource.Name = "labelSource"; + this.labelSource.Size = new System.Drawing.Size(137, 13); + this.labelSource.TabIndex = 52; + this.labelSource.Text = "Select \"Source\" to continue"; + // + // labelStaticSource + // + this.labelStaticSource.AutoSize = true; + this.labelStaticSource.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStaticSource.Location = new System.Drawing.Point(0, 0); + this.labelStaticSource.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); + this.labelStaticSource.Name = "labelStaticSource"; + this.labelStaticSource.Size = new System.Drawing.Size(49, 13); + this.labelStaticSource.TabIndex = 51; + this.labelStaticSource.Text = "Source:"; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.Controls.Add(this.labelStaticSource); + this.flowLayoutPanel1.Controls.Add(this.labelSource); + this.flowLayoutPanel1.Location = new System.Drawing.Point(9, 70); + this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(195, 13); + this.flowLayoutPanel1.TabIndex = 55; + // + // openPreset + // + this.openPreset.DefaultExt = "plist"; + this.openPreset.Filter = "Plist Files|*.plist"; + // + // File_ChapterImport + // + this.File_ChapterImport.Filter = "CSV Files|*.csv"; + // + // PictureSettings + // + this.PictureSettings.BackColor = System.Drawing.Color.Transparent; + this.PictureSettings.Enabled = false; + this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.PictureSettings.Location = new System.Drawing.Point(0, 0); + this.PictureSettings.Name = "PictureSettings"; + this.PictureSettings.Size = new System.Drawing.Size(666, 279); + this.PictureSettings.TabIndex = 0; + // + // Filters + // + this.Filters.BackColor = System.Drawing.Color.Transparent; + this.Filters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Filters.Location = new System.Drawing.Point(0, 0); + this.Filters.Name = "Filters"; + this.Filters.Size = new System.Drawing.Size(713, 310); + this.Filters.TabIndex = 0; + // + // AudioSettings + // + this.AudioSettings.BackColor = System.Drawing.Color.Transparent; + this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.AudioSettings.Location = new System.Drawing.Point(0, 0); + this.AudioSettings.Name = "AudioSettings"; + this.AudioSettings.Size = new System.Drawing.Size(715, 310); + this.AudioSettings.TabIndex = 0; + // + // Subtitles + // + this.Subtitles.BackColor = System.Drawing.Color.Transparent; + this.Subtitles.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Subtitles.Location = new System.Drawing.Point(0, 0); + this.Subtitles.Name = "Subtitles"; + this.Subtitles.Size = new System.Drawing.Size(722, 310); + this.Subtitles.TabIndex = 0; + // + // x264Panel + // + this.x264Panel.BackColor = System.Drawing.Color.Transparent; + this.x264Panel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.x264Panel.Location = new System.Drawing.Point(0, 0); + this.x264Panel.Name = "x264Panel"; + this.x264Panel.Size = new System.Drawing.Size(720, 306); + this.x264Panel.TabIndex = 0; + this.x264Panel.x264Query = ""; + // // frmMain // this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; - this.ClientSize = new System.Drawing.Size(1000, 645); - this.Controls.Add(this.gb_source); - this.Controls.Add(this.groupBox_dest); - this.Controls.Add(this.groupBox_output); - this.Controls.Add(this.groupBox2); + this.ClientSize = new System.Drawing.Size(1000, 582); + this.Controls.Add(this.tableLayoutPanel3); this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.tabs_panel); + this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.frmMainMenu); + this.Controls.Add(this.tableLayoutPanel2); + this.Controls.Add(this.labelPreset); + this.Controls.Add(this.groupBox2); this.Controls.Add(this.StatusStrip); + this.Controls.Add(this.labelStaticDestination); + this.Controls.Add(this.tableLayoutPanel1); + this.Controls.Add(this.tabs_panel); this.DoubleBuffered = true; + this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(775, 480); this.Name = "frmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "HandBrake"; notifyIconMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit(); + this.ChaptersMenu.ResumeLayout(false); this.frmMainMenu.ResumeLayout(false); this.frmMainMenu.PerformLayout(); - this.gb_source.ResumeLayout(false); - this.gb_source.PerformLayout(); - this.groupBox_output.ResumeLayout(false); - this.groupBox_output.PerformLayout(); this.tab_audio.ResumeLayout(false); this.tab_video.ResumeLayout(false); this.tab_video.PerformLayout(); this.tab_picture.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit(); this.tabs_panel.ResumeLayout(false); this.tab_filters.ResumeLayout(false); - this.tab_filters.PerformLayout(); this.tab_subtitles.ResumeLayout(false); this.tab_chapters.ResumeLayout(false); this.tab_chapters.PerformLayout(); this.tab_advanced.ResumeLayout(false); this.tab_query.ResumeLayout(false); this.tab_query.PerformLayout(); - this.groupBox_dest.ResumeLayout(false); - this.groupBox_dest.PerformLayout(); this.groupBox2.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); @@ -1673,6 +1692,14 @@ namespace Handbrake this.toolStrip1.PerformLayout(); this.StatusStrip.ResumeLayout(false); this.StatusStrip.PerformLayout(); + this.tableLayoutPanel2.ResumeLayout(false); + this.tableLayoutPanel2.PerformLayout(); + this.tableLayoutPanel3.ResumeLayout(false); + this.tableLayoutPanel3.PerformLayout(); + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -1680,7 +1707,6 @@ namespace Handbrake #endregion - internal System.Windows.Forms.SaveFileDialog File_Save; internal System.Windows.Forms.ToolTip ToolTip; internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem mnu_open3; @@ -1695,15 +1721,6 @@ namespace Handbrake internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3; internal System.Windows.Forms.ToolStripMenuItem mnu_about; internal System.Windows.Forms.MenuStrip frmMainMenu; - internal System.Windows.Forms.GroupBox gb_source; - internal System.Windows.Forms.Label Label13; - internal System.Windows.Forms.ComboBox drop_chapterFinish; - internal System.Windows.Forms.ComboBox drop_chapterStart; - internal System.Windows.Forms.ComboBox drp_dvdtitle; - internal System.Windows.Forms.Label Label17; - internal System.Windows.Forms.Label Label9; - internal System.Windows.Forms.Label Label10; - internal System.Windows.Forms.GroupBox groupBox_output; internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.ComboBox drp_videoEncoder; internal System.Windows.Forms.Label Label47; @@ -1723,9 +1740,6 @@ namespace Handbrake internal System.Windows.Forms.CheckBox Check_ChapterMarkers; internal System.Windows.Forms.TabControl tabs_panel; internal System.Windows.Forms.Label Label46; - private System.Windows.Forms.GroupBox groupBox_dest; - internal System.Windows.Forms.CheckBox check_grayscale; - internal System.Windows.Forms.Label label24; private System.Windows.Forms.GroupBox groupBox2; internal System.Windows.Forms.Button btn_setDefault; private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault; @@ -1755,13 +1769,10 @@ namespace Handbrake internal System.Windows.Forms.Button btn_addPreset; internal System.Windows.Forms.Label label25; internal System.Windows.Forms.TabPage tab_advanced; - private System.Windows.Forms.Button btn_destBrowse; internal System.Windows.Forms.TreeView treeView_presets; internal System.Windows.Forms.RichTextBox rtf_query; private System.Windows.Forms.NotifyIcon notifyIcon; private System.Windows.Forms.ToolStripMenuItem btn_restore; - internal System.Windows.Forms.Label lbl_duration; - internal System.Windows.Forms.Label label_duration; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripMenuItem btn_file_source; private System.Windows.Forms.ToolStripMenuItem mnu_delete_preset; @@ -1776,9 +1787,6 @@ namespace Handbrake internal System.Windows.Forms.ToolStripMenuItem mnu_encodeLog; private System.Windows.Forms.StatusStrip StatusStrip; private System.Windows.Forms.ToolStripStatusLabel lbl_encode; - internal System.Windows.Forms.Label lbl_deblockVal; - internal System.Windows.Forms.TrackBar slider_deblock; - internal System.Windows.Forms.Label label8; internal System.Windows.Forms.OpenFileDialog ISO_Open; internal System.Windows.Forms.FolderBrowserDialog DVD_Open; internal System.Windows.Forms.ToolStripMenuItem mnu_dvd_drive; @@ -1792,10 +1800,6 @@ namespace Handbrake private System.Windows.Forms.ToolStripMenuItem pmnu_saveChanges; private System.Windows.Forms.ToolStripMenuItem mnu_killCLI; private System.Windows.Forms.TabPage tab_filters; - internal Deinterlace ctl_deinterlace; - internal Denoise ctl_denoise; - internal Decomb ctl_decomb; - internal Detelecine ctl_detelecine; internal System.Windows.Forms.RadioButton radio_cq; internal System.Windows.Forms.RadioButton radio_avgBitrate; internal System.Windows.Forms.RadioButton radio_targetFilesize; @@ -1803,15 +1807,40 @@ namespace Handbrake private System.Windows.Forms.ToolStripButton tb_preview; private System.Windows.Forms.DataGridViewTextBoxColumn number; private System.Windows.Forms.DataGridViewTextBoxColumn name; - internal TextBox text_source; private System.Diagnostics.Process hbproc; - internal ComboBox drop_angle; - internal Label lbl_angle; private TabPage tab_subtitles; - internal Handbrake.Controls.AudioPanel audioPanel; - internal Handbrake.Controls.PictureSettings pictureSettings; + internal Handbrake.Controls.AudioPanel AudioSettings; internal Handbrake.Controls.Subtitles Subtitles; - - + internal Handbrake.Controls.Filters Filters; + private ToolStripStatusLabel lbl_updateCheck; + internal SaveFileDialog File_Save; + private TableLayoutPanel tableLayoutPanel2; + private Button btn_destBrowse; + private TableLayoutPanel tableLayoutPanel3; + private TableLayoutPanel tableLayoutPanel1; + internal Label lbl_angle; + internal ComboBox drop_angle; + internal Label Label9; + internal ComboBox drop_chapterStart; + internal Label Label13; + internal ComboBox drop_chapterFinish; + internal Label label_duration; + internal Label lbl_duration; + private Label labelStaticDestination; + internal Label labelPreset; + internal Handbrake.Controls.PictureSettings PictureSettings; + private Label labelSource; + internal ComboBox drp_dvdtitle; + internal Label Label10; + private Label labelStaticSource; + private FlowLayoutPanel flowLayoutPanel1; + private ToolStripMenuItem mnu_importMacPreset; + private OpenFileDialog openPreset; + private Button btn_importChapters; + private OpenFileDialog File_ChapterImport; + private ContextMenuStrip ChaptersMenu; + private ToolStripMenuItem mnu_resetChapters; + private ToolStripMenuItem pmnu_import; + private ToolStripSeparator toolStripSeparator2; } } \ No newline at end of file