OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
index cffc8d3..49ceb56 100644 (file)
@@ -47,16 +47,13 @@ namespace Handbrake
             this.drp_videoEncoder = new System.Windows.Forms.ComboBox();\r
             this.drp_audioCodec = new System.Windows.Forms.ComboBox();\r
             this.CheckCRF = new System.Windows.Forms.CheckBox();\r
-            this.drp_deBlock = new System.Windows.Forms.ComboBox();\r
-            this.drp_DeNoise = new System.Windows.Forms.ComboBox();\r
-            this.drp_deTelecine = new System.Windows.Forms.ComboBox();\r
             this.drp_subtitle = new System.Windows.Forms.ComboBox();\r
             this.drp_deInterlace_option = new System.Windows.Forms.ComboBox();\r
+            this.drp_deNoise = new System.Windows.Forms.ComboBox();\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.mnu_update = new System.Windows.Forms.ToolStripMenuItem();\r
@@ -68,11 +65,16 @@ namespace Handbrake
             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();\r
             this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_preset_ipod133 = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_preset_ipod178 = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_preset_ipod235 = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_preset = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_appleTv = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_iphone = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_presetPS3 = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_psp = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_qt = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_television = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_film = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_Classic = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_normal = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_ProgramDefaultOptions = new System.Windows.Forms.ToolStripMenuItem();\r
             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
@@ -134,9 +136,10 @@ namespace Handbrake
             this.Label18 = new System.Windows.Forms.Label();\r
             this.drp_audioSampleRate = new System.Windows.Forms.ComboBox();\r
             this.TabPage3 = new System.Windows.Forms.TabPage();\r
-            this.label25 = new System.Windows.Forms.Label();\r
             this.label24 = new System.Windows.Forms.Label();\r
             this.label11 = new System.Windows.Forms.Label();\r
+            this.check_deblock = new System.Windows.Forms.CheckBox();\r
+            this.check_detelecine = new System.Windows.Forms.CheckBox();\r
             this.label4 = new System.Windows.Forms.Label();\r
             this.Label37 = new System.Windows.Forms.Label();\r
             this.check_largeFile = new System.Windows.Forms.CheckBox();\r
@@ -388,54 +391,6 @@ namespace Handbrake
             this.ToolTip.SetToolTip(this.CheckCRF, "Constant Rate Factor");\r
             this.CheckCRF.UseVisualStyleBackColor = true;\r
             // \r
-            // drp_deBlock\r
-            // \r
-            this.drp_deBlock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_deBlock.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_deBlock.FormattingEnabled = true;\r
-            this.drp_deBlock.Items.AddRange(new object[] {\r
-            "Normal (-d)",\r
-            "yadif(-d=\"1\")",\r
-            "yadif+mcdeint(-d=\"1:-1:1\")"});\r
-            this.drp_deBlock.Location = new System.Drawing.Point(470, 151);\r
-            this.drp_deBlock.Name = "drp_deBlock";\r
-            this.drp_deBlock.Size = new System.Drawing.Size(147, 21);\r
-            this.drp_deBlock.TabIndex = 61;\r
-            this.drp_deBlock.Text = "None";\r
-            this.ToolTip.SetToolTip(this.drp_deBlock, "Select the subtitle language you require from this dropdown.");\r
-            // \r
-            // drp_DeNoise\r
-            // \r
-            this.drp_DeNoise.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_DeNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_DeNoise.FormattingEnabled = true;\r
-            this.drp_DeNoise.Items.AddRange(new object[] {\r
-            "Normal (-d)",\r
-            "yadif(-d=\"1\")",\r
-            "yadif+mcdeint(-d=\"1:-1:1\")"});\r
-            this.drp_DeNoise.Location = new System.Drawing.Point(470, 178);\r
-            this.drp_DeNoise.Name = "drp_DeNoise";\r
-            this.drp_DeNoise.Size = new System.Drawing.Size(147, 21);\r
-            this.drp_DeNoise.TabIndex = 64;\r
-            this.drp_DeNoise.Text = "None";\r
-            this.ToolTip.SetToolTip(this.drp_DeNoise, "Select the subtitle language you require from this dropdown.");\r
-            // \r
-            // drp_deTelecine\r
-            // \r
-            this.drp_deTelecine.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_deTelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_deTelecine.FormattingEnabled = true;\r
-            this.drp_deTelecine.Items.AddRange(new object[] {\r
-            "Normal (-d)",\r
-            "yadif(-d=\"1\")",\r
-            "yadif+mcdeint(-d=\"1:-1:1\")"});\r
-            this.drp_deTelecine.Location = new System.Drawing.Point(470, 205);\r
-            this.drp_deTelecine.Name = "drp_deTelecine";\r
-            this.drp_deTelecine.Size = new System.Drawing.Size(147, 21);\r
-            this.drp_deTelecine.TabIndex = 65;\r
-            this.drp_deTelecine.Text = "None";\r
-            this.ToolTip.SetToolTip(this.drp_deTelecine, "Select the subtitle language you require from this dropdown.");\r
-            // \r
             // drp_subtitle\r
             // \r
             this.drp_subtitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
@@ -455,17 +410,38 @@ namespace Handbrake
             this.drp_deInterlace_option.FormattingEnabled = true;\r
             this.drp_deInterlace_option.Items.AddRange(new object[] {\r
             "None",\r
-            "Origional ( Fast )",\r
-            "yadif ( Slow )",\r
-            "yadif + mcdeint ( Slower )",\r
-            "yadif + mcdeint  ( Slowest )"});\r
-            this.drp_deInterlace_option.Location = new System.Drawing.Point(470, 124);\r
+            "Origional (Fast)",\r
+            "yadif (Slow)",\r
+            "yadif + mcdeint (Slower)",\r
+            "yadif + mcdeint  (Slowest)"});\r
+            this.drp_deInterlace_option.Location = new System.Drawing.Point(462, 154);\r
             this.drp_deInterlace_option.Name = "drp_deInterlace_option";\r
-            this.drp_deInterlace_option.Size = new System.Drawing.Size(147, 21);\r
+            this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);\r
             this.drp_deInterlace_option.TabIndex = 67;\r
             this.drp_deInterlace_option.Text = "None";\r
             this.ToolTip.SetToolTip(this.drp_deInterlace_option, "Select the subtitle language you require from this dropdown.");\r
             // \r
+            // drp_deNoise\r
+            // \r
+            this.drp_deNoise.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.drp_deNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_deNoise.FormattingEnabled = true;\r
+            this.drp_deNoise.Items.AddRange(new object[] {\r
+            "None",\r
+            "Weak",\r
+            "Strong"});\r
+            this.drp_deNoise.Location = new System.Drawing.Point(462, 211);\r
+            this.drp_deNoise.Name = "drp_deNoise";\r
+            this.drp_deNoise.Size = new System.Drawing.Size(161, 21);\r
+            this.drp_deNoise.TabIndex = 72;\r
+            this.drp_deNoise.Text = "None";\r
+            this.ToolTip.SetToolTip(this.drp_deNoise, "Select the subtitle language you require from this dropdown.");\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
             this.File_Open.DefaultExt = "hb";\r
@@ -479,7 +455,6 @@ namespace Handbrake
             // FileToolStripMenuItem\r
             // \r
             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.mnu_open,\r
             this.mnu_save,\r
             this.ToolStripSeparator1,\r
             this.mnu_update,\r
@@ -489,47 +464,37 @@ namespace Handbrake
             this.FileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);\r
             this.FileToolStripMenuItem.Text = "&File";\r
             // \r
-            // mnu_open\r
-            // \r
-            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.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));\r
-            this.mnu_open.Size = new System.Drawing.Size(184, 22);\r
-            this.mnu_open.Text = "&Open Profile";\r
-            this.mnu_open.Click += new System.EventHandler(this.mnu_open_Click);\r
-            // \r
             // mnu_save\r
             // \r
             this.mnu_save.Image = ((System.Drawing.Image)(resources.GetObject("mnu_save.Image")));\r
             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(184, 22);\r
+            this.mnu_save.Size = new System.Drawing.Size(180, 22);\r
             this.mnu_save.Text = "&Save Profile";\r
             this.mnu_save.Click += new System.EventHandler(this.mnu_save_Click);\r
             // \r
             // ToolStripSeparator1\r
             // \r
             this.ToolStripSeparator1.Name = "ToolStripSeparator1";\r
-            this.ToolStripSeparator1.Size = new System.Drawing.Size(181, 6);\r
+            this.ToolStripSeparator1.Size = new System.Drawing.Size(177, 6);\r
             // \r
             // mnu_update\r
             // \r
             this.mnu_update.Name = "mnu_update";\r
-            this.mnu_update.Size = new System.Drawing.Size(184, 22);\r
+            this.mnu_update.Size = new System.Drawing.Size(180, 22);\r
             this.mnu_update.Text = "Check for Updates";\r
             this.mnu_update.Click += new System.EventHandler(this.mnu_update_Click);\r
             // \r
             // toolStripSeparator2\r
             // \r
             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
-            this.toolStripSeparator2.Size = new System.Drawing.Size(181, 6);\r
+            this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);\r
             // \r
             // mnu_exit\r
             // \r
             this.mnu_exit.Name = "mnu_exit";\r
-            this.mnu_exit.Size = new System.Drawing.Size(184, 22);\r
+            this.mnu_exit.Size = new System.Drawing.Size(180, 22);\r
             this.mnu_exit.Text = "E&xit";\r
             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
             // \r
@@ -574,37 +539,28 @@ namespace Handbrake
             // \r
             this.PresetsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;\r
             this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.mnu_preset_ipod133,\r
-            this.mnu_preset_ipod178,\r
-            this.mnu_preset_ipod235,\r
+            this.mnu_preset,\r
             this.mnu_appleTv,\r
+            this.mnu_iphone,\r
             this.mnu_presetPS3,\r
+            this.mnu_psp,\r
+            this.mnu_qt,\r
+            this.mnu_television,\r
+            this.mnu_film,\r
+            this.mnu_Classic,\r
+            this.mnu_normal,\r
             this.ToolStripSeparator4,\r
             this.mnu_ProgramDefaultOptions});\r
             this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";\r
             this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(55, 20);\r
             this.PresetsToolStripMenuItem.Text = "&Presets";\r
             // \r
-            // mnu_preset_ipod133\r
-            // \r
-            this.mnu_preset_ipod133.Name = "mnu_preset_ipod133";\r
-            this.mnu_preset_ipod133.Size = new System.Drawing.Size(276, 22);\r
-            this.mnu_preset_ipod133.Text = "iPod (1.33)";\r
-            this.mnu_preset_ipod133.Click += new System.EventHandler(this.mnu_preset_ipod133_Click);\r
+            // mnu_preset\r
             // \r
-            // mnu_preset_ipod178\r
-            // \r
-            this.mnu_preset_ipod178.Name = "mnu_preset_ipod178";\r
-            this.mnu_preset_ipod178.Size = new System.Drawing.Size(276, 22);\r
-            this.mnu_preset_ipod178.Text = "iPod (1.78)";\r
-            this.mnu_preset_ipod178.Click += new System.EventHandler(this.mnu_preset_ipod178_Click);\r
-            // \r
-            // mnu_preset_ipod235\r
-            // \r
-            this.mnu_preset_ipod235.Name = "mnu_preset_ipod235";\r
-            this.mnu_preset_ipod235.Size = new System.Drawing.Size(276, 22);\r
-            this.mnu_preset_ipod235.Text = "iPod (2.35)";\r
-            this.mnu_preset_ipod235.Click += new System.EventHandler(this.mnu_preset_ipod235_Click);\r
+            this.mnu_preset.Name = "mnu_preset";\r
+            this.mnu_preset.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_preset.Text = "iPod";\r
+            this.mnu_preset.Click += new System.EventHandler(this.mnu_preset_ipod133_Click);\r
             // \r
             // mnu_appleTv\r
             // \r
@@ -613,6 +569,12 @@ namespace Handbrake
             this.mnu_appleTv.Text = "Apple TV";\r
             this.mnu_appleTv.Click += new System.EventHandler(this.mnu_appleTv_Click);\r
             // \r
+            // mnu_iphone\r
+            // \r
+            this.mnu_iphone.Name = "mnu_iphone";\r
+            this.mnu_iphone.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_iphone.Text = "iPhone";\r
+            // \r
             // mnu_presetPS3\r
             // \r
             this.mnu_presetPS3.Name = "mnu_presetPS3";\r
@@ -620,6 +582,48 @@ namespace Handbrake
             this.mnu_presetPS3.Text = "PS3";\r
             this.mnu_presetPS3.Click += new System.EventHandler(this.mnu_presetPS3_Click);\r
             // \r
+            // mnu_psp\r
+            // \r
+            this.mnu_psp.Name = "mnu_psp";\r
+            this.mnu_psp.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_psp.Text = "PSP";\r
+            this.mnu_psp.Click += new System.EventHandler(this.mnu_psp_Click);\r
+            // \r
+            // mnu_qt\r
+            // \r
+            this.mnu_qt.Name = "mnu_qt";\r
+            this.mnu_qt.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_qt.Text = "Quicktime";\r
+            this.mnu_qt.Click += new System.EventHandler(this.mnu_qt_Click);\r
+            // \r
+            // mnu_television\r
+            // \r
+            this.mnu_television.Name = "mnu_television";\r
+            this.mnu_television.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_television.Text = "Television";\r
+            this.mnu_television.Click += new System.EventHandler(this.mnu_television_Click);\r
+            // \r
+            // mnu_film\r
+            // \r
+            this.mnu_film.Name = "mnu_film";\r
+            this.mnu_film.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_film.Text = "Film";\r
+            this.mnu_film.Click += new System.EventHandler(this.mnu_film_Click);\r
+            // \r
+            // mnu_Classic\r
+            // \r
+            this.mnu_Classic.Name = "mnu_Classic";\r
+            this.mnu_Classic.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_Classic.Text = "Classic";\r
+            this.mnu_Classic.Click += new System.EventHandler(this.mnu_Classic_Click);\r
+            // \r
+            // mnu_normal\r
+            // \r
+            this.mnu_normal.Name = "mnu_normal";\r
+            this.mnu_normal.Size = new System.Drawing.Size(276, 22);\r
+            this.mnu_normal.Text = "Normal";\r
+            this.mnu_normal.Click += new System.EventHandler(this.mnu_normal_Click);\r
+            // \r
             // ToolStripSeparator4\r
             // \r
             this.ToolStripSeparator4.Name = "ToolStripSeparator4";\r
@@ -740,7 +744,7 @@ namespace Handbrake
             this.GroupBox1.Controls.Add(this.Label10);\r
             this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.GroupBox1.ForeColor = System.Drawing.Color.Black;\r
-            this.GroupBox1.Location = new System.Drawing.Point(15, 35);\r
+            this.GroupBox1.Location = new System.Drawing.Point(14, 35);\r
             this.GroupBox1.Name = "GroupBox1";\r
             this.GroupBox1.Size = new System.Drawing.Size(647, 116);\r
             this.GroupBox1.TabIndex = 408;\r
@@ -831,7 +835,7 @@ namespace Handbrake
             this.GroupBox4.Controls.Add(this.Label12);\r
             this.GroupBox4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.GroupBox4.ForeColor = System.Drawing.Color.Black;\r
-            this.GroupBox4.Location = new System.Drawing.Point(15, 157);\r
+            this.GroupBox4.Location = new System.Drawing.Point(14, 157);\r
             this.GroupBox4.Name = "GroupBox4";\r
             this.GroupBox4.Size = new System.Drawing.Size(647, 126);\r
             this.GroupBox4.TabIndex = 409;\r
@@ -965,7 +969,7 @@ namespace Handbrake
             this.Version.Name = "Version";\r
             this.Version.Size = new System.Drawing.Size(79, 20);\r
             this.Version.TabIndex = 415;\r
-            this.Version.Text = "Version 2.3";\r
+            this.Version.Text = "Version 2.4";\r
             // \r
             // lbl_encode\r
             // \r
@@ -1321,14 +1325,13 @@ namespace Handbrake
             // TabPage3\r
             // \r
             this.TabPage3.BackColor = System.Drawing.SystemColors.Control;\r
-            this.TabPage3.Controls.Add(this.label25);\r
             this.TabPage3.Controls.Add(this.label24);\r
+            this.TabPage3.Controls.Add(this.drp_deNoise);\r
             this.TabPage3.Controls.Add(this.label11);\r
+            this.TabPage3.Controls.Add(this.check_deblock);\r
+            this.TabPage3.Controls.Add(this.check_detelecine);\r
             this.TabPage3.Controls.Add(this.label4);\r
             this.TabPage3.Controls.Add(this.drp_deInterlace_option);\r
-            this.TabPage3.Controls.Add(this.drp_deTelecine);\r
-            this.TabPage3.Controls.Add(this.drp_DeNoise);\r
-            this.TabPage3.Controls.Add(this.drp_deBlock);\r
             this.TabPage3.Controls.Add(this.Label37);\r
             this.TabPage3.Controls.Add(this.check_largeFile);\r
             this.TabPage3.Controls.Add(this.check_turbo);\r
@@ -1354,41 +1357,53 @@ namespace Handbrake
             this.TabPage3.Text = "Video Settings";\r
             this.TabPage3.UseVisualStyleBackColor = true;\r
             // \r
-            // label25\r
-            // \r
-            this.label25.AutoSize = true;\r
-            this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label25.Location = new System.Drawing.Point(365, 208);\r
-            this.label25.Name = "label25";\r
-            this.label25.Size = new System.Drawing.Size(72, 13);\r
-            this.label25.TabIndex = 71;\r
-            this.label25.Text = "Detelecine:";\r
-            // \r
             // label24\r
             // \r
             this.label24.AutoSize = true;\r
-            this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label24.Location = new System.Drawing.Point(365, 182);\r
+            this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label24.Location = new System.Drawing.Point(360, 133);\r
             this.label24.Name = "label24";\r
-            this.label24.Size = new System.Drawing.Size(58, 13);\r
-            this.label24.TabIndex = 70;\r
-            this.label24.Text = "Denoise:";\r
+            this.label24.Size = new System.Drawing.Size(109, 13);\r
+            this.label24.TabIndex = 73;\r
+            this.label24.Text = "Picture Cleanup";\r
             // \r
             // label11\r
             // \r
             this.label11.AutoSize = true;\r
             this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label11.Location = new System.Drawing.Point(365, 154);\r
+            this.label11.Location = new System.Drawing.Point(360, 214);\r
             this.label11.Name = "label11";\r
             this.label11.Size = new System.Drawing.Size(58, 13);\r
-            this.label11.TabIndex = 69;\r
-            this.label11.Text = "Deblock:";\r
+            this.label11.TabIndex = 71;\r
+            this.label11.Text = "Denoise:";\r
+            // \r
+            // check_deblock\r
+            // \r
+            this.check_deblock.AutoSize = true;\r
+            this.check_deblock.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.check_deblock.Location = new System.Drawing.Point(462, 186);\r
+            this.check_deblock.Name = "check_deblock";\r
+            this.check_deblock.Size = new System.Drawing.Size(72, 17);\r
+            this.check_deblock.TabIndex = 70;\r
+            this.check_deblock.Text = "Deblock";\r
+            this.check_deblock.UseVisualStyleBackColor = true;\r
+            // \r
+            // check_detelecine\r
+            // \r
+            this.check_detelecine.AutoSize = true;\r
+            this.check_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.check_detelecine.Location = new System.Drawing.Point(363, 185);\r
+            this.check_detelecine.Name = "check_detelecine";\r
+            this.check_detelecine.Size = new System.Drawing.Size(86, 17);\r
+            this.check_detelecine.TabIndex = 69;\r
+            this.check_detelecine.Text = "Detelecine";\r
+            this.check_detelecine.UseVisualStyleBackColor = true;\r
             // \r
             // label4\r
             // \r
             this.label4.AutoSize = true;\r
             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label4.Location = new System.Drawing.Point(365, 127);\r
+            this.label4.Location = new System.Drawing.Point(360, 157);\r
             this.label4.Name = "label4";\r
             this.label4.Size = new System.Drawing.Size(77, 13);\r
             this.label4.TabIndex = 68;\r
@@ -1398,7 +1413,7 @@ namespace Handbrake
             // \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(387, 104);\r
+            this.Label37.Location = new System.Drawing.Point(382, 104);\r
             this.Label37.Name = "Label37";\r
             this.Label37.Size = new System.Drawing.Size(241, 12);\r
             this.Label37.TabIndex = 52;\r
@@ -1408,7 +1423,7 @@ namespace Handbrake
             // \r
             this.check_largeFile.AutoSize = true;\r
             this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_largeFile.Location = new System.Drawing.Point(368, 84);\r
+            this.check_largeFile.Location = new System.Drawing.Point(363, 84);\r
             this.check_largeFile.Name = "check_largeFile";\r
             this.check_largeFile.Size = new System.Drawing.Size(172, 17);\r
             this.check_largeFile.TabIndex = 51;\r
@@ -1420,7 +1435,7 @@ namespace Handbrake
             // \r
             this.check_turbo.AutoSize = true;\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(368, 61);\r
+            this.check_turbo.Location = new System.Drawing.Point(363, 61);\r
             this.check_turbo.Name = "check_turbo";\r
             this.check_turbo.Size = new System.Drawing.Size(110, 17);\r
             this.check_turbo.TabIndex = 50;\r
@@ -1441,7 +1456,7 @@ namespace Handbrake
             // \r
             this.Label22.AutoSize = true;\r
             this.Label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label22.Location = new System.Drawing.Point(365, 13);\r
+            this.Label22.Location = new System.Drawing.Point(360, 13);\r
             this.Label22.Name = "Label22";\r
             this.Label22.Size = new System.Drawing.Size(175, 13);\r
             this.Label22.TabIndex = 38;\r
@@ -1492,7 +1507,7 @@ namespace Handbrake
             // \r
             this.check_2PassEncode.AutoSize = true;\r
             this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_2PassEncode.Location = new System.Drawing.Point(368, 38);\r
+            this.check_2PassEncode.Location = new System.Drawing.Point(363, 38);\r
             this.check_2PassEncode.Name = "check_2PassEncode";\r
             this.check_2PassEncode.Size = new System.Drawing.Size(119, 17);\r
             this.check_2PassEncode.TabIndex = 18;\r
@@ -1807,7 +1822,7 @@ namespace Handbrake
             this.advancedOptions.Controls.Add(this.h264Tab);\r
             this.advancedOptions.Controls.Add(this.TabPage6);\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(15, 295);\r
+            this.advancedOptions.Location = new System.Drawing.Point(14, 295);\r
             this.advancedOptions.Name = "advancedOptions";\r
             this.advancedOptions.SelectedIndex = 0;\r
             this.advancedOptions.Size = new System.Drawing.Size(647, 268);\r
@@ -1833,6 +1848,7 @@ namespace Handbrake
             this.MaximumSize = new System.Drawing.Size(878, 750);\r
             this.MinimumSize = new System.Drawing.Size(683, 648);\r
             this.Name = "frmMain";\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "Handbrake";\r
             this.frmMainMenu.ResumeLayout(false);\r
             this.frmMainMenu.PerformLayout();\r
@@ -1861,7 +1877,6 @@ namespace Handbrake
 \r
         internal System.Windows.Forms.SaveFileDialog File_Save;\r
         internal System.Windows.Forms.ToolTip ToolTip;\r
-        internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
         internal System.Windows.Forms.OpenFileDialog File_Open;\r
         internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
         internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;\r
@@ -1877,9 +1892,7 @@ namespace Handbrake
         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_options;\r
         internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_preset_ipod133;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_preset_ipod178;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_preset_ipod235;\r
+        internal System.Windows.Forms.ToolStripMenuItem mnu_preset;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_appleTv;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_presetPS3;\r
         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator4;\r
@@ -1956,9 +1969,6 @@ 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.ComboBox drp_deTelecine;\r
-        internal System.Windows.Forms.ComboBox drp_DeNoise;\r
-        internal System.Windows.Forms.ComboBox drp_deBlock;\r
         internal System.Windows.Forms.Label Label37;\r
         internal System.Windows.Forms.CheckBox check_largeFile;\r
         internal System.Windows.Forms.CheckBox check_turbo;\r
@@ -1998,11 +2008,21 @@ namespace Handbrake
         internal System.Windows.Forms.TextBox text_left;\r
         internal System.Windows.Forms.TabControl advancedOptions;\r
         internal System.Windows.Forms.ComboBox drp_deInterlace_option;\r
-        internal System.Windows.Forms.Label label24;\r
-        internal System.Windows.Forms.Label label11;\r
         internal System.Windows.Forms.Label label4;\r
         internal System.Windows.Forms.Label Label46;\r
-        internal System.Windows.Forms.Label label25;\r
+        internal System.Windows.Forms.CheckBox check_deblock;\r
+        internal System.Windows.Forms.CheckBox check_detelecine;\r
+        internal System.Windows.Forms.Label label24;\r
+        internal System.Windows.Forms.ComboBox drp_deNoise;\r
+        internal System.Windows.Forms.Label label11;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_iphone;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_psp;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_qt;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_television;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_film;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_Classic;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_normal;\r
+        internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
 \r
     }\r
 }
\ No newline at end of file