home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / cube3d / cube3D.exe / cube3D / src / resource.h < prev   
C/C++ Source or Header  |  2000-12-26  |  1KB  |  51 lines

  1. /*
  2.  * @(#)resource.h
  3.  *
  4.  * Copyright 1999-2000, Aaron Ardiri (mailto:aaron@ardiri.com)
  5.  * All rights reserved.
  6.  *
  7.  * The  source code  outlines a number of basic Palm Computing Programming
  8.  * principles and you  should be able to take the core structure and write 
  9.  * a large complex program. It is distributed WITHOUT ANY WARRANTY; use it
  10.  * "AS IS" and at your own risk.
  11.  *
  12.  * The code presented is Copyright 1999-2000 by Aaron Ardiri. It should be
  13.  * used for  educational purposes only.  You  shall not modify  the Cube3D 
  14.  * source code in any way and  re-distribute it as your  own,  however you
  15.  * are free to use  the code as  a guide for  developing  programs  on the 
  16.  * Palm Computing Platform.
  17.  */
  18.  
  19. #include "palm.h"
  20.  
  21. // bitmaps
  22.  
  23. #define bitmapIcon              1000
  24. #define bitmapPalm              1001
  25. #define bitmapPaw               1002
  26. #define bitmapAbout             1003
  27. #define bitmapHelp              1004
  28. #define bitmapHelpAnimation     1005
  29.  
  30. // dialogs
  31.  
  32. #define infoForm                2000
  33. #define infoFormOkButton        2001
  34. #define helpForm                2100
  35. #define helpFormScrollBar       2101
  36. #define helpFormOkButton        2102
  37. #define xmemForm                2200
  38. #define xmemFormOkButton        2201
  39.  
  40. // forms
  41.  
  42. #define mainForm                3000
  43. #define globalFormHelpButton    3101
  44. #define globalFormAboutButton   3102
  45.  
  46. // menus
  47.  
  48. #define mainMenu                3100
  49. #define menuItemHelp            3101
  50. #define menuItemAbout           3102
  51.