From addd8819bde47cfa732e33333e989e41f9206a1d Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 13 Nov 2007 17:44:33 +0000 Subject: WinGui: - User default settings now uses the new Preset Parser function. This cuts down on a significant amount of code. - Added system resolution to the resolution checker message box. For future debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1056 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/QueryParser.cs | 5 + win/C#/HandBrakeCS.csproj | 26 ++ win/C#/Program.cs | 2 +- win/C#/Properties/Settings.Designer.cs | 438 +-------------------------------- win/C#/Properties/Settings.settings | 110 +-------- win/C#/app.config | 104 +------- win/C#/frmMain.cs | 144 +---------- 7 files changed, 51 insertions(+), 778 deletions(-) (limited to 'win') diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs index a4bd1c1e5..681602ec4 100644 --- a/win/C#/Functions/QueryParser.cs +++ b/win/C#/Functions/QueryParser.cs @@ -773,6 +773,10 @@ namespace Handbrake.Functions } #endregion + // + //H264 tab and other + // + #region h264 and other // //H264 Tab // @@ -785,6 +789,7 @@ namespace Handbrake.Functions //Progam Options // thisQuery.q_verbose = verbose.Success; + #endregion } catch (Exception exc) { diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 1b55daa15..a9c549b9b 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -197,6 +197,32 @@ + + + {831FDD16-0C5C-11D2-A9FC-0000F8754DA1} + 2 + 0 + 0 + aximp + False + + + {831FDD16-0C5C-11D2-A9FC-0000F8754DA1} + 2 + 0 + 0 + primary + False + + + {00020430-0000-0000-C000-000000000046} + 2 + 0 + 0 + primary + False + +