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

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