home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / spiele / argon / argon.exe / src / ArgonV.rcp < prev    next >
Encoding:
Text File  |  2000-01-21  |  564 b   |  29 lines

  1. //
  2. //  ArgonV.rcp
  3. //
  4. //  T.Harbaum@tu-bs.de - http://www.ibr.cs.tu-bs.de/~harbaum/pilot
  5. //
  6. //  This program is distributed in the hope that it will be useful,
  7. //  but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  9. //  GNU General Public License for more details.
  10. //
  11. //
  12.  
  13. #include "argonvRsc.h"
  14.  
  15. ALERT ID alt_err
  16. ERROR
  17. BEGIN
  18.   TITLE "Error"
  19.   MESSAGE "^1"
  20.  
  21.   BUTTONS "OK"
  22. END
  23.  
  24. ICON "icon.pbm"
  25. SMALLICON "icon_sm.pbm"  // icon for P3 list view
  26.  
  27. APPLICATION ID 1 "ArgV"
  28. VERSION ID 1 "1.00"
  29.