summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-07-14 23:11:09 +0000
committersr55 <[email protected]>2009-07-14 23:11:09 +0000
commitf5108ef3ae828197e68cb2f03f37ef90679f02c5 (patch)
tree0d8bfd9d30c8cafcf3975700e46210d09689f191 /win/C#/frmMain.Designer.cs
parent524118a019b8dcc4df759655742c170edcac45ab (diff)
WinGui:
- Updates Picture Settings code. A mix/match of old/new/libhb code. - Custom anamorphic mode widgets are not hooked up yet, but if the user sets them manually, they will work just fine. - Some of the logic has been simplified so that it works better however it's not bullet proof in terms of allowing users to misbehave. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2692 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index 2ddc303d2..acd18f3b2 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -896,19 +896,8 @@ namespace Handbrake
//
// PictureSettings
//
- this.PictureSettings.CroppingValues = new int[] {
- 0,
- 0,
- 0,
- 0};
- this.PictureSettings.DisplayResolution = new System.Drawing.Size(0, 0);
this.PictureSettings.Enabled = false;
- this.PictureSettings.EncodeHeight = 0;
- this.PictureSettings.EncodeWidth = 0;
this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PictureSettings.Location = new System.Drawing.Point(0, 0);
- this.PictureSettings.MaximumHeight = 2560;
- this.PictureSettings.MaximumWidth = 2560;
this.PictureSettings.Name = "PictureSettings";
this.PictureSettings.Size = new System.Drawing.Size(666, 279);
this.PictureSettings.TabIndex = 0;