this.btn_export = new System.Windows.Forms.Button();\r
this.drop_mode = new System.Windows.Forms.ComboBox();\r
this.btn_generate_Query = new System.Windows.Forms.Button();\r
+ this.treeView_presets = new System.Windows.Forms.TreeView();\r
+ this.presets_menu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+ this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem();\r
+ this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem();\r
+ this.sep1 = new System.Windows.Forms.ToolStripSeparator();\r
+ this.pmnu_import = new System.Windows.Forms.ToolStripMenuItem();\r
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
+ this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem();\r
+ this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();\r
this.File_Open = new System.Windows.Forms.OpenFileDialog();\r
this.ISO_Open = new System.Windows.Forms.OpenFileDialog();\r
this.Label47 = new System.Windows.Forms.Label();\r
this.Label3 = new System.Windows.Forms.Label();\r
this.tab_audio = new System.Windows.Forms.TabPage();\r
- this.AudioSettings = new Handbrake.Controls.AudioPanel();\r
this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
this.tab_video = new System.Windows.Forms.TabPage();\r
this.checkMaximumFramerate = new System.Windows.Forms.CheckBox();\r
this.lbl_SliderValue = new System.Windows.Forms.Label();\r
this.lbl_framerate = new System.Windows.Forms.Label();\r
this.tab_picture = new System.Windows.Forms.TabPage();\r
- this.PictureSettings = new Handbrake.Controls.PictureSettings();\r
this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
this.tabs_panel = new System.Windows.Forms.TabControl();\r
this.tab_filters = new System.Windows.Forms.TabPage();\r
- this.Filters = new Handbrake.Controls.Filters();\r
this.tab_subtitles = new System.Windows.Forms.TabPage();\r
- this.Subtitles = new Handbrake.Controls.Subtitles();\r
this.tab_chapters = new System.Windows.Forms.TabPage();\r
this.label31 = new System.Windows.Forms.Label();\r
this.tab_advanced = new System.Windows.Forms.TabPage();\r
- this.x264Panel = new Handbrake.Controls.x264Panel();\r
this.tab_query = new System.Windows.Forms.TabPage();\r
this.btn_clear = new System.Windows.Forms.Button();\r
this.label34 = new System.Windows.Forms.Label();\r
this.rtf_query = new System.Windows.Forms.RichTextBox();\r
this.groupBox2 = new System.Windows.Forms.GroupBox();\r
this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
- this.treeView_presets = new System.Windows.Forms.TreeView();\r
- this.presets_menu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
- this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem();\r
- this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem();\r
- this.sep1 = new System.Windows.Forms.ToolStripSeparator();\r
- this.pmnu_import = new System.Windows.Forms.ToolStripMenuItem();\r
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
- this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem();\r
- this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
this.SourceLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
this.openPreset = new System.Windows.Forms.OpenFileDialog();\r
this.File_ChapterImport = new System.Windows.Forms.OpenFileDialog();\r
+ this.PictureSettings = new Handbrake.Controls.PictureSettings();\r
+ this.Filters = new Handbrake.Controls.Filters();\r
+ this.AudioSettings = new Handbrake.Controls.AudioPanel();\r
+ this.Subtitles = new Handbrake.Controls.Subtitles();\r
+ this.x264Panel = new Handbrake.Controls.x264Panel();\r
notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
notifyIconMenu.SuspendLayout();\r
((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
this.ChaptersMenu.SuspendLayout();\r
+ this.presets_menu.SuspendLayout();\r
this.frmMainMenu.SuspendLayout();\r
this.tab_audio.SuspendLayout();\r
this.tab_video.SuspendLayout();\r
this.splitContainer1.Panel1.SuspendLayout();\r
this.splitContainer1.Panel2.SuspendLayout();\r
this.splitContainer1.SuspendLayout();\r
- this.presets_menu.SuspendLayout();\r
this.toolStrip1.SuspendLayout();\r
this.StatusStrip.SuspendLayout();\r
this.tableLayoutPanel2.SuspendLayout();\r
this.check_turbo.Enabled = false;\r
this.check_turbo.Location = new System.Drawing.Point(146, 143);\r
this.check_turbo.Name = "check_turbo";\r
- this.check_turbo.Size = new System.Drawing.Size(99, 17);\r
+ this.check_turbo.Size = new System.Drawing.Size(101, 17);\r
this.check_turbo.TabIndex = 7;\r
this.check_turbo.Text = "Turbo first Pass";\r
this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
this.btn_generate_Query.UseVisualStyleBackColor = true;\r
this.btn_generate_Query.Click += new System.EventHandler(this.btn_generate_Query_Click);\r
// \r
+ // treeView_presets\r
+ // \r
+ this.treeView_presets.ContextMenuStrip = this.presets_menu;\r
+ this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill;\r
+ this.treeView_presets.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
+ this.treeView_presets.FullRowSelect = true;\r
+ this.treeView_presets.HideSelection = false;\r
+ this.treeView_presets.ItemHeight = 21;\r
+ this.treeView_presets.Location = new System.Drawing.Point(0, 0);\r
+ this.treeView_presets.Name = "treeView_presets";\r
+ this.treeView_presets.ShowLines = false;\r
+ this.treeView_presets.Size = new System.Drawing.Size(240, 424);\r
+ this.treeView_presets.TabIndex = 0;\r
+ this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
+ this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
+ this.treeView_presets.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TreeViewPresetsMouseMove);\r
+ this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
+ // \r
+ // presets_menu\r
+ // \r
+ this.presets_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+ this.pmnu_expandAll,\r
+ this.pmnu_collapse,\r
+ this.sep1,\r
+ this.pmnu_import,\r
+ this.toolStripSeparator2,\r
+ this.pmnu_saveChanges,\r
+ this.pmnu_delete});\r
+ this.presets_menu.Name = "presets_menu";\r
+ this.presets_menu.Size = new System.Drawing.Size(148, 126);\r
+ this.presets_menu.Text = ";";\r
+ this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening);\r
+ // \r
+ // pmnu_expandAll\r
+ // \r
+ this.pmnu_expandAll.Name = "pmnu_expandAll";\r
+ this.pmnu_expandAll.Size = new System.Drawing.Size(147, 22);\r
+ this.pmnu_expandAll.Text = "Expand All";\r
+ this.pmnu_expandAll.Click += new System.EventHandler(this.pmnu_expandAll_Click);\r
+ // \r
+ // pmnu_collapse\r
+ // \r
+ this.pmnu_collapse.Name = "pmnu_collapse";\r
+ this.pmnu_collapse.Size = new System.Drawing.Size(147, 22);\r
+ this.pmnu_collapse.Text = "Collapse All";\r
+ this.pmnu_collapse.Click += new System.EventHandler(this.pmnu_collapse_Click);\r
+ // \r
+ // sep1\r
+ // \r
+ this.sep1.Name = "sep1";\r
+ this.sep1.Size = new System.Drawing.Size(144, 6);\r
+ // \r
+ // pmnu_import\r
+ // \r
+ this.pmnu_import.Name = "pmnu_import";\r
+ this.pmnu_import.Size = new System.Drawing.Size(147, 22);\r
+ this.pmnu_import.Text = "Import";\r
+ this.pmnu_import.Click += new System.EventHandler(this.pmnu_import_Click);\r
+ // \r
+ // toolStripSeparator2\r
+ // \r
+ this.toolStripSeparator2.Name = "toolStripSeparator2";\r
+ this.toolStripSeparator2.Size = new System.Drawing.Size(144, 6);\r
+ // \r
+ // pmnu_saveChanges\r
+ // \r
+ this.pmnu_saveChanges.Name = "pmnu_saveChanges";\r
+ this.pmnu_saveChanges.Size = new System.Drawing.Size(147, 22);\r
+ this.pmnu_saveChanges.Text = "Save Changes";\r
+ this.pmnu_saveChanges.Click += new System.EventHandler(this.pmnu_saveChanges_Click);\r
+ // \r
+ // pmnu_delete\r
+ // \r
+ this.pmnu_delete.Name = "pmnu_delete";\r
+ this.pmnu_delete.Size = new System.Drawing.Size(147, 22);\r
+ this.pmnu_delete.Text = "Delete";\r
+ this.pmnu_delete.Click += new System.EventHandler(this.pmnu_delete_click);\r
+ // \r
// DVD_Open\r
// \r
this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drive.";\r
this.tab_audio.Text = "Audio";\r
this.tab_audio.UseVisualStyleBackColor = true;\r
// \r
- // AudioSettings\r
- // \r
- this.AudioSettings.BackColor = System.Drawing.Color.Transparent;\r
- this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
- this.AudioSettings.Location = new System.Drawing.Point(0, 0);\r
- this.AudioSettings.Name = "AudioSettings";\r
- this.AudioSettings.Size = new System.Drawing.Size(715, 310);\r
- this.AudioSettings.TabIndex = 0;\r
- // \r
// AudioMenuRowHeightHack\r
// \r
this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;\r
this.checkMaximumFramerate.BackColor = System.Drawing.Color.Transparent;\r
this.checkMaximumFramerate.Location = new System.Drawing.Point(125, 89);\r
this.checkMaximumFramerate.Name = "checkMaximumFramerate";\r
- this.checkMaximumFramerate.Size = new System.Drawing.Size(131, 17);\r
+ this.checkMaximumFramerate.Size = new System.Drawing.Size(132, 17);\r
this.checkMaximumFramerate.TabIndex = 19;\r
this.checkMaximumFramerate.Text = "Peak Framerate (VFR)";\r
this.checkMaximumFramerate.UseVisualStyleBackColor = false;\r
this.radio_cq.BackColor = System.Drawing.Color.Transparent;\r
this.radio_cq.Location = new System.Drawing.Point(365, 97);\r
this.radio_cq.Name = "radio_cq";\r
- this.radio_cq.Size = new System.Drawing.Size(105, 17);\r
+ this.radio_cq.Size = new System.Drawing.Size(110, 17);\r
this.radio_cq.TabIndex = 18;\r
this.radio_cq.Text = "Constant Quality:";\r
this.radio_cq.UseVisualStyleBackColor = false;\r
this.radio_avgBitrate.Checked = true;\r
this.radio_avgBitrate.Location = new System.Drawing.Point(365, 64);\r
this.radio_avgBitrate.Name = "radio_avgBitrate";\r
- this.radio_avgBitrate.Size = new System.Drawing.Size(112, 17);\r
+ this.radio_avgBitrate.Size = new System.Drawing.Size(116, 17);\r
this.radio_avgBitrate.TabIndex = 17;\r
this.radio_avgBitrate.TabStop = true;\r
this.radio_avgBitrate.Text = "Avg Bitrate (kbps):";\r
this.radio_targetFilesize.BackColor = System.Drawing.Color.Transparent;\r
this.radio_targetFilesize.Location = new System.Drawing.Point(365, 37);\r
this.radio_targetFilesize.Name = "radio_targetFilesize";\r
- this.radio_targetFilesize.Size = new System.Drawing.Size(107, 17);\r
+ this.radio_targetFilesize.Size = new System.Drawing.Size(108, 17);\r
this.radio_targetFilesize.TabIndex = 16;\r
this.radio_targetFilesize.Text = "Target Size (MB):";\r
this.radio_targetFilesize.UseVisualStyleBackColor = false;\r
this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
this.check_2PassEncode.Location = new System.Drawing.Point(125, 120);\r
this.check_2PassEncode.Name = "check_2PassEncode";\r
- this.check_2PassEncode.Size = new System.Drawing.Size(106, 17);\r
+ this.check_2PassEncode.Size = new System.Drawing.Size(104, 17);\r
this.check_2PassEncode.TabIndex = 6;\r
this.check_2PassEncode.Text = "2-Pass Encoding";\r
this.check_2PassEncode.UseVisualStyleBackColor = false;\r
this.tab_picture.Text = "Picture";\r
this.tab_picture.UseVisualStyleBackColor = true;\r
// \r
- // PictureSettings\r
- // \r
- this.PictureSettings.BackColor = System.Drawing.Color.Transparent;\r
- this.PictureSettings.CurrentlySelectedPreset = null;\r
- this.PictureSettings.Enabled = false;\r
- this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
- this.PictureSettings.Location = new System.Drawing.Point(0, 0);\r
- this.PictureSettings.Name = "PictureSettings";\r
- this.PictureSettings.PresetMaximumResolution = new System.Drawing.Size(0, 0);\r
- this.PictureSettings.Size = new System.Drawing.Size(666, 279);\r
- this.PictureSettings.TabIndex = 0;\r
- // \r
// Check_ChapterMarkers\r
// \r
this.Check_ChapterMarkers.AutoSize = true;\r
this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent;\r
this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
- this.Check_ChapterMarkers.Size = new System.Drawing.Size(136, 17);\r
+ this.Check_ChapterMarkers.Size = new System.Drawing.Size(140, 17);\r
this.Check_ChapterMarkers.TabIndex = 1;\r
this.Check_ChapterMarkers.Text = "Create chapter markers";\r
this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
this.tab_filters.Text = "Video Filters";\r
this.tab_filters.UseVisualStyleBackColor = true;\r
// \r
- // Filters\r
- // \r
- this.Filters.BackColor = System.Drawing.Color.Transparent;\r
- this.Filters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
- this.Filters.Location = new System.Drawing.Point(0, 0);\r
- this.Filters.Name = "Filters";\r
- this.Filters.Size = new System.Drawing.Size(713, 310);\r
- this.Filters.TabIndex = 0;\r
- // \r
// tab_subtitles\r
// \r
this.tab_subtitles.Controls.Add(this.Subtitles);\r
this.tab_subtitles.Text = "Subtitles";\r
this.tab_subtitles.UseVisualStyleBackColor = true;\r
// \r
- // Subtitles\r
- // \r
- this.Subtitles.BackColor = System.Drawing.Color.Transparent;\r
- this.Subtitles.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
- this.Subtitles.Location = new System.Drawing.Point(0, 0);\r
- this.Subtitles.Name = "Subtitles";\r
- this.Subtitles.Size = new System.Drawing.Size(722, 310);\r
- this.Subtitles.TabIndex = 0;\r
- // \r
// tab_chapters\r
// \r
this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
this.tab_advanced.Text = "Advanced";\r
this.tab_advanced.UseVisualStyleBackColor = true;\r
// \r
- // x264Panel\r
- // \r
- this.x264Panel.BackColor = System.Drawing.Color.Transparent;\r
- this.x264Panel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
- this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
- this.x264Panel.Name = "x264Panel";\r
- this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
- this.x264Panel.TabIndex = 0;\r
- this.x264Panel.X264Query = "";\r
- // \r
// tab_query\r
// \r
this.tab_query.Controls.Add(this.btn_clear);\r
this.splitContainer1.SplitterDistance = 424;\r
this.splitContainer1.TabIndex = 1;\r
// \r
- // treeView_presets\r
- // \r
- this.treeView_presets.ContextMenuStrip = this.presets_menu;\r
- this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill;\r
- this.treeView_presets.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
- this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
- this.treeView_presets.FullRowSelect = true;\r
- this.treeView_presets.HideSelection = false;\r
- this.treeView_presets.ItemHeight = 21;\r
- this.treeView_presets.Location = new System.Drawing.Point(0, 0);\r
- this.treeView_presets.Name = "treeView_presets";\r
- this.treeView_presets.ShowLines = false;\r
- this.treeView_presets.Size = new System.Drawing.Size(240, 424);\r
- this.treeView_presets.TabIndex = 0;\r
- this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
- this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
- this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
- // \r
- // presets_menu\r
- // \r
- this.presets_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
- this.pmnu_expandAll,\r
- this.pmnu_collapse,\r
- this.sep1,\r
- this.pmnu_import,\r
- this.toolStripSeparator2,\r
- this.pmnu_saveChanges,\r
- this.pmnu_delete});\r
- this.presets_menu.Name = "presets_menu";\r
- this.presets_menu.Size = new System.Drawing.Size(148, 126);\r
- this.presets_menu.Text = ";";\r
- this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening);\r
- // \r
- // pmnu_expandAll\r
- // \r
- this.pmnu_expandAll.Name = "pmnu_expandAll";\r
- this.pmnu_expandAll.Size = new System.Drawing.Size(147, 22);\r
- this.pmnu_expandAll.Text = "Expand All";\r
- this.pmnu_expandAll.Click += new System.EventHandler(this.pmnu_expandAll_Click);\r
- // \r
- // pmnu_collapse\r
- // \r
- this.pmnu_collapse.Name = "pmnu_collapse";\r
- this.pmnu_collapse.Size = new System.Drawing.Size(147, 22);\r
- this.pmnu_collapse.Text = "Collapse All";\r
- this.pmnu_collapse.Click += new System.EventHandler(this.pmnu_collapse_Click);\r
- // \r
- // sep1\r
- // \r
- this.sep1.Name = "sep1";\r
- this.sep1.Size = new System.Drawing.Size(144, 6);\r
- // \r
- // pmnu_import\r
- // \r
- this.pmnu_import.Name = "pmnu_import";\r
- this.pmnu_import.Size = new System.Drawing.Size(147, 22);\r
- this.pmnu_import.Text = "Import";\r
- this.pmnu_import.Click += new System.EventHandler(this.pmnu_import_Click);\r
- // \r
- // toolStripSeparator2\r
- // \r
- this.toolStripSeparator2.Name = "toolStripSeparator2";\r
- this.toolStripSeparator2.Size = new System.Drawing.Size(144, 6);\r
- // \r
- // pmnu_saveChanges\r
- // \r
- this.pmnu_saveChanges.Name = "pmnu_saveChanges";\r
- this.pmnu_saveChanges.Size = new System.Drawing.Size(147, 22);\r
- this.pmnu_saveChanges.Text = "Save Changes";\r
- this.pmnu_saveChanges.Click += new System.EventHandler(this.pmnu_saveChanges_Click);\r
- // \r
- // pmnu_delete\r
- // \r
- this.pmnu_delete.Name = "pmnu_delete";\r
- this.pmnu_delete.Size = new System.Drawing.Size(147, 22);\r
- this.pmnu_delete.Text = "Delete";\r
- this.pmnu_delete.Click += new System.EventHandler(this.pmnu_delete_click);\r
- // \r
// toolStrip1\r
// \r
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
// \r
this.File_ChapterImport.Filter = "CSV Files|*.csv";\r
// \r
+ // PictureSettings\r
+ // \r
+ this.PictureSettings.BackColor = System.Drawing.Color.Transparent;\r
+ this.PictureSettings.CurrentlySelectedPreset = null;\r
+ this.PictureSettings.Enabled = false;\r
+ this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.PictureSettings.Location = new System.Drawing.Point(0, 0);\r
+ this.PictureSettings.Name = "PictureSettings";\r
+ this.PictureSettings.PresetMaximumResolution = new System.Drawing.Size(0, 0);\r
+ this.PictureSettings.Size = new System.Drawing.Size(666, 279);\r
+ this.PictureSettings.TabIndex = 0;\r
+ // \r
+ // Filters\r
+ // \r
+ this.Filters.BackColor = System.Drawing.Color.Transparent;\r
+ this.Filters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.Filters.Location = new System.Drawing.Point(0, 0);\r
+ this.Filters.Name = "Filters";\r
+ this.Filters.Size = new System.Drawing.Size(713, 310);\r
+ this.Filters.TabIndex = 0;\r
+ // \r
+ // AudioSettings\r
+ // \r
+ this.AudioSettings.BackColor = System.Drawing.Color.Transparent;\r
+ this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.AudioSettings.Location = new System.Drawing.Point(0, 0);\r
+ this.AudioSettings.Name = "AudioSettings";\r
+ this.AudioSettings.Size = new System.Drawing.Size(715, 310);\r
+ this.AudioSettings.TabIndex = 0;\r
+ // \r
+ // Subtitles\r
+ // \r
+ this.Subtitles.BackColor = System.Drawing.Color.Transparent;\r
+ this.Subtitles.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.Subtitles.Location = new System.Drawing.Point(0, 0);\r
+ this.Subtitles.Name = "Subtitles";\r
+ this.Subtitles.Size = new System.Drawing.Size(722, 310);\r
+ this.Subtitles.TabIndex = 0;\r
+ // \r
+ // x264Panel\r
+ // \r
+ this.x264Panel.BackColor = System.Drawing.Color.Transparent;\r
+ this.x264Panel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
+ this.x264Panel.Name = "x264Panel";\r
+ this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
+ this.x264Panel.TabIndex = 0;\r
+ this.x264Panel.X264Query = "";\r
+ // \r
// frmMain\r
// \r
this.AllowDrop = true;\r
((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();\r
((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
this.ChaptersMenu.ResumeLayout(false);\r
+ this.presets_menu.ResumeLayout(false);\r
this.frmMainMenu.ResumeLayout(false);\r
this.frmMainMenu.PerformLayout();\r
this.tab_audio.ResumeLayout(false);\r
this.splitContainer1.Panel1.ResumeLayout(false);\r
this.splitContainer1.Panel2.ResumeLayout(false);\r
this.splitContainer1.ResumeLayout(false);\r
- this.presets_menu.ResumeLayout(false);\r
this.toolStrip1.ResumeLayout(false);\r
this.toolStrip1.PerformLayout();\r
this.StatusStrip.ResumeLayout(false);\r