OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 15 Jan 2011 20:14:03 +0000 (20:14 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 15 Jan 2011 20:14:03 +0000 (20:14 +0000)
- Remove the limitations on the numeric widgets on the Picture settings panel. Seems that we can have some rather large par values >64K from time to time.

git-svn-id: svn://localhost/HandBrake/trunk@3746 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Controls/PictureSettings.Designer.cs

index c6b3b00..108266b 100644 (file)
@@ -132,7 +132,7 @@ 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
+            10000,\r
             0,\r
             0,\r
             0});\r
@@ -151,7 +151,7 @@ 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
+            10000,\r
             0,\r
             0,\r
             0});\r
@@ -199,7 +199,7 @@ 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
+            10000,\r
             0,\r
             0,\r
             0});\r
@@ -244,7 +244,7 @@ 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
+            10000,\r
             0,\r
             0,\r
             0});\r
@@ -335,7 +335,7 @@ 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
+            128000,\r
             0,\r
             0,\r
             0});\r
@@ -362,7 +362,7 @@ namespace Handbrake.Controls
             // \r
             this.text_height.Location = new System.Drawing.Point(168, 22);\r
             this.text_height.Maximum = new decimal(new int[] {\r
-            2560,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
@@ -421,7 +421,7 @@ namespace Handbrake.Controls
             // \r
             this.updownParHeight.Location = new System.Drawing.Point(82, 111);\r
             this.updownParHeight.Maximum = new decimal(new int[] {\r
-            10000,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
@@ -485,7 +485,7 @@ namespace Handbrake.Controls
             // \r
             this.updownParWidth.Location = new System.Drawing.Point(82, 84);\r
             this.updownParWidth.Maximum = new decimal(new int[] {\r
-            10000,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
@@ -526,7 +526,7 @@ namespace Handbrake.Controls
             // \r
             this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57);\r
             this.updownDisplayWidth.Maximum = new decimal(new int[] {\r
-            2560,\r
+            128000,\r
             0,\r
             0,\r
             0});\r