xref: /aoo4110/main/sd/source/ui/dlg/prntopts.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "prntopts.hrc"
25#include "helpids.h"
26TabPage TP_PRINT_OPTIONS
27{
28	HelpID = HID_SD_PRINT_OPTIONS ;
29	SVLook = TRUE ;
30	Size = MAP_APPFONT ( 260 , 185 ) ;
31	Text [ en-US ] = "Options" ;
32	Hide = TRUE;
33    FixedLine GRP_PRINT
34	{
35        Pos = MAP_APPFONT ( 6 , 3 ) ;
36        Size = MAP_APPFONT ( 118 , 8 ) ;
37		Text [ en-US ] = "Contents" ;
38	};
39	CheckBox CBX_DRAW
40	{
41	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_DRAW";
42		TabStop = TRUE ;
43		Pos = MAP_APPFONT ( 12 , 14  ) ;
44		Size = MAP_APPFONT ( 90 , 10 ) ;
45        Text [ en-US ] = "~Drawing" ;
46	};
47	CheckBox CBX_NOTES
48	{
49	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_NOTES";
50		Pos = MAP_APPFONT ( 12 , 28  ) ;
51		Size = MAP_APPFONT ( 90 , 10 ) ;
52		TabStop = TRUE ;
53		Text [ en-US ] = "~Notes" ;
54	};
55	CheckBox CBX_HANDOUTS
56	{
57	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_HANDOUTS";
58		Pos = MAP_APPFONT ( 12 , 42  ) ;
59		Size = MAP_APPFONT ( 90 , 10 ) ;
60		TabStop = TRUE ;
61		Text [ en-US ] = "Hando~uts" ;
62	};
63	CheckBox CBX_OUTLINE
64	{
65	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_OUTLINE";
66		Pos = MAP_APPFONT ( 12 , 56  ) ;
67		Size = MAP_APPFONT ( 90 , 10 ) ;
68		TabStop = TRUE ;
69		Text [ en-US ] = "Out~line" ;
70	};
71    FixedLine FL_SEPARATOR1
72	{
73        Pos = MAP_APPFONT ( 125 , 14 ) ;
74        Size = MAP_APPFONT ( 4 , 52 ) ;
75        Vert = TRUE ;
76    };
77    FixedLine GRP_OUTPUT
78	{
79        Pos = MAP_APPFONT ( 130 , 3  ) ;
80        Size = MAP_APPFONT ( 124 , 8 ) ;
81		Text [ en-US ] = "Quality" ;
82	};
83    RadioButton RBT_COLOR
84	{
85        HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_COLOR";
86        Pos = MAP_APPFONT ( 136 , 14  ) ;
87		Size = MAP_APPFONT ( 100 , 10 ) ;
88        Text [ en-US ] = "Default" ;
89		TabStop = TRUE ;
90	};
91	RadioButton RBT_GRAYSCALE
92	{
93	    HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_GRAYSCALE";
94        Pos = MAP_APPFONT ( 136 , 28  ) ;
95		Size = MAP_APPFONT ( 100 , 10 ) ;
96		Text [ en-US ] = "Gra~yscale" ;
97		TabStop = TRUE ;
98	};
99	RadioButton RBT_BLACKWHITE
100	{
101	    HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_BLACKWHITE";
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        HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_PAGENAME";
116        Pos = MAP_APPFONT ( 12 , 83  ) ;
117		Size = MAP_APPFONT ( 90 , 10 ) ;
118		Text [ en-US ] = "~Page name" ;
119		TabStop = TRUE ;
120	};
121	CheckBox CBX_DATE
122	{
123	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_DATE";
124        Pos = MAP_APPFONT ( 12 , 97  ) ;
125		Size = MAP_APPFONT ( 90 , 10 ) ;
126		Text [ en-US ] = "D~ate" ;
127		TabStop = TRUE ;
128	};
129	CheckBox CBX_TIME
130	{
131	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_TIME";
132        Pos = MAP_APPFONT ( 12 , 111  ) ;
133		Size = MAP_APPFONT ( 90 , 10 ) ;
134		Text [ en-US ] = "Ti~me" ;
135		TabStop = TRUE ;
136	};
137	CheckBox CBX_HIDDEN_PAGES
138	{
139	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES";
140        Pos = MAP_APPFONT ( 12 , 125  ) ;
141		 // 120 , 14
142		Size = MAP_APPFONT ( 90 , 10 ) ;
143		TabStop = TRUE ;
144		Text [ en-US ] = "H~idden pages" ;
145	};
146    FixedLine FL_SEPARATOR2
147	{
148        Pos = MAP_APPFONT ( 125 , 83 ) ;
149        Size = MAP_APPFONT ( 4 , 80 ) ;
150        Vert = TRUE ;
151    };
152    FixedLine GRP_PAGE
153	{
154        Pos = MAP_APPFONT ( 130 , 72  ) ;
155        Size = MAP_APPFONT ( 124 , 8 ) ;
156		Text [ en-US ] = "Page options" ;
157	};
158    RadioButton RBT_DEFAULT
159	{
160        HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_DEFAULT";
161        Pos = MAP_APPFONT ( 136 , 83  ) ;
162        Size = MAP_APPFONT ( 110 , 10 ) ;
163		TabStop = TRUE ;
164		Text [ en-US ] = "Default" ;
165	};
166	RadioButton RBT_PAGESIZE
167	{
168	    HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_PAGESIZE";
169        Pos = MAP_APPFONT ( 136 , 97  ) ;
170        Size = MAP_APPFONT ( 110 , 10 ) ;
171		Text [ en-US ] = "~Fit to page" ;
172		TabStop = TRUE ;
173	};
174	RadioButton RBT_PAGETILE
175	{
176	    HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_PAGETILE";
177        Pos = MAP_APPFONT ( 136 , 111 ) ;
178        Size = MAP_APPFONT ( 110 , 10 ) ;
179		TabStop = TRUE ;
180		Text [ en-US ] = "~Tile pages" ;
181	};
182	RadioButton RBT_BOOKLET
183	{
184	    HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_BOOKLET";
185        Pos = MAP_APPFONT ( 136, 125  ) ;
186        Size = MAP_APPFONT ( 110 , 10 ) ;
187		TabStop = TRUE ;
188        Text [ en-US ] = "B~rochure" ;
189	};
190	CheckBox CBX_FRONT
191	{
192	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_FRONT";
193        Pos = MAP_APPFONT ( 145 , 139  ) ;
194        Size = MAP_APPFONT ( 53 , 10 ) ;
195		TabStop = TRUE ;
196		Text [ en-US ] = "Fr~ont" ;
197	};
198	CheckBox CBX_BACK
199	{
200	    HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_BACK";
201        Pos = MAP_APPFONT ( 202 , 139  ) ;
202        Size = MAP_APPFONT ( 50 , 10 ) ;
203		TabStop = TRUE ;
204		Text [ en-US ] = "Ba~ck" ;
205	};
206    CheckBox CBX_PAPERBIN
207	{
208        HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_PAPERBIN";
209        Pos = MAP_APPFONT ( 136 , 153  ) ;
210        Size = MAP_APPFONT ( 118 , 30 ) ;
211		Text [ en-US ] = "Paper tray from printer s~ettings" ;
212		WordBreak = TRUE ;
213	};
214};
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247