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
13 lines
443 B
#include "decode.h"
|
|
|
|
iddDecode DIALOG DISCARDABLE 0, 0, 205, 41
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Outlook Express"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "Animate1",idcDecodeAVI,"SysAnimate32",ACS_CENTER |
|
|
ACS_AUTOPLAY | WS_BORDER | WS_TABSTOP,11,9,20,20
|
|
LTEXT "Decoding file attachment, please wait...",IDC_STATIC,41,
|
|
16,145,8
|
|
END
|
|
|