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.

35 lines
1.3 KiB

  1. 1 DLGINCLUDE "cpsuisam.h"
  2. PUSHBUTTON_DLG DIALOG 9, 18, 160, 100
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  5. CAPTION "Push Button Dialog"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "The TVOT_PUSHBUTTON's Button is Pushed. Press OK to Continue...",
  9. -1, 10, 21, 141, 37
  10. DEFPUSHBUTTON "OK", IDOK, 88, 78, 63, 14
  11. END
  12. DLGABOUT DIALOG 5, 15, 200, 90
  13. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  14. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  15. CAPTION "About"
  16. FONT 8, "MS Shell Dlg"
  17. BEGIN
  18. LTEXT "About 1 Text", IDD_ABOUT1, 38, 12, 152, 20
  19. LTEXT "About 2 Text", IDD_ABOUT2, 38, 36, 152, 24
  20. DEFPUSHBUTTON "OK", IDOK, 126, 68, 59, 14
  21. ICON IDI_APPLE, IDD_ABOUTICON, 8, 20, 18, 20
  22. END
  23. EXTPUSH_DLG DIALOG 6, 18, 214, 78
  24. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  25. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  26. CAPTION "Extended Push Button DIALOG BOX"
  27. FONT 8, "MS Shell Dlg"
  28. BEGIN
  29. LTEXT "You just push the 'Extended Push Test' push button. To Continue press OK button...",
  30. -1, 12, 10, 187, 30
  31. DEFPUSHBUTTON "OK", IDOK, 129, 54, 69, 14
  32. END