home *** CD-ROM | disk | FTP | other *** search
- /*
- Ghardeno: Information Gardening for PalmOS
- Copyright (C) 2000 Laurent Moussault
-
- 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; either version 2 of the License, or
- (at your option) any later version.
-
- 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
- */
-
- #define id_ghardenoForm 1000
-
- #define id_new 1001
- #define id_checked 1002
- #define id_normalFont 1003
- #define id_boldFont 1004
- #define id_largeFont 1005
- #define id_up 1006
- #define id_down 1007
- #define id_scrollBar 1008
- #define id_table 1009
- #define id_remove 1010
- #define id_categoryNames 1011
- #define id_field 1012
- #define id_categoryTrigger 1013
- #define id_categoryList 1014
- #define id_categoryPopup 1015
- #define id_editCategoryString 1016
-
- #define id_menu 1100
-
- #define id_newItem 1101
- #define id_removeItem 1102
- #define id_splitCategory 1103
- #define id_moveCategory 1105
- #define id_duplicateCategory 1106
- #define id_resetCategory 1107
- #define id_purgeCategory 1108
- #define id_undo 1109
- #define id_cut 1110
- #define id_copy 1111
- #define id_paste 1112
- #define id_selectAll 1113
- #define id_keyboard 1114
- #define id_graffiti 1115
- #define id_categoryPreferences 1116
- #define id_preferences 1117
- #define id_about 1118
- #define id_purge 1119
-
- #define id_aboutForm 2000
- #define id_helpString 2001
-
- #define id_preferencesForm 3000
-
- #define id_deleteForm 4000
-
- #define id_purgeForm 5000
- #define id_purgeFormHelpString 5001
- #define id_purgeAllForm 5100
- #define id_purgeAllFormHelpString 5101
-