123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- ! $TOG: Dtpad /main/15 1997/07/08 11:34:52 mgreess $
- #include "Dt"
- !######################################################################
- !#
- !# Dtpad
- !#
- !# Common Desktop Environment (CDE)
- !#
- !# Application Defaults for the Text Editor
- !#
- !# (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
- !# (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
- !# (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
- !# (c) Copyright 1993, 1994, 1995 Novell, Inc.
- !#
- !######################################################################
- !######################################################################
- !#
- !# Formatting for the printing output.
- !#
- !######################################################################
- !#
- !# Formatting when printing to printer.
- !#
- !# Sizes the PrintShell.
- Dtpad*Print.width: 8.5in
- Dtpad*Print.height: 11.0in
- Dtpad*Print.Page*foreground: black
- Dtpad*Print.Page*background: white
-
- !# Places a border around the text portion of the output.
- Dtpad*Print.Page*shadowThickness: 2
- Dtpad*Print.Page*topShadowColor: black
- Dtpad*Print.Page*bottomShadowColor: black
-
- !# Controls margins and background of the header and footer labels.
- Dtpad*Print.Page*XmLabel*marginTop: 0
- Dtpad*Print.Page*XmLabel*marginBottom: 0
- !Dtpad*Print.Page*XmLabel*background: grey
- !# Fonts for headers, footers, and text.
- Dtpad*Print.Page*XmLabel.renderTable: %|nls-36-#HeaderLeft#|
- Dtpad*Print.Page*Editor.renderTable: %|nls-37-#Editor#|
- !#
- !# Formatting when "printing" to video.
- !# Debugging only
- !#
- Dtpad*PrintVideo.width: 8.5in
- Dtpad*PrintVideo.height: 9.5in
- Dtpad*PrintVideo.Page.width: 8.5in
- Dtpad*PrintVideo.Page.height: 9.5in
- Dtpad*PrintVideo.Page*foreground: black
- Dtpad*PrintVideo.Page*background: white
- Dtpad*PrintVideo.Page*shadowThickness: 2
- Dtpad*PrintVideo.Page*topShadowColor: black
- Dtpad*PrintVideo.Page*bottomShadowColor: black
-
- Dtpad*PrintVideo.Page*XmLabel*marginTop: 0
- Dtpad*PrintVideo.Page*XmLabel*marginBottom: 0
- !Dtpad*PrintVideo.Page*XmLabel*background: grey
- !######################################################################
- !#
- !# Formatting for the Print Setup dialog.
- !#
- !######################################################################
- Dtpad*DtPrintSetup*DocumentName.leftOffset: 10
- Dtpad*DtPrintSetup*WrapToFit.leftOffset: 35
- Dtpad*DtPrintSetup*MarginFrame.leftOffset: 35
- Dtpad*DtPrintSetup*HdrFtrFrame.leftOffset: 35
- !######################################################################
- !#
- !# Miscellaneous
- !#
- !######################################################################
- !# Text Editor secondary color.
- !#Dtpad*SecondaryColorSetId: 8
- !# Text Editor default geometry. Multi byte locales should set it to
- !# smaller size.
- Dtpad.geometry: %|nls-17-#80x24#|
- !######################################################################
- !#
- !# CDE compliant menu accelerators and accelerator text.
- !#
- !######################################################################
- Dtpad*fileMenu.print.acceleratorText: %|nls-18-#Ctrl+P#|
- Dtpad*fileMenu.print.accelerator: %|nls-19-#Ctrl<Key>p#|
- Dtpad*fileMenu.close.acceleratorText: %|nls-20-#Alt+F4#|
- Dtpad*fileMenu.close.accelerator: %|nls-21-#Alt<Key>F4#|
- Dtpad*editMenu.undo.acceleratorText: %|nls-22-#Ctrl+Z#|
- Dtpad*editMenu.undo.accelerator: %|nls-23-#Ctrl<Key>z#|
- Dtpad*editMenu.cut.acceleratorText: %|nls-24-#Ctrl+X#|
- Dtpad*editMenu.cut.accelerator: %|nls-25-#Ctrl<Key>x#|
- Dtpad*editMenu.copy.acceleratorText: %|nls-26-#Ctrl+C#|
- Dtpad*editMenu.copy.accelerator: %|nls-27-#Ctrl<Key>c#|
- Dtpad*editMenu.paste.acceleratorText: %|nls-28-#Ctrl+V#|
- Dtpad*editMenu.paste.accelerator: %|nls-29-#Ctrl<Key>v#|
- Dtpad*editMenu.selectAll.acceleratorText: %|nls-30-#Ctrl+/#|
- Dtpad*editMenu.selectAll.accelerator: %|nls-31-#Ctrl<Key>/#|
- Dtpad*editMenu.findChange.acceleratorText: %|nls-32-#Ctrl+F#|
- Dtpad*editMenu.findChange.accelerator: %|nls-33-#Ctrl<Key>f#|
- Dtpad*optionsMenu.overstrike.acceleratorText: %|nls-34-#Insert#|
- Dtpad*optionsMenu.overstrike.accelerator: %|nls-35-#<Key>osfInsert#|
- !########################### eof ###########################
|