OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / PictureSettings.Designer.cs
index 67b427a..2dfbd97 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
@@ -135,14 +132,14 @@ namespace Handbrake.Controls
             0});\r
             this.crop_left.Location = new System.Drawing.Point(32, 95);\r
             this.crop_left.Maximum = new decimal(new int[] {\r
-            1920,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -154,14 +151,14 @@ namespace Handbrake.Controls
             0});\r
             this.crop_right.Location = new System.Drawing.Point(132, 95);\r
             this.crop_right.Maximum = new decimal(new int[] {\r
-            1920,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -177,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
@@ -202,14 +199,14 @@ namespace Handbrake.Controls
             0});\r
             this.crop_top.Location = new System.Drawing.Point(82, 68);\r
             this.crop_top.Maximum = new decimal(new int[] {\r
-            1080,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -247,14 +244,14 @@ namespace Handbrake.Controls
             0});\r
             this.crop_bottom.Location = new System.Drawing.Point(82, 122);\r
             this.crop_bottom.Maximum = new decimal(new int[] {\r
-            1080,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -280,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
@@ -323,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
@@ -367,27 +335,14 @@ namespace Handbrake.Controls
             // \r
             this.text_width.Location = new System.Drawing.Point(50, 22);\r
             this.text_width.Maximum = new decimal(new int[] {\r
-            2560,\r
+            1280000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -405,16 +360,16 @@ 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
+            1280000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -429,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
@@ -466,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
+            1280000,\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
@@ -530,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
+            1280000,\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
@@ -552,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
@@ -571,14 +526,14 @@ namespace Handbrake.Controls
             // \r
             this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57);\r
             this.updownDisplayWidth.Maximum = new decimal(new int[] {\r
-            2560,\r
+            1280000,\r
             0,\r
             0,\r
             0});\r
             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
@@ -619,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
@@ -705,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