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

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