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.

13 lines
443 B

  1. #include "decode.h"
  2. iddDecode DIALOG DISCARDABLE 0, 0, 205, 41
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Outlook Express"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. CONTROL "Animate1",idcDecodeAVI,"SysAnimate32",ACS_CENTER |
  8. ACS_AUTOPLAY | WS_BORDER | WS_TABSTOP,11,9,20,20
  9. LTEXT "Decoding file attachment, please wait...",IDC_STATIC,41,
  10. 16,145,8
  11. END