home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / ctrl_dlg.h < prev    next >
Text File  |  1994-11-17  |  796b  |  33 lines

  1. #define IDC_EDIT         500
  2.  
  3. #define IDC_CUT          628
  4. #define IDC_COPY         629
  5. #define IDC_PASTE        630
  6. #define IDC_SEARCH       633
  7. #define IDC_REPLACE      636
  8. #define IDC_UNDO         638
  9. #define IDC_PRINT        643
  10. #define IDC_PAGE_OPTIONS 644
  11. #define IDC_PRINT_OPTIONS 645
  12.  
  13. #define IDC_CHAR_NORMAL  647
  14. #define IDC_BOLD_ON      648
  15. #define IDC_ULINE_ON     649
  16. #define IDC_ITALIC_ON    650
  17. #define IDC_STRIKE_ON    651
  18. #define IDC_SUPSCR_ON    652
  19. #define IDC_SUBSCR_ON    653
  20.  
  21. #define IDC_COLOR        654
  22.  
  23. #define IDC_FONTS        655
  24.  
  25. #define IDC_PARA_NORMAL  656
  26. #define IDC_CENTER       657
  27. #define IDC_RIGHT_JUSTIFY 658
  28. #define IDC_LEFT_INDENT  659
  29. #define IDC_RIGHT_INDENT 660
  30. #define IDC_DOUBLE_SPACE 661
  31. #define IDC_HANGING_INDENT 662
  32.  
  33.