Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

94 lines
4.4 KiB

#include "winres.h"
#include "resource.h"
#include <winver.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Application Compatibility Database Browser"
#define VER_INTERNALNAME_STR "acBrowser.exe"
#define VER_ORIGINALFILENAME_STR "acBrowser.exe"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DIALOG DIALOG DISCARDABLE 0, 0, 448, 308
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "AppCompat Browser for Whistler"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Shimmed a&pplications:",IDC_ALL_ENTRIES,7,6,194,8
CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
WS_TABSTOP,7,17,194,225
LTEXT "A&ttributes used:",IDC_STATIC,209,6,50,8
CONTROL "Tree1",IDC_ENTRY,"SysTreeView32",TVS_HASBUTTONS |
TVS_HASLINES | TVS_LINESATROOT | TVS_INFOTIP | WS_BORDER |
WS_TABSTOP,209,17,231,147
LTEXT "AppHelp",IDC_STATIC,219,189,28,8
CONTROL "",IDC_W_APPHELP,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,313,189,16,8
CONTROL "",IDC_WO_APPHELP,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,355,189,16,8
CONTROL "",IDC_DC_APPHELP,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,397,189,16,8
LTEXT "Compatibility Fixes",IDC_STATIC,219,202,58,8
CONTROL "",IDC_W_SHIMS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,313,202,16,8
CONTROL "",IDC_WO_SHIMS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
355,202,16,8
CONTROL "",IDC_DC_SHIMS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
397,202,16,8
LTEXT "Compatibility Patches",IDC_STATIC,219,215,68,8
CONTROL "",IDC_W_PATCHES,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,313,215,16,8
CONTROL "",IDC_WO_PATCHES,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,355,215,16,8
CONTROL "",IDC_DC_PATCHES,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,397,215,16,8
LTEXT "Compatibility Flags",IDC_STATIC,219,228,58,8
CONTROL "",IDC_W_FLAGS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,313,228,16,8
CONTROL "",IDC_WO_FLAGS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
355,228,16,8
CONTROL "",IDC_DC_FLAGS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
397,228,16,8
LTEXT "Compatibility Layers",IDC_STATIC,219,241,62,8
CONTROL "",IDC_W_LAYERS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,313,241,16,8
CONTROL "",IDC_WO_LAYERS,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,355,241,16,8
CONTROL "",IDC_DC_LAYERS,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,397,241,16,8
CONTROL "Disabled for this &user",IDC_PER_USER,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,264,81,10
CONTROL "Disabled for a&ll users",IDC_PER_MACHINE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,277,81,10
PUSHBUTTON "E&xit",IDCANCEL,151,281,50,14
GROUPBOX "Displa&y restrictions",IDC_STATIC,209,169,231,135
GROUPBOX "Fix/Apphelp status",IDC_STATIC,7,252,93,42
LTEXT "With",IDC_STATIC,313,176,16,8
LTEXT "Without",IDC_STATIC,355,176,26,8
LTEXT "Don't care",IDC_STATIC,397,176,34,8
CONTROL "Show only the entries that are disabled",
IDC_DISABLED_ONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
219,259,137,10
COMBOBOX IDC_STATISTICS,219,286,213,30,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "More restrictions:",IDC_STATIC,219,276,54,8
END
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_APPICON ICON DISCARDABLE "appicon.ico"