home *** CD-ROM | disk | FTP | other *** search
- // DCal, a Discordian calendar for the Palm OS.
- // Copyright (C) 1999 Ron Hale-Evans <rwhe@apocalypse.org>.
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License as
- // published by the Free Software Foundation; the version used for
- // this program is Version 2.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public
- // License along with this program; if not, write to the Free
- // Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- // MA 02111-1307 USA.
- //
- // This program comes with ABSOLUTELY NO WARRANTY. Use it at your own risk.
- // For the text of the GNU General Public License, see the file gpl.txt,
- // which should have been distributed with this file.
-
- #define MainForm 1000
- #define MainTextField 1001
-
- #define MainOptionsMenu 1100
- #define MainOptionsAboutMenuItem 1101
-
-
- #define AboutForm 2000
- #define AboutOKButton 2001
-
- #define AppIconBmap 2999
-
-
-
-