2
0

Dtpad 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. ! $TOG: Dtpad /main/15 1997/07/08 11:34:52 mgreess $
  2. #include "Dt"
  3. !######################################################################
  4. !#
  5. !# Dtpad
  6. !#
  7. !# Common Desktop Environment (CDE)
  8. !#
  9. !# Application Defaults for the Text Editor
  10. !#
  11. !# (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
  12. !# (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
  13. !# (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
  14. !# (c) Copyright 1993, 1994, 1995 Novell, Inc.
  15. !#
  16. !######################################################################
  17. !######################################################################
  18. !#
  19. !# Formatting for the printing output.
  20. !#
  21. !######################################################################
  22. !#
  23. !# Formatting when printing to printer.
  24. !#
  25. !# Sizes the PrintShell.
  26. Dtpad*Print.width: 8.5in
  27. Dtpad*Print.height: 11.0in
  28. Dtpad*Print.Page*foreground: black
  29. Dtpad*Print.Page*background: white
  30. !# Places a border around the text portion of the output.
  31. Dtpad*Print.Page*shadowThickness: 2
  32. Dtpad*Print.Page*topShadowColor: black
  33. Dtpad*Print.Page*bottomShadowColor: black
  34. !# Controls margins and background of the header and footer labels.
  35. Dtpad*Print.Page*XmLabel*marginTop: 0
  36. Dtpad*Print.Page*XmLabel*marginBottom: 0
  37. !Dtpad*Print.Page*XmLabel*background: grey
  38. !# Fonts for headers, footers, and text.
  39. Dtpad*Print.Page*XmLabel.renderTable: %|nls-36-#HeaderLeft#|
  40. Dtpad*Print.Page*Editor.renderTable: %|nls-37-#Editor#|
  41. !#
  42. !# Formatting when "printing" to video.
  43. !# Debugging only
  44. !#
  45. Dtpad*PrintVideo.width: 8.5in
  46. Dtpad*PrintVideo.height: 9.5in
  47. Dtpad*PrintVideo.Page.width: 8.5in
  48. Dtpad*PrintVideo.Page.height: 9.5in
  49. Dtpad*PrintVideo.Page*foreground: black
  50. Dtpad*PrintVideo.Page*background: white
  51. Dtpad*PrintVideo.Page*shadowThickness: 2
  52. Dtpad*PrintVideo.Page*topShadowColor: black
  53. Dtpad*PrintVideo.Page*bottomShadowColor: black
  54. Dtpad*PrintVideo.Page*XmLabel*marginTop: 0
  55. Dtpad*PrintVideo.Page*XmLabel*marginBottom: 0
  56. !Dtpad*PrintVideo.Page*XmLabel*background: grey
  57. !######################################################################
  58. !#
  59. !# Formatting for the Print Setup dialog.
  60. !#
  61. !######################################################################
  62. Dtpad*DtPrintSetup*DocumentName.leftOffset: 10
  63. Dtpad*DtPrintSetup*WrapToFit.leftOffset: 35
  64. Dtpad*DtPrintSetup*MarginFrame.leftOffset: 35
  65. Dtpad*DtPrintSetup*HdrFtrFrame.leftOffset: 35
  66. !######################################################################
  67. !#
  68. !# Miscellaneous
  69. !#
  70. !######################################################################
  71. !# Text Editor secondary color.
  72. !#Dtpad*SecondaryColorSetId: 8
  73. !# Text Editor default geometry. Multi byte locales should set it to
  74. !# smaller size.
  75. Dtpad.geometry: %|nls-17-#80x24#|
  76. !######################################################################
  77. !#
  78. !# CDE compliant menu accelerators and accelerator text.
  79. !#
  80. !######################################################################
  81. Dtpad*fileMenu.print.acceleratorText: %|nls-18-#Ctrl+P#|
  82. Dtpad*fileMenu.print.accelerator: %|nls-19-#Ctrl<Key>p#|
  83. Dtpad*fileMenu.close.acceleratorText: %|nls-20-#Alt+F4#|
  84. Dtpad*fileMenu.close.accelerator: %|nls-21-#Alt<Key>F4#|
  85. Dtpad*editMenu.undo.acceleratorText: %|nls-22-#Ctrl+Z#|
  86. Dtpad*editMenu.undo.accelerator: %|nls-23-#Ctrl<Key>z#|
  87. Dtpad*editMenu.cut.acceleratorText: %|nls-24-#Ctrl+X#|
  88. Dtpad*editMenu.cut.accelerator: %|nls-25-#Ctrl<Key>x#|
  89. Dtpad*editMenu.copy.acceleratorText: %|nls-26-#Ctrl+C#|
  90. Dtpad*editMenu.copy.accelerator: %|nls-27-#Ctrl<Key>c#|
  91. Dtpad*editMenu.paste.acceleratorText: %|nls-28-#Ctrl+V#|
  92. Dtpad*editMenu.paste.accelerator: %|nls-29-#Ctrl<Key>v#|
  93. Dtpad*editMenu.selectAll.acceleratorText: %|nls-30-#Ctrl+/#|
  94. Dtpad*editMenu.selectAll.accelerator: %|nls-31-#Ctrl<Key>/#|
  95. Dtpad*editMenu.findChange.acceleratorText: %|nls-32-#Ctrl+F#|
  96. Dtpad*editMenu.findChange.accelerator: %|nls-33-#Ctrl<Key>f#|
  97. Dtpad*optionsMenu.overstrike.acceleratorText: %|nls-34-#Insert#|
  98. Dtpad*optionsMenu.overstrike.accelerator: %|nls-35-#<Key>osfInsert#|
  99. !########################### eof ###########################