home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Beanmach / DATA1.CAB / Application_Files / beans / BeanMachineBeans.bmi / ibm / appauthor / IBMAnimation.bid.properties < prev    next >
Text File  |  1997-10-31  |  3KB  |  101 lines

  1. # This .properties file was generated by BeanMachine on 05-Aug-97 8:24:35 AM
  2. #
  3. # Translate the words after the equals sign (=)
  4. # The pound sign (#) is a comment marker
  5. #
  6. # Prefixes for keys are as follows:
  7. #
  8. # A = action name
  9. # B = action description
  10. # C = parameter name
  11. # E = event name
  12. # F = event description
  13. # P = property name
  14. # Q = property description
  15. # X = bean category
  16. # Y = bean name
  17. # Z = bean description
  18. #
  19. # Note: action, property, and event names must be translated into unique names.
  20. # For example, two action names or an action name and a property name cannot be translated to the same string.
  21. # Description strings and parameter name strings may be the same if appropriate.
  22. #
  23. # This file MUST NOT have any blank lines in it.
  24. #
  25. YBeanName = Animation
  26. ZBeanDescription = Use the Animation to display a sequence of .gif or .jpg files
  27. XBeanCategory = Multimedia
  28. #
  29. Ahide = hide
  30. Bhide = Makes the animation invisible
  31. #
  32. Apause = pause
  33. Bpause = Temporarily stop playing the animation
  34. #
  35. Aresume = resume
  36. Bresume = Continue playing the animation starting at the current frame
  37. #
  38. Ashow = show
  39. Bshow = Makes the animation visible
  40. #
  41. Astart = start
  42. Bstart = Plays the animation, starting at the first frame
  43. #
  44. Astop = stop
  45. Bstop = Stops playing the animation
  46. #
  47. PautoStartboolean = auto start
  48. QautoStartboolean = Does the animation start playing when the applet starts?
  49. #
  50. Pbackgroundjava.awt.Color = background color
  51. Qbackgroundjava.awt.Color = The background color of the animation
  52. #
  53. PcurrentFrameint = current frame
  54. QcurrentFrameint = The number of the frame that is currently displayed
  55. #
  56. PendFrameint = end frame
  57. QendFrameint = The number of the last frame of the animation
  58. #
  59. PfirstPictureibm.appauthor.IBMFileName = first picture
  60. QfirstPictureibm.appauthor.IBMFileName = The filename of the first frame of the animation
  61. #
  62. PframesPerSecondint = frames per second
  63. QframesPerSecondint = The number of frames per second that the animation plays; a negative value plays backwards
  64. #
  65. PIBM_connectionsjava.util.Vector = IBM_connections
  66. QIBM_connectionsjava.util.Vector = IBM_connections
  67. #
  68. PIBM_namejava.lang.String = name
  69. QIBM_namejava.lang.String = The name of this part inside the applet
  70. #
  71. PIBM_sizePositionibm.appauthor.IBMLayoutConstraints = size and position
  72. QIBM_sizePositionibm.appauthor.IBMLayoutConstraints = The size and location of this part
  73. #
  74. Ploopboolean = loop
  75. Qloopboolean = Does the animation wrap and play again?
  76. #
  77. PloopCountint = loop count
  78. QloopCountint = The number of times the animation should play
  79. #
  80. PstartFrameint = start frame
  81. QstartFrameint = The number of the first frame of the animation
  82. #
  83. PtotalFramesint = total frames
  84. QtotalFramesint = The total number of frames of the animation
  85. #
  86. Emouse-mousePressed = mouse down
  87. Fmouse-mousePressed = The mouse was pressed down over the animation
  88. #
  89. Emouse-mouseReleased = mouse up
  90. Fmouse-mouseReleased = The mouse was released over the animation
  91. #
  92. Emouse-mouseEntered = mouse enter
  93. Fmouse-mouseEntered = The mouse cursor moved over the animation
  94. #
  95. Emouse-mouseExited = mouse exit
  96. Fmouse-mouseExited = The mouse cursor moved away from the animation
  97. #
  98. EIBMCustom-ended = ended
  99. FIBMCustom-ended = The last frame of the animation has been reached
  100. #
  101.