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.

19 lines
954 B

  1. iddParagraph DIALOG 102, 104, 199, 67
  2. STYLE DS_CONTEXTHELP | DS_MODALFRAME|WS_POPUP|WS_VISIBLE|WS_CAPTION|WS_SYSMENU
  3. FONT 8, DLG_UI_FONT
  4. CAPTION "Paragraph"
  5. BEGIN
  6. CONTROL "Alignment",grpParaAlign,"Button",
  7. BS_GROUPBOX,4,7,145,35
  8. CONTROL "&Left", rbParaLeft, "Button",
  9. BS_AUTORADIOBUTTON|WS_GROUP|WS_TABSTOP, 13, 21, 35, 13
  10. CONTROL "&Center", rbParaCenter, "Button",
  11. BS_AUTORADIOBUTTON, 58, 21, 35, 13
  12. CONTROL "&Right", rbParaRight, "Button",
  13. BS_AUTORADIOBUTTON, 103, 21, 35, 13
  14. CONTROL "&Bullet", chkParaBullet, "Button",
  15. BS_AUTOCHECKBOX|WS_GROUP|WS_TABSTOP, 4, 50, 50, 10
  16. CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_GROUP |
  17. WS_TABSTOP, 155, 10, 40, 14
  18. CONTROL "Cancel", IDCANCEL, "Button", WS_TABSTOP, 155, 27, 40, 14
  19. END