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 / TextArea.bid.properties < prev    next >
Encoding:
Text File  |  1997-10-31  |  3.0 KB  |  98 lines

  1. # This .properties file was generated by BeanMachine on 01-Aug-97 10:15:17 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 = Text Area
  26. ZBeanDescription = Use the Text Area to display and edit more than one line of text
  27. XBeanCategory = Controls
  28. #
  29. Aappendjava.lang.String = append
  30. Bappendjava.lang.String = Adds text to the end of the text area
  31. Cappendjava.lang.String1 = java.lang.String
  32. #
  33. Adisable = disable
  34. Bdisable = Makes the text area inactive
  35. #
  36. Aenable = enable
  37. Benable = Makes the text area active
  38. #
  39. Ahide = hide
  40. Bhide = Makes the text area invisible
  41. #
  42. Ainsertjava.lang.Stringint = insert
  43. Binsertjava.lang.Stringint = Adds more text to the text area
  44. Cinsertjava.lang.Stringint1 = java.lang.String
  45. Cinsertjava.lang.Stringint2 = int
  46. #
  47. AselectAll = select all
  48. BselectAll = Highlights all the text
  49. #
  50. Ashow = show
  51. Bshow = Makes the text area visible
  52. #
  53. Pbackgroundjava.awt.Color = background color
  54. Qbackgroundjava.awt.Color = The background color of the text area
  55. #
  56. Peditableboolean = editable
  57. Qeditableboolean = Can the text in this text area be changed?
  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. Ptextjava.lang.String = text
  75. Qtextjava.lang.String = The text displayed in the text area
  76. #
  77. Efocus-focusGained = got focus
  78. Ffocus-focusGained = The text area has gotten focus
  79. #
  80. Efocus-focusLost = lost focus
  81. Ffocus-focusLost = The text area has lost focus
  82. #
  83. Etext-textValueChanged = text changed
  84. Ftext-textValueChanged = The text inside the text area has changed
  85. #
  86. Emouse-mousePressed = mouse down
  87. Fmouse-mousePressed = The mouse was pressed down over the text area
  88. #
  89. Emouse-mouseReleased = mouse up
  90. Fmouse-mouseReleased = The mouse was released over the text area
  91. #
  92. Emouse-mouseEntered = mouse enter
  93. Fmouse-mouseEntered = The mouse cursor moved over the text area
  94. #
  95. Emouse-mouseExited = mouse exit
  96. Fmouse-mouseExited = The mouse cursor moved away from the text area
  97. #
  98.