From: sr55 Date: Sat, 26 Feb 2011 14:35:55 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.jp/view?p=handbrake-jp%2Fhandbrake-jp-git.git;a=commitdiff_plain;h=827c69558da16cabd3ff0ff03425d655e6db0d68 WinGui: - Bump the Control limitations for the picture settings once again. git-svn-id: svn://localhost/HandBrake/trunk@3809 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/Controls/PictureSettings.Designer.cs b/win/C#/Controls/PictureSettings.Designer.cs index 108266bb..2dfbd973 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 ff31a6db..c7e0d4bd 100644 --- a/win/C#/Controls/PictureSettings.resx +++ b/win/C#/Controls/PictureSettings.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file