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.

23 lines
837 B

  1. #include "ftregres.h"
  2. IDD_SELDIR DIALOG 6, 18, 154, 127
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Get Previous Disk Configuration"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. LISTBOX IDC_LISTBOX, 16, 28, 122, 66, LBS_SORT | WS_VSCROLL |
  8. WS_TABSTOP
  9. LTEXT "Select a Windows NT installation:", 102, 10, 10, 118, 8
  10. PUSHBUTTON "OK", IDOK, 29, 107, 40, 14
  11. PUSHBUTTON "Cancel", IDCANCEL, 85, 107, 40, 14
  12. END
  13. IDD_SIMPLETEXT DIALOG 6, 18, 270, 54
  14. STYLE WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION
  15. CAPTION "Searching for Windows NT Installations"
  16. FONT 8, "MS Shell Dlg"
  17. BEGIN
  18. LTEXT "",
  19. IDC_SIMPLE_TEXT_LINE, 10, 10, 250, 8
  20. DEFPUSHBUTTON "Cancel", IDCANCEL, 114, 31, 40, 14, WS_GROUP
  21. END