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.
9 lines
329 B
9 lines
329 B
iddPrintAbort DIALOG DISCARDABLE 39, 39, 160, 60
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Printing..."
|
|
FONT 8, DLG_UI_FONT
|
|
BEGIN
|
|
CTEXT "Outlook Express is printing your message(s).",
|
|
100,14,11,131,20
|
|
DEFPUSHBUTTON "Cancel",IDCANCEL,55,36,49,14,WS_GROUP
|
|
END
|