home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / tplab009.zip / tl_help.h < prev    next >
C/C++ Source or Header  |  1996-05-05  |  1KB  |  54 lines

  1. /*
  2.  
  3.     tl_help.cpp (emx+gcc) 
  4.     Tape Label Editor Version 0.09
  5.  
  6.     1996 Giovanni Iachello
  7.     This is freeware software. You can use or modify it as you wish,
  8.     provided that the part of code that I wrote remains freeware.
  9.     Freeware means that the source code must be available on request 
  10.     to anyone.
  11.     You must also include this notice in all files derived from this
  12.     file.
  13.  
  14. */
  15. #ifndef _TL_HELP_H_
  16. #define _TL_HELP_H_
  17.  
  18. /* help definitions */
  19.  
  20. #define HLP_KEYS_TAPELAB 2013
  21. #define HLP_SUB_TAPELAB 2000
  22. #define HLP_EXT_TAPELAB 2001
  23. #define HLP_SUB_SIZE 2002
  24. #define HLP_EXT_SIZE 2003
  25. #define HLP_SUB_TITLE 2004
  26. #define HLP_EXT_TITLE 2005
  27. #define HLP_SUB_ABOUT 2006
  28. #define HLP_SUB_TEXT 2007
  29. #define HLP_EXT_TEXT 2008
  30. #define HLP_SUB_INFO 2009
  31. #define HLP_EXT_INFO 2010
  32. #define HLP_SUB_FORMAT    2011
  33. #define HLP_EXT_FORMAT 2012
  34.  
  35. #define HLP_COMP 10
  36. #define HLP_SIZE 11
  37. #define HLP_TITLE 12
  38. #define HLP_TEXT 13
  39. #define HLP_INFO 14
  40. #define HLP_FORM 15
  41. #define HLP_SAVE 16
  42.  
  43. #define HLP_FONTS 20
  44. #define HLP_FON_TIA 21
  45. #define HLP_FON_TIB 22
  46. #define HLP_FON_TXA 23
  47. #define HLP_FON_TXB 24
  48. #define HLP_FON_DATE 25
  49. #define HLP_FON_SOURCE 26
  50. #define HLP_FON_NR 27
  51.  
  52. #endif
  53.  
  54.