home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / nosecuri / nosecuri.EXE / resources.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-27  |  1.5 KB  |  42 lines

  1. //=============================================================================
  2. // $Id: resources.h,v 1.1 1999/05/25 15:23:14 hofer Exp hofer $
  3. //=============================================================================
  4.  
  5. /*
  6. Copyright (C) 1999 Remo Hofer <nucifera@geocities.com>
  7. For more information see http://www.geocities.com/SiliconValley/Cable/5206/
  8.  
  9. This program is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU General Public License
  11. as published by the Free Software Foundation; either version 2
  12. of the License, or (at your option) any later version.
  13.  
  14. This program is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. GNU General Public License for more details.
  18.  
  19. You should have received a copy of the GNU General Public License
  20. along with this program; if not, write to the Free Software
  21. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  22. */
  23.  
  24. #define idVersion   1
  25. #define idAppName   1000
  26. // the appl. icon id must be 1000!
  27. #define idAppIcon   1000
  28.  
  29. #define idMainForm  1000
  30. #define idIconRect            1001
  31. #define idAppNameLabel        1002
  32. #define idVersionLabel        1003
  33. #define idAboutButton        1004
  34. #define idPasswordButton    1005
  35.  
  36. #define idAboutStr    1000
  37.  
  38. #define idPasswordRemovedAlert    1000
  39. #define idNoPasswordAlert        1001
  40.  
  41. //=============================================================================
  42.