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