merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / prntopts.src
blob2d543bfbf78568005a59d654576f4b744e424e4b
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: prntopts.src,v $
10  * $Revision: 1.40 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "prntopts.hrc"
32 #include "helpids.h"
33 TabPage TP_PRINT_OPTIONS
35     HelpID = HID_SD_PRINT_OPTIONS ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 260 , 185 ) ;
38     Text [ en-US ] = "Options" ;
39     Hide = TRUE;
40     FixedLine GRP_PRINT
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 118 , 8 ) ;
44         Text [ en-US ] = "Contents" ;
45     };
46     CheckBox CBX_DRAW
47     {
48         TabStop = TRUE ;
49         Pos = MAP_APPFONT ( 12 , 14  ) ;
50         Size = MAP_APPFONT ( 90 , 10 ) ;
51         Text [ en-US ] = "~Drawing" ;
52     };
53     CheckBox CBX_NOTES
54     {
55         Pos = MAP_APPFONT ( 12 , 28  ) ;
56         Size = MAP_APPFONT ( 90 , 10 ) ;
57         TabStop = TRUE ;
58         Text [ en-US ] = "~Notes" ;
59     };
60     CheckBox CBX_HANDOUTS
61     {
62         Pos = MAP_APPFONT ( 12 , 42  ) ;
63         Size = MAP_APPFONT ( 90 , 10 ) ;
64         TabStop = TRUE ;
65         Text [ en-US ] = "Hando~uts" ;
66     };
67     CheckBox CBX_OUTLINE
68     {
69         Pos = MAP_APPFONT ( 12 , 56  ) ;
70         Size = MAP_APPFONT ( 90 , 10 ) ;
71         TabStop = TRUE ;
72         Text [ en-US ] = "Out~line" ;
73     };
74     FixedLine FL_SEPARATOR1
75     {
76         Pos = MAP_APPFONT ( 125 , 14 ) ;
77         Size = MAP_APPFONT ( 4 , 52 ) ;
78         Vert = TRUE ;
79     };
80     FixedLine GRP_OUTPUT
81     {
82         Pos = MAP_APPFONT ( 130 , 3  ) ;
83         Size = MAP_APPFONT ( 124 , 8 ) ;
84         Text [ en-US ] = "Quality" ;
85     };
86     RadioButton RBT_COLOR
87     {
88         Pos = MAP_APPFONT ( 136 , 14  ) ;
89         Size = MAP_APPFONT ( 100 , 10 ) ;
90         Text [ en-US ] = "Default" ;
91         TabStop = TRUE ;
92     };
93     RadioButton RBT_GRAYSCALE
94     {
95         Pos = MAP_APPFONT ( 136 , 28  ) ;
96         Size = MAP_APPFONT ( 100 , 10 ) ;
97         Text [ en-US ] = "Gra~yscale" ;
98         TabStop = TRUE ;
99     };
100     RadioButton RBT_BLACKWHITE
101     {
102         Pos = MAP_APPFONT ( 136 , 42  ) ;
103         Size = MAP_APPFONT ( 100 , 10 ) ;
104         Text [ en-US ] = "Black & ~white" ;
105         TabStop = TRUE ;
106     };
107     FixedLine GRP_PRINT_EXT
108     {
109         Pos = MAP_APPFONT ( 6 , 72  ) ;
110         Size = MAP_APPFONT ( 118 , 8 ) ;
111         Text [ en-US ] = "Print" ;
112     };
113     CheckBox CBX_PAGENAME
114     {
115         Pos = MAP_APPFONT ( 12 , 83  ) ;
116         Size = MAP_APPFONT ( 90 , 10 ) ;
117         Text [ en-US ] = "~Page name" ;
118         TabStop = TRUE ;
119     };
120     CheckBox CBX_DATE
121     {
122         Pos = MAP_APPFONT ( 12 , 97  ) ;
123         Size = MAP_APPFONT ( 90 , 10 ) ;
124         Text [ en-US ] = "D~ate" ;
125         TabStop = TRUE ;
126     };
127     CheckBox CBX_TIME
128     {
129         Pos = MAP_APPFONT ( 12 , 111  ) ;
130         Size = MAP_APPFONT ( 90 , 10 ) ;
131         Text [ en-US ] = "Ti~me" ;
132         TabStop = TRUE ;
133     };
134     CheckBox CBX_HIDDEN_PAGES
135     {
136         Pos = MAP_APPFONT ( 12 , 125  ) ;
137          // 120 , 14
138         Size = MAP_APPFONT ( 90 , 10 ) ;
139         TabStop = TRUE ;
140         Text [ en-US ] = "H~idden pages" ;
141     };
142     FixedLine FL_SEPARATOR2
143     {
144         Pos = MAP_APPFONT ( 125 , 83 ) ;
145         Size = MAP_APPFONT ( 4 , 80 ) ;
146         Vert = TRUE ;
147     };
148     FixedLine GRP_PAGE
149     {
150         Pos = MAP_APPFONT ( 130 , 72  ) ;
151         Size = MAP_APPFONT ( 124 , 8 ) ;
152         Text [ en-US ] = "Page options" ;
153     };
154     RadioButton RBT_DEFAULT
155     {
156         Pos = MAP_APPFONT ( 136 , 83  ) ;
157         Size = MAP_APPFONT ( 110 , 10 ) ;
158         TabStop = TRUE ;
159         Text [ en-US ] = "Default" ;
160     };
161     RadioButton RBT_PAGESIZE
162     {
163         Pos = MAP_APPFONT ( 136 , 97  ) ;
164         Size = MAP_APPFONT ( 110 , 10 ) ;
165         Text [ en-US ] = "~Fit to page" ;
166         TabStop = TRUE ;
167     };
168     RadioButton RBT_PAGETILE
169     {
170         Pos = MAP_APPFONT ( 136 , 111 ) ;
171         Size = MAP_APPFONT ( 110 , 10 ) ;
172         TabStop = TRUE ;
173         Text [ en-US ] = "~Tile pages" ;
174     };
175     RadioButton RBT_BOOKLET
176     {
177         Pos = MAP_APPFONT ( 136, 125  ) ;
178         Size = MAP_APPFONT ( 110 , 10 ) ;
179         TabStop = TRUE ;
180         Text [ en-US ] = "B~rochure" ;
181     };
182     CheckBox CBX_FRONT
183     {
184         Pos = MAP_APPFONT ( 145 , 139  ) ;
185         Size = MAP_APPFONT ( 53 , 10 ) ;
186         TabStop = TRUE ;
187         Text [ en-US ] = "Fr~ont" ;
188     };
189     CheckBox CBX_BACK
190     {
191         Pos = MAP_APPFONT ( 202 , 139  ) ;
192         Size = MAP_APPFONT ( 50 , 10 ) ;
193         TabStop = TRUE ;
194         Text [ en-US ] = "Ba~ck" ;
195     };
196     CheckBox CBX_PAPERBIN
197     {
198         Pos = MAP_APPFONT ( 136 , 153  ) ;
199         Size = MAP_APPFONT ( 118 , 30 ) ;
200         Text [ en-US ] = "Paper tray from printer s~ettings" ;
201         WordBreak = TRUE ;
202     };