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.8 KiB

  1. #include "resource.h"
  2. iddFormatPara DIALOG DISCARDABLE 0, 0, 222, 151
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  4. CAPTION "Paragraph Format"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. CONTROL "&Left",idmFmtLeft,"Button",BS_AUTORADIOBUTTON |
  8. WS_GROUP | WS_TABSTOP,38,19,28,10
  9. CONTROL "&Right",idmFmtRight,"Button",BS_AUTORADIOBUTTON,134,19,
  10. 33,10
  11. CONTROL "&Center",idmFmtCenter,"Button",BS_AUTORADIOBUTTON,38,33,
  12. 37,10
  13. CONTROL "&Justify",idmFmtJustify,"Button",BS_AUTORADIOBUTTON,134,33,
  14. 35,10
  15. CONTROL "Nu&mbers",idmFmtNumbers,"Button",BS_AUTORADIOBUTTON|WS_GROUP | WS_TABSTOP,38,
  16. 63,44,10
  17. CONTROL "&Bullets",idmFmtBullets,"Button",BS_AUTORADIOBUTTON,134,
  18. 63,37,10
  19. CONTROL "&None",idmFmtBulletsNone,"Button",BS_AUTORADIOBUTTON
  20. ,38,77,33,10
  21. CONTROL "Le&ft-to-right",idmFmtBlockDirLTR,"Button",
  22. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,38,107,57,10
  23. CONTROL "Right-&to-left",idmFmtBlockDirRTL,"Button",
  24. BS_AUTORADIOBUTTON,134,107,57,10
  25. DEFPUSHBUTTON "OK",IDOK,109,130,50,14
  26. PUSHBUTTON "Cancel",IDCANCEL,165,130,50,14
  27. LTEXT "Alignment",IDC_STATIC,7,7,32,8
  28. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,43,11,172,1
  29. LTEXT "Bullets",IDC_STATIC,7,51,22,8
  30. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,33,54,182,1
  31. LTEXT "Direction",IDC_STATIC1,7,95,31,8
  32. CONTROL "",IDC_STATIC2,"Static",SS_ETCHEDHORZ,40,98,175,1
  33. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,125,208,1
  34. END