home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JSAMPLES.Z / Stylepad.properties < prev    next >
Text File  |  1998-05-08  |  2KB  |  84 lines

  1. # @(#)Stylepad.properties    1.9 97/09/24
  2. #
  3. # Resource strings for Stylepad example
  4.  
  5. Title=Stylepad
  6. ViewportBackingStore=true
  7.  
  8. # menubar definition
  9. #
  10. # Each of the strings that follow form a key to be 
  11. # used to the actual menu definition.
  12. menubar=file edit color font debug
  13.  
  14. # Menu labels
  15. colorLabel=Color
  16. Red=Red
  17. Green=Green
  18. Blue=Blue
  19.  
  20. boldLabel=Bold
  21. italicLabel=Italic
  22.  
  23. # font menu
  24. font=family1 family2 family3 - size1 size2 size3 size4 - bold italic underline
  25. fontLabel=Font
  26. family1Label=Helvetica
  27. family1Action=font-family-Helvetica
  28. family2Label=Courier
  29. family2Action=font-family-Courier
  30. family3Label=Times Roman
  31. family3Action=font-family-TimesRoman
  32. size1Label=10
  33. size1Action=font-size-10
  34. size2Label=12
  35. size2Action=font-size-12
  36. size3Label=18
  37. size3Action=font-size-18
  38. size4Label=24
  39. size4Action=font-size-24
  40. boldLabel=Bold
  41. boldAction=font-bold
  42. italicLabel=Italic
  43. italicAction=font-italic
  44. underlineLabel=Underline
  45.  
  46. #
  47. # debug Menu definition
  48. #
  49. debug=dump
  50. debugLabel=Debug
  51. dumpLabel=Dump model to System.err
  52. dumpAction=dump-model
  53.  
  54. # toolbar definition
  55. #
  56. # Each of the strings that follow form a key to be
  57. # used as the basis of the tool definition.  Actions
  58. # are of course sharable, and in this case are shared
  59. # with the menu items.
  60. toolbar=new open save - cut copy paste - bold italic underline - left center right
  61.  
  62. boldImage=images/bold.gif
  63. boldTooltip=Bold
  64. italicImage=images/italic.gif
  65. italicTooltip=Italic
  66. underlineImage=images/underline.gif
  67. underlineTooltip=Underline
  68. foregroundImage=images/fg.gif
  69. leftImage=images/left.gif
  70. leftTooltip=Left Justify
  71. leftAction=left-justify
  72. centerImage=images/center.gif
  73. centerTooltip=Center Justify
  74. centerAction=center-justify
  75. rightImage=images/right.gif
  76. rightTooltip=Right Justify
  77. rightAction=right-justify
  78. bulletsImage=images/bullets.gif
  79.  
  80. # wonderland example images
  81. aliceGif=images/alice.gif
  82. caterpillarGif=images/caterpillar.gif
  83. hatterGif=images/hatter.gif
  84.