summaryrefslogtreecommitdiffstats
path: root/win/C#
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-02-26 14:35:55 +0000
committersr55 <[email protected]>2011-02-26 14:35:55 +0000
commitcee0c38dcbef68f8d69b8b227510532fa66cb301 (patch)
tree036967656896ab3791627fb684cc6325a65953fe /win/C#
parenta307ad5134dedd0b441f94c0c097525674494fee (diff)
WinGui:
- Bump the Control limitations for the picture settings once again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3809 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#')
-rw-r--r--win/C#/Controls/PictureSettings.Designer.cs18
-rw-r--r--win/C#/Controls/PictureSettings.resx4
2 files changed, 11 insertions, 11 deletions
diff --git a/win/C#/Controls/PictureSettings.Designer.cs b/win/C#/Controls/PictureSettings.Designer.cs
index 108266bb4..2dfbd9735 100644
--- a/win/C#/Controls/PictureSettings.Designer.cs
+++ b/win/C#/Controls/PictureSettings.Designer.cs
@@ -132,7 +132,7 @@ namespace Handbrake.Controls
0});
this.crop_left.Location = new System.Drawing.Point(32, 95);
this.crop_left.Maximum = new decimal(new int[] {
- 10000,
+ 128000,
0,
0,
0});
@@ -151,7 +151,7 @@ namespace Handbrake.Controls
0});
this.crop_right.Location = new System.Drawing.Point(132, 95);
this.crop_right.Maximum = new decimal(new int[] {
- 10000,
+ 128000,
0,
0,
0});
@@ -199,7 +199,7 @@ namespace Handbrake.Controls
0});
this.crop_top.Location = new System.Drawing.Point(82, 68);
this.crop_top.Maximum = new decimal(new int[] {
- 10000,
+ 128000,
0,
0,
0});
@@ -244,7 +244,7 @@ namespace Handbrake.Controls
0});
this.crop_bottom.Location = new System.Drawing.Point(82, 122);
this.crop_bottom.Maximum = new decimal(new int[] {
- 10000,
+ 128000,
0,
0,
0});
@@ -335,7 +335,7 @@ namespace Handbrake.Controls
//
this.text_width.Location = new System.Drawing.Point(50, 22);
this.text_width.Maximum = new decimal(new int[] {
- 128000,
+ 1280000,
0,
0,
0});
@@ -362,7 +362,7 @@ namespace Handbrake.Controls
//
this.text_height.Location = new System.Drawing.Point(168, 22);
this.text_height.Maximum = new decimal(new int[] {
- 128000,
+ 1280000,
0,
0,
0});
@@ -421,7 +421,7 @@ namespace Handbrake.Controls
//
this.updownParHeight.Location = new System.Drawing.Point(82, 111);
this.updownParHeight.Maximum = new decimal(new int[] {
- 128000,
+ 1280000,
0,
0,
0});
@@ -485,7 +485,7 @@ namespace Handbrake.Controls
//
this.updownParWidth.Location = new System.Drawing.Point(82, 84);
this.updownParWidth.Maximum = new decimal(new int[] {
- 128000,
+ 1280000,
0,
0,
0});
@@ -526,7 +526,7 @@ namespace Handbrake.Controls
//
this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57);
this.updownDisplayWidth.Maximum = new decimal(new int[] {
- 128000,
+ 1280000,
0,
0,
0});
diff --git a/win/C#/Controls/PictureSettings.resx b/win/C#/Controls/PictureSettings.resx
index ff31a6db5..c7e0d4bdf 100644
--- a/win/C#/Controls/PictureSettings.resx
+++ b/win/C#/Controls/PictureSettings.resx
@@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root> \ No newline at end of file