home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / TEDdesk / reloc.8 / $TED_DIR / app-defaults / C / Dtstyle < prev    next >
Text File  |  1998-08-19  |  3KB  |  101 lines

  1. !######################################################################
  2. !#
  3. !#     Dtstyle
  4. !#
  5. !#     TriTeal Enterprise Desktop (TED)
  6. !#
  7. !#     Application Defaults for the Style Manager
  8. !#
  9. !#     (c) Copyright 1994, 1995 TriTeal Corporation
  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.  
  19. #include "Dt"
  20.  
  21. !###
  22. !#
  23. !#   Main Window configuration
  24. !#   
  25. !#   Do not translate the following
  26. !###
  27. !# componentList specifies the buttons that appear in the Style Manager.
  28.  
  29.  
  30. Dtstyle*componentList:  Color Font Backdrop Keyboard Mouse Beep Screen Dtwm Startup
  31.  
  32.  
  33.  
  34. !# The Style Manager may be oriented vertically by commenting out this line
  35. Dtstyle*mainRC.orientation:         HORIZONTAL
  36.  
  37. Dtstyle*usePremierAdds:   NONE
  38.  
  39.  
  40. !###
  41. !#
  42. !#  Font Dialog
  43. !#
  44. !# Font resource values must be a valid interface font alias name.
  45. !#
  46. !# Font resource values must match exactly the default font resources
  47. !# specified in /usr/dt/%L/sys.fonts.
  48. !# 
  49. !# Do not translate the following
  50. !###
  51.  
  52. Dtstyle*NumFonts: 7
  53.  
  54. Dtstyle*SystemFont1: -dt-interface system-medium-r-normal-xxs*-*-*-*-*-*-*-*-*:
  55. Dtstyle*SystemFont2: -dt-interface system-medium-r-normal-xs*-*-*-*-*-*-*-*-*:
  56. Dtstyle*SystemFont3: -dt-interface system-medium-r-normal-s*-*-*-*-*-*-*-*-*:
  57. Dtstyle*SystemFont4: -dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:
  58. Dtstyle*SystemFont5: -dt-interface system-medium-r-normal-l*-*-*-*-*-*-*-*-*:
  59. Dtstyle*SystemFont6: -dt-interface system-medium-r-normal-xl*-*-*-*-*-*-*-*-*:
  60. Dtstyle*SystemFont7: -dt-interface system-medium-r-normal-xxl*-*-*-*-*-*-*-*-*:
  61.  
  62. Dtstyle*UserFont1: -dt-interface user-medium-r-normal-xxs*-*-*-*-*-*-*-*-*:
  63. Dtstyle*UserFont2: -dt-interface user-medium-r-normal-xs*-*-*-*-*-*-*-*-*:
  64. Dtstyle*UserFont3: -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*:
  65. Dtstyle*UserFont4: -dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*:
  66. Dtstyle*UserFont5: -dt-interface user-medium-r-normal-l*-*-*-*-*-*-*-*-*:
  67. Dtstyle*UserFont6: -dt-interface user-medium-r-normal-xl*-*-*-*-*-*-*-*-*:
  68. Dtstyle*UserFont7: -dt-interface user-medium-r-normal-xxl*-*-*-*-*-*-*-*-*:
  69.  
  70.  
  71. !###
  72. !#
  73. !#  Audio Dialog
  74. !#  
  75. !#  These resources specify the minimum and maximum tome for the bell,
  76. !#  and the bell duration.  Tones outside this range are hard to hear.
  77. !#  The duration scale is in tenths of a second, 25 means 2.5 seconds.
  78. !#
  79. !#  Do not translate the following
  80. !###
  81. Dtstyle*toneScale.maximum: 9000
  82. Dtstyle*toneScale.minimum: 82
  83. Dtstyle*durationScale.maximum: 25
  84.  
  85.  
  86. !###
  87. !#
  88. !#  Accelerators
  89. !#
  90. !#  Do not translate the following
  91. !###
  92. Dtstyle*fileMenu.exit.acceleratorText:          Alt+F4
  93. Dtstyle*fileMenu.exit.accelerator:              Alt<key>F4
  94.  
  95. Dtstyle*helpMenu.tearOffModel:            tear_off_enabled
  96.  
  97. !###########################   eof   ###########################
  98.  
  99.  
  100.  
  101.