Source code of Windows XP (NT5)
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.

10 lines
594 B

  1. IDDLGWARN DIALOG LOADONCALL MOVEABLE DISCARDABLE 144, 75, 180, 84
  2. STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME | WS_POPUP | DS_NOIDLEMSG
  3. CAPTION "MIDI Sequencer"
  4. //FONT 8, "MS Sans Serif"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. CONTROL "This file may not play correctly with the default MIDI setup.", -1, "static", SS_LEFT | WS_CHILD, 6, 10, 170, 24
  8. CONTROL "&Don't display this warning in future.", IDCHECK, "button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_CHILD, 6, 40, 170, 10
  9. CONTROL "OK", IDOK, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 70, 64, 40, 14
  10. END