OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
index 3e9fc7b..d91d8fd 100644 (file)
@@ -60,13 +60,15 @@ namespace Handbrake
             this.drp_subtitle = new System.Windows.Forms.ComboBox();\r
             this.btn_presets = new System.Windows.Forms.Button();\r
             this.btn_setDefault = new System.Windows.Forms.Button();\r
+            this.ListBox_Presets = new System.Windows.Forms.ListBox();\r
+            this.button1 = new System.Windows.Forms.Button();\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.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_open = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_save = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
@@ -79,6 +81,8 @@ namespace Handbrake
             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_quickStart = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
             this.OnlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_wiki = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_faq = new System.Windows.Forms.ToolStripMenuItem();\r
@@ -140,7 +144,7 @@ namespace Handbrake
             this.Label18 = new System.Windows.Forms.Label();\r
             this.TabPage3 = new System.Windows.Forms.TabPage();\r
             this.check_grayscale = new System.Windows.Forms.CheckBox();\r
-            this.Label37 = new System.Windows.Forms.Label();\r
+            this.lbl_largeMp4Warning = new System.Windows.Forms.Label();\r
             this.Label22 = new System.Windows.Forms.Label();\r
             this.check_2PassEncode = new System.Windows.Forms.CheckBox();\r
             this.Label2 = new System.Windows.Forms.Label();\r
@@ -149,6 +153,7 @@ namespace Handbrake
             this.Label46 = new System.Windows.Forms.Label();\r
             this.Label40 = new System.Windows.Forms.Label();\r
             this.TabPage1 = new System.Windows.Forms.TabPage();\r
+            this.lbl_anamorphicError = new System.Windows.Forms.Label();\r
             this.label24 = new System.Windows.Forms.Label();\r
             this.drp_deNoise = new System.Windows.Forms.ComboBox();\r
             this.label11 = new System.Windows.Forms.Label();\r
@@ -173,11 +178,11 @@ namespace Handbrake
             this.text_right = new System.Windows.Forms.TextBox();\r
             this.text_left = new System.Windows.Forms.TextBox();\r
             this.advancedOptions = new System.Windows.Forms.TabControl();\r
+            this.tabPage4 = new System.Windows.Forms.TabPage();\r
+            this.label26 = new System.Windows.Forms.Label();\r
+            this.label25 = new System.Windows.Forms.Label();\r
             this.groupBox_dest = new System.Windows.Forms.GroupBox();\r
             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
-            this.btn_removePreset = new System.Windows.Forms.Button();\r
-            this.ListBox_Presets = new System.Windows.Forms.ListBox();\r
-            this.btn_addPreset = new System.Windows.Forms.Button();\r
             Label38 = new System.Windows.Forms.Label();\r
             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
             this.frmMainMenu.SuspendLayout();\r
@@ -189,6 +194,7 @@ namespace Handbrake
             this.TabPage3.SuspendLayout();\r
             this.TabPage1.SuspendLayout();\r
             this.advancedOptions.SuspendLayout();\r
+            this.tabPage4.SuspendLayout();\r
             this.groupBox_dest.SuspendLayout();\r
             this.groupBox2.SuspendLayout();\r
             this.SuspendLayout();\r
@@ -205,8 +211,7 @@ namespace Handbrake
             // \r
             // DVD_Save\r
             // \r
-            this.DVD_Save.DefaultExt = "mp4";\r
-            this.DVD_Save.Filter = "*.mp4|*.mp4|*.m4v|*.m4v|*.avi|*.avi|*.ogm|*.ogm|*.mkv|*.mkv";\r
+            this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|avi|*.avi|ogm|*.ogm|mkv|*.mkv";\r
             // \r
             // File_Save\r
             // \r
@@ -469,11 +474,12 @@ namespace Handbrake
             this.check_largeFile.Text = "Larger mp4 Files (> 4GB)";\r
             this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of mp4 files greater than 4GB.");\r
             this.check_largeFile.UseVisualStyleBackColor = true;\r
-            this.check_largeFile.Click += new System.EventHandler(this.check_largeFile_CheckedChanged);\r
+            this.check_largeFile.CheckedChanged += new System.EventHandler(this.check_largeFile_CheckedChanged);\r
             // \r
             // check_turbo\r
             // \r
             this.check_turbo.AutoSize = true;\r
+            this.check_turbo.Enabled = false;\r
             this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.check_turbo.Location = new System.Drawing.Point(37, 84);\r
             this.check_turbo.Name = "check_turbo";\r
@@ -561,8 +567,9 @@ namespace Handbrake
             this.btn_presets.Size = new System.Drawing.Size(111, 22);\r
             this.btn_presets.TabIndex = 102;\r
             this.btn_presets.Text = "Show Presets";\r
-            this.ToolTip.SetToolTip(this.btn_presets, "Step 4 - Select a location to save your encoded file.");\r
+            this.ToolTip.SetToolTip(this.btn_presets, "Show or Hide the preset section");\r
             this.btn_presets.UseVisualStyleBackColor = true;\r
+            this.btn_presets.Visible = false;\r
             this.btn_presets.Click += new System.EventHandler(this.btn_presets_Click);\r
             // \r
             // btn_setDefault\r
@@ -572,7 +579,7 @@ namespace Handbrake
             this.btn_setDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_setDefault.Location = new System.Drawing.Point(113, 445);\r
+            this.btn_setDefault.Location = new System.Drawing.Point(113, 447);\r
             this.btn_setDefault.Name = "btn_setDefault";\r
             this.btn_setDefault.Size = new System.Drawing.Size(72, 22);\r
             this.btn_setDefault.TabIndex = 107;\r
@@ -583,10 +590,55 @@ namespace Handbrake
             this.btn_setDefault.UseVisualStyleBackColor = false;\r
             this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);\r
             // \r
+            // ListBox_Presets\r
+            // \r
+            this.ListBox_Presets.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.ListBox_Presets.FormattingEnabled = true;\r
+            this.ListBox_Presets.Items.AddRange(new object[] {\r
+            "Animation",\r
+            "AppleTV",\r
+            "Bedlam",\r
+            "Blind",\r
+            "Broke",\r
+            "Classic",\r
+            "Constant Quality Rate",\r
+            "Deux Six Quatre",\r
+            "Film",\r
+            "iPhone / iPod Touch",\r
+            "iPod High-Rez",\r
+            "iPod Low-Rez",\r
+            "Normal",\r
+            "PS3",\r
+            "PSP",\r
+            "QuickTime",\r
+            "Television"});\r
+            this.ListBox_Presets.Location = new System.Drawing.Point(11, 21);\r
+            this.ListBox_Presets.Name = "ListBox_Presets";\r
+            this.ListBox_Presets.Size = new System.Drawing.Size(174, 420);\r
+            this.ListBox_Presets.TabIndex = 104;\r
+            this.ToolTip.SetToolTip(this.ListBox_Presets, "To load a preset, simply click the preset you desire.");\r
+            this.ListBox_Presets.SelectedIndexChanged += new System.EventHandler(this.ListBox_Presets_SelectedIndexChanged);\r
+            // \r
+            // button1\r
+            // \r
+            this.button1.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.button1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.button1.Location = new System.Drawing.Point(16, 78);\r
+            this.button1.Name = "button1";\r
+            this.button1.Size = new System.Drawing.Size(114, 22);\r
+            this.button1.TabIndex = 112;\r
+            this.button1.TabStop = false;\r
+            this.button1.Text = "Test Query Parser";\r
+            this.ToolTip.SetToolTip(this.button1, "Open a preset which you have saved.");\r
+            this.button1.UseVisualStyleBackColor = false;\r
+            this.button1.Click += new System.EventHandler(this.button1_Click);\r
+            // \r
             // DVD_Open\r
             // \r
             this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drvie.";\r
-            this.DVD_Open.ShowNewFolderButton = false;\r
             // \r
             // File_Open\r
             // \r
@@ -597,6 +649,7 @@ namespace Handbrake
             // \r
             this.ISO_Open.DefaultExt = "ISO";\r
             this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.m2t;*.vob;*.ts;*.mpeg;";\r
+            this.ISO_Open.RestoreDirectory = true;\r
             this.ISO_Open.SupportMultiDottedExtensions = true;\r
             // \r
             // FileToolStripMenuItem\r
@@ -604,7 +657,7 @@ namespace Handbrake
             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.mnu_open,\r
             this.mnu_save,\r
-            this.ToolStripSeparator1,\r
+            this.toolStripSeparator2,\r
             this.mnu_exit});\r
             this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";\r
             this.FileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);\r
@@ -615,8 +668,9 @@ namespace Handbrake
             this.mnu_open.Image = ((System.Drawing.Image)(resources.GetObject("mnu_open.Image")));\r
             this.mnu_open.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.mnu_open.Name = "mnu_open";\r
-            this.mnu_open.Size = new System.Drawing.Size(180, 22);\r
-            this.mnu_open.Text = "&Open Profile";\r
+            this.mnu_open.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));\r
+            this.mnu_open.Size = new System.Drawing.Size(185, 22);\r
+            this.mnu_open.Text = "&Open Preset";\r
             this.mnu_open.Click += new System.EventHandler(this.mnu_open_Click);\r
             // \r
             // mnu_save\r
@@ -625,19 +679,19 @@ namespace Handbrake
             this.mnu_save.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.mnu_save.Name = "mnu_save";\r
             this.mnu_save.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));\r
-            this.mnu_save.Size = new System.Drawing.Size(180, 22);\r
-            this.mnu_save.Text = "&Save Profile";\r
+            this.mnu_save.Size = new System.Drawing.Size(185, 22);\r
+            this.mnu_save.Text = "&Save Preset";\r
             this.mnu_save.Click += new System.EventHandler(this.mnu_save_Click);\r
             // \r
-            // ToolStripSeparator1\r
+            // toolStripSeparator2\r
             // \r
-            this.ToolStripSeparator1.Name = "ToolStripSeparator1";\r
-            this.ToolStripSeparator1.Size = new System.Drawing.Size(177, 6);\r
+            this.toolStripSeparator2.Name = "toolStripSeparator2";\r
+            this.toolStripSeparator2.Size = new System.Drawing.Size(182, 6);\r
             // \r
             // mnu_exit\r
             // \r
             this.mnu_exit.Name = "mnu_exit";\r
-            this.mnu_exit.Size = new System.Drawing.Size(180, 22);\r
+            this.mnu_exit.Size = new System.Drawing.Size(185, 22);\r
             this.mnu_exit.Text = "E&xit";\r
             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
             // \r
@@ -723,6 +777,8 @@ namespace Handbrake
             // HelpToolStripMenuItem\r
             // \r
             this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.mnu_quickStart,\r
+            this.toolStripSeparator1,\r
             this.OnlineDocumentationToolStripMenuItem,\r
             this.WebsiteToolStripMenuItem,\r
             this.ToolStripSeparator3,\r
@@ -733,6 +789,18 @@ namespace Handbrake
             this.HelpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);\r
             this.HelpToolStripMenuItem.Text = "&Help";\r
             // \r
+            // mnu_quickStart\r
+            // \r
+            this.mnu_quickStart.Name = "mnu_quickStart";\r
+            this.mnu_quickStart.Size = new System.Drawing.Size(197, 22);\r
+            this.mnu_quickStart.Text = "Quick Start Information";\r
+            this.mnu_quickStart.Click += new System.EventHandler(this.mnu_quickStart_Click);\r
+            // \r
+            // toolStripSeparator1\r
+            // \r
+            this.toolStripSeparator1.Name = "toolStripSeparator1";\r
+            this.toolStripSeparator1.Size = new System.Drawing.Size(194, 6);\r
+            // \r
             // OnlineDocumentationToolStripMenuItem\r
             // \r
             this.OnlineDocumentationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
@@ -740,7 +808,7 @@ namespace Handbrake
             this.mnu_faq,\r
             this.mnu_onlineDocs});\r
             this.OnlineDocumentationToolStripMenuItem.Name = "OnlineDocumentationToolStripMenuItem";\r
-            this.OnlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(190, 22);\r
+            this.OnlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(197, 22);\r
             this.OnlineDocumentationToolStripMenuItem.Text = "Online Documentation";\r
             // \r
             // mnu_wiki\r
@@ -770,7 +838,7 @@ namespace Handbrake
             this.mnu_homepage,\r
             this.mnu_forum});\r
             this.WebsiteToolStripMenuItem.Name = "WebsiteToolStripMenuItem";\r
-            this.WebsiteToolStripMenuItem.Size = new System.Drawing.Size(190, 22);\r
+            this.WebsiteToolStripMenuItem.Size = new System.Drawing.Size(197, 22);\r
             this.WebsiteToolStripMenuItem.Text = "Website";\r
             // \r
             // mnu_homepage\r
@@ -790,24 +858,24 @@ namespace Handbrake
             // ToolStripSeparator3\r
             // \r
             this.ToolStripSeparator3.Name = "ToolStripSeparator3";\r
-            this.ToolStripSeparator3.Size = new System.Drawing.Size(187, 6);\r
+            this.ToolStripSeparator3.Size = new System.Drawing.Size(194, 6);\r
             // \r
             // mnu_UpdateCheck\r
             // \r
             this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";\r
-            this.mnu_UpdateCheck.Size = new System.Drawing.Size(190, 22);\r
+            this.mnu_UpdateCheck.Size = new System.Drawing.Size(197, 22);\r
             this.mnu_UpdateCheck.Text = "Check for Updates";\r
             this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);\r
             // \r
             // toolStripSeparator6\r
             // \r
             this.toolStripSeparator6.Name = "toolStripSeparator6";\r
-            this.toolStripSeparator6.Size = new System.Drawing.Size(187, 6);\r
+            this.toolStripSeparator6.Size = new System.Drawing.Size(194, 6);\r
             // \r
             // mnu_about\r
             // \r
             this.mnu_about.Name = "mnu_about";\r
-            this.mnu_about.Size = new System.Drawing.Size(190, 22);\r
+            this.mnu_about.Size = new System.Drawing.Size(197, 22);\r
             this.mnu_about.Text = "About...";\r
             this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);\r
             // \r
@@ -921,7 +989,7 @@ namespace Handbrake
             this.groupBox_output.ForeColor = System.Drawing.Color.Black;\r
             this.groupBox_output.Location = new System.Drawing.Point(14, 185);\r
             this.groupBox_output.Name = "groupBox_output";\r
-            this.groupBox_output.Size = new System.Drawing.Size(647, 82);\r
+            this.groupBox_output.Size = new System.Drawing.Size(647, 85);\r
             this.groupBox_output.TabIndex = 16;\r
             this.groupBox_output.TabStop = false;\r
             this.groupBox_output.Text = "Output Settings (Preset: None)";\r
@@ -1006,7 +1074,7 @@ namespace Handbrake
             this.lbl_update.AutoSize = true;\r
             this.lbl_update.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.lbl_update.ForeColor = System.Drawing.Color.Black;\r
-            this.lbl_update.Location = new System.Drawing.Point(93, 540);\r
+            this.lbl_update.Location = new System.Drawing.Point(108, 543);\r
             this.lbl_update.Name = "lbl_update";\r
             this.lbl_update.Size = new System.Drawing.Size(193, 13);\r
             this.lbl_update.TabIndex = 98;\r
@@ -1020,7 +1088,7 @@ namespace Handbrake
             this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_queue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_queue.Location = new System.Drawing.Point(414, 535);\r
+            this.btn_queue.Location = new System.Drawing.Point(414, 538);\r
             this.btn_queue.Name = "btn_queue";\r
             this.btn_queue.Size = new System.Drawing.Size(115, 22);\r
             this.btn_queue.TabIndex = 100;\r
@@ -1036,7 +1104,7 @@ namespace Handbrake
             this.btn_encode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_encode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_encode.Location = new System.Drawing.Point(535, 535);\r
+            this.btn_encode.Location = new System.Drawing.Point(535, 538);\r
             this.btn_encode.Name = "btn_encode";\r
             this.btn_encode.Size = new System.Drawing.Size(124, 22);\r
             this.btn_encode.TabIndex = 101;\r
@@ -1049,17 +1117,17 @@ namespace Handbrake
             // \r
             this.Version.BackColor = System.Drawing.Color.Transparent;\r
             this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Version.Location = new System.Drawing.Point(11, 540);\r
+            this.Version.Location = new System.Drawing.Point(11, 543);\r
             this.Version.Name = "Version";\r
-            this.Version.Size = new System.Drawing.Size(84, 20);\r
+            this.Version.Size = new System.Drawing.Size(105, 20);\r
             this.Version.TabIndex = 97;\r
-            this.Version.Text = "Version 2.4.1";\r
+            this.Version.Text = "Version {0.0.0}";\r
             // \r
             // lbl_encode\r
             // \r
             this.lbl_encode.AutoSize = true;\r
             this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_encode.Location = new System.Drawing.Point(11, 520);\r
+            this.lbl_encode.Location = new System.Drawing.Point(11, 523);\r
             this.lbl_encode.Name = "lbl_encode";\r
             this.lbl_encode.Size = new System.Drawing.Size(129, 13);\r
             this.lbl_encode.TabIndex = 96;\r
@@ -1068,13 +1136,13 @@ namespace Handbrake
             // \r
             // btn_eCancel\r
             // \r
-            this.btn_eCancel.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_eCancel.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_eCancel.Enabled = false;\r
             this.btn_eCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_eCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_eCancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_eCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_eCancel.Location = new System.Drawing.Point(343, 535);\r
+            this.btn_eCancel.Location = new System.Drawing.Point(343, 538);\r
             this.btn_eCancel.Name = "btn_eCancel";\r
             this.btn_eCancel.Size = new System.Drawing.Size(65, 22);\r
             this.btn_eCancel.TabIndex = 99;\r
@@ -1097,9 +1165,10 @@ namespace Handbrake
             this.TabPage6.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage6.Name = "TabPage6";\r
             this.TabPage6.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage6.Size = new System.Drawing.Size(639, 211);\r
+            this.TabPage6.Size = new System.Drawing.Size(639, 215);\r
             this.TabPage6.TabIndex = 6;\r
             this.TabPage6.Text = "Query Editor";\r
+            this.TabPage6.UseVisualStyleBackColor = true;\r
             // \r
             // btn_copy\r
             // \r
@@ -1184,9 +1253,10 @@ namespace Handbrake
             this.h264Tab.Location = new System.Drawing.Point(4, 22);\r
             this.h264Tab.Name = "h264Tab";\r
             this.h264Tab.Padding = new System.Windows.Forms.Padding(3);\r
-            this.h264Tab.Size = new System.Drawing.Size(639, 211);\r
+            this.h264Tab.Size = new System.Drawing.Size(639, 215);\r
             this.h264Tab.TabIndex = 5;\r
             this.h264Tab.Text = "H.264";\r
+            this.h264Tab.UseVisualStyleBackColor = true;\r
             // \r
             // Label43\r
             // \r
@@ -1272,9 +1342,10 @@ namespace Handbrake
             this.TabPage2.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage2.Name = "TabPage2";\r
             this.TabPage2.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage2.Size = new System.Drawing.Size(639, 211);\r
+            this.TabPage2.Size = new System.Drawing.Size(639, 215);\r
             this.TabPage2.TabIndex = 3;\r
             this.TabPage2.Text = "Audio && Subtitles";\r
+            this.TabPage2.UseVisualStyleBackColor = true;\r
             // \r
             // Label19\r
             // \r
@@ -1408,7 +1479,7 @@ namespace Handbrake
             // \r
             this.TabPage3.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.TabPage3.Controls.Add(this.check_grayscale);\r
-            this.TabPage3.Controls.Add(this.Label37);\r
+            this.TabPage3.Controls.Add(this.lbl_largeMp4Warning);\r
             this.TabPage3.Controls.Add(this.check_largeFile);\r
             this.TabPage3.Controls.Add(this.check_turbo);\r
             this.TabPage3.Controls.Add(this.CheckCRF);\r
@@ -1427,9 +1498,10 @@ namespace Handbrake
             this.TabPage3.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage3.Name = "TabPage3";\r
             this.TabPage3.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage3.Size = new System.Drawing.Size(639, 211);\r
+            this.TabPage3.Size = new System.Drawing.Size(639, 215);\r
             this.TabPage3.TabIndex = 2;\r
             this.TabPage3.Text = "Video Settings";\r
+            this.TabPage3.UseVisualStyleBackColor = true;\r
             // \r
             // check_grayscale\r
             // \r
@@ -1442,15 +1514,15 @@ namespace Handbrake
             this.check_grayscale.Text = "Grayscale Encoding";\r
             this.check_grayscale.UseVisualStyleBackColor = true;\r
             // \r
-            // Label37\r
+            // lbl_largeMp4Warning\r
             // \r
-            this.Label37.AutoSize = true;\r
-            this.Label37.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label37.Location = new System.Drawing.Point(35, 127);\r
-            this.Label37.Name = "Label37";\r
-            this.Label37.Size = new System.Drawing.Size(241, 12);\r
-            this.Label37.TabIndex = 57;\r
-            this.Label37.Text = "Warning: Breaks iPod, @TV, PS3 compatibility.";\r
+            this.lbl_largeMp4Warning.AutoSize = true;\r
+            this.lbl_largeMp4Warning.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_largeMp4Warning.Location = new System.Drawing.Point(35, 127);\r
+            this.lbl_largeMp4Warning.Name = "lbl_largeMp4Warning";\r
+            this.lbl_largeMp4Warning.Size = new System.Drawing.Size(241, 12);\r
+            this.lbl_largeMp4Warning.TabIndex = 57;\r
+            this.lbl_largeMp4Warning.Text = "Warning: Breaks iPod, @TV, PS3 compatibility.";\r
             // \r
             // Label22\r
             // \r
@@ -1472,6 +1544,7 @@ namespace Handbrake
             this.check_2PassEncode.TabIndex = 54;\r
             this.check_2PassEncode.Text = "2-Pass Encoding";\r
             this.check_2PassEncode.UseVisualStyleBackColor = true;\r
+            this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
             // \r
             // Label2\r
             // \r
@@ -1526,6 +1599,7 @@ namespace Handbrake
             // TabPage1\r
             // \r
             this.TabPage1.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.TabPage1.Controls.Add(this.lbl_anamorphicError);\r
             this.TabPage1.Controls.Add(this.label24);\r
             this.TabPage1.Controls.Add(this.drp_deNoise);\r
             this.TabPage1.Controls.Add(this.label11);\r
@@ -1552,9 +1626,22 @@ namespace Handbrake
             this.TabPage1.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage1.Name = "TabPage1";\r
             this.TabPage1.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage1.Size = new System.Drawing.Size(639, 211);\r
+            this.TabPage1.Size = new System.Drawing.Size(639, 215);\r
             this.TabPage1.TabIndex = 0;\r
             this.TabPage1.Text = "Picture Settings";\r
+            this.TabPage1.UseVisualStyleBackColor = true;\r
+            // \r
+            // lbl_anamorphicError\r
+            // \r
+            this.lbl_anamorphicError.AutoSize = true;\r
+            this.lbl_anamorphicError.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_anamorphicError.ForeColor = System.Drawing.Color.Red;\r
+            this.lbl_anamorphicError.Location = new System.Drawing.Point(436, 149);\r
+            this.lbl_anamorphicError.Name = "lbl_anamorphicError";\r
+            this.lbl_anamorphicError.Size = new System.Drawing.Size(176, 24);\r
+            this.lbl_anamorphicError.TabIndex = 52;\r
+            this.lbl_anamorphicError.Text = "Must be disabled to allow width or \r\nheight to be altered";\r
+            this.lbl_anamorphicError.Visible = false;\r
             // \r
             // label24\r
             // \r
@@ -1631,10 +1718,10 @@ namespace Handbrake
             this.drp_deInterlace_option.FormattingEnabled = true;\r
             this.drp_deInterlace_option.Items.AddRange(new object[] {\r
             "None",\r
-            "Origional (Fast)",\r
+            "Original (Fast)",\r
             "yadif (Slow)",\r
             "yadif + mcdeint (Slower)",\r
-            "yadif + mcdeint  (Slowest)"});\r
+            "yadif + mcdeint (Slowest)"});\r
             this.drp_deInterlace_option.Location = new System.Drawing.Point(416, 63);\r
             this.drp_deInterlace_option.Name = "drp_deInterlace_option";\r
             this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);\r
@@ -1656,13 +1743,14 @@ namespace Handbrake
             // CheckPixelRatio\r
             // \r
             this.CheckPixelRatio.AutoSize = true;\r
+            this.CheckPixelRatio.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.CheckPixelRatio.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.CheckPixelRatio.Location = new System.Drawing.Point(317, 150);\r
             this.CheckPixelRatio.Name = "CheckPixelRatio";\r
             this.CheckPixelRatio.Size = new System.Drawing.Size(121, 17);\r
             this.CheckPixelRatio.TabIndex = 50;\r
             this.CheckPixelRatio.Text = "Anamorphic PAR";\r
-            this.CheckPixelRatio.UseVisualStyleBackColor = true;\r
+            this.CheckPixelRatio.UseVisualStyleBackColor = false;\r
             this.CheckPixelRatio.CheckedChanged += new System.EventHandler(this.CheckPixelRatio_CheckedChanged);\r
             // \r
             // label6\r
@@ -1817,20 +1905,56 @@ namespace Handbrake
             this.advancedOptions.Controls.Add(this.TabPage2);\r
             this.advancedOptions.Controls.Add(this.h264Tab);\r
             this.advancedOptions.Controls.Add(this.TabPage6);\r
+            this.advancedOptions.Controls.Add(this.tabPage4);\r
             this.advancedOptions.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.advancedOptions.Location = new System.Drawing.Point(14, 276);\r
             this.advancedOptions.Name = "advancedOptions";\r
             this.advancedOptions.SelectedIndex = 0;\r
-            this.advancedOptions.Size = new System.Drawing.Size(647, 237);\r
+            this.advancedOptions.Size = new System.Drawing.Size(647, 241);\r
             this.advancedOptions.TabIndex = 27;\r
             this.advancedOptions.TabStop = false;\r
             // \r
+            // tabPage4\r
+            // \r
+            this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.tabPage4.Controls.Add(this.label26);\r
+            this.tabPage4.Controls.Add(this.label25);\r
+            this.tabPage4.Controls.Add(this.button1);\r
+            this.tabPage4.Location = new System.Drawing.Point(4, 22);\r
+            this.tabPage4.Name = "tabPage4";\r
+            this.tabPage4.Size = new System.Drawing.Size(639, 215);\r
+            this.tabPage4.TabIndex = 7;\r
+            this.tabPage4.Text = "Development";\r
+            this.tabPage4.UseVisualStyleBackColor = true;\r
+            // \r
+            // label26\r
+            // \r
+            this.label26.AutoSize = true;\r
+            this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label26.Location = new System.Drawing.Point(13, 35);\r
+            this.label26.Name = "label26";\r
+            this.label26.Size = new System.Drawing.Size(372, 26);\r
+            this.label26.TabIndex = 111;\r
+            this.label26.Text = "This tab is used for testing of new features. You can ignore this.\r\nIt will not b" +\r
+                "e a user visible tab on release.";\r
+            // \r
+            // label25\r
+            // \r
+            this.label25.AutoSize = true;\r
+            this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label25.Location = new System.Drawing.Point(13, 13);\r
+            this.label25.Name = "label25";\r
+            this.label25.Size = new System.Drawing.Size(93, 13);\r
+            this.label25.TabIndex = 110;\r
+            this.label25.Text = "Development";\r
+            // \r
             // groupBox_dest\r
             // \r
             this.groupBox_dest.Controls.Add(this.Label3);\r
             this.groupBox_dest.Controls.Add(this.text_destination);\r
             this.groupBox_dest.Controls.Add(this.btn_destBrowse);\r
             this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.groupBox_dest.ForeColor = System.Drawing.Color.Black;\r
             this.groupBox_dest.Location = new System.Drawing.Point(14, 128);\r
             this.groupBox_dest.Name = "groupBox_dest";\r
             this.groupBox_dest.Size = new System.Drawing.Size(646, 50);\r
@@ -1841,85 +1965,22 @@ namespace Handbrake
             // groupBox2\r
             // \r
             this.groupBox2.Controls.Add(this.btn_setDefault);\r
-            this.groupBox2.Controls.Add(this.btn_removePreset);\r
             this.groupBox2.Controls.Add(this.ListBox_Presets);\r
-            this.groupBox2.Controls.Add(this.btn_addPreset);\r
             this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
             this.groupBox2.Location = new System.Drawing.Point(674, 35);\r
             this.groupBox2.Name = "groupBox2";\r
-            this.groupBox2.Size = new System.Drawing.Size(193, 478);\r
+            this.groupBox2.Size = new System.Drawing.Size(193, 482);\r
             this.groupBox2.TabIndex = 103;\r
             this.groupBox2.TabStop = false;\r
             this.groupBox2.Text = "Presets";\r
             // \r
-            // btn_removePreset\r
-            // \r
-            this.btn_removePreset.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_removePreset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_removePreset.Location = new System.Drawing.Point(52, 445);\r
-            this.btn_removePreset.Name = "btn_removePreset";\r
-            this.btn_removePreset.Size = new System.Drawing.Size(55, 22);\r
-            this.btn_removePreset.TabIndex = 106;\r
-            this.btn_removePreset.TabStop = false;\r
-            this.btn_removePreset.Text = "Remove";\r
-            this.btn_removePreset.UseVisualStyleBackColor = false;\r
-            this.btn_removePreset.Visible = false;\r
-            this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
-            // \r
-            // ListBox_Presets\r
-            // \r
-            this.ListBox_Presets.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.ListBox_Presets.FormattingEnabled = true;\r
-            this.ListBox_Presets.Items.AddRange(new object[] {\r
-            "Animation",\r
-            "AppleTV",\r
-            "Bedlam",\r
-            "Blind",\r
-            "Broke",\r
-            "Classic",\r
-            "Constant Quality Rate",\r
-            "Deux Six Quatre",\r
-            "Film",\r
-            "iPhone",\r
-            "iPod High-Rez",\r
-            "iPod Low-Rez",\r
-            "Normal",\r
-            "PS3",\r
-            "PSP",\r
-            "QuickTime",\r
-            "Television"});\r
-            this.ListBox_Presets.Location = new System.Drawing.Point(11, 19);\r
-            this.ListBox_Presets.Name = "ListBox_Presets";\r
-            this.ListBox_Presets.Size = new System.Drawing.Size(174, 420);\r
-            this.ListBox_Presets.TabIndex = 104;\r
-            this.ListBox_Presets.SelectedIndexChanged += new System.EventHandler(this.ListBox_Presets_SelectedIndexChanged);\r
-            // \r
-            // btn_addPreset\r
-            // \r
-            this.btn_addPreset.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_addPreset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_addPreset.Location = new System.Drawing.Point(11, 445);\r
-            this.btn_addPreset.Name = "btn_addPreset";\r
-            this.btn_addPreset.Size = new System.Drawing.Size(35, 22);\r
-            this.btn_addPreset.TabIndex = 105;\r
-            this.btn_addPreset.TabStop = false;\r
-            this.btn_addPreset.Text = "Add";\r
-            this.btn_addPreset.UseVisualStyleBackColor = false;\r
-            this.btn_addPreset.Visible = false;\r
-            this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
-            // \r
             // frmMain\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.ClientSize = new System.Drawing.Size(873, 564);\r
+            this.ClientSize = new System.Drawing.Size(873, 568);\r
             this.Controls.Add(this.btn_presets);\r
             this.Controls.Add(this.groupBox2);\r
             this.Controls.Add(this.groupBox_dest);\r
@@ -1956,6 +2017,8 @@ namespace Handbrake
             this.TabPage1.ResumeLayout(false);\r
             this.TabPage1.PerformLayout();\r
             this.advancedOptions.ResumeLayout(false);\r
+            this.tabPage4.ResumeLayout(false);\r
+            this.tabPage4.PerformLayout();\r
             this.groupBox_dest.ResumeLayout(false);\r
             this.groupBox_dest.PerformLayout();\r
             this.groupBox2.ResumeLayout(false);\r
@@ -1968,12 +2031,8 @@ namespace Handbrake
 \r
         internal System.Windows.Forms.SaveFileDialog File_Save;\r
         internal System.Windows.Forms.ToolTip ToolTip;\r
-        internal System.Windows.Forms.OpenFileDialog File_Open;\r
-        internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
         internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_open3;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_save;\r
-        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator1;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_exit;\r
         internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_encode;\r
@@ -2023,7 +2082,6 @@ namespace Handbrake
         internal System.Windows.Forms.Button btn_queue;\r
         internal System.Windows.Forms.Button btn_encode;\r
         internal System.Windows.Forms.Label Version;\r
-        internal System.Windows.Forms.SaveFileDialog DVD_Save;\r
         private System.Windows.Forms.Label lbl_encode;\r
         internal System.Windows.Forms.Button btn_eCancel;\r
         internal System.Windows.Forms.TabPage TabPage6;\r
@@ -2053,7 +2111,7 @@ namespace Handbrake
         internal System.Windows.Forms.Label Label18;\r
         internal System.Windows.Forms.ComboBox drp_audioSampleRate;\r
         internal System.Windows.Forms.TabPage TabPage3;\r
-        internal System.Windows.Forms.Label Label37;\r
+        internal System.Windows.Forms.Label lbl_largeMp4Warning;\r
         internal System.Windows.Forms.CheckBox check_largeFile;\r
         internal System.Windows.Forms.CheckBox check_turbo;\r
         internal System.Windows.Forms.CheckBox CheckCRF;\r
@@ -2086,8 +2144,6 @@ namespace Handbrake
         internal System.Windows.Forms.TextBox text_left;\r
         internal System.Windows.Forms.TabControl advancedOptions;\r
         internal System.Windows.Forms.Label Label46;\r
-        internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
-        private System.Windows.Forms.ToolStripMenuItem mnu_open;\r
         private System.Windows.Forms.GroupBox groupBox_dest;\r
         internal System.Windows.Forms.ComboBox drp_subtitle;\r
         internal System.Windows.Forms.Label Label19;\r
@@ -2104,8 +2160,6 @@ namespace Handbrake
         private System.Windows.Forms.Label label23;\r
         internal System.Windows.Forms.Button btn_copy;\r
         private System.Windows.Forms.GroupBox groupBox2;\r
-        internal System.Windows.Forms.Button btn_removePreset;\r
-        internal System.Windows.Forms.Button btn_addPreset;\r
         private System.Windows.Forms.ListBox ListBox_Presets;\r
         internal System.Windows.Forms.Button btn_presets;\r
         internal System.Windows.Forms.Button btn_setDefault;\r
@@ -2113,6 +2167,20 @@ namespace Handbrake
         private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault;\r
         private System.Windows.Forms.ToolStripMenuItem mnu_UpdateCheck;\r
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_quickStart;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
+        internal System.Windows.Forms.Button button1;\r
+        private System.Windows.Forms.Label lbl_anamorphicError;\r
+        private System.Windows.Forms.TabPage tabPage4;\r
+        internal System.Windows.Forms.Label label26;\r
+        internal System.Windows.Forms.Label label25;\r
+        private System.Windows.Forms.SaveFileDialog DVD_Save;\r
+        private System.Windows.Forms.OpenFileDialog File_Open;\r
+        private System.Windows.Forms.OpenFileDialog ISO_Open;\r
+        private System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_open;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_save;\r
 \r
     }\r
 }
\ No newline at end of file