home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils time / DCal 0.5 / dcal.exe / dcal / source / dcalRsc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-11  |  1.2 KB  |  37 lines

  1. //    DCal, a Discordian calendar for the Palm OS. 
  2. //    Copyright (C) 1999 Ron Hale-Evans <rwhe@apocalypse.org>.
  3. //
  4. //    This program is free software; you can redistribute it and/or
  5. //    modify it under the terms of the GNU General Public License as
  6. //    published by the Free Software Foundation; the version used for
  7. //    this program is Version 2.
  8. //
  9. //    This program is distributed in the hope that it will be useful,
  10. //    but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. //    GNU General Public License for more details.
  13. //
  14. //    You should have received a copy of the GNU General Public
  15. //    License along with this program; if not, write to the Free
  16. //    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  17. //    MA 02111-1307 USA.
  18. //
  19. //    This program comes with ABSOLUTELY NO WARRANTY. Use it at your own risk.
  20. //    For the text of the GNU General Public License, see the file gpl.txt,
  21. //    which should have been distributed with this file.
  22.  
  23. #define MainForm 1000
  24. #define MainTextField 1001
  25.  
  26. #define MainOptionsMenu 1100
  27. #define MainOptionsAboutMenuItem 1101
  28.  
  29.  
  30. #define AboutForm 2000
  31. #define AboutOKButton 2001
  32.  
  33. #define AppIconBmap 2999
  34.  
  35.  
  36.  
  37.