X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmMain.Designer.cs;h=6bc52152cebd8bcabaf7c89671bac8a90f93319f;hb=0aceb145ad8646de62523dfe7b10677d0cffd349;hp=b03fec2e41b4256aac29c12281e2c5606e50205a;hpb=ad917bdcdc3e6c3f8393929bb04e14a8854d1e23;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index b03fec2e..6bc52152 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -4,6 +4,9 @@ Homepage: . It may be used under the terms of the GNU General Public License. */ +using System; +using System.Windows.Forms; + namespace Handbrake { partial class frmMain @@ -35,31 +38,25 @@ namespace Handbrake private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.Windows.Forms.Label Label38; + System.Windows.Forms.ContextMenuStrip notifyIconMenu; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + 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_source = new System.Windows.Forms.TextBox(); this.text_destination = new System.Windows.Forms.TextBox(); this.drp_videoEncoder = new System.Windows.Forms.ComboBox(); - this.drp_audbit_1 = new System.Windows.Forms.ComboBox(); - this.drp_audsr_1 = new System.Windows.Forms.ComboBox(); this.check_largeFile = new System.Windows.Forms.CheckBox(); this.check_turbo = new System.Windows.Forms.CheckBox(); this.drp_videoFramerate = new System.Windows.Forms.ComboBox(); this.slider_videoQuality = new System.Windows.Forms.TrackBar(); this.text_filesize = new System.Windows.Forms.TextBox(); this.text_bitrate = new System.Windows.Forms.TextBox(); - this.drp_subtitle = new System.Windows.Forms.ComboBox(); this.btn_setDefault = new System.Windows.Forms.Button(); - this.drp_audmix_1 = new System.Windows.Forms.ComboBox(); - this.text_height = new System.Windows.Forms.TextBox(); - this.text_width = new System.Windows.Forms.TextBox(); this.check_optimiseMP4 = new System.Windows.Forms.CheckBox(); this.check_iPodAtom = new System.Windows.Forms.CheckBox(); this.data_chpt = new System.Windows.Forms.DataGridView(); @@ -67,178 +64,82 @@ namespace Handbrake this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btn_addPreset = new System.Windows.Forms.Button(); this.btn_removePreset = new System.Windows.Forms.Button(); - this.drp_audmix_2 = new System.Windows.Forms.ComboBox(); - this.drp_audenc_1 = new System.Windows.Forms.ComboBox(); - this.drp_audenc_2 = new System.Windows.Forms.ComboBox(); - this.drp_audbit_2 = new System.Windows.Forms.ComboBox(); - this.drp_audsr_2 = new System.Windows.Forms.ComboBox(); - this.check_fileMode = new System.Windows.Forms.CheckBox(); - this.drp_audsr_3 = new System.Windows.Forms.ComboBox(); - this.drp_audbit_3 = new System.Windows.Forms.ComboBox(); - this.drp_audenc_3 = new System.Windows.Forms.ComboBox(); - this.drp_audmix_3 = new System.Windows.Forms.ComboBox(); - this.drp_audsr_4 = new System.Windows.Forms.ComboBox(); - this.drp_audbit_4 = new System.Windows.Forms.ComboBox(); - this.drp_audenc_4 = new System.Windows.Forms.ComboBox(); - this.drp_audmix_4 = new System.Windows.Forms.ComboBox(); - this.lbl_RecomendedCrop = new System.Windows.Forms.Label(); - this.Label8 = new System.Windows.Forms.Label(); + this.drop_format = new System.Windows.Forms.ComboBox(); + this.text_source = new System.Windows.Forms.TextBox(); + 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.DVD_Open = new System.Windows.Forms.FolderBrowserDialog(); this.File_Open = new System.Windows.Forms.OpenFileDialog(); this.ISO_Open = new System.Windows.Forms.OpenFileDialog(); this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_open = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.mnu_killCLI = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem(); this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_viewDVDdata = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_encodeLog = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_options = new System.Windows.Forms.ToolStripMenuItem(); this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem(); + 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_SelectDefault = new System.Windows.Forms.ToolStripMenuItem(); this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.OnlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_wiki = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_faq = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_onlineDocs = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_handbrake_home = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_handbrake_forums = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_about = new System.Windows.Forms.ToolStripMenuItem(); this.frmMainMenu = new System.Windows.Forms.MenuStrip(); - this.GroupBox1 = new System.Windows.Forms.GroupBox(); - this.btn_Browse = new System.Windows.Forms.Button(); + 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.lbl_encode = new System.Windows.Forms.Label(); - this.TabPage2 = new System.Windows.Forms.TabPage(); - this.lbl_drc4 = new System.Windows.Forms.Label(); - this.lbl_drc3 = new System.Windows.Forms.Label(); - this.lbl_drc2 = new System.Windows.Forms.Label(); - this.lbl_drc1 = new System.Windows.Forms.Label(); - this.trackBar4 = new System.Windows.Forms.TrackBar(); - this.drp_track4Audio = new System.Windows.Forms.ComboBox(); - this.lbl_t4 = new System.Windows.Forms.Label(); - this.trackBar3 = new System.Windows.Forms.TrackBar(); - this.drp_track3Audio = new System.Windows.Forms.ComboBox(); - this.lbl_t3 = new System.Windows.Forms.Label(); - this.trackBar2 = new System.Windows.Forms.TrackBar(); - this.label16 = new System.Windows.Forms.Label(); - this.trackBar1 = new System.Windows.Forms.TrackBar(); - this.groupBox5 = new System.Windows.Forms.GroupBox(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.label68 = new System.Windows.Forms.Label(); - this.label67 = new System.Windows.Forms.Label(); - this.label66 = new System.Windows.Forms.Label(); - this.label65 = new System.Windows.Forms.Label(); - this.label14 = new System.Windows.Forms.Label(); - this.check_forced = new System.Windows.Forms.CheckBox(); - this.drp_track2Audio = new System.Windows.Forms.ComboBox(); - this.label28 = new System.Windows.Forms.Label(); - this.label27 = new System.Windows.Forms.Label(); - this.Label19 = new System.Windows.Forms.Label(); - this.Label20 = new System.Windows.Forms.Label(); - this.drp_track1Audio = new System.Windows.Forms.ComboBox(); - this.Label32 = new System.Windows.Forms.Label(); - this.TabPage3 = new System.Windows.Forms.TabPage(); + 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(); + this.radio_avgBitrate = new System.Windows.Forms.RadioButton(); + this.radio_targetFilesize = new System.Windows.Forms.RadioButton(); this.label25 = new System.Windows.Forms.Label(); - this.lbl_vfr = new System.Windows.Forms.Label(); - this.check_grayscale = new System.Windows.Forms.CheckBox(); - this.Label22 = new System.Windows.Forms.Label(); this.check_2PassEncode = new System.Windows.Forms.CheckBox(); this.Label2 = new System.Windows.Forms.Label(); - this.Label42 = new System.Windows.Forms.Label(); this.SliderValue = new System.Windows.Forms.Label(); this.Label46 = new System.Windows.Forms.Label(); - this.Label40 = new System.Windows.Forms.Label(); - this.TabPage1 = new System.Windows.Forms.TabPage(); - this.label6 = new System.Windows.Forms.Label(); - this.drp_anamorphic = new System.Windows.Forms.ComboBox(); - this.text_bottom = new System.Windows.Forms.NumericUpDown(); - this.text_top = new System.Windows.Forms.NumericUpDown(); - this.text_left = new System.Windows.Forms.NumericUpDown(); - this.text_right = new System.Windows.Forms.NumericUpDown(); - this.label26 = new System.Windows.Forms.Label(); - this.Label56 = new System.Windows.Forms.Label(); - this.lbl_Aspect = new System.Windows.Forms.Label(); - this.Label91 = new System.Windows.Forms.Label(); - this.Label55 = new System.Windows.Forms.Label(); - this.check_vfr = new System.Windows.Forms.CheckBox(); + 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.drp_deNoise = new System.Windows.Forms.ComboBox(); - this.label11 = new System.Windows.Forms.Label(); - this.check_deblock = new System.Windows.Forms.CheckBox(); - this.check_detelecine = new System.Windows.Forms.CheckBox(); - this.label4 = new System.Windows.Forms.Label(); - this.drp_deInterlace_option = new System.Windows.Forms.ComboBox(); - this.Label1 = new System.Windows.Forms.Label(); - this.Label53 = new System.Windows.Forms.Label(); - this.Label52 = new System.Windows.Forms.Label(); - this.Label51 = new System.Windows.Forms.Label(); - this.Label50 = new System.Windows.Forms.Label(); - this.Label15 = new System.Windows.Forms.Label(); - this.drp_crop = new System.Windows.Forms.ComboBox(); this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox(); - this.advancedOptions = new System.Windows.Forms.TabControl(); + 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.label31 = new System.Windows.Forms.Label(); - this.h264Tab = new System.Windows.Forms.TabPage(); - this.label43 = new System.Windows.Forms.Label(); - this.btn_reset = new System.Windows.Forms.Button(); - this.rtf_x264Query = new System.Windows.Forms.RichTextBox(); - this.label35 = new System.Windows.Forms.Label(); - this.check_Cabac = new System.Windows.Forms.CheckBox(); - this.label36 = new System.Windows.Forms.Label(); - this.check_noDCTDecimate = new System.Windows.Forms.CheckBox(); - this.label37 = new System.Windows.Forms.Label(); - this.check_noFastPSkip = new System.Windows.Forms.CheckBox(); - this.label39 = new System.Windows.Forms.Label(); - this.drop_trellis = new System.Windows.Forms.ComboBox(); - this.drop_deblockBeta = new System.Windows.Forms.ComboBox(); - this.label41 = new System.Windows.Forms.Label(); - this.drop_deblockAlpha = new System.Windows.Forms.ComboBox(); - this.panel3 = new System.Windows.Forms.Panel(); - this.panel1 = new System.Windows.Forms.Panel(); - this.panel2 = new System.Windows.Forms.Panel(); - this.label44 = new System.Windows.Forms.Label(); - this.check_8x8DCT = new System.Windows.Forms.CheckBox(); - this.label45 = new System.Windows.Forms.Label(); - this.drop_analysis = new System.Windows.Forms.ComboBox(); - this.label48 = new System.Windows.Forms.Label(); - this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox(); - this.label49 = new System.Windows.Forms.Label(); - this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox(); - this.label54 = new System.Windows.Forms.Label(); - this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox(); - this.label57 = new System.Windows.Forms.Label(); - this.check_pyrmidalBFrames = new System.Windows.Forms.CheckBox(); - this.label58 = new System.Windows.Forms.Label(); - this.check_BidirectionalRefinement = new System.Windows.Forms.CheckBox(); - this.label59 = new System.Windows.Forms.Label(); - this.check_bFrameDistortion = new System.Windows.Forms.CheckBox(); - this.label60 = new System.Windows.Forms.Label(); - this.check_weightedBFrames = new System.Windows.Forms.CheckBox(); - this.label61 = new System.Windows.Forms.Label(); - this.drop_directPrediction = new System.Windows.Forms.ComboBox(); - this.label62 = new System.Windows.Forms.Label(); - this.drop_bFrames = new System.Windows.Forms.ComboBox(); - this.label63 = new System.Windows.Forms.Label(); - this.label64 = new System.Windows.Forms.Label(); - this.drop_refFrames = new System.Windows.Forms.ComboBox(); - this.check_mixedReferences = new System.Windows.Forms.CheckBox(); - this.tabPage4 = new System.Windows.Forms.TabPage(); + 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.btn_copy2C = 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(); @@ -246,55 +147,77 @@ namespace Handbrake 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(); + this.presets_menu = new System.Windows.Forms.ContextMenuStrip(this.components); + 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_saveChanges = new System.Windows.Forms.ToolStripMenuItem(); + this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); - this.btn_start = new System.Windows.Forms.ToolStripButton(); + this.btn_source = new System.Windows.Forms.ToolStripDropDownButton(); + this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem(); + this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.mnu_dvd_drive = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); + this.btn_start = new System.Windows.Forms.ToolStripButton(); this.btn_add2Queue = new System.Windows.Forms.ToolStripButton(); this.btn_showQueue = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.tb_preview = new System.Windows.Forms.ToolStripButton(); this.btn_ActivityWindow = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); - Label38 = new System.Windows.Forms.Label(); + 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.hbproc = new System.Diagnostics.Process(); + 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.frmMainMenu.SuspendLayout(); - this.GroupBox1.SuspendLayout(); + this.gb_source.SuspendLayout(); this.groupBox_output.SuspendLayout(); - this.TabPage2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); - this.TabPage3.SuspendLayout(); - this.TabPage1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.text_top)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.text_left)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.text_right)).BeginInit(); - this.advancedOptions.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.h264Tab.SuspendLayout(); - this.tabPage4.SuspendLayout(); + this.tab_advanced.SuspendLayout(); + this.tab_query.SuspendLayout(); this.groupBox_dest.SuspendLayout(); this.groupBox2.SuspendLayout(); + this.splitContainer1.Panel1.SuspendLayout(); + this.splitContainer1.Panel2.SuspendLayout(); + this.splitContainer1.SuspendLayout(); + this.presets_menu.SuspendLayout(); this.toolStrip1.SuspendLayout(); + this.StatusStrip.SuspendLayout(); this.SuspendLayout(); // - // Label38 + // notifyIconMenu + // + notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.btn_restore}); + notifyIconMenu.Name = "notifyIconMenu"; + notifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; + notifyIconMenu.Size = new System.Drawing.Size(124, 26); + // + // btn_restore // - Label38.AutoSize = true; - Label38.BackColor = System.Drawing.Color.Transparent; - Label38.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - Label38.Location = new System.Drawing.Point(304, 65); - Label38.Name = "Label38"; - Label38.Size = new System.Drawing.Size(108, 13); - Label38.TabIndex = 11; - Label38.Text = "Target Size (MB):"; + this.btn_restore.Name = "btn_restore"; + this.btn_restore.Size = new System.Drawing.Size(123, 22); + this.btn_restore.Text = "Restore"; + this.btn_restore.Click += new System.EventHandler(this.btn_restore_Click); // // DVD_Save // - this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|avi|*.avi|ogm|*.ogm|mkv|*.mkv"; + this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|mkv|*.mkv"; + this.DVD_Save.SupportMultiDottedExtensions = true; // // File_Save // @@ -312,7 +235,7 @@ namespace Handbrake // 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(397, 52); + 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; @@ -324,7 +247,7 @@ namespace Handbrake // 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(295, 52); + 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; @@ -338,31 +261,22 @@ namespace Handbrake this.drp_dvdtitle.FormattingEnabled = true; this.drp_dvdtitle.Items.AddRange(new object[] { "Automatic"}); - this.drp_dvdtitle.Location = new System.Drawing.Point(99, 52); + 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."); + 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_source - // - 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(99, 19); - this.text_source.Name = "text_source"; - this.text_source.Size = new System.Drawing.Size(429, 21); - this.text_source.TabIndex = 1; - this.text_source.Text = "Click \'Browse\' to continue"; - this.ToolTip.SetToolTip(this.text_source, "The input source location."); - // // 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(99, 19); + this.text_destination.Location = new System.Drawing.Point(75, 19); this.text_destination.Name = "text_destination"; - this.text_destination.Size = new System.Drawing.Size(493, 21); + this.text_destination.Size = new System.Drawing.Size(549, 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); @@ -374,68 +288,27 @@ namespace Handbrake this.drp_videoEncoder.FormattingEnabled = true; this.drp_videoEncoder.Items.AddRange(new object[] { "MPEG-4 (FFmpeg)", - "MPEG-4 (XviD)", "H.264 (x264)", "VP3 (Theora)"}); - this.drp_videoEncoder.Location = new System.Drawing.Point(99, 20); + this.drp_videoEncoder.Location = new System.Drawing.Point(125, 35); this.drp_videoEncoder.Name = "drp_videoEncoder"; - this.drp_videoEncoder.Size = new System.Drawing.Size(156, 21); + this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21); this.drp_videoEncoder.TabIndex = 1; this.ToolTip.SetToolTip(this.drp_videoEncoder, "Select a video encoder"); this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged); // - // drp_audbit_1 - // - this.drp_audbit_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audbit_1.FormattingEnabled = true; - this.drp_audbit_1.Items.AddRange(new object[] { - "32", - "40", - "48", - "56", - "64", - "80", - "86", - "112", - "128", - "160"}); - this.drp_audbit_1.Location = new System.Drawing.Point(546, 53); - this.drp_audbit_1.Name = "drp_audbit_1"; - this.drp_audbit_1.Size = new System.Drawing.Size(70, 20); - this.drp_audbit_1.TabIndex = 11; - this.drp_audbit_1.Text = "160"; - this.ToolTip.SetToolTip(this.drp_audbit_1, "Set the Audio Bit-Rate"); - // - // drp_audsr_1 - // - this.drp_audsr_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audsr_1.FormattingEnabled = true; - this.drp_audsr_1.Items.AddRange(new object[] { - "Auto", - "48", - "44.1", - "32", - "24", - "22.05"}); - this.drp_audsr_1.Location = new System.Drawing.Point(488, 53); - this.drp_audsr_1.Name = "drp_audsr_1"; - this.drp_audsr_1.Size = new System.Drawing.Size(55, 20); - this.drp_audsr_1.TabIndex = 9; - this.drp_audsr_1.Text = "Auto"; - this.ToolTip.SetToolTip(this.drp_audsr_1, "Set the Audio Sample Rate"); - // // check_largeFile // 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(261, 23); + this.check_largeFile.Location = new System.Drawing.Point(193, 22); this.check_largeFile.Name = "check_largeFile"; - this.check_largeFile.Size = new System.Drawing.Size(82, 17); + this.check_largeFile.Size = new System.Drawing.Size(105, 17); this.check_largeFile.TabIndex = 4; - this.check_largeFile.Text = "64Bit MP4"; - this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of MP4 files greater than 4GB.\r\nWarning: Breaks iPod, Apple TV (V" + - "ersion 1 only) and PS3 compatibility.\r\nRequires .mp4/.m4v file extension"); + 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" + + "eTV Take 2.\r\nChecking this box enables a 64bit mp4 file which can be over 4GB."); this.check_largeFile.UseVisualStyleBackColor = false; // // check_turbo @@ -444,10 +317,10 @@ namespace Handbrake 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(37, 151); + 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.TabIndex = 3; + 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."); this.check_turbo.UseVisualStyleBackColor = false; @@ -466,67 +339,53 @@ namespace Handbrake "24", "25", "29.97"}); - this.drp_videoFramerate.Location = new System.Drawing.Point(125, 35); + this.drp_videoFramerate.Location = new System.Drawing.Point(125, 68); this.drp_videoFramerate.Name = "drp_videoFramerate"; this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21); - this.drp_videoFramerate.TabIndex = 7; + this.drp_videoFramerate.TabIndex = 2; this.drp_videoFramerate.Text = "Same as source"; - this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to automcatic in most cases."); + this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases."); // // slider_videoQuality // - this.slider_videoQuality.Location = new System.Drawing.Point(435, 90); + this.slider_videoQuality.Enabled = false; + this.slider_videoQuality.Location = new System.Drawing.Point(347, 120); + this.slider_videoQuality.Margin = new System.Windows.Forms.Padding(0); this.slider_videoQuality.Maximum = 100; this.slider_videoQuality.Name = "slider_videoQuality"; - this.slider_videoQuality.Size = new System.Drawing.Size(167, 42); + 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.slider_videoQuality.Scroll += new System.EventHandler(this.slider_videoQuality_Scroll); + 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(446, 63); + 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); this.text_filesize.TabIndex = 12; this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be."); - this.text_filesize.TextChanged += new System.EventHandler(this.text_filesize_TextChanged); // // 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(446, 36); + 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); this.text_bitrate.TabIndex = 10; this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video"); - this.text_bitrate.TextChanged += new System.EventHandler(this.text_bitrate_TextChanged); - // - // drp_subtitle - // - this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_subtitle.FormattingEnabled = true; - this.drp_subtitle.Items.AddRange(new object[] { - "None", - "Autoselect"}); - this.drp_subtitle.Location = new System.Drawing.Point(79, 244); - this.drp_subtitle.Name = "drp_subtitle"; - this.drp_subtitle.Size = new System.Drawing.Size(138, 21); - this.drp_subtitle.TabIndex = 43; - this.drp_subtitle.Text = "None"; - this.ToolTip.SetToolTip(this.drp_subtitle, resources.GetString("drp_subtitle.ToolTip")); - this.drp_subtitle.SelectedIndexChanged += new System.EventHandler(this.drp_subtitle_SelectedIndexChanged); // // btn_setDefault // this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 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(115, 502); + this.btn_setDefault.Location = new System.Drawing.Point(135, 8); this.btn_setDefault.Name = "btn_setDefault"; - this.btn_setDefault.Size = new System.Drawing.Size(72, 22); + this.btn_setDefault.Size = new System.Drawing.Size(101, 22); this.btn_setDefault.TabIndex = 1; this.btn_setDefault.TabStop = false; this.btn_setDefault.Text = "Set Default"; @@ -535,57 +394,16 @@ namespace Handbrake this.btn_setDefault.UseVisualStyleBackColor = true; this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click); // - // drp_audmix_1 - // - this.drp_audmix_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audmix_1.FormattingEnabled = true; - this.drp_audmix_1.Items.AddRange(new object[] { - "Automatic", - "Mono", - "Stereo", - "Dolby Surround", - "Dolby Pro Logic II", - "6 Channel Discrete"}); - this.drp_audmix_1.Location = new System.Drawing.Point(353, 53); - this.drp_audmix_1.Name = "drp_audmix_1"; - this.drp_audmix_1.Size = new System.Drawing.Size(129, 20); - this.drp_audmix_1.TabIndex = 7; - this.drp_audmix_1.Text = "Automatic"; - this.ToolTip.SetToolTip(this.drp_audmix_1, "Please note: Some options require a 5.1 audio channel to be selected"); - this.drp_audmix_1.SelectedIndexChanged += new System.EventHandler(this.drp_audioMixDown_SelectedIndexChanged); - // - // text_height - // - this.text_height.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.text_height.ForeColor = System.Drawing.SystemColors.InfoText; - this.text_height.Location = new System.Drawing.Point(504, 35); - this.text_height.Name = "text_height"; - this.text_height.Size = new System.Drawing.Size(64, 21); - this.text_height.TabIndex = 28; - this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)\r\nCan only be altered when Anamorphic is set to \"None\""); - this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged); - // - // text_width - // - this.text_width.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.text_width.Location = new System.Drawing.Point(413, 35); - this.text_width.Name = "text_width"; - this.text_width.Size = new System.Drawing.Size(64, 21); - this.text_width.TabIndex = 26; - this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)\r\nCan only be altered when Anamorphic is set to \"None\" or" + - " \"Loose\""); - this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged); - // // check_optimiseMP4 // 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(349, 23); + this.check_optimiseMP4.Location = new System.Drawing.Point(304, 22); this.check_optimiseMP4.Name = "check_optimiseMP4"; - this.check_optimiseMP4.Size = new System.Drawing.Size(143, 17); + this.check_optimiseMP4.Size = new System.Drawing.Size(110, 17); this.check_optimiseMP4.TabIndex = 25; - this.check_optimiseMP4.Text = "HTTP Optimized MP4"; + 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" + " QuickTime can only read the files as long as the file extension is .mp4\r\nCan on" + "ly be used with H.264 "); @@ -596,13 +414,13 @@ namespace Handbrake 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(498, 23); + this.check_iPodAtom.Location = new System.Drawing.Point(420, 22); this.check_iPodAtom.Name = "check_iPodAtom"; - this.check_iPodAtom.Size = new System.Drawing.Size(122, 17); + this.check_iPodAtom.Size = new System.Drawing.Size(117, 17); this.check_iPodAtom.TabIndex = 26; - this.check_iPodAtom.Text = "Insert iPod Atom"; - this.ToolTip.SetToolTip(this.check_iPodAtom, "Required for 5th and 6th Generation iPods.\r\nEncodes will not sync if this is not " + - "enabled for H.264 encodes"); + 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" + + " not enabled for H.264 encodes."); this.check_iPodAtom.UseVisualStyleBackColor = false; // // data_chpt @@ -615,348 +433,120 @@ namespace Handbrake this.number, this.name}); this.data_chpt.Location = new System.Drawing.Point(16, 55); + this.data_chpt.MultiSelect = false; this.data_chpt.Name = "data_chpt"; - this.data_chpt.Size = new System.Drawing.Size(661, 234); + this.data_chpt.RowHeadersVisible = false; + this.data_chpt.Size = new System.Drawing.Size(684, 234); this.data_chpt.TabIndex = 3; this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip")); // // number // - dataGridViewCellStyle3.Format = "N0"; - dataGridViewCellStyle3.NullValue = null; - this.number.DefaultCellStyle = dataGridViewCellStyle3; + dataGridViewCellStyle1.Format = "N0"; + dataGridViewCellStyle1.NullValue = null; + this.number.DefaultCellStyle = dataGridViewCellStyle1; + this.number.Frozen = true; this.number.HeaderText = "Chapter Number"; this.number.MaxInputLength = 3; this.number.Name = "number"; - this.number.Width = 135; + this.number.Resizable = System.Windows.Forms.DataGridViewTriState.False; + this.number.Width = 165; // // name // this.name.HeaderText = "Chapter Name"; this.name.Name = "name"; - this.name.Width = 460; + this.name.Width = 480; // // btn_addPreset // this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 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(10, 502); + this.btn_addPreset.Location = new System.Drawing.Point(3, 8); this.btn_addPreset.Name = "btn_addPreset"; - this.btn_addPreset.Size = new System.Drawing.Size(35, 22); + this.btn_addPreset.Size = new System.Drawing.Size(49, 22); this.btn_addPreset.TabIndex = 3; this.btn_addPreset.TabStop = false; this.btn_addPreset.Text = "Add"; - this.ToolTip.SetToolTip(this.btn_addPreset, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" + - " > Options"); + this.ToolTip.SetToolTip(this.btn_addPreset, "Add a preset to the preset panel"); this.btn_addPreset.UseVisualStyleBackColor = true; this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click); // // btn_removePreset // this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 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(51, 502); + this.btn_removePreset.Location = new System.Drawing.Point(58, 8); this.btn_removePreset.Name = "btn_removePreset"; - this.btn_removePreset.Size = new System.Drawing.Size(58, 22); + this.btn_removePreset.Size = new System.Drawing.Size(71, 22); this.btn_removePreset.TabIndex = 4; this.btn_removePreset.TabStop = false; this.btn_removePreset.Text = "Remove"; - this.ToolTip.SetToolTip(this.btn_removePreset, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" + - " > Options"); + this.ToolTip.SetToolTip(this.btn_removePreset, "Remove a preset from the panel above."); this.btn_removePreset.UseVisualStyleBackColor = true; this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click); // - // drp_audmix_2 - // - this.drp_audmix_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audmix_2.FormattingEnabled = true; - this.drp_audmix_2.Items.AddRange(new object[] { - "Automatic", - "Mono", - "Stereo", - "Dolby Surround", - "Dolby Pro Logic II", - "6 Channel Discrete"}); - this.drp_audmix_2.Location = new System.Drawing.Point(353, 92); - this.drp_audmix_2.Name = "drp_audmix_2"; - this.drp_audmix_2.Size = new System.Drawing.Size(129, 20); - this.drp_audmix_2.TabIndex = 19; - this.drp_audmix_2.Text = "Automatic"; - this.ToolTip.SetToolTip(this.drp_audmix_2, "Please note: Some options require a 5.1 audio channel to be selected"); - this.drp_audmix_2.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_2_SelectedIndexChanged); - // - // drp_audenc_1 - // - this.drp_audenc_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audenc_1.FormattingEnabled = true; - this.drp_audenc_1.Items.AddRange(new object[] { - "AAC", - "MP3", - "Vorbis", - "AC3"}); - this.drp_audenc_1.Location = new System.Drawing.Point(236, 53); - this.drp_audenc_1.Name = "drp_audenc_1"; - this.drp_audenc_1.Size = new System.Drawing.Size(111, 20); - this.drp_audenc_1.TabIndex = 5; - this.drp_audenc_1.Text = "AAC"; - this.ToolTip.SetToolTip(this.drp_audenc_1, "Select an audio encoder."); - this.drp_audenc_1.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_1_SelectedIndexChanged); - // - // drp_audenc_2 - // - this.drp_audenc_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audenc_2.FormattingEnabled = true; - this.drp_audenc_2.Items.AddRange(new object[] { - "AAC", - "MP3", - "Vorbis", - "AC3"}); - this.drp_audenc_2.Location = new System.Drawing.Point(236, 92); - this.drp_audenc_2.Name = "drp_audenc_2"; - this.drp_audenc_2.Size = new System.Drawing.Size(111, 20); - this.drp_audenc_2.TabIndex = 18; - this.drp_audenc_2.Text = "AAC"; - this.ToolTip.SetToolTip(this.drp_audenc_2, "Select an audio encoder."); - this.drp_audenc_2.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_2_SelectedIndexChanged); - // - // drp_audbit_2 - // - this.drp_audbit_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audbit_2.FormattingEnabled = true; - this.drp_audbit_2.Items.AddRange(new object[] { - "32", - "40", - "48", - "56", - "64", - "80", - "86", - "112", - "128", - "160"}); - this.drp_audbit_2.Location = new System.Drawing.Point(546, 92); - this.drp_audbit_2.Name = "drp_audbit_2"; - this.drp_audbit_2.Size = new System.Drawing.Size(71, 20); - this.drp_audbit_2.TabIndex = 21; - this.drp_audbit_2.Text = "160"; - this.ToolTip.SetToolTip(this.drp_audbit_2, "Set the Audio Bit-Rate"); - // - // drp_audsr_2 - // - this.drp_audsr_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audsr_2.FormattingEnabled = true; - this.drp_audsr_2.Items.AddRange(new object[] { - "Auto", - "48", - "44.1", - "32", - "24", - "22.05"}); - this.drp_audsr_2.Location = new System.Drawing.Point(488, 92); - this.drp_audsr_2.Name = "drp_audsr_2"; - this.drp_audsr_2.Size = new System.Drawing.Size(52, 20); - this.drp_audsr_2.TabIndex = 20; - this.drp_audsr_2.Text = "Auto"; - this.ToolTip.SetToolTip(this.drp_audsr_2, "Set the Audio Sample Rate"); - // - // check_fileMode - // - this.check_fileMode.AutoSize = true; - this.check_fileMode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_fileMode.Location = new System.Drawing.Point(618, 21); - this.check_fileMode.Name = "check_fileMode"; - this.check_fileMode.Size = new System.Drawing.Size(79, 17); - this.check_fileMode.TabIndex = 11; - this.check_fileMode.Text = "File Mode"; - this.ToolTip.SetToolTip(this.check_fileMode, "Displays a File selection dialog box instead of the standard folder selection.\r\nW" + - "ith the file dialog box, you can select the folllowing file types:\r\n.vob, .ts, ." + - "mpg, .mpeg and .m2t"); - this.check_fileMode.UseVisualStyleBackColor = true; - // - // drp_audsr_3 - // - this.drp_audsr_3.Enabled = false; - this.drp_audsr_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audsr_3.FormattingEnabled = true; - this.drp_audsr_3.Items.AddRange(new object[] { - "Auto", - "48", - "44.1", - "32", - "24", - "22.05"}); - this.drp_audsr_3.Location = new System.Drawing.Point(488, 133); - this.drp_audsr_3.Name = "drp_audsr_3"; - this.drp_audsr_3.Size = new System.Drawing.Size(52, 20); - this.drp_audsr_3.TabIndex = 28; - this.drp_audsr_3.Text = "Auto"; - this.ToolTip.SetToolTip(this.drp_audsr_3, "Set the Audio Sample Rate"); - // - // drp_audbit_3 - // - this.drp_audbit_3.Enabled = false; - this.drp_audbit_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audbit_3.FormattingEnabled = true; - this.drp_audbit_3.Items.AddRange(new object[] { - "32", - "40", - "48", - "56", - "64", - "80", - "86", - "112", - "128", - "160"}); - this.drp_audbit_3.Location = new System.Drawing.Point(546, 133); - this.drp_audbit_3.Name = "drp_audbit_3"; - this.drp_audbit_3.Size = new System.Drawing.Size(71, 20); - this.drp_audbit_3.TabIndex = 29; - this.drp_audbit_3.Text = "160"; - this.ToolTip.SetToolTip(this.drp_audbit_3, "Set the Audio Bit-Rate"); - // - // drp_audenc_3 - // - this.drp_audenc_3.Enabled = false; - this.drp_audenc_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audenc_3.FormattingEnabled = true; - this.drp_audenc_3.Items.AddRange(new object[] { - "AAC", - "MP3", - "Vorbis", - "AC3"}); - this.drp_audenc_3.Location = new System.Drawing.Point(236, 133); - this.drp_audenc_3.Name = "drp_audenc_3"; - this.drp_audenc_3.Size = new System.Drawing.Size(111, 20); - this.drp_audenc_3.TabIndex = 26; - this.drp_audenc_3.Text = "AAC"; - this.ToolTip.SetToolTip(this.drp_audenc_3, "Select an audio encoder."); - this.drp_audenc_3.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_3_SelectedIndexChanged); - // - // drp_audmix_3 - // - this.drp_audmix_3.Enabled = false; - this.drp_audmix_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audmix_3.FormattingEnabled = true; - this.drp_audmix_3.Items.AddRange(new object[] { - "Automatic", - "Mono", - "Stereo", - "Dolby Surround", - "Dolby Pro Logic II", - "6 Channel Discrete"}); - this.drp_audmix_3.Location = new System.Drawing.Point(353, 133); - this.drp_audmix_3.Name = "drp_audmix_3"; - this.drp_audmix_3.Size = new System.Drawing.Size(129, 20); - this.drp_audmix_3.TabIndex = 27; - this.drp_audmix_3.Text = "Automatic"; - this.ToolTip.SetToolTip(this.drp_audmix_3, "Please note: Some options require a 5.1 audio channel to be selected"); - this.drp_audmix_3.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_3_SelectedIndexChanged); - // - // drp_audsr_4 - // - this.drp_audsr_4.Enabled = false; - this.drp_audsr_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audsr_4.FormattingEnabled = true; - this.drp_audsr_4.Items.AddRange(new object[] { - "Auto", - "48", - "44.1", - "32", - "24", - "22.05"}); - this.drp_audsr_4.Location = new System.Drawing.Point(488, 175); - this.drp_audsr_4.Name = "drp_audsr_4"; - this.drp_audsr_4.Size = new System.Drawing.Size(52, 20); - this.drp_audsr_4.TabIndex = 36; - this.drp_audsr_4.Text = "Auto"; - this.ToolTip.SetToolTip(this.drp_audsr_4, "Set the Audio Sample Rate"); - // - // drp_audbit_4 - // - this.drp_audbit_4.Enabled = false; - this.drp_audbit_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audbit_4.FormattingEnabled = true; - this.drp_audbit_4.Items.AddRange(new object[] { - "32", - "40", - "48", - "56", - "64", - "80", - "86", - "112", - "128", - "160"}); - this.drp_audbit_4.Location = new System.Drawing.Point(546, 175); - this.drp_audbit_4.Name = "drp_audbit_4"; - this.drp_audbit_4.Size = new System.Drawing.Size(70, 20); - this.drp_audbit_4.TabIndex = 37; - this.drp_audbit_4.Text = "160"; - this.ToolTip.SetToolTip(this.drp_audbit_4, "Set the Audio Bit-Rate"); - // - // drp_audenc_4 - // - this.drp_audenc_4.Enabled = false; - this.drp_audenc_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audenc_4.FormattingEnabled = true; - this.drp_audenc_4.Items.AddRange(new object[] { - "AAC", - "MP3", - "Vorbis", - "AC3"}); - this.drp_audenc_4.Location = new System.Drawing.Point(236, 175); - this.drp_audenc_4.Name = "drp_audenc_4"; - this.drp_audenc_4.Size = new System.Drawing.Size(111, 20); - this.drp_audenc_4.TabIndex = 34; - this.drp_audenc_4.Text = "AAC"; - this.ToolTip.SetToolTip(this.drp_audenc_4, "Select an audio encoder."); - this.drp_audenc_4.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_4_SelectedIndexChanged); - // - // drp_audmix_4 - // - this.drp_audmix_4.Enabled = false; - this.drp_audmix_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_audmix_4.FormattingEnabled = true; - this.drp_audmix_4.Items.AddRange(new object[] { - "Automatic", - "Mono", - "Stereo", - "Dolby Surround", - "Dolby Pro Logic II", - "6 Channel Discrete"}); - this.drp_audmix_4.Location = new System.Drawing.Point(353, 175); - this.drp_audmix_4.Name = "drp_audmix_4"; - this.drp_audmix_4.Size = new System.Drawing.Size(129, 20); - this.drp_audmix_4.TabIndex = 35; - this.drp_audmix_4.Text = "Automatic"; - this.ToolTip.SetToolTip(this.drp_audmix_4, "Please note: Some options require a 5.1 audio channel to be selected"); - this.drp_audmix_4.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_4_SelectedIndexChanged); - // - // lbl_RecomendedCrop - // - this.lbl_RecomendedCrop.AutoSize = true; - this.lbl_RecomendedCrop.BackColor = System.Drawing.Color.Transparent; - this.lbl_RecomendedCrop.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_RecomendedCrop.Location = new System.Drawing.Point(116, 69); - this.lbl_RecomendedCrop.Name = "lbl_RecomendedCrop"; - this.lbl_RecomendedCrop.Size = new System.Drawing.Size(72, 12); - this.lbl_RecomendedCrop.TabIndex = 4; - this.lbl_RecomendedCrop.Text = "Select a Title"; - this.ToolTip.SetToolTip(this.lbl_RecomendedCrop, "Top / Bottom / Left / Right"); - // - // Label8 - // - this.Label8.AutoSize = true; - this.Label8.BackColor = System.Drawing.Color.Transparent; - this.Label8.Location = new System.Drawing.Point(13, 68); - this.Label8.Name = "Label8"; - this.Label8.Size = new System.Drawing.Size(70, 13); - this.Label8.TabIndex = 2; - this.Label8.Text = "Auto Crop:"; - this.ToolTip.SetToolTip(this.Label8, "Top / Bottom / Left / Right"); + // 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.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 + // + 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."); + // + // 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.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 + // + 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:"; // // DVD_Open // @@ -970,40 +560,31 @@ namespace Handbrake // ISO_Open // this.ISO_Open.DefaultExt = "ISO"; - this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.m2t;*.vob;*.ts;*.mpeg;*.mpeg;*.avi;*.mp4;*.mkv;" + - ""; + this.ISO_Open.Filter = "All Files|*.*"; this.ISO_Open.RestoreDirectory = true; this.ISO_Open.SupportMultiDottedExtensions = true; // // FileToolStripMenuItem // this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnu_open, - this.toolStripSeparator2, + this.mnu_killCLI, this.mnu_exit}); this.FileToolStripMenuItem.Name = "FileToolStripMenuItem"; this.FileToolStripMenuItem.Size = new System.Drawing.Size(38, 20); this.FileToolStripMenuItem.Text = "&File"; // - // mnu_open - // - this.mnu_open.Image = ((System.Drawing.Image)(resources.GetObject("mnu_open.Image"))); - this.mnu_open.ImageTransparentColor = System.Drawing.Color.Magenta; - this.mnu_open.Name = "mnu_open"; - this.mnu_open.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.mnu_open.Size = new System.Drawing.Size(210, 22); - this.mnu_open.Text = "&Import Preset"; - this.mnu_open.Click += new System.EventHandler(this.mnu_open_Click); - // - // toolStripSeparator2 + // mnu_killCLI // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(207, 6); + this.mnu_killCLI.Name = "mnu_killCLI"; + this.mnu_killCLI.Size = new System.Drawing.Size(156, 22); + this.mnu_killCLI.Text = "Cancel Scan"; + this.mnu_killCLI.Visible = false; + this.mnu_killCLI.Click += new System.EventHandler(this.mnu_killCLI_Click); // // mnu_exit // this.mnu_exit.Name = "mnu_exit"; - this.mnu_exit.Size = new System.Drawing.Size(210, 22); + this.mnu_exit.Size = new System.Drawing.Size(156, 22); this.mnu_exit.Text = "E&xit"; this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click); // @@ -1016,7 +597,7 @@ namespace Handbrake // this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnu_encode, - this.mnu_viewDVDdata, + this.mnu_encodeLog, this.ToolStripSeparator5, this.mnu_options}); this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem"; @@ -1028,68 +609,84 @@ 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(217, 22); + this.mnu_encode.Size = new System.Drawing.Size(203, 22); this.mnu_encode.Text = "Show Queue"; this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click); // - // mnu_viewDVDdata + // mnu_encodeLog // - this.mnu_viewDVDdata.Image = global::Handbrake.Properties.Resources.Movies_Small; - this.mnu_viewDVDdata.Name = "mnu_viewDVDdata"; - this.mnu_viewDVDdata.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); - this.mnu_viewDVDdata.Size = new System.Drawing.Size(217, 22); - this.mnu_viewDVDdata.Text = "View DVD data"; - this.mnu_viewDVDdata.Click += new System.EventHandler(this.mnu_viewDVDdata_Click); + 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.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(214, 6); + this.ToolStripSeparator5.Size = new System.Drawing.Size(200, 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(217, 22); + this.mnu_options.Size = new System.Drawing.Size(203, 22); this.mnu_options.Text = "Options"; this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click); // // PresetsToolStripMenuItem // this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnu_SelectDefault, + this.mnu_presetReset, + this.mnu_delete_preset, this.toolStripSeparator7, - this.mnu_presetReset}); + this.btn_new_preset, + this.mnu_SelectDefault}); this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem"; this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.PresetsToolStripMenuItem.Text = "&Presets"; // - // mnu_SelectDefault + // mnu_presetReset // - this.mnu_SelectDefault.Name = "mnu_SelectDefault"; - this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 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); + this.mnu_presetReset.Name = "mnu_presetReset"; + this.mnu_presetReset.Size = new System.Drawing.Size(215, 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); + // + // 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.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); // - // mnu_presetReset + // btn_new_preset // - this.mnu_presetReset.Name = "mnu_presetReset"; - this.mnu_presetReset.Size = new System.Drawing.Size(215, 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); + this.btn_new_preset.Name = "btn_new_preset"; + this.btn_new_preset.Size = new System.Drawing.Size(215, 22); + this.btn_new_preset.Text = "New Preset"; + this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click); + // + // mnu_SelectDefault + // + this.mnu_SelectDefault.Name = "mnu_SelectDefault"; + this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 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); // // HelpToolStripMenuItem // this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.OnlineDocumentationToolStripMenuItem, + this.mnu_user_guide, this.mnu_handbrake_home, + this.mnu_handbrake_forums, this.ToolStripSeparator3, this.mnu_UpdateCheck, this.toolStripSeparator6, @@ -1098,65 +695,51 @@ namespace Handbrake this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.HelpToolStripMenuItem.Text = "&Help"; // - // OnlineDocumentationToolStripMenuItem - // - this.OnlineDocumentationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnu_wiki, - this.mnu_faq, - this.mnu_onlineDocs}); - this.OnlineDocumentationToolStripMenuItem.Name = "OnlineDocumentationToolStripMenuItem"; - this.OnlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(213, 22); - this.OnlineDocumentationToolStripMenuItem.Text = "Online Documentation"; - // - // mnu_wiki + // mnu_user_guide // - this.mnu_wiki.Name = "mnu_wiki"; - this.mnu_wiki.Size = new System.Drawing.Size(217, 22); - this.mnu_wiki.Text = "Wiki / User Guides"; - this.mnu_wiki.Click += new System.EventHandler(this.mnu_wiki_Click); - // - // mnu_faq - // - this.mnu_faq.Name = "mnu_faq"; - this.mnu_faq.Size = new System.Drawing.Size(217, 22); - this.mnu_faq.Text = "FAQ"; - this.mnu_faq.Click += new System.EventHandler(this.mnu_faq_Click); - // - // mnu_onlineDocs - // - this.mnu_onlineDocs.Name = "mnu_onlineDocs"; - this.mnu_onlineDocs.Size = new System.Drawing.Size(217, 22); - this.mnu_onlineDocs.Text = "Full Documentation List"; - this.mnu_onlineDocs.Click += new System.EventHandler(this.mnu_onlineDocs_Click); + 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.Text = "HandBrake User Guide"; + this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click); // // mnu_handbrake_home // + 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(213, 22); + this.mnu_handbrake_home.Size = new System.Drawing.Size(215, 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.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(210, 6); + this.ToolStripSeparator3.Size = new System.Drawing.Size(212, 6); // // mnu_UpdateCheck // this.mnu_UpdateCheck.Name = "mnu_UpdateCheck"; - this.mnu_UpdateCheck.Size = new System.Drawing.Size(213, 22); + this.mnu_UpdateCheck.Size = new System.Drawing.Size(215, 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(210, 6); + this.toolStripSeparator6.Size = new System.Drawing.Size(212, 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(213, 22); + this.mnu_about.Size = new System.Drawing.Size(215, 22); this.mnu_about.Text = "About..."; this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click); // @@ -1171,51 +754,54 @@ namespace Handbrake this.HelpToolStripMenuItem}); this.frmMainMenu.Location = new System.Drawing.Point(0, 0); this.frmMainMenu.Name = "frmMainMenu"; - this.frmMainMenu.Size = new System.Drawing.Size(931, 24); + this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; + this.frmMainMenu.Size = new System.Drawing.Size(1000, 24); this.frmMainMenu.TabIndex = 0; - this.frmMainMenu.Text = "MenuStrip1"; - // - // GroupBox1 - // - this.GroupBox1.Controls.Add(this.btn_Browse); - this.GroupBox1.Controls.Add(this.check_fileMode); - this.GroupBox1.Controls.Add(this.Label13); - this.GroupBox1.Controls.Add(this.drop_chapterFinish); - this.GroupBox1.Controls.Add(this.drop_chapterStart); - this.GroupBox1.Controls.Add(this.drp_dvdtitle); - this.GroupBox1.Controls.Add(this.Label17); - this.GroupBox1.Controls.Add(this.text_source); - this.GroupBox1.Controls.Add(this.Label9); - this.GroupBox1.Controls.Add(this.Label10); - this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GroupBox1.ForeColor = System.Drawing.Color.Black; - this.GroupBox1.Location = new System.Drawing.Point(14, 73); - this.GroupBox1.Name = "GroupBox1"; - this.GroupBox1.Size = new System.Drawing.Size(705, 87); - this.GroupBox1.TabIndex = 1; - this.GroupBox1.TabStop = false; - this.GroupBox1.Text = "Source"; - // - // btn_Browse - // - this.btn_Browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_Browse.Location = new System.Drawing.Point(534, 18); - this.btn_Browse.Name = "btn_Browse"; - this.btn_Browse.Size = new System.Drawing.Size(75, 23); - this.btn_Browse.TabIndex = 12; - this.btn_Browse.Text = "Browse"; - this.btn_Browse.UseVisualStyleBackColor = true; - this.btn_Browse.Click += new System.EventHandler(this.btn_Browse_Click); + 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(370, 55); + this.Label13.Location = new System.Drawing.Point(446, 55); this.Label13.Name = "Label13"; - this.Label13.Size = new System.Drawing.Size(21, 13); + this.Label13.Size = new System.Drawing.Size(51, 13); this.Label13.TabIndex = 10; - this.Label13.Text = "To"; + this.Label13.Text = "through"; // // Label17 // @@ -1233,7 +819,7 @@ namespace Handbrake 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(225, 55); + 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; @@ -1252,30 +838,41 @@ namespace Handbrake // // groupBox_output // - this.groupBox_output.Controls.Add(this.drp_videoEncoder); - this.groupBox_output.Controls.Add(this.Label47); + 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(14, 217); + this.groupBox_output.Location = new System.Drawing.Point(9, 214); this.groupBox_output.Name = "groupBox_output"; - this.groupBox_output.Size = new System.Drawing.Size(705, 50); - this.groupBox_output.TabIndex = 3; + 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.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.Name = "label5"; + this.label5.Size = new System.Drawing.Size(52, 13); + this.label5.TabIndex = 27; + this.label5.Text = "Format:"; + // // 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.ForeColor = System.Drawing.Color.Black; - this.Label47.Location = new System.Drawing.Point(17, 24); + this.Label47.Location = new System.Drawing.Point(13, 39); this.Label47.Name = "Label47"; - this.Label47.Size = new System.Drawing.Size(62, 13); + this.Label47.Size = new System.Drawing.Size(84, 13); this.Label47.TabIndex = 0; - this.Label47.Text = "Encoder: "; + this.Label47.Text = "Video Codec:"; // // Label3 // @@ -1288,410 +885,92 @@ namespace Handbrake this.Label3.TabIndex = 0; this.Label3.Text = "File:"; // - // lbl_encode - // - this.lbl_encode.AutoSize = true; - this.lbl_encode.BackColor = System.Drawing.Color.Transparent; - this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_encode.Location = new System.Drawing.Point(448, 36); - this.lbl_encode.Name = "lbl_encode"; - this.lbl_encode.Size = new System.Drawing.Size(129, 13); - this.lbl_encode.TabIndex = 5; - this.lbl_encode.Text = "Encoding started..."; - this.lbl_encode.Visible = false; - // - // TabPage2 - // - this.TabPage2.BackColor = System.Drawing.Color.Transparent; - this.TabPage2.Controls.Add(this.lbl_drc4); - this.TabPage2.Controls.Add(this.lbl_drc3); - this.TabPage2.Controls.Add(this.lbl_drc2); - this.TabPage2.Controls.Add(this.lbl_drc1); - this.TabPage2.Controls.Add(this.trackBar4); - this.TabPage2.Controls.Add(this.drp_audsr_4); - this.TabPage2.Controls.Add(this.drp_audbit_4); - this.TabPage2.Controls.Add(this.drp_audenc_4); - this.TabPage2.Controls.Add(this.drp_audmix_4); - this.TabPage2.Controls.Add(this.drp_track4Audio); - this.TabPage2.Controls.Add(this.lbl_t4); - this.TabPage2.Controls.Add(this.trackBar3); - this.TabPage2.Controls.Add(this.drp_audsr_3); - this.TabPage2.Controls.Add(this.drp_audbit_3); - this.TabPage2.Controls.Add(this.drp_audenc_3); - this.TabPage2.Controls.Add(this.drp_audmix_3); - this.TabPage2.Controls.Add(this.drp_track3Audio); - this.TabPage2.Controls.Add(this.lbl_t3); - this.TabPage2.Controls.Add(this.trackBar2); - this.TabPage2.Controls.Add(this.label16); - this.TabPage2.Controls.Add(this.trackBar1); - this.TabPage2.Controls.Add(this.groupBox5); - this.TabPage2.Controls.Add(this.groupBox3); - this.TabPage2.Controls.Add(this.label68); - this.TabPage2.Controls.Add(this.label67); - this.TabPage2.Controls.Add(this.drp_audsr_2); - this.TabPage2.Controls.Add(this.label66); - this.TabPage2.Controls.Add(this.drp_audbit_2); - this.TabPage2.Controls.Add(this.label65); - this.TabPage2.Controls.Add(this.label14); - this.TabPage2.Controls.Add(this.drp_audenc_2); - this.TabPage2.Controls.Add(this.drp_audenc_1); - this.TabPage2.Controls.Add(this.drp_audmix_2); - this.TabPage2.Controls.Add(this.check_forced); - this.TabPage2.Controls.Add(this.drp_track2Audio); - this.TabPage2.Controls.Add(this.label28); - this.TabPage2.Controls.Add(this.label27); - this.TabPage2.Controls.Add(this.drp_subtitle); - this.TabPage2.Controls.Add(this.Label19); - this.TabPage2.Controls.Add(this.Label20); - this.TabPage2.Controls.Add(this.drp_audmix_1); - this.TabPage2.Controls.Add(this.drp_track1Audio); - this.TabPage2.Controls.Add(this.drp_audbit_1); - this.TabPage2.Controls.Add(this.Label32); - this.TabPage2.Controls.Add(this.drp_audsr_1); - this.TabPage2.Location = new System.Drawing.Point(4, 22); - this.TabPage2.Name = "TabPage2"; - this.TabPage2.Padding = new System.Windows.Forms.Padding(3); - this.TabPage2.Size = new System.Drawing.Size(697, 302); - this.TabPage2.TabIndex = 3; - this.TabPage2.Text = "Audio && Subtitles"; - // - // lbl_drc4 - // - this.lbl_drc4.AutoSize = true; - this.lbl_drc4.BackColor = System.Drawing.Color.Transparent; - this.lbl_drc4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_drc4.Location = new System.Drawing.Point(670, 176); - this.lbl_drc4.Name = "lbl_drc4"; - this.lbl_drc4.Size = new System.Drawing.Size(19, 13); - this.lbl_drc4.TabIndex = 39; - this.lbl_drc4.Text = "1:"; - // - // lbl_drc3 - // - this.lbl_drc3.AutoSize = true; - this.lbl_drc3.BackColor = System.Drawing.Color.Transparent; - this.lbl_drc3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_drc3.Location = new System.Drawing.Point(670, 135); - this.lbl_drc3.Name = "lbl_drc3"; - this.lbl_drc3.Size = new System.Drawing.Size(19, 13); - this.lbl_drc3.TabIndex = 31; - this.lbl_drc3.Text = "1:"; - // - // lbl_drc2 - // - this.lbl_drc2.AutoSize = true; - this.lbl_drc2.BackColor = System.Drawing.Color.Transparent; - this.lbl_drc2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_drc2.Location = new System.Drawing.Point(670, 90); - this.lbl_drc2.Name = "lbl_drc2"; - this.lbl_drc2.Size = new System.Drawing.Size(19, 13); - this.lbl_drc2.TabIndex = 23; - this.lbl_drc2.Text = "1:"; - // - // lbl_drc1 - // - this.lbl_drc1.AutoSize = true; - this.lbl_drc1.BackColor = System.Drawing.Color.Transparent; - this.lbl_drc1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_drc1.Location = new System.Drawing.Point(670, 53); - this.lbl_drc1.Name = "lbl_drc1"; - this.lbl_drc1.Size = new System.Drawing.Size(19, 13); - this.lbl_drc1.TabIndex = 15; - this.lbl_drc1.Text = "1:"; - // - // trackBar4 - // - this.trackBar4.Enabled = false; - this.trackBar4.LargeChange = 0; - this.trackBar4.Location = new System.Drawing.Point(620, 169); - this.trackBar4.Margin = new System.Windows.Forms.Padding(0); - this.trackBar4.Maximum = 30; - this.trackBar4.Name = "trackBar4"; - this.trackBar4.Size = new System.Drawing.Size(49, 42); - this.trackBar4.TabIndex = 38; - this.trackBar4.TickFrequency = 10; - this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_Scroll); - // - // drp_track4Audio - // - this.drp_track4Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_track4Audio.FormattingEnabled = true; - this.drp_track4Audio.Items.AddRange(new object[] { - "None"}); - this.drp_track4Audio.Location = new System.Drawing.Point(36, 174); - this.drp_track4Audio.Name = "drp_track4Audio"; - this.drp_track4Audio.Size = new System.Drawing.Size(194, 20); - this.drp_track4Audio.TabIndex = 33; - this.drp_track4Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track4Audio_SelectedIndexChanged); - // - // lbl_t4 - // - this.lbl_t4.AutoSize = true; - this.lbl_t4.BackColor = System.Drawing.Color.Transparent; - this.lbl_t4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_t4.Location = new System.Drawing.Point(13, 177); - this.lbl_t4.Name = "lbl_t4"; - this.lbl_t4.Size = new System.Drawing.Size(19, 13); - this.lbl_t4.TabIndex = 32; - this.lbl_t4.Text = "4:"; - // - // trackBar3 - // - this.trackBar3.Enabled = false; - this.trackBar3.LargeChange = 0; - this.trackBar3.Location = new System.Drawing.Point(620, 128); - this.trackBar3.Margin = new System.Windows.Forms.Padding(0); - this.trackBar3.Maximum = 30; - this.trackBar3.Name = "trackBar3"; - this.trackBar3.Size = new System.Drawing.Size(49, 42); - this.trackBar3.TabIndex = 30; - this.trackBar3.TickFrequency = 10; - this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_Scroll); - // - // drp_track3Audio - // - this.drp_track3Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_track3Audio.FormattingEnabled = true; - this.drp_track3Audio.Items.AddRange(new object[] { - "None"}); - this.drp_track3Audio.Location = new System.Drawing.Point(36, 132); - this.drp_track3Audio.Name = "drp_track3Audio"; - this.drp_track3Audio.Size = new System.Drawing.Size(194, 20); - this.drp_track3Audio.TabIndex = 25; - this.drp_track3Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track3Audio_SelectedIndexChanged); - // - // lbl_t3 - // - this.lbl_t3.AutoSize = true; - this.lbl_t3.BackColor = System.Drawing.Color.Transparent; - this.lbl_t3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_t3.Location = new System.Drawing.Point(13, 135); - this.lbl_t3.Name = "lbl_t3"; - this.lbl_t3.Size = new System.Drawing.Size(19, 13); - this.lbl_t3.TabIndex = 24; - this.lbl_t3.Text = "3:"; - // - // trackBar2 - // - this.trackBar2.LargeChange = 0; - this.trackBar2.Location = new System.Drawing.Point(620, 86); - this.trackBar2.Margin = new System.Windows.Forms.Padding(0); - this.trackBar2.Maximum = 30; - this.trackBar2.Name = "trackBar2"; - this.trackBar2.Size = new System.Drawing.Size(49, 42); - this.trackBar2.TabIndex = 22; - this.trackBar2.TickFrequency = 10; - this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_Scroll); - // - // label16 - // - this.label16.AutoSize = true; - this.label16.BackColor = System.Drawing.Color.Transparent; - this.label16.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label16.Location = new System.Drawing.Point(628, 36); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(28, 12); - this.label16.TabIndex = 14; - this.label16.Text = "DRC"; - // - // trackBar1 - // - this.trackBar1.LargeChange = 0; - this.trackBar1.Location = new System.Drawing.Point(619, 48); - this.trackBar1.Margin = new System.Windows.Forms.Padding(0); - this.trackBar1.Maximum = 30; - this.trackBar1.Name = "trackBar1"; - this.trackBar1.Size = new System.Drawing.Size(50, 42); - this.trackBar1.TabIndex = 13; - this.trackBar1.TickFrequency = 10; - this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_Scroll); - // - // groupBox5 - // - this.groupBox5.Location = new System.Drawing.Point(107, 13); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(577, 10); - this.groupBox5.TabIndex = 1; - this.groupBox5.TabStop = false; - // - // groupBox3 - // - this.groupBox3.Location = new System.Drawing.Point(83, 219); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(601, 10); - this.groupBox3.TabIndex = 41; - this.groupBox3.TabStop = false; - // - // label68 - // - this.label68.AutoSize = true; - this.label68.BackColor = System.Drawing.Color.Transparent; - this.label68.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label68.Location = new System.Drawing.Point(13, 13); - this.label68.Name = "label68"; - this.label68.Size = new System.Drawing.Size(92, 13); - this.label68.TabIndex = 0; - this.label68.Text = "Audio Tracks"; - // - // label67 - // - this.label67.AutoSize = true; - this.label67.BackColor = System.Drawing.Color.Transparent; - this.label67.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label67.Location = new System.Drawing.Point(479, 24); - this.label67.Name = "label67"; - this.label67.Size = new System.Drawing.Size(65, 24); - this.label67.TabIndex = 10; - this.label67.Text = "Samplerate \r\n(kHz)"; - // - // label66 - // - this.label66.AutoSize = true; - this.label66.BackColor = System.Drawing.Color.Transparent; - this.label66.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label66.Location = new System.Drawing.Point(542, 36); - this.label66.Name = "label66"; - this.label66.Size = new System.Drawing.Size(75, 12); - this.label66.TabIndex = 12; - this.label66.Text = "Bitrate (Kbps)"; - // - // label65 - // - this.label65.AutoSize = true; - this.label65.BackColor = System.Drawing.Color.Transparent; - this.label65.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label65.Location = new System.Drawing.Point(255, 36); - this.label65.Name = "label65"; - this.label65.Size = new System.Drawing.Size(69, 12); - this.label65.TabIndex = 6; - this.label65.Text = "Audio Codec"; - // - // label14 - // - this.label14.AutoSize = true; - this.label14.BackColor = System.Drawing.Color.Transparent; - this.label14.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label14.Location = new System.Drawing.Point(380, 36); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(48, 12); - this.label14.TabIndex = 8; - this.label14.Text = "Mixdown"; - // - // check_forced - // - this.check_forced.AutoSize = true; - this.check_forced.BackColor = System.Drawing.Color.Transparent; - this.check_forced.Enabled = false; - this.check_forced.Location = new System.Drawing.Point(223, 247); - this.check_forced.Name = "check_forced"; - this.check_forced.Size = new System.Drawing.Size(147, 17); - this.check_forced.TabIndex = 44; - this.check_forced.Text = "Forced Subtitles Only"; - this.check_forced.UseVisualStyleBackColor = false; - // - // drp_track2Audio - // - this.drp_track2Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_track2Audio.FormattingEnabled = true; - this.drp_track2Audio.Items.AddRange(new object[] { - "None"}); - this.drp_track2Audio.Location = new System.Drawing.Point(36, 91); - this.drp_track2Audio.Name = "drp_track2Audio"; - this.drp_track2Audio.Size = new System.Drawing.Size(194, 20); - this.drp_track2Audio.TabIndex = 17; - this.drp_track2Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track2Audio_SelectedIndexChanged); - // - // label28 - // - this.label28.AutoSize = true; - this.label28.BackColor = System.Drawing.Color.Transparent; - this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label28.Location = new System.Drawing.Point(13, 94); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(19, 13); - this.label28.TabIndex = 16; - this.label28.Text = "2:"; - // - // label27 - // - this.label27.AutoSize = true; - this.label27.BackColor = System.Drawing.Color.Transparent; - this.label27.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label27.Location = new System.Drawing.Point(107, 36); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(40, 12); - this.label27.TabIndex = 4; - this.label27.Text = "Source"; - // - // Label19 - // - this.Label19.AutoSize = true; - this.Label19.BackColor = System.Drawing.Color.Transparent; - this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label19.Location = new System.Drawing.Point(13, 219); - this.Label19.Name = "Label19"; - this.Label19.Size = new System.Drawing.Size(64, 13); - this.Label19.TabIndex = 40; - this.Label19.Text = "Subtitles"; - // - // Label20 - // - this.Label20.AutoSize = true; - this.Label20.BackColor = System.Drawing.Color.Transparent; - this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label20.Location = new System.Drawing.Point(13, 247); - this.Label20.Name = "Label20"; - this.Label20.Size = new System.Drawing.Size(61, 13); - this.Label20.TabIndex = 42; - this.Label20.Text = "Subtitles:"; - // - // drp_track1Audio - // - this.drp_track1Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_track1Audio.FormattingEnabled = true; - this.drp_track1Audio.Items.AddRange(new object[] { - "Automatic"}); - this.drp_track1Audio.Location = new System.Drawing.Point(36, 54); - this.drp_track1Audio.Name = "drp_track1Audio"; - this.drp_track1Audio.Size = new System.Drawing.Size(194, 20); - this.drp_track1Audio.TabIndex = 3; - // - // Label32 - // - this.Label32.AutoSize = true; - this.Label32.BackColor = System.Drawing.Color.Transparent; - this.Label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label32.Location = new System.Drawing.Point(13, 57); - this.Label32.Name = "Label32"; - this.Label32.Size = new System.Drawing.Size(19, 13); - this.Label32.TabIndex = 2; - this.Label32.Text = "1:"; - // - // TabPage3 - // - this.TabPage3.BackColor = System.Drawing.Color.Transparent; - this.TabPage3.Controls.Add(this.label25); - this.TabPage3.Controls.Add(this.lbl_vfr); - this.TabPage3.Controls.Add(this.check_grayscale); - this.TabPage3.Controls.Add(this.check_turbo); - this.TabPage3.Controls.Add(this.Label22); - this.TabPage3.Controls.Add(this.check_2PassEncode); - this.TabPage3.Controls.Add(this.Label2); - this.TabPage3.Controls.Add(this.text_filesize); - this.TabPage3.Controls.Add(this.Label42); - this.TabPage3.Controls.Add(this.slider_videoQuality); - this.TabPage3.Controls.Add(this.text_bitrate); - this.TabPage3.Controls.Add(Label38); - this.TabPage3.Controls.Add(this.SliderValue); - this.TabPage3.Controls.Add(this.Label46); - this.TabPage3.Controls.Add(this.Label40); - this.TabPage3.Controls.Add(this.drp_videoFramerate); - this.TabPage3.Location = new System.Drawing.Point(4, 22); - this.TabPage3.Name = "TabPage3"; - this.TabPage3.Padding = new System.Windows.Forms.Padding(3); - this.TabPage3.Size = new System.Drawing.Size(697, 302); - this.TabPage3.TabIndex = 2; - this.TabPage3.Text = "Video"; + // tab_audio + // + this.tab_audio.BackColor = System.Drawing.Color.Transparent; + this.tab_audio.Controls.Add(this.audioPanel); + 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.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; + this.AudioMenuRowHeightHack.ImageSize = new System.Drawing.Size(1, 18); + this.AudioMenuRowHeightHack.TransparentColor = System.Drawing.Color.Transparent; + // + // tab_video + // + this.tab_video.BackColor = System.Drawing.Color.Transparent; + this.tab_video.Controls.Add(this.radio_cq); + this.tab_video.Controls.Add(this.radio_avgBitrate); + this.tab_video.Controls.Add(this.radio_targetFilesize); + this.tab_video.Controls.Add(this.drp_videoEncoder); + this.tab_video.Controls.Add(this.Label47); + this.tab_video.Controls.Add(this.label25); + this.tab_video.Controls.Add(this.check_turbo); + this.tab_video.Controls.Add(this.check_2PassEncode); + this.tab_video.Controls.Add(this.Label2); + this.tab_video.Controls.Add(this.text_filesize); + this.tab_video.Controls.Add(this.slider_videoQuality); + this.tab_video.Controls.Add(this.text_bitrate); + this.tab_video.Controls.Add(this.SliderValue); + this.tab_video.Controls.Add(this.Label46); + this.tab_video.Controls.Add(this.drp_videoFramerate); + 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.TabIndex = 2; + this.tab_video.Text = "Video"; + this.tab_video.UseVisualStyleBackColor = true; + // + // radio_cq + // + this.radio_cq.AutoSize = true; + 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.TabIndex = 18; + this.radio_cq.Text = "Constant Quality:"; + this.radio_cq.UseVisualStyleBackColor = true; + this.radio_cq.CheckedChanged += new System.EventHandler(this.radio_cq_CheckedChanged); + // + // radio_avgBitrate + // + this.radio_avgBitrate.AutoSize = true; + 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.TabIndex = 17; + this.radio_avgBitrate.TabStop = true; + this.radio_avgBitrate.Text = "Avg Bitrate (kbps):"; + this.radio_avgBitrate.UseVisualStyleBackColor = true; + this.radio_avgBitrate.CheckedChanged += new System.EventHandler(this.radio_avgBitrate_CheckedChanged); + // + // radio_targetFilesize + // + this.radio_targetFilesize.AutoSize = true; + 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.TabIndex = 16; + this.radio_targetFilesize.Text = "Target Size (MB):"; + this.radio_targetFilesize.UseVisualStyleBackColor = true; + this.radio_targetFilesize.CheckedChanged += new System.EventHandler(this.radio_targetFilesize_CheckedChanged); // // label25 // @@ -1700,54 +979,19 @@ namespace Handbrake this.label25.Font = new System.Drawing.Font("Verdana", 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(76, 13); - this.label25.TabIndex = 28; - this.label25.Text = "Framerate"; - // - // lbl_vfr - // - this.lbl_vfr.AutoSize = true; - this.lbl_vfr.BackColor = System.Drawing.Color.Transparent; - this.lbl_vfr.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_vfr.Location = new System.Drawing.Point(123, 64); - this.lbl_vfr.Name = "lbl_vfr"; - this.lbl_vfr.Size = new System.Drawing.Size(52, 12); - this.lbl_vfr.TabIndex = 27; - this.lbl_vfr.Text = "(VFR On)"; - this.lbl_vfr.Visible = false; - // - // 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(16, 105); - this.check_grayscale.Name = "check_grayscale"; - this.check_grayscale.Size = new System.Drawing.Size(138, 17); - this.check_grayscale.TabIndex = 1; - this.check_grayscale.Text = "Grayscale Encoding"; - this.check_grayscale.UseVisualStyleBackColor = false; - // - // Label22 - // - this.Label22.AutoSize = true; - this.Label22.BackColor = System.Drawing.Color.Transparent; - this.Label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label22.Location = new System.Drawing.Point(13, 85); - this.Label22.Name = "Label22"; - this.Label22.Size = new System.Drawing.Size(191, 13); - this.Label22.TabIndex = 0; - this.Label22.Text = "Advanced Encoding Settings"; + this.label25.Size = new System.Drawing.Size(43, 13); + this.label25.TabIndex = 0; + this.label25.Text = "Video"; // // check_2PassEncode // 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(16, 128); + 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.TabIndex = 2; + this.check_2PassEncode.TabIndex = 6; this.check_2PassEncode.Text = "2-Pass Encoding"; this.check_2PassEncode.UseVisualStyleBackColor = false; this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged); @@ -1757,29 +1001,18 @@ 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.Location = new System.Drawing.Point(304, 13); + this.Label2.Location = new System.Drawing.Point(334, 13); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(53, 13); this.Label2.TabIndex = 8; this.Label2.Text = "Quality"; // - // Label42 - // - this.Label42.AutoSize = true; - this.Label42.BackColor = System.Drawing.Color.Transparent; - this.Label42.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label42.Location = new System.Drawing.Point(304, 38); - this.Label42.Name = "Label42"; - this.Label42.Size = new System.Drawing.Size(117, 13); - this.Label42.TabIndex = 9; - this.Label42.Text = "Avg Bitrate (kbps):"; - // // SliderValue // 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(599, 96); + this.SliderValue.Location = new System.Drawing.Point(480, 100); this.SliderValue.Name = "SliderValue"; this.SliderValue.Size = new System.Drawing.Size(23, 12); this.SliderValue.TabIndex = 15; @@ -1790,375 +1023,87 @@ 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, 38); + this.Label46.Location = new System.Drawing.Point(13, 71); this.Label46.Name = "Label46"; this.Label46.Size = new System.Drawing.Size(106, 13); - this.Label46.TabIndex = 6; + this.Label46.TabIndex = 1; this.Label46.Text = "Framerate (FPS):"; // - // Label40 - // - this.Label40.AutoSize = true; - this.Label40.BackColor = System.Drawing.Color.Transparent; - this.Label40.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label40.Location = new System.Drawing.Point(304, 95); - this.Label40.Name = "Label40"; - this.Label40.Size = new System.Drawing.Size(107, 13); - this.Label40.TabIndex = 13; - this.Label40.Text = "Constant Quality:"; - // - // TabPage1 - // - this.TabPage1.BackColor = System.Drawing.Color.Transparent; - this.TabPage1.Controls.Add(this.label6); - this.TabPage1.Controls.Add(this.drp_anamorphic); - this.TabPage1.Controls.Add(this.text_bottom); - this.TabPage1.Controls.Add(this.text_top); - this.TabPage1.Controls.Add(this.text_left); - this.TabPage1.Controls.Add(this.text_right); - this.TabPage1.Controls.Add(this.label26); - this.TabPage1.Controls.Add(this.Label56); - this.TabPage1.Controls.Add(this.lbl_Aspect); - this.TabPage1.Controls.Add(this.Label91); - this.TabPage1.Controls.Add(this.text_height); - this.TabPage1.Controls.Add(this.Label55); - this.TabPage1.Controls.Add(this.text_width); - this.TabPage1.Controls.Add(this.check_vfr); - this.TabPage1.Controls.Add(this.label24); - this.TabPage1.Controls.Add(this.drp_deNoise); - this.TabPage1.Controls.Add(this.label11); - this.TabPage1.Controls.Add(this.check_deblock); - this.TabPage1.Controls.Add(this.check_detelecine); - this.TabPage1.Controls.Add(this.label4); - this.TabPage1.Controls.Add(this.drp_deInterlace_option); - this.TabPage1.Controls.Add(this.lbl_RecomendedCrop); - this.TabPage1.Controls.Add(this.Label8); - this.TabPage1.Controls.Add(this.Label1); - this.TabPage1.Controls.Add(this.Label53); - this.TabPage1.Controls.Add(this.Label52); - this.TabPage1.Controls.Add(this.Label51); - this.TabPage1.Controls.Add(this.Label50); - this.TabPage1.Controls.Add(this.Label15); - this.TabPage1.Controls.Add(this.drp_crop); - this.TabPage1.Location = new System.Drawing.Point(4, 22); - this.TabPage1.Name = "TabPage1"; - this.TabPage1.Padding = new System.Windows.Forms.Padding(3); - this.TabPage1.Size = new System.Drawing.Size(697, 302); - this.TabPage1.TabIndex = 0; - this.TabPage1.Text = "Picture Settings"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.BackColor = System.Drawing.Color.Transparent; - this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label6.Location = new System.Drawing.Point(311, 89); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(80, 13); - this.label6.TabIndex = 37; - this.label6.Text = "Anamorphic:"; - // - // drp_anamorphic - // - this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drp_anamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_anamorphic.FormattingEnabled = true; - this.drp_anamorphic.Items.AddRange(new object[] { - "None", - "Strict", - "Loose"}); - this.drp_anamorphic.Location = new System.Drawing.Point(414, 86); - this.drp_anamorphic.Name = "drp_anamorphic"; - this.drp_anamorphic.Size = new System.Drawing.Size(110, 21); - this.drp_anamorphic.TabIndex = 36; - this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged); - // - // text_bottom - // - this.text_bottom.Location = new System.Drawing.Point(133, 146); - this.text_bottom.Maximum = new decimal(new int[] { - 1080, - 0, - 0, - 0}); - this.text_bottom.Name = "text_bottom"; - this.text_bottom.Size = new System.Drawing.Size(44, 21); - this.text_bottom.TabIndex = 35; - // - // text_top - // - this.text_top.Location = new System.Drawing.Point(133, 105); - this.text_top.Maximum = new decimal(new int[] { - 1080, - 0, - 0, - 0}); - this.text_top.Name = "text_top"; - this.text_top.Size = new System.Drawing.Size(44, 21); - this.text_top.TabIndex = 34; - // - // text_left - // - this.text_left.Location = new System.Drawing.Point(77, 126); - this.text_left.Maximum = new decimal(new int[] { - 1920, - 0, - 0, - 0}); - this.text_left.Name = "text_left"; - this.text_left.Size = new System.Drawing.Size(44, 21); - this.text_left.TabIndex = 33; - // - // text_right - // - this.text_right.Location = new System.Drawing.Point(187, 126); - this.text_right.Maximum = new decimal(new int[] { - 1920, - 0, - 0, - 0}); - this.text_right.Name = "text_right"; - this.text_right.Size = new System.Drawing.Size(44, 21); - this.text_right.TabIndex = 32; - // - // label26 - // - this.label26.AutoSize = true; - this.label26.BackColor = System.Drawing.Color.Transparent; - this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label26.Location = new System.Drawing.Point(311, 13); - this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(34, 13); - this.label26.TabIndex = 31; - this.label26.Text = "Size"; - // - // Label56 - // - this.Label56.AutoSize = true; - this.Label56.BackColor = System.Drawing.Color.Transparent; - this.Label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label56.ForeColor = System.Drawing.Color.Black; - this.Label56.Location = new System.Drawing.Point(483, 38); - this.Label56.Name = "Label56"; - this.Label56.Size = new System.Drawing.Size(15, 13); - this.Label56.TabIndex = 27; - this.Label56.Text = "x"; - // - // lbl_Aspect - // - this.lbl_Aspect.AutoSize = true; - this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent; - this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_Aspect.Location = new System.Drawing.Point(412, 62); - this.lbl_Aspect.Name = "lbl_Aspect"; - this.lbl_Aspect.Size = new System.Drawing.Size(72, 12); - this.lbl_Aspect.TabIndex = 30; - this.lbl_Aspect.Text = "Select a Title"; - // - // Label91 - // - this.Label91.AutoSize = true; - this.Label91.BackColor = System.Drawing.Color.Transparent; - this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label91.Location = new System.Drawing.Point(311, 61); - this.Label91.Name = "Label91"; - this.Label91.Size = new System.Drawing.Size(83, 13); - this.Label91.TabIndex = 29; - this.Label91.Text = "Aspect Ratio:"; - // - // Label55 - // - this.Label55.AutoSize = true; - this.Label55.BackColor = System.Drawing.Color.Transparent; - this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label55.ForeColor = System.Drawing.Color.Black; - this.Label55.Location = new System.Drawing.Point(311, 37); - this.Label55.Name = "Label55"; - this.Label55.Size = new System.Drawing.Size(85, 13); - this.Label55.TabIndex = 25; - this.Label55.Text = "Width/Height:"; - // - // check_vfr - // - this.check_vfr.AutoSize = true; - this.check_vfr.BackColor = System.Drawing.Color.Transparent; - this.check_vfr.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_vfr.Location = new System.Drawing.Point(413, 143); - this.check_vfr.Name = "check_vfr"; - this.check_vfr.Size = new System.Drawing.Size(48, 17); - this.check_vfr.TabIndex = 23; - this.check_vfr.Text = "VFR"; - this.check_vfr.UseVisualStyleBackColor = false; - this.check_vfr.CheckedChanged += new System.EventHandler(this.check_vfr_CheckedChanged); + // 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.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.TabIndex = 0; + this.tab_picture.Text = "Picture Settings"; + 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(311, 120); + 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 = 13; + this.label24.TabIndex = 22; this.label24.Text = "Filters"; // - // drp_deNoise - // - this.drp_deNoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drp_deNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_deNoise.FormattingEnabled = true; - this.drp_deNoise.Items.AddRange(new object[] { - "None", - "Weak", - "Medium", - "Strong"}); - this.drp_deNoise.Location = new System.Drawing.Point(413, 218); - this.drp_deNoise.Name = "drp_deNoise"; - this.drp_deNoise.Size = new System.Drawing.Size(161, 21); - this.drp_deNoise.TabIndex = 19; - // - // label11 - // - this.label11.AutoSize = true; - this.label11.BackColor = System.Drawing.Color.Transparent; - this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label11.Location = new System.Drawing.Point(311, 221); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(58, 13); - this.label11.TabIndex = 18; - this.label11.Text = "Denoise:"; - // - // check_deblock - // - this.check_deblock.AutoSize = true; - this.check_deblock.BackColor = System.Drawing.Color.Transparent; - this.check_deblock.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_deblock.Location = new System.Drawing.Point(314, 166); - this.check_deblock.Name = "check_deblock"; - this.check_deblock.Size = new System.Drawing.Size(72, 17); - this.check_deblock.TabIndex = 15; - this.check_deblock.Text = "Deblock"; - this.check_deblock.UseVisualStyleBackColor = false; - // - // check_detelecine - // - this.check_detelecine.AutoSize = true; - this.check_detelecine.BackColor = System.Drawing.Color.Transparent; - this.check_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_detelecine.Location = new System.Drawing.Point(314, 143); - this.check_detelecine.Name = "check_detelecine"; - this.check_detelecine.Size = new System.Drawing.Size(86, 17); - this.check_detelecine.TabIndex = 14; - this.check_detelecine.Text = "Detelecine"; - this.check_detelecine.UseVisualStyleBackColor = false; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.BackColor = System.Drawing.Color.Transparent; - this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(311, 193); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(77, 13); - this.label4.TabIndex = 16; - this.label4.Text = "Deinterlace:"; - // - // drp_deInterlace_option - // - this.drp_deInterlace_option.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drp_deInterlace_option.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_deInterlace_option.FormattingEnabled = true; - this.drp_deInterlace_option.Items.AddRange(new object[] { - "None", - "Fast", - "Slow", - "Slower"}); - this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 190); - this.drp_deInterlace_option.Name = "drp_deInterlace_option"; - this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21); - this.drp_deInterlace_option.TabIndex = 17; - // - // Label1 - // - this.Label1.AutoSize = true; - this.Label1.BackColor = System.Drawing.Color.Transparent; - this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label1.Location = new System.Drawing.Point(13, 13); - this.Label1.Name = "Label1"; - this.Label1.Size = new System.Drawing.Size(37, 13); - this.Label1.TabIndex = 0; - this.Label1.Text = "Crop"; - // - // Label53 - // - this.Label53.AutoSize = true; - this.Label53.BackColor = System.Drawing.Color.Transparent; - this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label53.Location = new System.Drawing.Point(130, 174); - this.Label53.Name = "Label53"; - this.Label53.Size = new System.Drawing.Size(48, 13); - this.Label53.TabIndex = 10; - this.Label53.Text = "Bottom"; - // - // Label52 - // - this.Label52.AutoSize = true; - this.Label52.BackColor = System.Drawing.Color.Transparent; - this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label52.Location = new System.Drawing.Point(139, 89); - this.Label52.Name = "Label52"; - this.Label52.Size = new System.Drawing.Size(28, 13); - this.Label52.TabIndex = 5; - this.Label52.Text = "Top"; - // - // Label51 - // - this.Label51.AutoSize = true; - this.Label51.BackColor = System.Drawing.Color.Transparent; - this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label51.Location = new System.Drawing.Point(237, 128); - this.Label51.Name = "Label51"; - this.Label51.Size = new System.Drawing.Size(36, 13); - this.Label51.TabIndex = 12; - this.Label51.Text = "Right"; - // - // Label50 - // - this.Label50.AutoSize = true; - this.Label50.BackColor = System.Drawing.Color.Transparent; - this.Label50.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label50.Location = new System.Drawing.Point(13, 37); - this.Label50.Name = "Label50"; - this.Label50.Size = new System.Drawing.Size(88, 13); - this.Label50.TabIndex = 1; - this.Label50.Text = "Select Option:"; - // - // Label15 - // - this.Label15.AutoSize = true; - this.Label15.BackColor = System.Drawing.Color.Transparent; - this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label15.Location = new System.Drawing.Point(43, 128); - this.Label15.Name = "Label15"; - this.Label15.Size = new System.Drawing.Size(28, 13); - this.Label15.TabIndex = 7; - this.Label15.Text = "Left"; - // - // drp_crop - // - this.drp_crop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drp_crop.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_crop.FormattingEnabled = true; - this.drp_crop.Items.AddRange(new object[] { - "Automatic", - "Custom", - "No Crop"}); - this.drp_crop.Location = new System.Drawing.Point(118, 34); - this.drp_crop.Name = "drp_crop"; - this.drp_crop.Size = new System.Drawing.Size(123, 21); - this.drp_crop.TabIndex = 3; - this.drp_crop.SelectedIndexChanged += new System.EventHandler(this.drp_crop_SelectedIndexChanged); - // // Check_ChapterMarkers // this.Check_ChapterMarkers.AutoSize = true; @@ -2172,21 +1117,102 @@ namespace Handbrake this.Check_ChapterMarkers.UseVisualStyleBackColor = false; this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged); // - // advancedOptions - // - this.advancedOptions.Controls.Add(this.TabPage1); - this.advancedOptions.Controls.Add(this.TabPage3); - this.advancedOptions.Controls.Add(this.TabPage2); - this.advancedOptions.Controls.Add(this.tab_chapters); - this.advancedOptions.Controls.Add(this.h264Tab); - this.advancedOptions.Controls.Add(this.tabPage4); - this.advancedOptions.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.advancedOptions.Location = new System.Drawing.Point(14, 281); - this.advancedOptions.Name = "advancedOptions"; - this.advancedOptions.SelectedIndex = 0; - this.advancedOptions.Size = new System.Drawing.Size(705, 328); - this.advancedOptions.TabIndex = 5; - this.advancedOptions.TabStop = false; + // tabs_panel + // + this.tabs_panel.Controls.Add(this.tab_picture); + this.tabs_panel.Controls.Add(this.tab_filters); + this.tabs_panel.Controls.Add(this.tab_video); + this.tabs_panel.Controls.Add(this.tab_audio); + this.tabs_panel.Controls.Add(this.tab_subtitles); + 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.Name = "tabs_panel"; + this.tabs_panel.SelectedIndex = 0; + this.tabs_panel.Size = new System.Drawing.Size(732, 342); + 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.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.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.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.Size = new System.Drawing.Size(722, 310); + this.Subtitles.TabIndex = 0; // // tab_chapters // @@ -2196,9 +1222,10 @@ namespace Handbrake 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(697, 302); + this.tab_chapters.Size = new System.Drawing.Size(724, 316); this.tab_chapters.TabIndex = 6; this.tab_chapters.Text = "Chapters"; + this.tab_chapters.UseVisualStyleBackColor = true; // // label31 // @@ -2211,547 +1238,47 @@ namespace Handbrake this.label31.TabIndex = 0; this.label31.Text = "Chapter Markers"; // - // h264Tab - // - this.h264Tab.BackColor = System.Drawing.Color.Transparent; - this.h264Tab.Controls.Add(this.label43); - this.h264Tab.Controls.Add(this.btn_reset); - this.h264Tab.Controls.Add(this.rtf_x264Query); - this.h264Tab.Controls.Add(this.label35); - this.h264Tab.Controls.Add(this.check_Cabac); - this.h264Tab.Controls.Add(this.label36); - this.h264Tab.Controls.Add(this.check_noDCTDecimate); - this.h264Tab.Controls.Add(this.label37); - this.h264Tab.Controls.Add(this.check_noFastPSkip); - this.h264Tab.Controls.Add(this.label39); - this.h264Tab.Controls.Add(this.drop_trellis); - this.h264Tab.Controls.Add(this.drop_deblockBeta); - this.h264Tab.Controls.Add(this.label41); - this.h264Tab.Controls.Add(this.drop_deblockAlpha); - this.h264Tab.Controls.Add(this.panel3); - this.h264Tab.Controls.Add(this.panel1); - this.h264Tab.Controls.Add(this.panel2); - this.h264Tab.Controls.Add(this.label44); - this.h264Tab.Controls.Add(this.check_8x8DCT); - this.h264Tab.Controls.Add(this.label45); - this.h264Tab.Controls.Add(this.drop_analysis); - this.h264Tab.Controls.Add(this.label48); - this.h264Tab.Controls.Add(this.drop_subpixelMotionEstimation); - this.h264Tab.Controls.Add(this.label49); - this.h264Tab.Controls.Add(this.drop_MotionEstimationRange); - this.h264Tab.Controls.Add(this.label54); - this.h264Tab.Controls.Add(this.drop_MotionEstimationMethod); - this.h264Tab.Controls.Add(this.label57); - this.h264Tab.Controls.Add(this.check_pyrmidalBFrames); - this.h264Tab.Controls.Add(this.label58); - this.h264Tab.Controls.Add(this.check_BidirectionalRefinement); - this.h264Tab.Controls.Add(this.label59); - this.h264Tab.Controls.Add(this.check_bFrameDistortion); - this.h264Tab.Controls.Add(this.label60); - this.h264Tab.Controls.Add(this.check_weightedBFrames); - this.h264Tab.Controls.Add(this.label61); - this.h264Tab.Controls.Add(this.drop_directPrediction); - this.h264Tab.Controls.Add(this.label62); - this.h264Tab.Controls.Add(this.drop_bFrames); - this.h264Tab.Controls.Add(this.label63); - this.h264Tab.Controls.Add(this.label64); - this.h264Tab.Controls.Add(this.drop_refFrames); - this.h264Tab.Controls.Add(this.check_mixedReferences); - this.h264Tab.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.h264Tab.Location = new System.Drawing.Point(4, 22); - this.h264Tab.Name = "h264Tab"; - this.h264Tab.Padding = new System.Windows.Forms.Padding(3); - this.h264Tab.Size = new System.Drawing.Size(697, 302); - this.h264Tab.TabIndex = 8; - this.h264Tab.Text = "Advanced"; - // - // label43 - // - this.label43.AutoSize = true; - this.label43.BackColor = System.Drawing.Color.Transparent; - this.label43.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label43.Location = new System.Drawing.Point(13, 13); - this.label43.Name = "label43"; - this.label43.Size = new System.Drawing.Size(165, 13); - this.label43.TabIndex = 0; - this.label43.Text = "Advanced H.264 Options"; - // - // btn_reset - // - this.btn_reset.Location = new System.Drawing.Point(13, 226); - this.btn_reset.Name = "btn_reset"; - this.btn_reset.Size = new System.Drawing.Size(75, 23); - this.btn_reset.TabIndex = 41; - this.btn_reset.Text = "Reset All"; - this.btn_reset.UseVisualStyleBackColor = true; - this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click); - // - // rtf_x264Query - // - this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.rtf_x264Query.Location = new System.Drawing.Point(13, 253); - this.rtf_x264Query.Name = "rtf_x264Query"; - this.rtf_x264Query.Size = new System.Drawing.Size(667, 43); - this.rtf_x264Query.TabIndex = 42; - this.rtf_x264Query.Text = ""; - this.rtf_x264Query.LostFocus += new System.EventHandler(this.rtf_x264Query_TextChanged); - this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged); - // - // label35 - // - this.label35.AutoSize = true; - this.label35.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label35.Location = new System.Drawing.Point(534, 213); - this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(128, 12); - this.label35.TabIndex = 29; - this.label35.Text = "CABAC Entropy Coding:"; - // - // check_Cabac - // - this.check_Cabac.AutoSize = true; - this.check_Cabac.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_Cabac.Location = new System.Drawing.Point(668, 214); - this.check_Cabac.Name = "check_Cabac"; - this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_Cabac.Size = new System.Drawing.Size(12, 11); - this.check_Cabac.TabIndex = 40; - this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_Cabac.UseVisualStyleBackColor = true; - this.check_Cabac.CheckStateChanged += new System.EventHandler(this.check_Cabac_CheckedChanged); - // - // label36 - // - this.label36.AutoSize = true; - this.label36.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label36.Location = new System.Drawing.Point(561, 194); - this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(102, 12); - this.label36.TabIndex = 28; - this.label36.Text = "No DCT-Decimate:"; - // - // check_noDCTDecimate - // - this.check_noDCTDecimate.AutoSize = true; - this.check_noDCTDecimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_noDCTDecimate.Location = new System.Drawing.Point(668, 195); - this.check_noDCTDecimate.Name = "check_noDCTDecimate"; - this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_noDCTDecimate.Size = new System.Drawing.Size(12, 11); - this.check_noDCTDecimate.TabIndex = 39; - this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_noDCTDecimate.UseVisualStyleBackColor = true; - this.check_noDCTDecimate.CheckStateChanged += new System.EventHandler(this.check_noDCTDecimate_CheckedChanged); - // - // label37 - // - this.label37.AutoSize = true; - this.label37.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label37.Location = new System.Drawing.Point(444, 193); - this.label37.Name = "label37"; - this.label37.Size = new System.Drawing.Size(87, 12); - this.label37.TabIndex = 27; - this.label37.Text = "No Fast-P-Skip:"; - // - // check_noFastPSkip - // - this.check_noFastPSkip.AutoSize = true; - this.check_noFastPSkip.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_noFastPSkip.Location = new System.Drawing.Point(537, 194); - this.check_noFastPSkip.Name = "check_noFastPSkip"; - this.check_noFastPSkip.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_noFastPSkip.Size = new System.Drawing.Size(12, 11); - this.check_noFastPSkip.TabIndex = 38; - this.check_noFastPSkip.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_noFastPSkip.UseVisualStyleBackColor = true; - this.check_noFastPSkip.CheckStateChanged += new System.EventHandler(this.check_noFastPSkip_CheckedChanged); - // - // label39 - // - this.label39.AutoSize = true; - this.label39.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label39.Location = new System.Drawing.Point(490, 169); - this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(41, 12); - this.label39.TabIndex = 26; - this.label39.Text = "Trellis:"; - // - // drop_trellis - // - this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_trellis.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_trellis.FormattingEnabled = true; - this.drop_trellis.Location = new System.Drawing.Point(537, 166); - this.drop_trellis.Name = "drop_trellis"; - this.drop_trellis.Size = new System.Drawing.Size(143, 20); - this.drop_trellis.TabIndex = 37; - this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.drop_trellis_SelectedIndexChanged); - // - // drop_deblockBeta - // - this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_deblockBeta.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_deblockBeta.FormattingEnabled = true; - this.drop_deblockBeta.Location = new System.Drawing.Point(611, 139); - this.drop_deblockBeta.Name = "drop_deblockBeta"; - this.drop_deblockBeta.Size = new System.Drawing.Size(69, 20); - this.drop_deblockBeta.TabIndex = 36; - this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.drop_deblockBeta_SelectedIndexChanged); - // - // label41 - // - this.label41.AutoSize = true; - this.label41.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label41.Location = new System.Drawing.Point(466, 147); - this.label41.Name = "label41"; - this.label41.Size = new System.Drawing.Size(65, 12); - this.label41.TabIndex = 25; - this.label41.Text = "Deblocking:"; - // - // drop_deblockAlpha - // - this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_deblockAlpha.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_deblockAlpha.FormattingEnabled = true; - this.drop_deblockAlpha.Location = new System.Drawing.Point(537, 139); - this.drop_deblockAlpha.Name = "drop_deblockAlpha"; - this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 20); - this.drop_deblockAlpha.TabIndex = 35; - this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.drop_deblockAlpha_SelectedIndexChanged); - // - // panel3 - // - this.panel3.BackColor = System.Drawing.Color.Black; - this.panel3.Location = new System.Drawing.Point(396, 131); - this.panel3.Margin = new System.Windows.Forms.Padding(0); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(284, 1); - this.panel3.TabIndex = 24; - // - // panel1 - // - this.panel1.BackColor = System.Drawing.Color.Black; - this.panel1.Location = new System.Drawing.Point(13, 84); - this.panel1.Margin = new System.Windows.Forms.Padding(0); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(284, 1); - this.panel1.TabIndex = 3; - // - // panel2 - // - this.panel2.BackColor = System.Drawing.Color.Black; - this.panel2.Location = new System.Drawing.Point(396, 95); - this.panel2.Margin = new System.Windows.Forms.Padding(0); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(284, 1); - this.panel2.TabIndex = 21; - // - // label44 - // - this.label44.AutoSize = true; - this.label44.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label44.Location = new System.Drawing.Point(606, 109); - this.label44.Name = "label44"; - this.label44.Size = new System.Drawing.Size(55, 12); - this.label44.TabIndex = 23; - this.label44.Text = "8x8 DCT:"; - // - // check_8x8DCT - // - this.check_8x8DCT.AutoSize = true; - this.check_8x8DCT.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_8x8DCT.Location = new System.Drawing.Point(664, 109); - this.check_8x8DCT.Name = "check_8x8DCT"; - this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_8x8DCT.Size = new System.Drawing.Size(12, 11); - this.check_8x8DCT.TabIndex = 34; - this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_8x8DCT.UseVisualStyleBackColor = true; - this.check_8x8DCT.CheckStateChanged += new System.EventHandler(this.check_8x8DCT_CheckedChanged); - // - // label45 - // - this.label45.AutoSize = true; - this.label45.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label45.Location = new System.Drawing.Point(478, 108); - this.label45.Name = "label45"; - this.label45.Size = new System.Drawing.Size(53, 12); - this.label45.TabIndex = 22; - this.label45.Text = "Analysis:"; - // - // drop_analysis - // - this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_analysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_analysis.FormattingEnabled = true; - this.drop_analysis.Location = new System.Drawing.Point(537, 105); - this.drop_analysis.Name = "drop_analysis"; - this.drop_analysis.Size = new System.Drawing.Size(63, 20); - this.drop_analysis.TabIndex = 33; - this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.drop_analysis_SelectedIndexChanged); - // - // label48 - // - this.label48.AutoSize = true; - this.label48.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label48.Location = new System.Drawing.Point(385, 72); - this.label48.Name = "label48"; - this.label48.Size = new System.Drawing.Size(146, 12); - this.label48.TabIndex = 20; - this.label48.Text = "Subpixel Motion Estimation:"; - // - // drop_subpixelMotionEstimation - // - this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_subpixelMotionEstimation.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_subpixelMotionEstimation.FormattingEnabled = true; - this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(537, 69); - this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation"; - this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 20); - this.drop_subpixelMotionEstimation.TabIndex = 32; - this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.drop_subpixelMotionEstimation_SelectedIndexChanged); - // - // label49 - // - this.label49.AutoSize = true; - this.label49.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label49.Location = new System.Drawing.Point(397, 43); - this.label49.Name = "label49"; - this.label49.Size = new System.Drawing.Size(134, 12); - this.label49.TabIndex = 19; - this.label49.Text = "Motion Estimation Range:"; - // - // drop_MotionEstimationRange - // - this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_MotionEstimationRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_MotionEstimationRange.FormattingEnabled = true; - this.drop_MotionEstimationRange.Location = new System.Drawing.Point(537, 40); - this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange"; - this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 20); - this.drop_MotionEstimationRange.TabIndex = 31; - this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationRange_SelectedIndexChanged); - // - // label54 - // - this.label54.AutoSize = true; - this.label54.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label54.Location = new System.Drawing.Point(391, 14); - this.label54.Name = "label54"; - this.label54.Size = new System.Drawing.Size(140, 12); - this.label54.TabIndex = 18; - this.label54.Text = "Motion Estimation Method:"; - // - // drop_MotionEstimationMethod - // - this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_MotionEstimationMethod.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_MotionEstimationMethod.FormattingEnabled = true; - this.drop_MotionEstimationMethod.ItemHeight = 12; - this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(537, 11); - this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod"; - this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 20); - this.drop_MotionEstimationMethod.TabIndex = 30; - this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationMethod_SelectedIndexChanged); - // - // label57 - // - this.label57.AutoSize = true; - this.label57.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label57.Location = new System.Drawing.Point(41, 204); - this.label57.Name = "label57"; - this.label57.Size = new System.Drawing.Size(105, 12); - this.label57.TabIndex = 9; - this.label57.Text = "Pyrmidal B-Frames:"; - // - // check_pyrmidalBFrames - // - this.check_pyrmidalBFrames.AutoSize = true; - this.check_pyrmidalBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_pyrmidalBFrames.Location = new System.Drawing.Point(157, 205); - this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames"; - this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_pyrmidalBFrames.Size = new System.Drawing.Size(12, 11); - this.check_pyrmidalBFrames.TabIndex = 17; - this.check_pyrmidalBFrames.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_pyrmidalBFrames.UseVisualStyleBackColor = true; - this.check_pyrmidalBFrames.CheckStateChanged += new System.EventHandler(this.check_pyrmidalBFrames_CheckedChanged); - // - // label58 - // - this.label58.AutoSize = true; - this.label58.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label58.Location = new System.Drawing.Point(15, 184); - this.label58.Name = "label58"; - this.label58.Size = new System.Drawing.Size(131, 12); - this.label58.TabIndex = 8; - this.label58.Text = "Bidirectional Refinement:"; - // - // check_BidirectionalRefinement - // - this.check_BidirectionalRefinement.AutoSize = true; - this.check_BidirectionalRefinement.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_BidirectionalRefinement.Location = new System.Drawing.Point(157, 185); - this.check_BidirectionalRefinement.Name = "check_BidirectionalRefinement"; - this.check_BidirectionalRefinement.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_BidirectionalRefinement.Size = new System.Drawing.Size(12, 11); - this.check_BidirectionalRefinement.TabIndex = 16; - this.check_BidirectionalRefinement.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_BidirectionalRefinement.UseVisualStyleBackColor = true; - this.check_BidirectionalRefinement.CheckStateChanged += new System.EventHandler(this.check_BidirectionalRefinement_CheckedChanged); - // - // label59 - // - this.label59.AutoSize = true; - this.label59.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label59.Location = new System.Drawing.Point(15, 164); - this.label59.Name = "label59"; - this.label59.Size = new System.Drawing.Size(131, 12); - this.label59.TabIndex = 7; - this.label59.Text = "B-Frame Rate Distortion:"; - // - // check_bFrameDistortion - // - this.check_bFrameDistortion.AutoSize = true; - this.check_bFrameDistortion.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_bFrameDistortion.Location = new System.Drawing.Point(157, 165); - this.check_bFrameDistortion.Name = "check_bFrameDistortion"; - this.check_bFrameDistortion.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_bFrameDistortion.Size = new System.Drawing.Size(12, 11); - this.check_bFrameDistortion.TabIndex = 15; - this.check_bFrameDistortion.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_bFrameDistortion.UseVisualStyleBackColor = true; - this.check_bFrameDistortion.CheckStateChanged += new System.EventHandler(this.check_bFrameDistortion_CheckedChanged); - // - // label60 - // - this.label60.AutoSize = true; - this.label60.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label60.Location = new System.Drawing.Point(39, 146); - this.label60.Name = "label60"; - this.label60.Size = new System.Drawing.Size(107, 12); - this.label60.TabIndex = 6; - this.label60.Text = "Weighted B-Frames:"; - // - // check_weightedBFrames - // - this.check_weightedBFrames.AutoSize = true; - this.check_weightedBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_weightedBFrames.Location = new System.Drawing.Point(157, 147); - this.check_weightedBFrames.Name = "check_weightedBFrames"; - this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_weightedBFrames.Size = new System.Drawing.Size(12, 11); - this.check_weightedBFrames.TabIndex = 14; - this.check_weightedBFrames.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_weightedBFrames.UseVisualStyleBackColor = true; - this.check_weightedBFrames.CheckStateChanged += new System.EventHandler(this.check_weightedBFrames_CheckedChanged); - // - // label61 - // - this.label61.AutoSize = true; - this.label61.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label61.Location = new System.Drawing.Point(52, 121); - this.label61.Name = "label61"; - this.label61.Size = new System.Drawing.Size(94, 12); - this.label61.TabIndex = 5; - this.label61.Text = "Direct Prediction:"; - // - // drop_directPrediction - // - this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_directPrediction.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_directPrediction.FormattingEnabled = true; - this.drop_directPrediction.Location = new System.Drawing.Point(157, 118); - this.drop_directPrediction.Name = "drop_directPrediction"; - this.drop_directPrediction.Size = new System.Drawing.Size(121, 20); - this.drop_directPrediction.TabIndex = 13; - this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.drop_directPrediction_SelectedIndexChanged); - // - // label62 - // - this.label62.AutoSize = true; - this.label62.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label62.Location = new System.Drawing.Point(88, 94); - this.label62.Name = "label62"; - this.label62.Size = new System.Drawing.Size(58, 12); - this.label62.TabIndex = 4; - this.label62.Text = "B-Frames:"; - // - // drop_bFrames - // - this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_bFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_bFrames.FormattingEnabled = true; - this.drop_bFrames.Location = new System.Drawing.Point(157, 91); - this.drop_bFrames.Name = "drop_bFrames"; - this.drop_bFrames.Size = new System.Drawing.Size(121, 20); - this.drop_bFrames.TabIndex = 12; - this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.drop_bFrames_SelectedIndexChanged); - // - // label63 - // - this.label63.AutoSize = true; - this.label63.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label63.Location = new System.Drawing.Point(48, 64); - this.label63.Name = "label63"; - this.label63.Size = new System.Drawing.Size(98, 12); - this.label63.TabIndex = 2; - this.label63.Text = "Mixed References:"; - // - // label64 - // - this.label64.AutoSize = true; - this.label64.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label64.Location = new System.Drawing.Point(47, 40); - this.label64.Name = "label64"; - this.label64.Size = new System.Drawing.Size(99, 12); - this.label64.TabIndex = 1; - this.label64.Text = "Reference Frames:"; - // - // drop_refFrames - // - this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_refFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.drop_refFrames.FormattingEnabled = true; - this.drop_refFrames.Location = new System.Drawing.Point(157, 37); - this.drop_refFrames.Name = "drop_refFrames"; - this.drop_refFrames.Size = new System.Drawing.Size(121, 20); - this.drop_refFrames.TabIndex = 10; - this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.drop_refFrames_SelectedIndexChanged); - // - // check_mixedReferences - // - this.check_mixedReferences.AutoSize = true; - this.check_mixedReferences.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.check_mixedReferences.Location = new System.Drawing.Point(157, 65); - this.check_mixedReferences.Name = "check_mixedReferences"; - this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.check_mixedReferences.Size = new System.Drawing.Size(12, 11); - this.check_mixedReferences.TabIndex = 11; - this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.check_mixedReferences.UseVisualStyleBackColor = true; - this.check_mixedReferences.CheckStateChanged += new System.EventHandler(this.check_mixedReferences_CheckedChanged); - // - // tabPage4 - // - this.tabPage4.Controls.Add(this.btn_clear); - this.tabPage4.Controls.Add(this.btn_copy2C); - this.tabPage4.Controls.Add(this.label34); - this.tabPage4.Controls.Add(this.btn_generate_Query); - this.tabPage4.Controls.Add(this.label33); - this.tabPage4.Controls.Add(this.rtf_query); - this.tabPage4.Location = new System.Drawing.Point(4, 22); - this.tabPage4.Name = "tabPage4"; - this.tabPage4.Size = new System.Drawing.Size(697, 302); - this.tabPage4.TabIndex = 7; - this.tabPage4.Text = "Query Editor"; + // tab_advanced + // + 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.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); + this.tab_query.Controls.Add(this.label34); + this.tab_query.Controls.Add(this.btn_generate_Query); + this.tab_query.Controls.Add(this.label33); + 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.TabIndex = 7; + this.tab_query.Text = "Query Editor"; + this.tab_query.UseVisualStyleBackColor = true; // // 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_clear.Location = new System.Drawing.Point(602, 75); + this.btn_clear.Location = new System.Drawing.Point(634, 75); this.btn_clear.Name = "btn_clear"; this.btn_clear.Size = new System.Drawing.Size(75, 22); this.btn_clear.TabIndex = 4; @@ -2759,19 +1286,6 @@ namespace Handbrake this.btn_clear.UseVisualStyleBackColor = true; this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click); // - // btn_copy2C - // - this.btn_copy2C.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_copy2C.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_copy2C.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_copy2C.Location = new System.Drawing.Point(148, 75); - this.btn_copy2C.Name = "btn_copy2C"; - this.btn_copy2C.Size = new System.Drawing.Size(136, 22); - this.btn_copy2C.TabIndex = 3; - this.btn_copy2C.Text = "Copy to clipboard"; - this.btn_copy2C.UseVisualStyleBackColor = true; - this.btn_copy2C.Click += new System.EventHandler(this.btn_copy2C_Click); - // // label34 // this.label34.AutoSize = true; @@ -2811,7 +1325,7 @@ 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(661, 182); + this.rtf_query.Size = new System.Drawing.Size(693, 194); this.rtf_query.TabIndex = 5; this.rtf_query.Text = ""; // @@ -2822,17 +1336,17 @@ namespace Handbrake 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(14, 163); + this.groupBox_dest.Location = new System.Drawing.Point(9, 160); this.groupBox_dest.Name = "groupBox_dest"; - this.groupBox_dest.Size = new System.Drawing.Size(705, 50); - this.groupBox_dest.TabIndex = 2; + 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(598, 18); + 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; @@ -2842,50 +1356,171 @@ namespace Handbrake // // groupBox2 // - this.groupBox2.Controls.Add(this.btn_removePreset); - this.groupBox2.Controls.Add(this.btn_addPreset); - this.groupBox2.Controls.Add(this.treeView_presets); - this.groupBox2.Controls.Add(this.btn_setDefault); + 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(729, 73); + this.groupBox2.Location = new System.Drawing.Point(751, 70); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(198, 536); - this.groupBox2.TabIndex = 11; + this.groupBox2.Size = new System.Drawing.Size(245, 546); + this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "Presets"; // + // splitContainer1 + // + this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer1.Location = new System.Drawing.Point(3, 17); + this.splitContainer1.Name = "splitContainer1"; + this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; + // + // splitContainer1.Panel1 + // + this.splitContainer1.Panel1.Controls.Add(this.treeView_presets); + // + // splitContainer1.Panel2 + // + 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.TabIndex = 1; + // // treeView_presets // - this.treeView_presets.ForeColor = System.Drawing.Color.Navy; + this.treeView_presets.ContextMenuStrip = this.presets_menu; + this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill; + this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue; this.treeView_presets.FullRowSelect = true; this.treeView_presets.HideSelection = false; - this.treeView_presets.ItemHeight = 17; - this.treeView_presets.Location = new System.Drawing.Point(10, 23); + this.treeView_presets.ItemHeight = 21; + 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(177, 473); - this.treeView_presets.TabIndex = 2; + this.treeView_presets.Size = new System.Drawing.Size(239, 485); + 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); + this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey); + // + // presets_menu + // + this.presets_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.pmnu_expandAll, + this.pmnu_collapse, + this.sep1, + 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.Text = ";"; + this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening); + // + // pmnu_expandAll + // + this.pmnu_expandAll.Name = "pmnu_expandAll"; + this.pmnu_expandAll.Size = new System.Drawing.Size(154, 22); + this.pmnu_expandAll.Text = "Expand All"; + this.pmnu_expandAll.Click += new System.EventHandler(this.pmnu_expandAll_Click); + // + // pmnu_collapse + // + this.pmnu_collapse.Name = "pmnu_collapse"; + this.pmnu_collapse.Size = new System.Drawing.Size(154, 22); + this.pmnu_collapse.Text = "Collapse All"; + this.pmnu_collapse.Click += new System.EventHandler(this.pmnu_collapse_Click); + // + // sep1 + // + this.sep1.Name = "sep1"; + this.sep1.Size = new System.Drawing.Size(151, 6); + // + // pmnu_saveChanges + // + this.pmnu_saveChanges.Name = "pmnu_saveChanges"; + this.pmnu_saveChanges.Size = new System.Drawing.Size(154, 22); + this.pmnu_saveChanges.Text = "Save Changes"; + this.pmnu_saveChanges.Click += new System.EventHandler(this.pmnu_saveChanges_Click); + // + // pmnu_delete + // + this.pmnu_delete.Name = "pmnu_delete"; + this.pmnu_delete.Size = new System.Drawing.Size(154, 22); + this.pmnu_delete.Text = "Delete"; + this.pmnu_delete.Click += new System.EventHandler(this.pmnu_delete_click); // // 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, + this.toolStripSeparator10, this.btn_start, - this.toolStripSeparator1, this.btn_add2Queue, this.btn_showQueue, this.toolStripSeparator4, - this.btn_ActivityWindow, - this.toolStripSeparator8}); + this.tb_preview, + 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.Size = new System.Drawing.Size(931, 39); - this.toolStrip1.TabIndex = 13; + this.toolStrip1.Size = new System.Drawing.Size(1000, 39); + this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // + // btn_source + // + this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.btn_file_source, + this.btn_dvd_source, + this.toolStripSeparator1, + this.mnu_dvd_drive}); + this.btn_source.Image = global::Handbrake.Properties.Resources.Movies; + this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.btn_source.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btn_source.Name = "btn_source"; + this.btn_source.Size = new System.Drawing.Size(85, 36); + this.btn_source.Text = "Source"; + this.btn_source.ToolTipText = "Open a new source file or folder."; + this.btn_source.Click += new System.EventHandler(this.btn_source_Click); + // + // btn_file_source + // + this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small; + this.btn_file_source.Name = "btn_file_source"; + this.btn_file_source.Size = new System.Drawing.Size(194, 22); + this.btn_file_source.Text = "Video File"; + this.btn_file_source.Click += new System.EventHandler(this.btn_file_source_Click); + // + // btn_dvd_source + // + this.btn_dvd_source.Image = ((System.Drawing.Image)(resources.GetObject("btn_dvd_source.Image"))); + this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btn_dvd_source.Name = "btn_dvd_source"; + this.btn_dvd_source.Size = new System.Drawing.Size(194, 22); + this.btn_dvd_source.Text = "DVD/ VIDEO_TS Folder"; + this.btn_dvd_source.Click += new System.EventHandler(this.btn_dvd_source_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6); + // + // mnu_dvd_drive + // + this.mnu_dvd_drive.Image = global::Handbrake.Properties.Resources.disc_small; + this.mnu_dvd_drive.Name = "mnu_dvd_drive"; + this.mnu_dvd_drive.Size = new System.Drawing.Size(194, 22); + this.mnu_dvd_drive.Text = "[No DVD Drive Ready]"; + this.mnu_dvd_drive.Visible = false; + this.mnu_dvd_drive.Click += new System.EventHandler(this.mnu_dvd_drive_Click); + // + // toolStripSeparator10 + // + this.toolStripSeparator10.Name = "toolStripSeparator10"; + this.toolStripSeparator10.Size = new System.Drawing.Size(6, 39); + // // btn_start // this.btn_start.Image = global::Handbrake.Properties.Resources.Play; @@ -2897,11 +1532,6 @@ namespace Handbrake this.btn_start.ToolTipText = "Start the encoding process"; this.btn_start.Click += new System.EventHandler(this.btn_start_Click); // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); - // // btn_add2Queue // this.btn_add2Queue.Image = global::Handbrake.Properties.Resources.AddToQueue; @@ -2929,6 +1559,16 @@ namespace Handbrake this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39); // + // tb_preview + // + this.tb_preview.Image = global::Handbrake.Properties.Resources.picture; + this.tb_preview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.tb_preview.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tb_preview.Name = "tb_preview"; + this.tb_preview.Size = new System.Drawing.Size(81, 36); + this.tb_preview.Text = "Preview"; + this.tb_preview.Click += new System.EventHandler(this.tb_preview_Click); + // // btn_ActivityWindow // this.btn_ActivityWindow.Image = global::Handbrake.Properties.Resources.ActivityWindow; @@ -2941,64 +1581,97 @@ namespace Handbrake "ently running encode."; this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click); // - // toolStripSeparator8 + // notifyIcon + // + this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; + this.notifyIcon.BalloonTipText = "HandBrake Status Here"; + this.notifyIcon.BalloonTipTitle = "HandBrake"; + this.notifyIcon.ContextMenuStrip = notifyIconMenu; + this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); + this.notifyIcon.Text = "HandBrake"; + this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick); + // + // StatusStrip + // + this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.lbl_encode}); + this.StatusStrip.Location = new System.Drawing.Point(0, 623); + this.StatusStrip.Name = "StatusStrip"; + this.StatusStrip.Size = new System.Drawing.Size(1000, 22); + 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.Name = "lbl_encode"; + this.lbl_encode.Size = new System.Drawing.Size(31, 17); + this.lbl_encode.Text = "{0}"; + // + // hbproc // - this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(6, 39); + this.hbproc.StartInfo.Domain = ""; + this.hbproc.StartInfo.LoadUserProfile = false; + this.hbproc.StartInfo.Password = null; + this.hbproc.StartInfo.StandardErrorEncoding = null; + this.hbproc.StartInfo.StandardOutputEncoding = null; + this.hbproc.StartInfo.UserName = ""; + this.hbproc.SynchronizingObject = this; // // frmMain // + this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(931, 617); - this.Controls.Add(this.lbl_encode); - this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.groupBox2); + 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.advancedOptions); this.Controls.Add(this.groupBox_output); - this.Controls.Add(this.GroupBox1); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.tabs_panel); this.Controls.Add(this.frmMainMenu); + this.Controls.Add(this.StatusStrip); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(680, 580); this.Name = "frmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Handbrake"; + this.Text = "HandBrake"; + notifyIconMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit(); this.frmMainMenu.ResumeLayout(false); this.frmMainMenu.PerformLayout(); - this.GroupBox1.ResumeLayout(false); - this.GroupBox1.PerformLayout(); + this.gb_source.ResumeLayout(false); + this.gb_source.PerformLayout(); this.groupBox_output.ResumeLayout(false); this.groupBox_output.PerformLayout(); - this.TabPage2.ResumeLayout(false); - this.TabPage2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); - this.TabPage3.ResumeLayout(false); - this.TabPage3.PerformLayout(); - this.TabPage1.ResumeLayout(false); - this.TabPage1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.text_top)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.text_left)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.text_right)).EndInit(); - this.advancedOptions.ResumeLayout(false); + 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.h264Tab.ResumeLayout(false); - this.h264Tab.PerformLayout(); - this.tabPage4.ResumeLayout(false); - this.tabPage4.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); + this.splitContainer1.ResumeLayout(false); + this.presets_menu.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + this.StatusStrip.ResumeLayout(false); + this.StatusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -3013,26 +1686,20 @@ namespace Handbrake internal System.Windows.Forms.ToolStripMenuItem mnu_exit; internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem mnu_encode; - internal System.Windows.Forms.ToolStripMenuItem mnu_viewDVDdata; internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5; internal System.Windows.Forms.ToolStripMenuItem mnu_options; internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset; internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem OnlineDocumentationToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem mnu_wiki; - internal System.Windows.Forms.ToolStripMenuItem mnu_onlineDocs; - internal System.Windows.Forms.ToolStripMenuItem mnu_faq; internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3; internal System.Windows.Forms.ToolStripMenuItem mnu_about; internal System.Windows.Forms.MenuStrip frmMainMenu; - internal System.Windows.Forms.GroupBox GroupBox1; + 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.TextBox text_source; internal System.Windows.Forms.Label Label9; internal System.Windows.Forms.Label Label10; internal System.Windows.Forms.GroupBox groupBox_output; @@ -3040,51 +1707,24 @@ namespace Handbrake internal System.Windows.Forms.ComboBox drp_videoEncoder; internal System.Windows.Forms.Label Label47; internal System.Windows.Forms.TextBox text_destination; - private System.Windows.Forms.Label lbl_encode; - internal System.Windows.Forms.TabPage TabPage2; - internal System.Windows.Forms.ComboBox drp_audmix_1; - internal System.Windows.Forms.ComboBox drp_track1Audio; - internal System.Windows.Forms.ComboBox drp_audbit_1; - internal System.Windows.Forms.Label Label32; - internal System.Windows.Forms.ComboBox drp_audsr_1; - internal System.Windows.Forms.TabPage TabPage3; + internal System.Windows.Forms.TabPage tab_audio; + internal System.Windows.Forms.TabPage tab_video; internal System.Windows.Forms.CheckBox check_largeFile; internal System.Windows.Forms.CheckBox check_turbo; - internal System.Windows.Forms.Label Label22; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.Label SliderValue; internal System.Windows.Forms.ComboBox drp_videoFramerate; internal System.Windows.Forms.CheckBox check_2PassEncode; internal System.Windows.Forms.TrackBar slider_videoQuality; internal System.Windows.Forms.TextBox text_filesize; - internal System.Windows.Forms.Label Label40; internal System.Windows.Forms.TextBox text_bitrate; - internal System.Windows.Forms.Label Label42; - internal System.Windows.Forms.TabPage TabPage1; + internal System.Windows.Forms.TabPage tab_picture; internal System.Windows.Forms.CheckBox Check_ChapterMarkers; - internal System.Windows.Forms.Label lbl_RecomendedCrop; - internal System.Windows.Forms.Label Label8; - internal System.Windows.Forms.Label Label1; - internal System.Windows.Forms.Label Label53; - internal System.Windows.Forms.Label Label52; - internal System.Windows.Forms.Label Label51; - internal System.Windows.Forms.Label Label50; - internal System.Windows.Forms.Label Label15; - internal System.Windows.Forms.ComboBox drp_crop; - internal System.Windows.Forms.TabControl advancedOptions; + internal System.Windows.Forms.TabControl tabs_panel; internal System.Windows.Forms.Label Label46; private System.Windows.Forms.GroupBox groupBox_dest; - internal System.Windows.Forms.ComboBox drp_subtitle; - internal System.Windows.Forms.Label Label19; - internal System.Windows.Forms.Label Label20; internal System.Windows.Forms.CheckBox check_grayscale; internal System.Windows.Forms.Label label24; - internal System.Windows.Forms.ComboBox drp_deNoise; - internal System.Windows.Forms.Label label11; - internal System.Windows.Forms.CheckBox check_deblock; - internal System.Windows.Forms.CheckBox check_detelecine; - internal System.Windows.Forms.Label label4; - internal System.Windows.Forms.ComboBox drp_deInterlace_option; private System.Windows.Forms.GroupBox groupBox2; internal System.Windows.Forms.Button btn_setDefault; private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault; @@ -3092,137 +1732,85 @@ namespace Handbrake private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.SaveFileDialog DVD_Save; private System.Windows.Forms.OpenFileDialog File_Open; - private System.Windows.Forms.OpenFileDialog ISO_Open; - private System.Windows.Forms.FolderBrowserDialog DVD_Open; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; - private System.Windows.Forms.ToolStripMenuItem mnu_open; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; - internal System.Windows.Forms.CheckBox check_vfr; internal System.Windows.Forms.CheckBox check_iPodAtom; - internal System.Windows.Forms.Label lbl_vfr; - internal System.Windows.Forms.Label label26; - internal System.Windows.Forms.Label Label56; - internal System.Windows.Forms.Label lbl_Aspect; - internal System.Windows.Forms.Label Label91; - internal System.Windows.Forms.TextBox text_height; - internal System.Windows.Forms.Label Label55; - internal System.Windows.Forms.TextBox text_width; - internal System.Windows.Forms.Label label27; - internal System.Windows.Forms.ComboBox drp_track2Audio; - internal System.Windows.Forms.Label label28; private System.Windows.Forms.TabPage tab_chapters; internal System.Windows.Forms.Label label31; - internal System.Windows.Forms.NumericUpDown text_right; - internal System.Windows.Forms.NumericUpDown text_bottom; - internal System.Windows.Forms.NumericUpDown text_top; - internal System.Windows.Forms.NumericUpDown text_left; internal System.Windows.Forms.CheckBox check_optimiseMP4; - internal System.Windows.Forms.CheckBox check_forced; internal System.Windows.Forms.DataGridView data_chpt; - private System.Windows.Forms.TabPage tabPage4; + private System.Windows.Forms.TabPage tab_query; private System.Windows.Forms.Label label34; internal System.Windows.Forms.Button btn_generate_Query; internal System.Windows.Forms.Label label33; - private System.Windows.Forms.RichTextBox rtf_query; internal System.Windows.Forms.Button btn_clear; - internal System.Windows.Forms.Button btn_copy2C; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btn_start; private System.Windows.Forms.ToolStripButton btn_add2Queue; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btn_showQueue; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton btn_ActivityWindow; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_home; internal System.Windows.Forms.Button btn_removePreset; internal System.Windows.Forms.Button btn_addPreset; internal System.Windows.Forms.Label label25; - internal System.Windows.Forms.Label label6; - internal System.Windows.Forms.ComboBox drp_anamorphic; - internal System.Windows.Forms.TabPage h264Tab; - internal System.Windows.Forms.RichTextBox rtf_x264Query; - internal System.Windows.Forms.Label label43; - internal System.Windows.Forms.Button btn_reset; - internal System.Windows.Forms.Label label35; - internal System.Windows.Forms.CheckBox check_Cabac; - internal System.Windows.Forms.Label label36; - internal System.Windows.Forms.CheckBox check_noDCTDecimate; - internal System.Windows.Forms.Label label37; - internal System.Windows.Forms.CheckBox check_noFastPSkip; - internal System.Windows.Forms.Label label39; - internal System.Windows.Forms.ComboBox drop_trellis; - internal System.Windows.Forms.ComboBox drop_deblockBeta; - internal System.Windows.Forms.Label label41; - internal System.Windows.Forms.ComboBox drop_deblockAlpha; - internal System.Windows.Forms.Panel panel3; - internal System.Windows.Forms.Panel panel1; - internal System.Windows.Forms.Panel panel2; - internal System.Windows.Forms.Label label44; - internal System.Windows.Forms.CheckBox check_8x8DCT; - internal System.Windows.Forms.Label label45; - internal System.Windows.Forms.ComboBox drop_analysis; - internal System.Windows.Forms.Label label48; - internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation; - internal System.Windows.Forms.Label label49; - internal System.Windows.Forms.ComboBox drop_MotionEstimationRange; - internal System.Windows.Forms.Label label54; - internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod; - internal System.Windows.Forms.Label label57; - internal System.Windows.Forms.CheckBox check_pyrmidalBFrames; - internal System.Windows.Forms.Label label58; - internal System.Windows.Forms.CheckBox check_BidirectionalRefinement; - internal System.Windows.Forms.Label label59; - internal System.Windows.Forms.CheckBox check_bFrameDistortion; - internal System.Windows.Forms.Label label60; - internal System.Windows.Forms.CheckBox check_weightedBFrames; - internal System.Windows.Forms.Label label61; - internal System.Windows.Forms.ComboBox drop_directPrediction; - internal System.Windows.Forms.Label label62; - internal System.Windows.Forms.ComboBox drop_bFrames; - internal System.Windows.Forms.Label label63; - internal System.Windows.Forms.Label label64; - internal System.Windows.Forms.ComboBox drop_refFrames; - internal System.Windows.Forms.CheckBox check_mixedReferences; - internal System.Windows.Forms.ComboBox drp_audmix_2; - internal System.Windows.Forms.Label label65; - internal System.Windows.Forms.Label label14; - internal System.Windows.Forms.ComboBox drp_audenc_2; - internal System.Windows.Forms.ComboBox drp_audenc_1; - internal System.Windows.Forms.Label label66; - internal System.Windows.Forms.ComboBox drp_audbit_2; - internal System.Windows.Forms.Label label67; - internal System.Windows.Forms.ComboBox drp_audsr_2; - internal System.Windows.Forms.Label label68; - private System.Windows.Forms.DataGridViewTextBoxColumn number; - private System.Windows.Forms.DataGridViewTextBoxColumn name; - private System.Windows.Forms.GroupBox groupBox3; - private System.Windows.Forms.GroupBox groupBox5; - private System.Windows.Forms.CheckBox check_fileMode; - private System.Windows.Forms.Button btn_Browse; + internal System.Windows.Forms.TabPage tab_advanced; private System.Windows.Forms.Button btn_destBrowse; - internal System.Windows.Forms.TrackBar trackBar1; - internal System.Windows.Forms.Label lbl_drc4; - internal System.Windows.Forms.Label lbl_drc3; - internal System.Windows.Forms.Label lbl_drc2; - internal System.Windows.Forms.TrackBar trackBar4; - internal System.Windows.Forms.ComboBox drp_audsr_4; - internal System.Windows.Forms.ComboBox drp_audbit_4; - internal System.Windows.Forms.ComboBox drp_audenc_4; - internal System.Windows.Forms.ComboBox drp_audmix_4; - internal System.Windows.Forms.ComboBox drp_track4Audio; - internal System.Windows.Forms.Label lbl_t4; - internal System.Windows.Forms.TrackBar trackBar3; - internal System.Windows.Forms.ComboBox drp_audsr_3; - internal System.Windows.Forms.ComboBox drp_audbit_3; - internal System.Windows.Forms.ComboBox drp_audenc_3; - internal System.Windows.Forms.ComboBox drp_audmix_3; - internal System.Windows.Forms.ComboBox drp_track3Audio; - internal System.Windows.Forms.Label lbl_t3; - internal System.Windows.Forms.TrackBar trackBar2; - internal System.Windows.Forms.Label label16; - internal System.Windows.Forms.Label lbl_drc1; 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; + private System.Windows.Forms.ToolStripMenuItem btn_new_preset; + private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_forums; + private System.Windows.Forms.ToolStripMenuItem mnu_user_guide; + private System.Windows.Forms.ToolStripDropDownButton btn_source; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; + private System.Windows.Forms.ToolStripMenuItem btn_dvd_source; + internal System.Windows.Forms.ComboBox drop_format; + internal System.Windows.Forms.Label label5; + 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; + private System.Windows.Forms.ContextMenuStrip presets_menu; + private System.Windows.Forms.ToolStripMenuItem pmnu_expandAll; + private System.Windows.Forms.ToolStripMenuItem pmnu_collapse; + private System.Windows.Forms.ToolStripSeparator sep1; + private System.Windows.Forms.ToolStripMenuItem pmnu_delete; + private System.Windows.Forms.SplitContainer splitContainer1; + private System.Windows.Forms.ImageList AudioMenuRowHeightHack; + 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; + internal Handbrake.Controls.x264Panel x264Panel; + 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.Subtitles Subtitles; + } } \ No newline at end of file