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. #include "resource.h"
  2. iddCSFormatPara DIALOG DISCARDABLE 0, 0, 211, 98
  3. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Paragraph Format"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. GROUPBOX "Alignment",IDC_STATIC,7,3,66,47
  8. CONTROL "&Left",idmFmtLeft,"Button",BS_AUTORADIOBUTTON |
  9. WS_GROUP | WS_TABSTOP,14,13,57,10
  10. CONTROL "&Center",idmFmtCenter,"Button",BS_AUTORADIOBUTTON,14,26,
  11. 57,10
  12. CONTROL "&Right",idmFmtRight,"Button",BS_AUTORADIOBUTTON,14,39,57,
  13. 10
  14. GROUPBOX "Bullets",IDC_STATIC,81,3,66,47
  15. CONTROL "&None",idmFmtBulletsNone,"Button",BS_AUTORADIOBUTTON |
  16. WS_GROUP | WS_TABSTOP,88,13,57,10
  17. CONTROL "&Bullets",idmFmtBullets,"Button",BS_AUTORADIOBUTTON,88,26,
  18. 57,10
  19. CONTROL "Nu&mbers",idmFmtNumbers,"Button",BS_AUTORADIOBUTTON,88,39,
  20. 57,10
  21. GROUPBOX "Direction",IDC_STATIC,7,55,66,36
  22. CONTROL "Le&ft-to-right",idmFmtBlockDirLTR,"Button",BS_AUTORADIOBUTTON |
  23. WS_GROUP | WS_TABSTOP,13,65,57,10
  24. CONTROL "Right-to-left",idmFmtBlockDirRTL,"Button",BS_AUTORADIOBUTTON,
  25. 13,77,57,10
  26. DEFPUSHBUTTON "OK",IDOK,154,7,50,14
  27. PUSHBUTTON "Cancel",IDCANCEL,154,24,50,14
  28. END