Windows NT 4.0 source code leak
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.

17 lines
488 B

4 years ago
  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3. "id.H\0"
  4. END
  5. DISKDLG DIALOG 6, 18, 199, 85
  6. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  7. CAPTION "Select Drives"
  8. FONT 8, "MS Shell Dlg"
  9. BEGIN
  10. LISTBOX ID_LB, 9, 30, 138, 40, LBS_MULTIPLESEL | WS_VSCROLL |
  11. WS_TABSTOP
  12. DEFPUSHBUTTON "&Cancel", IDCANCEL, 154, 30, 40, 14
  13. PUSHBUTTON "&OK", IDOK, 153, 56, 40, 14, WS_DISABLED
  14. LTEXT "Currently Installed Disks", 102, 7, 15, 108, 8
  15. END