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.

9 lines
329 B

  1. iddPrintAbort DIALOG DISCARDABLE 39, 39, 160, 60
  2. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Printing..."
  4. FONT 8, DLG_UI_FONT
  5. BEGIN
  6. CTEXT "Outlook Express is printing your message(s).",
  7. 100,14,11,131,20
  8. DEFPUSHBUTTON "Cancel",IDCANCEL,55,36,49,14,WS_GROUP
  9. END