OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 26 Feb 2011 14:35:55 +0000 (14:35 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 26 Feb 2011 14:35:55 +0000 (14:35 +0000)
- Bump the Control limitations for the picture settings once again.

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

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

index 108266b..2dfbd97 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
-            10000,\r
+            128000,\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
-            10000,\r
+            128000,\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
-            10000,\r
+            128000,\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
-            10000,\r
+            128000,\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
-            128000,\r
+            1280000,\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
-            128000,\r
+            1280000,\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
-            128000,\r
+            1280000,\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
-            128000,\r
+            1280000,\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
-            128000,\r
+            1280000,\r
             0,\r
             0,\r
             0});\r
index ff31a6d..c7e0d4b 100644 (file)
     <value>2.0</value>\r
   </resheader>\r
   <resheader name="reader">\r
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
   </resheader>\r
   <resheader name="writer">\r
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
   </resheader>\r
 </root>
\ No newline at end of file