home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12547.ZIP / TYPER.H < prev    next >
Text File  |  1990-03-19  |  768b  |  21 lines

  1. //  Resource ids
  2. //
  3. #define    IDD_ABOUT    1    // About... dialog id
  4. #define IDM_FILE    1    // File menu id
  5. #define    IDM_ABOUT    0x10    // About... menu item id
  6. #define IDR_TYPER    1    // Main resource ID
  7. #define IDS_NAME    1    // String ID for window class name
  8. #define IDS_TITLE    2    // String ID for title bar text
  9.  
  10. // Useful constants
  11. //
  12. #define    MAX_LINES    35    // Must be larger than window height in chars.
  13. #define    MAX_LINE_LENGTH    255    // Should be larger than window width in chars.
  14. #define    MAX_STRING    21    // Maximum length of strings to be loaded
  15. #define    TABLE_SIZE    12    // Current maximum is 5 lead byte pairs
  16.  
  17. // "Exported" procedure declarations
  18. //
  19. MRESULT EXPENTRY AboutDlgProc(HWND, USHORT, MPARAM, MPARAM);
  20. MRESULT EXPENTRY TyperWndProc(HWND, USHORT, MPARAM, MPARAM);
  21.