Leaked source code of windows server 2003
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.

24 lines
1.3 KiB

  1. iddBackSound DIALOG DISCARDABLE 0, 0, 217, 129
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  3. CAPTION "Background Sound"
  4. FONT 8, "MS Shell Dlg"
  5. BEGIN
  6. ICON idiSound,IDC_STATIC,7,7,21,20
  7. LTEXT "Please choose the sound you would like to insert into your message.",
  8. IDC_STATIC,35,9,163,19
  9. RTEXT "&File:",IDC_STATIC,12,38,16,11
  10. EDITTEXT ideSoundLoc,35,35,118,14,ES_AUTOHSCROLL
  11. PUSHBUTTON "&Browse...",idbtnBrowseSound,160,35,50,14
  12. GROUPBOX "Repeat Settings",IDC_STATIC,7,60,203,43
  13. CONTROL "&Play the sound",idrbPlayNTimes,"Button",
  14. WS_GROUP|BS_AUTORADIOBUTTON|WS_TABSTOP,15,74,63,10
  15. CONTROL "C&ontinuously",idrbPlayInfinite,"Button",
  16. WS_TABSTOP|BS_AUTORADIOBUTTON,15,88,77,11
  17. LTEXT "times.",IDC_STATIC,119,75,23,11
  18. EDITTEXT idePlayCount,79,72,34,15,ES_AUTOHSCROLL|ES_NUMBER
  19. CONTROL "Spin1",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT |
  20. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,105,72,9,
  21. 14
  22. DEFPUSHBUTTON "OK",IDOK,103,108,50,14
  23. PUSHBUTTON "Cancel",IDCANCEL,160,108,50,14
  24. END