OSDN Git Service

import original 0.9.5 release
[handbrake-jp/handbrake-jp.git] / win / C# / Controls / PictureSettings.Designer.cs
index 30a8933..c6b3b00 100644 (file)
@@ -42,11 +42,8 @@ namespace Handbrake.Controls
             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();\r
             this.label7 = new System.Windows.Forms.Label();\r
             this.lbl_src_res = new System.Windows.Forms.Label();\r
-            this.Label91 = new System.Windows.Forms.Label();\r
-            this.lbl_Aspect = new System.Windows.Forms.Label();\r
             this.Label55 = new System.Windows.Forms.Label();\r
             this.text_width = new System.Windows.Forms.NumericUpDown();\r
-            this.lbl_max = new System.Windows.Forms.Label();\r
             this.label4 = new System.Windows.Forms.Label();\r
             this.text_height = new System.Windows.Forms.NumericUpDown();\r
             this.check_KeepAR = new System.Windows.Forms.CheckBox();\r
@@ -65,6 +62,7 @@ namespace Handbrake.Controls
             this.drp_modulus = new System.Windows.Forms.ComboBox();\r
             this.label8 = new System.Windows.Forms.Label();\r
             this.label26 = new System.Windows.Forms.Label();\r
+            this.lbl_presetCropWarning = new System.Windows.Forms.Label();\r
             this.tableLayoutPanel3.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).BeginInit();\r
@@ -141,7 +139,7 @@ namespace Handbrake.Controls
             this.crop_left.Name = "crop_left";\r
             this.crop_left.Size = new System.Drawing.Size(44, 21);\r
             this.crop_left.TabIndex = 98;\r
-            this.crop_left.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.crop_left.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
             // crop_right\r
             // \r
@@ -160,7 +158,7 @@ namespace Handbrake.Controls
             this.crop_right.Name = "crop_right";\r
             this.crop_right.Size = new System.Drawing.Size(44, 21);\r
             this.crop_right.TabIndex = 101;\r
-            this.crop_right.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.crop_right.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
             // check_autoCrop\r
             // \r
@@ -176,7 +174,7 @@ namespace Handbrake.Controls
             this.check_autoCrop.TabStop = true;\r
             this.check_autoCrop.Text = "Automatic";\r
             this.check_autoCrop.UseVisualStyleBackColor = true;\r
-            this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
+            this.check_autoCrop.CheckedChanged += new System.EventHandler(this.CheckAutoCropCheckedChanged);\r
             // \r
             // Label51\r
             // \r
@@ -208,7 +206,7 @@ namespace Handbrake.Controls
             this.crop_top.Name = "crop_top";\r
             this.crop_top.Size = new System.Drawing.Size(44, 21);\r
             this.crop_top.TabIndex = 100;\r
-            this.crop_top.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.crop_top.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
             // Label53\r
             // \r
@@ -253,7 +251,7 @@ namespace Handbrake.Controls
             this.crop_bottom.Name = "crop_bottom";\r
             this.crop_bottom.Size = new System.Drawing.Size(44, 21);\r
             this.crop_bottom.TabIndex = 103;\r
-            this.crop_bottom.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.crop_bottom.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
             // check_customCrop\r
             // \r
@@ -279,11 +277,8 @@ namespace Handbrake.Controls
             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
             this.tableLayoutPanel2.Controls.Add(this.label7, 0, 0);\r
             this.tableLayoutPanel2.Controls.Add(this.lbl_src_res, 1, 0);\r
-            this.tableLayoutPanel2.Controls.Add(this.Label91, 2, 0);\r
-            this.tableLayoutPanel2.Controls.Add(this.lbl_Aspect, 3, 0);\r
             this.tableLayoutPanel2.Controls.Add(this.Label55, 0, 1);\r
             this.tableLayoutPanel2.Controls.Add(this.text_width, 1, 1);\r
-            this.tableLayoutPanel2.Controls.Add(this.lbl_max, 4, 1);\r
             this.tableLayoutPanel2.Controls.Add(this.label4, 2, 1);\r
             this.tableLayoutPanel2.Controls.Add(this.text_height, 3, 1);\r
             this.tableLayoutPanel2.Controls.Add(this.check_KeepAR, 1, 2);\r
@@ -322,32 +317,6 @@ namespace Handbrake.Controls
             this.lbl_src_res.TabIndex = 77;\r
             this.lbl_src_res.Text = "--";\r
             // \r
-            // Label91\r
-            // \r
-            this.Label91.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.Label91.AutoSize = true;\r
-            this.Label91.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label91.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label91.Location = new System.Drawing.Point(120, 3);\r
-            this.Label91.Margin = new System.Windows.Forms.Padding(3);\r
-            this.Label91.Name = "Label91";\r
-            this.Label91.Size = new System.Drawing.Size(72, 13);\r
-            this.Label91.TabIndex = 78;\r
-            this.Label91.Text = "Aspect Ratio:";\r
-            // \r
-            // lbl_Aspect\r
-            // \r
-            this.lbl_Aspect.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.lbl_Aspect.AutoSize = true;\r
-            this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
-            this.lbl_Aspect.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.lbl_Aspect.Location = new System.Drawing.Point(198, 3);\r
-            this.lbl_Aspect.Margin = new System.Windows.Forms.Padding(3);\r
-            this.lbl_Aspect.Name = "lbl_Aspect";\r
-            this.lbl_Aspect.Size = new System.Drawing.Size(15, 13);\r
-            this.lbl_Aspect.TabIndex = 79;\r
-            this.lbl_Aspect.Text = "--";\r
-            // \r
             // Label55\r
             // \r
             this.Label55.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
@@ -373,20 +342,7 @@ namespace Handbrake.Controls
             this.text_width.Name = "text_width";\r
             this.text_width.Size = new System.Drawing.Size(64, 21);\r
             this.text_width.TabIndex = 85;\r
-            this.text_width.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
-            // \r
-            // lbl_max\r
-            // \r
-            this.lbl_max.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.lbl_max.AutoSize = true;\r
-            this.lbl_max.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.lbl_max.Location = new System.Drawing.Point(268, 26);\r
-            this.lbl_max.Margin = new System.Windows.Forms.Padding(3);\r
-            this.lbl_max.Name = "lbl_max";\r
-            this.lbl_max.Size = new System.Drawing.Size(15, 13);\r
-            this.lbl_max.TabIndex = 83;\r
-            this.lbl_max.Text = "--";\r
-            this.lbl_max.DoubleClick += new System.EventHandler(this.lbl_max_DoubleClick);\r
+            this.text_width.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
             // \r
             // label4\r
             // \r
@@ -404,7 +360,7 @@ namespace Handbrake.Controls
             // \r
             // text_height\r
             // \r
-            this.text_height.Location = new System.Drawing.Point(198, 22);\r
+            this.text_height.Location = new System.Drawing.Point(168, 22);\r
             this.text_height.Maximum = new decimal(new int[] {\r
             2560,\r
             0,\r
@@ -413,7 +369,7 @@ namespace Handbrake.Controls
             this.text_height.Name = "text_height";\r
             this.text_height.Size = new System.Drawing.Size(64, 21);\r
             this.text_height.TabIndex = 86;\r
-            this.text_height.ValueChanged += new System.EventHandler(this.text_height_ValueChanged);\r
+            this.text_height.ValueChanged += new System.EventHandler(this.TextHeightValueChanged);\r
             // \r
             // check_KeepAR\r
             // \r
@@ -428,7 +384,7 @@ namespace Handbrake.Controls
             this.check_KeepAR.TabIndex = 95;\r
             this.check_KeepAR.Text = "Keep Aspect Ratio";\r
             this.check_KeepAR.UseVisualStyleBackColor = true;\r
-            this.check_KeepAR.CheckedChanged += new System.EventHandler(this.check_KeepAR_CheckedChanged);\r
+            this.check_KeepAR.CheckedChanged += new System.EventHandler(this.CheckKeepArCheckedChanged);\r
             // \r
             // tableLayoutPanel1\r
             // \r
@@ -465,14 +421,14 @@ namespace Handbrake.Controls
             // \r
             this.updownParHeight.Location = new System.Drawing.Point(82, 111);\r
             this.updownParHeight.Maximum = new decimal(new int[] {\r
-            2560,\r
+            10000,\r
             0,\r
             0,\r
             0});\r
             this.updownParHeight.Name = "updownParHeight";\r
             this.updownParHeight.Size = new System.Drawing.Size(53, 21);\r
             this.updownParHeight.TabIndex = 112;\r
-            this.updownParHeight.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
+            this.updownParHeight.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
             // \r
             // label6\r
             // \r
@@ -529,14 +485,14 @@ namespace Handbrake.Controls
             // \r
             this.updownParWidth.Location = new System.Drawing.Point(82, 84);\r
             this.updownParWidth.Maximum = new decimal(new int[] {\r
-            2560,\r
+            10000,\r
             0,\r
             0,\r
             0});\r
             this.updownParWidth.Name = "updownParWidth";\r
             this.updownParWidth.Size = new System.Drawing.Size(53, 21);\r
             this.updownParWidth.TabIndex = 111;\r
-            this.updownParWidth.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
+            this.updownParWidth.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
             // \r
             // drp_anamorphic\r
             // \r
@@ -551,7 +507,7 @@ namespace Handbrake.Controls
             this.drp_anamorphic.Name = "drp_anamorphic";\r
             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
             this.drp_anamorphic.TabIndex = 82;\r
-            this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
+            this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.DrpAnamorphicSelectedIndexChanged);\r
             // \r
             // lbl_parWidth\r
             // \r
@@ -577,7 +533,7 @@ namespace Handbrake.Controls
             this.updownDisplayWidth.Name = "updownDisplayWidth";\r
             this.updownDisplayWidth.Size = new System.Drawing.Size(53, 21);\r
             this.updownDisplayWidth.TabIndex = 110;\r
-            this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.updownDisplayWidth_ValueChanged);\r
+            this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.UpdownDisplayWidthValueChanged);\r
             // \r
             // lbl_modulus\r
             // \r
@@ -618,7 +574,7 @@ namespace Handbrake.Controls
             this.drp_modulus.Name = "drp_modulus";\r
             this.drp_modulus.Size = new System.Drawing.Size(110, 21);\r
             this.drp_modulus.TabIndex = 88;\r
-            this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.drp_modulus_SelectedIndexChanged);\r
+            this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.DrpModulusSelectedIndexChanged);\r
             // \r
             // label8\r
             // \r
@@ -644,10 +600,21 @@ namespace Handbrake.Controls
             this.label26.TabIndex = 113;\r
             this.label26.Text = "Size";\r
             // \r
+            // lbl_presetCropWarning\r
+            // \r
+            this.lbl_presetCropWarning.AutoSize = true;\r
+            this.lbl_presetCropWarning.ForeColor = System.Drawing.Color.Black;\r
+            this.lbl_presetCropWarning.Location = new System.Drawing.Point(479, 13);\r
+            this.lbl_presetCropWarning.Name = "lbl_presetCropWarning";\r
+            this.lbl_presetCropWarning.Size = new System.Drawing.Size(140, 13);\r
+            this.lbl_presetCropWarning.TabIndex = 118;\r
+            this.lbl_presetCropWarning.Text = "( Preset values are in use! )";\r
+            // \r
             // PictureSettings\r
             // \r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
             this.BackColor = System.Drawing.Color.Transparent;\r
+            this.Controls.Add(this.lbl_presetCropWarning);\r
             this.Controls.Add(this.tableLayoutPanel3);\r
             this.Controls.Add(this.tableLayoutPanel2);\r
             this.Controls.Add(this.tableLayoutPanel1);\r
@@ -693,10 +660,7 @@ namespace Handbrake.Controls
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;\r
         internal System.Windows.Forms.Label label7;\r
         internal System.Windows.Forms.Label lbl_src_res;\r
-        internal System.Windows.Forms.Label Label91;\r
-        internal System.Windows.Forms.Label lbl_Aspect;\r
         internal System.Windows.Forms.Label Label55;\r
-        private System.Windows.Forms.Label lbl_max;\r
         internal System.Windows.Forms.Label label4;\r
         internal System.Windows.Forms.CheckBox check_KeepAR;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
@@ -716,6 +680,7 @@ namespace Handbrake.Controls
         internal System.Windows.Forms.Label label26;\r
         internal System.Windows.Forms.NumericUpDown text_width;\r
         internal System.Windows.Forms.NumericUpDown text_height;\r
+        private System.Windows.Forms.Label lbl_presetCropWarning;\r
 \r
 \r
 \r