home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / hobby / ghardeno / ghardeno.EXE / Resources.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  2.0 KB  |  71 lines

  1. /*
  2.     Ghardeno: Information Gardening for PalmOS
  3.     Copyright (C) 2000 Laurent Moussault
  4.  
  5.     This program is free software; you can redistribute it and/or modify
  6.     it under the terms of the GNU General Public License as published by
  7.     the Free Software Foundation; either version 2 of the License, or
  8.     (at your option) any later version.
  9.  
  10.     This program is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.     GNU General Public License for more details.
  14.  
  15.     You should have received a copy of the GNU General Public License
  16.     along with this program; if not, write to the Free Software
  17.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  18. */
  19.  
  20. #define id_ghardenoForm 1000
  21.  
  22. #define id_new 1001
  23. #define id_checked 1002
  24. #define id_normalFont 1003
  25. #define id_boldFont 1004
  26. #define id_largeFont 1005
  27. #define id_up 1006
  28. #define id_down 1007
  29. #define id_scrollBar 1008
  30. #define id_table 1009
  31. #define id_remove 1010
  32. #define id_categoryNames 1011
  33. #define id_field 1012
  34. #define id_categoryTrigger 1013
  35. #define id_categoryList 1014
  36. #define id_categoryPopup 1015
  37. #define id_editCategoryString 1016
  38.  
  39. #define id_menu 1100
  40.  
  41. #define id_newItem 1101
  42. #define id_removeItem 1102
  43. #define id_splitCategory 1103
  44. #define id_moveCategory 1105
  45. #define id_duplicateCategory 1106
  46. #define id_resetCategory 1107
  47. #define id_purgeCategory 1108
  48. #define id_undo 1109
  49. #define id_cut 1110
  50. #define id_copy 1111
  51. #define id_paste 1112
  52. #define id_selectAll 1113
  53. #define id_keyboard 1114
  54. #define id_graffiti 1115
  55. #define id_categoryPreferences 1116
  56. #define id_preferences 1117
  57. #define id_about 1118
  58. #define id_purge 1119
  59.  
  60. #define id_aboutForm 2000
  61. #define id_helpString 2001
  62.  
  63. #define id_preferencesForm 3000
  64.  
  65. #define id_deleteForm 4000
  66.  
  67. #define id_purgeForm 5000
  68. #define id_purgeFormHelpString 5001
  69. #define id_purgeAllForm 5100
  70. #define id_purgeAllFormHelpString 5101
  71.