home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / demo_dlg.h < prev    next >
Text File  |  1995-08-17  |  3KB  |  93 lines

  1. #define IDC_X           500
  2. #define IDC_Y           501
  3. #define IDC_WIDTH       502
  4. #define IDC_HEIGHT      503
  5. #define IDC_MAX_LINES   504
  6. #define IDC_INIT_LINE   505
  7. #define IDC_WORD_WRAP   506
  8. #define IDC_CHILD       507
  9. #define IDC_FILE_OPT    508
  10. #define IDC_STATUS_LINE 509
  11. #define IDC_FILE_NAME   510
  12. #define IDC_MENU        511
  13. #define IDC_VER_BAR     512
  14. #define IDC_HOR_BAR     513
  15. #define IDC_USER_CLOSE  514
  16. #define IDC_BORDER      800
  17. #define IDC_PRINT_VIEW  801
  18. #define IDC_RULER       802
  19. #define IDC_READ_ONLY   803
  20. #define IDC_PAGE_MODE   804
  21. #define IDC_TOOL_BAR    805
  22. #define IDC_BOX         515
  23.  
  24. #define IDC_SAVE_DEFAULT    516
  25. #define IDC_SAVE_TER        517
  26. #define IDC_SAVE_RTF        518
  27. #define IDC_SAVE_TEXT       519
  28. #define IDC_SAVE_TEXT_LINES 520
  29.  
  30. #define IDC_CUR_ROW           600
  31. #define IDC_CUR_COL           601
  32. #define IDC_CUR_LINE          602
  33. #define IDC_BEGIN_LINE        603
  34. #define IDC_PAINT_ENABLED     604
  35. #define IDC_TEXT_BK_COLOR     605
  36. #define IDC_STATUS_BK_COLOR   606
  37. #define IDC_STATUS_COLOR      609
  38. #define IDC_HILIGHT_TYPE_OFF  611
  39. #define IDC_HILIGHT_TYPE_LINE 612
  40. #define IDC_HILIGHT_TYPE_CHAR 613
  41. #define IDC_HILIGHT_BEG_ROW   615
  42. #define IDC_HILIGHT_END_ROW   616
  43. #define IDC_HILIGHT_BEG_COL   617
  44. #define IDC_HILIGHT_END_COL   618
  45. #define IDC_STRETCH_HILIGHT   619
  46. #define IDC_TEXT              620
  47. #define IDC_PFMT              621
  48. #define IDC_LINE_LEN          622
  49. #define IDC_TEXT_APPLY_IGNORE 623
  50. #define IDC_TEXT_APPLY_CUR    624
  51. #define IDC_TEXT_APPLY_BEF    625
  52. #define IDC_TEXT_APPLY_AFT    626
  53. #define IDC_TER_WND           627
  54. #define IDC_TER_DC            628
  55. #define IDC_TOTAL_LINES       629
  56. #define IDC_TOTAL_PFMTS       630
  57. #define IDC_TOTAL_FONTS       631
  58. #define IDC_MOUSE_COL         632
  59. #define IDC_MOUSE_LINE        633
  60. #define IDC_MODIFIED          634
  61. #define IDC_WRAP              635
  62.  
  63. #define IDC_INSERT_TEXT       640
  64. #define IDC_INSERT_LINE       641
  65. #define IDC_INSERT_COL        642
  66. #define IDC_INSERT_FONT       643
  67.  
  68. #define IDC_FULL_PAGE         806
  69. #define IDC_START_POS         807
  70. #define IDC_ONE_PAGE          808
  71. #define IDC_DEF_PRINTER       809
  72. #define IDC_SPEC_PRINTER      823
  73. #define IDC_SPEC_WINDOW       824
  74.  
  75. #define IDC_SEARCH            810
  76. #define IDC_REPLACE           811
  77. #define IDC_FLAG_SCROLL       812
  78. #define IDC_FLAG_SEARCH       813
  79. #define IDC_FLAG_REPLACE      814
  80. #define IDC_FLAG_RETRIEVE     815
  81. #define IDC_FLAG_CASE         816
  82. #define IDC_FLAG_WORD         817
  83. #define IDC_POS_CUR           818
  84. #define IDC_POS_END           819
  85. #define IDC_SEARCH_SIZE       821
  86. #define IDC_RESULT            822
  87.  
  88. #define IDC_MODIFY_PROTECT_COLOR 825
  89. #define IDC_LINK_STYLE        826
  90. #define IDC_LINK_COLOR        827
  91. #define IDC_LINK_DBL_CLICK    828
  92. #define IDC_SHOW_PROTECT_CARET 830
  93.