From 24203717648fcdeff506ac6aea100d746f7b487c Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 May 2014 21:27:20 +0000 Subject: WinGui: Give the preview window a presence on the picture settings tab. Added some initial code to manage the window size. (Note, this is not complete or DPI aware yet) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6197 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeWPF/Properties/Resources.Designer.cs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 384cfbc01..adb1478dd 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -689,6 +689,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Output: {0}. + /// + public static string PictureSettings_OutputResolution { + get { + return ResourceManager.GetString("PictureSettings_OutputResolution", resourceCulture); + } + } + /// /// Looks up a localized string similar to Preset Version. /// @@ -746,6 +755,24 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Still Preview. + /// + public static string Preview { + get { + return ResourceManager.GetString("Preview", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Still Preview (Scaled). + /// + public static string Preview_Scaled { + get { + return ResourceManager.GetString("Preview_Scaled", resourceCulture); + } + } + /// /// Looks up a localized string similar to Question. /// -- cgit v1.2.3