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.
 
 
 
 
 
 

14 lines
513 B

DLG_ABOUT DIALOG 48, 32, 188, 64
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "About Windows Sound System Driver"
//FONT 8, "MS Sans Serif"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Microsoft Midi Synthesizer Driver", -1, 8, 4, 170, 8
RTEXT "Version", -1, 88, 12, 32, 8
LTEXT "", IDD_TXT_VERSION, 124, 12, 40, 8
LTEXT "Copyright© 1993 Microsoft Corporation", -1, 8, 24, 144, 8
PUSHBUTTON "OK", IDOK, 76, 40, 40, 14
END