Dtstyle.src 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. ! $XConsortium: Dtstyle.src /main/4 1996/04/23 20:20:51 drk $
  2. !######################################################################
  3. !#
  4. !# Dtstyle
  5. !#
  6. !# Common Desktop Environment (CDE)
  7. !#
  8. !# Application Defaults for the Style Manager
  9. !#
  10. !# (c) Copyright 1993, 1994 Hewlett-Packard Company
  11. !# (c) Copyright 1993, 1994 International Business Machines Corp.
  12. !# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  13. !# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary
  14. !# of Novell, Inc.
  15. !#
  16. !#
  17. !######################################################################
  18. XCOMM include "Dt"
  19. !###
  20. !#
  21. !# Main Window configuration
  22. !#
  23. !# Do not translate the following
  24. !###
  25. !# componentList specifies the buttons that appear in the Style Manager.
  26. !# The last button I18N is locale dependent.
  27. Dtstyle*componentList: Color Font Backdrop Keyboard Mouse Beep Screen Dtwm Startup %|nls-6-#I18N#|
  28. !# The Style Manager may be oriented vertically by commenting out this line
  29. Dtstyle*mainRC.orientation: HORIZONTAL
  30. !###
  31. !#
  32. !# Font Dialog
  33. !#
  34. !# Font resource values must be a valid interface font alias name.
  35. !#
  36. !# Font resource values must match exactly the default font resources
  37. !# specified in CDE_INSTALLATION_TOP/%L/sys.fonts.
  38. !#
  39. !# Do not translate the following
  40. !###
  41. Dtstyle*NumFonts: %|nls-3-7^NumFonts|
  42. %|nls-4-#Set of SystemFont#|
  43. %|nls-5-#Set of UserFont#|
  44. !###
  45. !#
  46. !# Audio Dialog
  47. !#
  48. !# These resources specify the minimum and maximum tome for the bell,
  49. !# and the bell duration. Tones outside this range are hard to hear.
  50. !# The duration scale is in tenths of a second, 25 means 2.5 seconds.
  51. !#
  52. !# Do not translate the following
  53. !###
  54. Dtstyle*toneScale.maximum: 9000
  55. Dtstyle*toneScale.minimum: 82
  56. Dtstyle*durationScale.maximum: 25
  57. !###
  58. !#
  59. !# Accelerators
  60. !#
  61. !# Do not translate the following
  62. !###
  63. Dtstyle*fileMenu.exit.acceleratorText: %|nls-1-#Alt+F4#|
  64. Dtstyle*fileMenu.exit.accelerator: %|nls-2-#Alt<key>F4#|
  65. !########################### eof ###########################