home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / ter_cmd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-15  |  3.2 KB  |  120 lines

  1. /****************************************************************************
  2.                       Accelerator Ids
  3. *****************************************************************************/
  4.  
  5. #define ID_PGUP         600
  6. #define ID_PGDN         601
  7. #define ID_UP           602
  8. #define ID_DOWN         603
  9. #define ID_LEFT         604
  10. #define ID_RIGHT        605
  11. #define ID_DEL          606
  12. #define ID_BACK_TAB     609 
  13. #define ID_LINE_BEGIN   610
  14. #define ID_LINE_END     611
  15. #define ID_FILE_BEGIN   612
  16. #define ID_FILE_END     613     
  17. #define ID_INS_AFT      615
  18. #define ID_INS_BEF      616
  19. #define ID_DEL_LINE     617
  20. #define ID_SPLIT_LINE   618
  21. #define ID_JOIN_LINE    619
  22. #define ID_NEXT_WORD    620
  23. #define ID_PREV_WORD    621
  24. #define ID_HILIGHT_LINE 622
  25. #define ID_BLOCK_COPY   623
  26. #define ID_BLOCK_MOVE   624
  27. #define ID_SELECT_ALL   625
  28. #define ID_CUT          628
  29. #define ID_COPY         629
  30. #define ID_PASTE        630
  31. #define ID_PASTE_SPEC   631
  32. #define ID_PICT_FROM_FILE 632
  33. #define ID_SEARCH       633
  34. #define ID_SEARCH_FOR   634
  35. #define ID_SEARCH_BACK  635
  36. #define ID_REPLACE      636
  37. #define ID_TER_HELP     637
  38. #define ID_UNDO         638
  39. #define ID_INSERT       639
  40. #define ID_SAVE         640
  41. #define ID_SAVEAS       641
  42. #define ID_QUIT         642
  43. #define ID_PRINT        643
  44. #define ID_PAGE_OPTIONS 644
  45. #define ID_PRINT_OPTIONS 645
  46. #define ID_JUMP         646
  47.  
  48. #define ID_CHAR_NORMAL  647
  49. #define ID_BOLD_ON      648
  50. #define ID_ULINE_ON     649
  51. #define ID_ITALIC_ON    650
  52. #define ID_STRIKE_ON    651
  53. #define ID_SUPSCR_ON    652
  54. #define ID_SUBSCR_ON    653
  55.  
  56. #define ID_COLOR        654
  57.  
  58. #define ID_FONTS        655
  59.  
  60. #define ID_PARA_NORMAL  656
  61. #define ID_CENTER       657
  62. #define ID_RIGHT_JUSTIFY 658
  63. #define ID_LEFT_INDENT  659
  64. #define ID_RIGHT_INDENT 660
  65. #define ID_DOUBLE_SPACE 661
  66. #define ID_HANGING_INDENT 662
  67. #define ID_JUSTIFY      663
  68.  
  69. #define ID_TAB_CLEAR     666
  70. #define ID_TAB_CLEAR_ALL 667
  71.  
  72. #define ID_PAGE_BREAK    670
  73. #define ID_REPAGINATE    671
  74. #define ID_SECT_BREAK    672
  75. #define ID_SECT_OPTIONS  673
  76. #define ID_PAGE_MODE     674
  77. #define ID_COL_BREAK     675
  78. #define ID_VIEW_HDR_FTR  676
  79. #define ID_EDIT_HDR_FTR  677
  80.  
  81. #define ID_RULER         680
  82. #define ID_TOOL_BAR      681
  83. #define ID_STATUS_RIBBON 682
  84.  
  85. #define ID_EDIT_PICT     685
  86. #define ID_SHOW_HIDDEN   686
  87. #define ID_HIDDEN_ON     687
  88. #define ID_ULINED_ON     688
  89. #define ID_PROTECT_ON    689
  90. #define ID_PROTECTION_LOCK 690
  91.  
  92. #define ID_PARA_BORDER    691
  93. #define ID_SHOW_PARA_MARK 692
  94. #define ID_INSERT_OBJECT  693
  95.  
  96. #define ID_TABLE_INSERT       694
  97. #define ID_TABLE_INSERT_ROW   695
  98. #define ID_TABLE_SPLIT_CELL   696
  99. #define ID_TABLE_MERGE_CELLS  697
  100. #define ID_TABLE_DEL_CELLS    698
  101. #define ID_TABLE_SHOW_GRID    699
  102. #define ID_TABLE_ROW_POS      700
  103. #define ID_TABLE_CELL_BORDER  701
  104. #define ID_TABLE_CELL_SHADE   702
  105.  
  106. #define ID_SHOW_HYPERLINK_CURSOR  710
  107. #define ID_BK_COLOR           711
  108.  
  109. #define ID_CTRL_UP            715
  110. #define ID_CTRL_DOWN          716
  111. #define ID_PRINT_PREVIEW      717
  112.  
  113. #define ID_INSERT_PARA_FRAME  718
  114. #define ID_INSERT_PAGE_NUMBER 719
  115.  
  116. #define ID_PARA_SPACING       720
  117.  
  118. #define ID_SPELL              1000
  119.  
  120.