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

  1. #include "winres.h"
  2. #include "resource.h"
  3. #include <winver.h>
  4. #include <ntverp.h>
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "Application Compatibility Database Browser"
  8. #define VER_INTERNALNAME_STR "acBrowser.exe"
  9. #define VER_ORIGINALFILENAME_STR "acBrowser.exe"
  10. #include "common.ver"
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Dialog
  14. //
  15. IDD_DIALOG DIALOG DISCARDABLE 0, 0, 448, 308
  16. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  17. CAPTION "AppCompat Browser for Whistler"
  18. FONT 8, "MS Shell Dlg"
  19. BEGIN
  20. LTEXT "Shimmed a&pplications:",IDC_ALL_ENTRIES,7,6,194,8
  21. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  22. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  23. WS_TABSTOP,7,17,194,225
  24. LTEXT "A&ttributes used:",IDC_STATIC,209,6,50,8
  25. CONTROL "Tree1",IDC_ENTRY,"SysTreeView32",TVS_HASBUTTONS |
  26. TVS_HASLINES | TVS_LINESATROOT | TVS_INFOTIP | WS_BORDER |
  27. WS_TABSTOP,209,17,231,147
  28. LTEXT "AppHelp",IDC_STATIC,219,189,28,8
  29. CONTROL "",IDC_W_APPHELP,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  30. WS_TABSTOP,313,189,16,8
  31. CONTROL "",IDC_WO_APPHELP,"Button",BS_AUTORADIOBUTTON |
  32. WS_TABSTOP,355,189,16,8
  33. CONTROL "",IDC_DC_APPHELP,"Button",BS_AUTORADIOBUTTON |
  34. WS_TABSTOP,397,189,16,8
  35. LTEXT "Compatibility Fixes",IDC_STATIC,219,202,58,8
  36. CONTROL "",IDC_W_SHIMS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  37. WS_TABSTOP,313,202,16,8
  38. CONTROL "",IDC_WO_SHIMS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  39. 355,202,16,8
  40. CONTROL "",IDC_DC_SHIMS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  41. 397,202,16,8
  42. LTEXT "Compatibility Patches",IDC_STATIC,219,215,68,8
  43. CONTROL "",IDC_W_PATCHES,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  44. WS_TABSTOP,313,215,16,8
  45. CONTROL "",IDC_WO_PATCHES,"Button",BS_AUTORADIOBUTTON |
  46. WS_TABSTOP,355,215,16,8
  47. CONTROL "",IDC_DC_PATCHES,"Button",BS_AUTORADIOBUTTON |
  48. WS_TABSTOP,397,215,16,8
  49. LTEXT "Compatibility Flags",IDC_STATIC,219,228,58,8
  50. CONTROL "",IDC_W_FLAGS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  51. WS_TABSTOP,313,228,16,8
  52. CONTROL "",IDC_WO_FLAGS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  53. 355,228,16,8
  54. CONTROL "",IDC_DC_FLAGS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  55. 397,228,16,8
  56. LTEXT "Compatibility Layers",IDC_STATIC,219,241,62,8
  57. CONTROL "",IDC_W_LAYERS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  58. WS_TABSTOP,313,241,16,8
  59. CONTROL "",IDC_WO_LAYERS,"Button",BS_AUTORADIOBUTTON |
  60. WS_TABSTOP,355,241,16,8
  61. CONTROL "",IDC_DC_LAYERS,"Button",BS_AUTORADIOBUTTON |
  62. WS_TABSTOP,397,241,16,8
  63. CONTROL "Disabled for this &user",IDC_PER_USER,"Button",
  64. BS_AUTOCHECKBOX | WS_TABSTOP,13,264,81,10
  65. CONTROL "Disabled for a&ll users",IDC_PER_MACHINE,"Button",
  66. BS_AUTOCHECKBOX | WS_TABSTOP,13,277,81,10
  67. PUSHBUTTON "E&xit",IDCANCEL,151,281,50,14
  68. GROUPBOX "Displa&y restrictions",IDC_STATIC,209,169,231,135
  69. GROUPBOX "Fix/Apphelp status",IDC_STATIC,7,252,93,42
  70. LTEXT "With",IDC_STATIC,313,176,16,8
  71. LTEXT "Without",IDC_STATIC,355,176,26,8
  72. LTEXT "Don't care",IDC_STATIC,397,176,34,8
  73. CONTROL "Show only the entries that are disabled",
  74. IDC_DISABLED_ONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  75. 219,259,137,10
  76. COMBOBOX IDC_STATISTICS,219,286,213,30,CBS_DROPDOWNLIST |
  77. WS_VSCROLL | WS_TABSTOP
  78. LTEXT "More restrictions:",IDC_STATIC,219,276,54,8
  79. END
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Icon
  83. //
  84. // Icon with lowest ID value placed first to ensure application icon
  85. // remains consistent on all systems.
  86. IDI_APPICON ICON DISCARDABLE "appicon.ico"