Source code of Windows XP (NT5)
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.

42 lines
1.9 KiB

  1. 1 DLGINCLUDE "Dialogs.H"
  2. DLG_PROMPT DIALOG 17, 79, 285, 159
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  5. CAPTION "Books Online"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "Text", IDT_MAIN_CAPTION, 10, 12, 262, 56, NOT WS_GROUP
  9. GROUPBOX "&Location of Books Online Files", IDC_LOCATION_FRAME, 6,
  10. 75, 272, 42, WS_GROUP
  11. EDITTEXT IDC_LOCATION, 12, 94, 201, 12, ES_AUTOHSCROLL
  12. PUSHBUTTON "&Browse...", IDB_BROWSE, 224, 92, 44, 16
  13. DEFPUSHBUTTON "OK", IDOK, 90, 137, 44, 16, WS_GROUP
  14. PUSHBUTTON "Cancel", IDCANCEL, 150, 137, 44, 16
  15. END
  16. DLG_INSTALL DIALOG 10, 22, 276, 154
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  19. CAPTION "Install Books Online Files"
  20. FONT 8, "MS Shell Dlg"
  21. BEGIN
  22. LTEXT "This will copy the Books Online files to your hard drive. You must specify the location where you would like the files installed. If the directory you specify does not exist, it will be created.",
  23. -1, 10, 14, 256, 40
  24. LTEXT "Note: the drive onto which you choose to install the Books Online must have at least %u MB of available disk space.",
  25. IDT_INSTALL_FREESPACE, 10, 56, 256, 29, NOT WS_VISIBLE |
  26. NOT WS_GROUP
  27. LTEXT "&Install files to:", 202, 10, 90, 249, 8
  28. EDITTEXT IDC_INSTALL_TO, 10, 100, 254, 12, ES_AUTOHSCROLL
  29. DEFPUSHBUTTON "OK", IDOK, 56, 132, 44, 16, WS_GROUP
  30. PUSHBUTTON "Cancel", IDCANCEL, 116, 132, 44, 16
  31. PUSHBUTTON "&Help", IDHELP, 176, 132, 44, 16
  32. END
  33. DLG_BILLBOARD DIALOG 6, 18, 228, 38
  34. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  35. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  36. FONT 8, "MS Shell Dlg"
  37. BEGIN
  38. LTEXT "Text", IDT_BILLBOARD_TEXT, 8, 12, 211, 16
  39. END