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.

29 lines
1.4 KiB

  1. iddNewFolder DIALOG DISCARDABLE 0, 0, 204, 53
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  3. CAPTION "New Folder"
  4. FONT 8, DLG_UI_FONT
  5. BEGIN
  6. LTEXT "&Folder Name:",idcStatic1,7,7,99,10,SS_NOTIFY
  7. EDITTEXT idtxtFolderName,7,17,129,15,ES_AUTOHSCROLL
  8. DEFPUSHBUTTON "OK",IDOK,147,5,50,14
  9. PUSHBUTTON "Cancel",IDCANCEL,147,22,50,14
  10. END
  11. iddPlainRecipWarning DIALOGEX_16 0, 0, 257, 114
  12. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  13. CAPTION "Outlook Express"
  14. FONT 8, DLG_UI_FONT
  15. BEGIN
  16. DEFPUSHBUTTON "Send &HTML",IDYES,7,40,58,14
  17. PUSHBUTTON "Send &Plain Text",IDNO,7,63,58,14
  18. LTEXT "You are sending this message as a rich-text (HTML) message. Some of the recipients prefer to receive only plain-text messages. How would you like to send this message?",
  19. IDC_STATIC,45,7,198,31
  20. PUSHBUTTON "Cancel",IDCANCEL,7,86,58,14
  21. LTEXT "Sends the message as HTML. Some of the recipients may see HTML tags in the message.",
  22. IDC_STATIC,73,40,167,20
  23. LTEXT "Returns to editing the message.",IDC_STATIC,73,89,128,
  24. 11
  25. LTEXT "Sends the message as plain text. Any formatting that you have done will be lost.",
  26. IDC_STATIC,73,63,177,21
  27. ICON 32515,IDC_STATIC,7,7,21,20
  28. END