OSDN Git Service

LinGui: don't remove srt subs when changing from mkv to mp4
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / x264Panel.Designer.cs
index e43bd80..206a0b6 100644 (file)
@@ -88,7 +88,7 @@ namespace Handbrake.Controls
             this.ToolTip.SetToolTip(this.slider_psytrellis, "Psychovisual Trellis tries to retain more sharpness and detail, but can cause art" +\r
                     "ifacting. \r\nIt is considered experimental, which is why it\'s off by default. Goo" +\r
                     "d values are 0.1 to 0.2.");\r
-            this.slider_psytrellis.Scroll += new System.EventHandler(this.slider_psytrellis_Scroll);\r
+            this.slider_psytrellis.Scroll += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // lbl_psytrellis\r
             // \r
@@ -115,7 +115,7 @@ namespace Handbrake.Controls
             this.slider_psyrd.Size = new System.Drawing.Size(131, 45);\r
             this.slider_psyrd.TabIndex = 83;\r
             this.ToolTip.SetToolTip(this.slider_psyrd, resources.GetString("slider_psyrd.ToolTip"));\r
-            this.slider_psyrd.Scroll += new System.EventHandler(this.slider_psyrd_Scroll);\r
+            this.slider_psyrd.Scroll += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // lbl_adaptBFrames\r
             // \r
@@ -140,7 +140,7 @@ namespace Handbrake.Controls
             this.drop_adaptBFrames.Size = new System.Drawing.Size(121, 21);\r
             this.drop_adaptBFrames.TabIndex = 82;\r
             this.ToolTip.SetToolTip(this.drop_adaptBFrames, resources.GetString("drop_adaptBFrames.ToolTip"));\r
-            this.drop_adaptBFrames.SelectedIndexChanged += new System.EventHandler(this.drop_adaptBFrames_SelectedIndexChanged);\r
+            this.drop_adaptBFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label43\r
             // \r
@@ -190,7 +190,7 @@ namespace Handbrake.Controls
             this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             this.ToolTip.SetToolTip(this.check_Cabac, resources.GetString("check_Cabac.ToolTip"));\r
             this.check_Cabac.UseVisualStyleBackColor = true;\r
-            this.check_Cabac.CheckedChanged += new System.EventHandler(this.check_Cabac_CheckedChanged);\r
+            this.check_Cabac.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // check_noDCTDecimate\r
             // \r
@@ -205,7 +205,7 @@ namespace Handbrake.Controls
             this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             this.ToolTip.SetToolTip(this.check_noDCTDecimate, resources.GetString("check_noDCTDecimate.ToolTip"));\r
             this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
-            this.check_noDCTDecimate.CheckedChanged += new System.EventHandler(this.check_noDCTDecimate_CheckedChanged);\r
+            this.check_noDCTDecimate.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // check_noFastPSkip\r
             // \r
@@ -221,7 +221,7 @@ namespace Handbrake.Controls
             this.ToolTip.SetToolTip(this.check_noFastPSkip, "This can help with blocking on solid colors like blue skies, but it also slows do" +\r
                     "wn the encode.");\r
             this.check_noFastPSkip.UseVisualStyleBackColor = true;\r
-            this.check_noFastPSkip.CheckedChanged += new System.EventHandler(this.check_noFastPSkip_CheckedChanged);\r
+            this.check_noFastPSkip.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // lbl_trellis\r
             // \r
@@ -237,7 +237,7 @@ namespace Handbrake.Controls
             this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
             this.drop_trellis.FormattingEnabled = true;\r
             this.drop_trellis.Items.AddRange(new object[] {\r
-            "Default (0)",\r
+            "Default (1)",\r
             "0",\r
             "1",\r
             "2"});\r
@@ -246,7 +246,7 @@ namespace Handbrake.Controls
             this.drop_trellis.Size = new System.Drawing.Size(94, 21);\r
             this.drop_trellis.TabIndex = 75;\r
             this.ToolTip.SetToolTip(this.drop_trellis, resources.GetString("drop_trellis.ToolTip"));\r
-            this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.drop_trellis_SelectedIndexChanged);\r
+            this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // drop_deblockBeta\r
             // \r
@@ -272,7 +272,7 @@ namespace Handbrake.Controls
             this.drop_deblockBeta.Size = new System.Drawing.Size(68, 21);\r
             this.drop_deblockBeta.TabIndex = 74;\r
             this.ToolTip.SetToolTip(this.drop_deblockBeta, resources.GetString("drop_deblockBeta.ToolTip"));\r
-            this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.drop_deblockBeta_SelectedIndexChanged);\r
+            this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label41\r
             // \r
@@ -307,7 +307,7 @@ namespace Handbrake.Controls
             this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 21);\r
             this.drop_deblockAlpha.TabIndex = 73;\r
             this.ToolTip.SetToolTip(this.drop_deblockAlpha, resources.GetString("drop_deblockAlpha.ToolTip"));\r
-            this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.drop_deblockAlpha_SelectedIndexChanged);\r
+            this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // panel3\r
             // \r
@@ -349,7 +349,7 @@ namespace Handbrake.Controls
             this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             this.ToolTip.SetToolTip(this.check_8x8DCT, resources.GetString("check_8x8DCT.ToolTip"));\r
             this.check_8x8DCT.UseVisualStyleBackColor = true;\r
-            this.check_8x8DCT.CheckedChanged += new System.EventHandler(this.check_8x8DCT_CheckedChanged);\r
+            this.check_8x8DCT.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label45\r
             // \r
@@ -373,7 +373,7 @@ namespace Handbrake.Controls
             this.drop_analysis.Size = new System.Drawing.Size(63, 21);\r
             this.drop_analysis.TabIndex = 71;\r
             this.ToolTip.SetToolTip(this.drop_analysis, resources.GetString("drop_analysis.ToolTip"));\r
-            this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.drop_analysis_SelectedIndexChanged);\r
+            this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label48\r
             // \r
@@ -389,7 +389,7 @@ namespace Handbrake.Controls
             this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
             this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
             this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
-            "Default (6)",\r
+            "Default (7)",\r
             "0",\r
             "1",\r
             "2",\r
@@ -405,7 +405,7 @@ namespace Handbrake.Controls
             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);\r
             this.drop_subpixelMotionEstimation.TabIndex = 70;\r
             this.ToolTip.SetToolTip(this.drop_subpixelMotionEstimation, resources.GetString("drop_subpixelMotionEstimation.ToolTip"));\r
-            this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.drop_subpixelMotionEstimation_SelectedIndexChanged);\r
+            this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // lbl_merange\r
             // \r
@@ -488,7 +488,7 @@ namespace Handbrake.Controls
             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 21);\r
             this.drop_MotionEstimationRange.TabIndex = 69;\r
             this.ToolTip.SetToolTip(this.drop_MotionEstimationRange, resources.GetString("drop_MotionEstimationRange.ToolTip"));\r
-            this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationRange_SelectedIndexChanged);\r
+            this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label54\r
             // \r
@@ -516,7 +516,7 @@ namespace Handbrake.Controls
             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 21);\r
             this.drop_MotionEstimationMethod.TabIndex = 68;\r
             this.ToolTip.SetToolTip(this.drop_MotionEstimationMethod, resources.GetString("drop_MotionEstimationMethod.ToolTip"));\r
-            this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationMethod_SelectedIndexChanged);\r
+            this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // check_pyrmidalBFrames\r
             // \r
@@ -530,7 +530,7 @@ namespace Handbrake.Controls
             this.check_pyrmidalBFrames.Text = "Pyramidal B-Frames:";\r
             this.ToolTip.SetToolTip(this.check_pyrmidalBFrames, resources.GetString("check_pyrmidalBFrames.ToolTip"));\r
             this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
-            this.check_pyrmidalBFrames.CheckedChanged += new System.EventHandler(this.check_pyrmidalBFrames_CheckedChanged);\r
+            this.check_pyrmidalBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // check_weightedBFrames\r
             // \r
@@ -544,7 +544,7 @@ namespace Handbrake.Controls
             this.check_weightedBFrames.Text = "Weighted B-Frames:";\r
             this.ToolTip.SetToolTip(this.check_weightedBFrames, resources.GetString("check_weightedBFrames.ToolTip"));\r
             this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
-            this.check_weightedBFrames.CheckedChanged += new System.EventHandler(this.check_weightedBFrames_CheckedChanged);\r
+            this.check_weightedBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // lbl_direct_prediction\r
             // \r
@@ -570,7 +570,7 @@ namespace Handbrake.Controls
             this.drop_directPrediction.Size = new System.Drawing.Size(121, 21);\r
             this.drop_directPrediction.TabIndex = 57;\r
             this.ToolTip.SetToolTip(this.drop_directPrediction, resources.GetString("drop_directPrediction.ToolTip"));\r
-            this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.drop_directPrediction_SelectedIndexChanged);\r
+            this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label62\r
             // \r
@@ -586,7 +586,7 @@ namespace Handbrake.Controls
             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
             this.drop_bFrames.FormattingEnabled = true;\r
             this.drop_bFrames.Items.AddRange(new object[] {\r
-            "Default (0)",\r
+            "Default (3)",\r
             "0",\r
             "1",\r
             "2",\r
@@ -608,10 +608,10 @@ namespace Handbrake.Controls
             this.drop_bFrames.Name = "drop_bFrames";\r
             this.drop_bFrames.Size = new System.Drawing.Size(121, 21);\r
             this.drop_bFrames.TabIndex = 56;\r
-            this.ToolTip.SetToolTip(this.drop_bFrames, "Sane values are 1-6. B-Frames are smaller than other frames, so they let you pack" +\r
-                    " in more quality at the same bitrate.\r\nUse more of them with animated material: " +\r
-                    "9-16.");\r
-            this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.drop_bFrames_SelectedIndexChanged);\r
+            this.ToolTip.SetToolTip(this.drop_bFrames, "Sane values are 1-6. \r\nB-Frames are smaller than other frames, so they let you pa" +\r
+                    "ck in more quality at the same bitrate. \r\nUse more of them with animated materia" +\r
+                    "l.");\r
+            this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // label64\r
             // \r
@@ -627,7 +627,7 @@ namespace Handbrake.Controls
             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
             this.drop_refFrames.FormattingEnabled = true;\r
             this.drop_refFrames.Items.AddRange(new object[] {\r
-            "Default (1)",\r
+            "Default (3)",\r
             "0",\r
             "1",\r
             "2",\r
@@ -652,7 +652,7 @@ namespace Handbrake.Controls
             this.ToolTip.SetToolTip(this.drop_refFrames, "Sane values are 1-6. \r\nThe more you add, the higher the quality, but the slower t" +\r
                     "he encode. Be careful... too many and QuickTime struggles to play the video back" +\r
                     ".");\r
-            this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.drop_refFrames_SelectedIndexChanged);\r
+            this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // check_mixedReferences\r
             // \r
@@ -668,7 +668,7 @@ namespace Handbrake.Controls
             this.ToolTip.SetToolTip(this.check_mixedReferences, "With this on, different references can be used for different parts of each 16x16 " +\r
                     "pixel macroblock, increasing quality.");\r
             this.check_mixedReferences.UseVisualStyleBackColor = true;\r
-            this.check_mixedReferences.CheckedChanged += new System.EventHandler(this.check_mixedReferences_CheckedChanged);\r
+            this.check_mixedReferences.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
             // \r
             // ToolTip\r
             // \r
@@ -678,7 +678,7 @@ namespace Handbrake.Controls
             // \r
             // x264Panel\r
             // \r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
             this.BackColor = System.Drawing.Color.Transparent;\r
             this.Controls.Add(this.slider_psytrellis);\r
             this.Controls.Add(this.lbl_psytrellis);\r