home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / hobby / ghardeno / ghardeno.EXE / Resources.rcp < prev    next >
C/C++ Source or Header  |  2000-10-03  |  5KB  |  142 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. #include "Resources.h"
  21.  
  22. FORM ID id_ghardenoForm AT ( 0 0 160 160 )
  23. NOFRAME
  24. USABLE
  25. MENUID id_menu
  26. BEGIN
  27.     TITLE "Ghardeno"
  28.     POPUPTRIGGER "All" ID id_categoryTrigger AT (RIGHT@160 0 AUTO 13) USABLE RIGHTANCHOR
  29.     LIST "nenio" ID id_categoryList AT (RIGHT@160 0 70 AUTO) NONUSABLE VISIBLEITEMS 1
  30.     POPUPLIST id_categoryTrigger id_categoryList
  31.     BUTTON "New" ID id_new AT (1 147 AUTO 12) USABLE FRAME
  32.     PUSHBUTTON "A" id_normalFont AT (PREVRIGHT+7 147 12 12) USABLE GROUP 1 FONT 0
  33.     PUSHBUTTON "A" id_boldFont AT (PREVRIGHT+1 147 12 12) USABLE GROUP 1 FONT 1
  34.     PUSHBUTTON "A" id_largeFont AT (PREVRIGHT+1 147 12 12) USABLE GROUP 1 FONT 2
  35.     CHECKBOX "" ID id_checked AT (PREVRIGHT+5 147 12 12) USABLE
  36. /*
  37.     BUTTON "\001" ID id_up AT (PREVRIGHT+5 147 11 12) DISABLED USABLE NOFRAME FONT 5
  38.     BUTTON "\002" ID id_down AT (PREVRIGHT+1 147 11 12) DISABLED USABLE NOFRAME FONT 5
  39. */
  40.     BUTTON "Del..." ID id_remove AT (PREVRIGHT+5 147 AUTO 12) USABLE FRAME
  41.     GRAFFITISTATEINDICATOR AT (150 150)
  42.     GADGET ID id_table AT (0 16 150 129)
  43.     SCROLLBAR ID id_scrollBar AT (153 16 7 129) USABLE VALUE 3 MIN 1 MAX 10 PAGESIZE 1
  44.     FIELD ID id_field AT (0 0 1 1)
  45. END
  46.  
  47. VERSION "0.9.9"
  48. ICON "Icon.bmp"
  49. CATEGORIES ID id_categoryNames "Unfiled" "Business" "Personal"
  50.  
  51. STRING id_editCategoryString "Edit..."
  52.  
  53. MENU ID id_menu
  54. BEGIN
  55.   PULLDOWN "Item"
  56.   BEGIN
  57.     MENUITEM "New Item" id_newItem "N"
  58.     MENUITEM "Delete Item..." id_removeItem "R"
  59.     MENUITEM SEPARATOR
  60.     MENUITEM "Purge Category..." id_purge
  61. /*
  62.     MENUITEM "Split Category..." id_splitCategory
  63.     MENUITEM "Move Category..." id_moveCategory
  64.     MENUITEM "Duplicate Category..." id_duplicateCategory
  65.     MENUITEM "Reset Category..." id_resetCategory
  66. */
  67.   END
  68.   PULLDOWN "Edit"
  69.   BEGIN
  70.     MENUITEM "Undo" id_undo "U"
  71.     MENUITEM "Cut" id_cut "X"
  72.     MENUITEM "Copy" id_copy "C"
  73.     MENUITEM "Paste" id_paste "P"
  74.     MENUITEM "Select All" id_selectAll "S"
  75.     MENUITEM SEPARATOR
  76.     MENUITEM "Keyboard..." id_keyboard "K"
  77.     MENUITEM "Graffiti..." id_graffiti "G"
  78.   END
  79.   PULLDOWN "Options"
  80.   BEGIN
  81. /*
  82.     MENUITEM "Category Prefs..." id_categoryPreferences
  83. */
  84.     MENUITEM "Preferences..." id_preferences
  85.     MENUITEM SEPARATOR
  86.     MENUITEM "About Ghardeno..." id_about
  87.   END
  88. END
  89.  
  90. ALERT ID id_aboutForm
  91. HELPID id_helpString
  92. INFORMATION
  93. BEGIN
  94.   TITLE "About Ghardeno"
  95.   MESSAGE "Information gardening software for PalmOS.\n"\
  96.           "\2512000 Laurent Moussault.\n"\
  97.           "\n"\
  98.           "Ghardeno comes with absolutely no warranty.  This is free software, distributed under GNU General Public License (GPL)."
  99.   BUTTONS "Done"
  100. END
  101.  
  102. STRING ID id_helpString "Sorry...\n"\
  103.                         "I haven't written any documentation yet!"
  104.  
  105. ALERT ID id_preferencesForm
  106. INFORMATION
  107. BEGIN
  108.   TITLE "Preferences"
  109.   MESSAGE "No preferences yet..."
  110.   BUTTONS "Done"
  111. END
  112.  
  113. ALERT ID id_deleteForm
  114. CONFIRMATION
  115. BEGIN
  116.   TITLE "Delete item"
  117.   MESSAGE "Delete item \221^1\222?"
  118.   BUTTONS "OK" "Cancel"
  119. END
  120.  
  121. ALERT ID id_purgeForm
  122. HELPID id_purgeFormHelpString
  123. CONFIRMATION
  124. BEGIN
  125.   TITLE "Purge Category"
  126.   MESSAGE "Delete all stroken items in category \221^1\222?"
  127.   BUTTONS "OK" "Cancel"
  128. END
  129.  
  130. STRING ID id_purgeFormHelpString "This command only purge the current category.\n\nIf you want to delete all stroken items whatever their category, first select \221All\222 in the category selector then choose \221Purge...\222 in the menu."
  131.  
  132. ALERT ID id_purgeAllForm
  133. HELPID id_purgeAllFormHelpString
  134. CONFIRMATION
  135. BEGIN
  136.   TITLE "Purge All"
  137.   MESSAGE "Delete all stroken items?"
  138.   BUTTONS "OK" "Cancel"
  139. END
  140.  
  141. STRING ID id_purgeAllFormHelpString "This command purge all the categories.\n\nIf you only want to delete the stroken items of a particular category, first select it in the category selector then choose \221Purge...\222 in the menu."
  142.