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.

37 lines
1.4 KiB

  1. #include <windows.h>
  2. #include <winver.h>
  3. #include <ntverp.h>
  4. #include "resource.h"
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "License Manager"
  8. #define VER_INTERNALNAME_STR "LLSMGR.EXE"
  9. #define VER_ORIGINALFILENAME_STR "LLSMGR.EXE"
  10. #include "common.ver"
  11. IDB_WELCOME BITMAP WELCOME.BMP
  12. IDD_START_PAGE DIALOG 6, 17, 304, 161
  13. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  14. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  15. FONT 8, "MS Shell Dlg"
  16. BEGIN
  17. CONTROL "", IDB_WELCOME, "_mybmp", NOT WS_CHILD, 0, 0, 80, 160
  18. LTEXT "Windows NT Setup", IDC_STATICTITLE, 92, 0, 181, 19
  19. LTEXT "Welcome to the Windows NT Setup Wizard, which will guide you through the rest of Setup. To continue, click Next.",
  20. -1, 92, 27, 196, 20
  21. END
  22. IDD_FINISH_PAGE DIALOG 6, 17, 304, 161
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  25. FONT 8, "MS Shell Dlg"
  26. BEGIN
  27. CONTROL "", IDB_WELCOME, "_mybmp", NOT WS_CHILD, 0, 0, 80, 160
  28. LTEXT "Windows NT Setup", IDC_STATICTITLE, 92, 0, 181, 19
  29. LTEXT "Setup is complete!",
  30. -1,92,27,196,28
  31. LTEXT "To continue, click Finish.",-1,92,60,172,24
  32. END