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

  1. # This .properties file was generated by BeanMachine on 01-Aug-97 10:14:13 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 = Choice
  26. ZBeanDescription = Use the Choice to display a drop-down list of choices
  27. XBeanCategory = Controls
  28. #
  29. AaddItemjava.lang.String = add item
  30. BaddItemjava.lang.String = Adds an item to the list
  31. CaddItemjava.lang.String1 = java.lang.String
  32. #
  33. Adisable = disable
  34. Bdisable = Makes the choice inactive
  35. #
  36. Aenable = enable
  37. Benable = Makes the choice active
  38. #
  39. Ahide = hide
  40. Bhide = Makes the choice invisible
  41. #
  42. Aremovejava.lang.String = remove item
  43. Bremovejava.lang.String = Deletes an item from the list
  44. Cremovejava.lang.String1 = java.lang.String
  45. #
  46. AremoveAll = clear
  47. BremoveAll = Removes all the items from the list
  48. #
  49. Aselectjava.lang.String = select item
  50. Bselectjava.lang.String = Selects an item in the list
  51. Cselectjava.lang.String1 = java.lang.String
  52. #
  53. Ashow = show
  54. Bshow = Makes the choice visible
  55. #
  56. Pbackgroundjava.awt.Color = background color
  57. Qbackgroundjava.awt.Color = The background color of the choice
  58. #
  59. Pfontjava.awt.Font = font
  60. Qfontjava.awt.Font = The font of the text
  61. #
  62. Pforegroundjava.awt.Color = foreground color
  63. Qforegroundjava.awt.Color = The color of the text
  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. PselectedIndexint = selected index
  75. QselectedIndexint = The position of the selected item in the list
  76. #
  77. PselectedItemjava.lang.String = selected item
  78. QselectedItemjava.lang.String = The item selected in the list
  79. #
  80. Efocus-focusGained = got focus
  81. Ffocus-focusGained = The choice has gotten focus
  82. #
  83. Efocus-focusLost = lost focus
  84. Ffocus-focusLost = The choice has lost focus
  85. #
  86. Eitem-itemStateChanged = item selected
  87. Fitem-itemStateChanged = An item was selected
  88. #
  89. Emouse-mouseEntered = mouse enter
  90. Fmouse-mouseEntered = The mouse cursor moved over the choice
  91. #
  92. Emouse-mouseExited = mouse exit
  93. Fmouse-mouseExited = The mouse cursor moved away from the choice
  94. #
  95.