• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision827c69558da16cabd3ff0ff03425d655e6db0d68 (tree)
Time2011-02-26 23:35:55
Authorsr55 <sr55@b64f...>
Commitersr55

Log Message

WinGui:
- Bump the Control limitations for the picture settings once again.

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

Change Summary

Incremental Difference

--- a/win/C#/Controls/PictureSettings.Designer.cs
+++ b/win/C#/Controls/PictureSettings.Designer.cs
@@ -132,7 +132,7 @@ namespace Handbrake.Controls
132132 0});
133133 this.crop_left.Location = new System.Drawing.Point(32, 95);
134134 this.crop_left.Maximum = new decimal(new int[] {
135- 10000,
135+ 128000,
136136 0,
137137 0,
138138 0});
@@ -151,7 +151,7 @@ namespace Handbrake.Controls
151151 0});
152152 this.crop_right.Location = new System.Drawing.Point(132, 95);
153153 this.crop_right.Maximum = new decimal(new int[] {
154- 10000,
154+ 128000,
155155 0,
156156 0,
157157 0});
@@ -199,7 +199,7 @@ namespace Handbrake.Controls
199199 0});
200200 this.crop_top.Location = new System.Drawing.Point(82, 68);
201201 this.crop_top.Maximum = new decimal(new int[] {
202- 10000,
202+ 128000,
203203 0,
204204 0,
205205 0});
@@ -244,7 +244,7 @@ namespace Handbrake.Controls
244244 0});
245245 this.crop_bottom.Location = new System.Drawing.Point(82, 122);
246246 this.crop_bottom.Maximum = new decimal(new int[] {
247- 10000,
247+ 128000,
248248 0,
249249 0,
250250 0});
@@ -335,7 +335,7 @@ namespace Handbrake.Controls
335335 //
336336 this.text_width.Location = new System.Drawing.Point(50, 22);
337337 this.text_width.Maximum = new decimal(new int[] {
338- 128000,
338+ 1280000,
339339 0,
340340 0,
341341 0});
@@ -362,7 +362,7 @@ namespace Handbrake.Controls
362362 //
363363 this.text_height.Location = new System.Drawing.Point(168, 22);
364364 this.text_height.Maximum = new decimal(new int[] {
365- 128000,
365+ 1280000,
366366 0,
367367 0,
368368 0});
@@ -421,7 +421,7 @@ namespace Handbrake.Controls
421421 //
422422 this.updownParHeight.Location = new System.Drawing.Point(82, 111);
423423 this.updownParHeight.Maximum = new decimal(new int[] {
424- 128000,
424+ 1280000,
425425 0,
426426 0,
427427 0});
@@ -485,7 +485,7 @@ namespace Handbrake.Controls
485485 //
486486 this.updownParWidth.Location = new System.Drawing.Point(82, 84);
487487 this.updownParWidth.Maximum = new decimal(new int[] {
488- 128000,
488+ 1280000,
489489 0,
490490 0,
491491 0});
@@ -526,7 +526,7 @@ namespace Handbrake.Controls
526526 //
527527 this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57);
528528 this.updownDisplayWidth.Maximum = new decimal(new int[] {
529- 128000,
529+ 1280000,
530530 0,
531531 0,
532532 0});
--- a/win/C#/Controls/PictureSettings.resx
+++ b/win/C#/Controls/PictureSettings.resx
@@ -112,9 +112,9 @@
112112 <value>2.0</value>
113113 </resheader>
114114 <resheader name="reader">
115- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
115+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116116 </resheader>
117117 <resheader name="writer">
118- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119 </resheader>
120120 </root>
\ No newline at end of file