WelcomeScreen.rc 561 B

123456789101112131415161718192021222324
  1. // Generated by ResEdit 1.6.6
  2. // Copyright (C) 2006-2015
  3. // http://www.resedit.net
  4. #include <windows.h>
  5. #include <commctrl.h>
  6. #include <richedit.h>
  7. #include "resource.h"
  8. //
  9. // Dialog resources
  10. //
  11. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  12. IDD_WELCOME DIALOGEX 0, 0, 172, 57
  13. STYLE DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_POPUP | WS_SYSMENU
  14. CAPTION "Welcome"
  15. FONT 8, "MS Shell Dlg", 400, 0, 1
  16. {
  17. PUSHBUTTON "New Document", IDC_NEWDOC, 7, 7, 77, 42, 0, WS_EX_LEFT
  18. PUSHBUTTON "Last Document", IDC_LASTDOC, 88, 7, 77, 42, 0, WS_EX_LEFT
  19. }