1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: envprt.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 // #pragma *****************************************************************
32 // #include ****************************************************************
35 // TP_ENV_PRT ---------------------------------------------------------------
38 HelpID = HID_ENV_PRT ;
39 Size = MAP_APPFONT ( 260 , 185 ) ;
43 Pos = MAP_APPFONT ( 6 , 3 ) ;
44 Size = MAP_APPFONT ( 248 , 8 ) ;
45 Text [ en-US ] = "Envelope orientation";
49 Pos = MAP_APPFONT ( 12 , 14 ) ;
54 Identifier = ITM_HOR_LEFT ;
55 HelpID = ITM_HOR_LEFT ;
59 Identifier = ITM_HOR_CNTR ;
60 HelpID = ITM_HOR_CNTR ;
64 Identifier = ITM_HOR_RGHT ;
65 HelpID = ITM_HOR_RGHT ;
69 Identifier = ITM_VER_LEFT ;
70 HelpID = ITM_VER_LEFT ;
74 Identifier = ITM_VER_CNTR ;
75 HelpID = ITM_VER_CNTR ;
79 Identifier = ITM_VER_RGHT ;
80 HelpID = ITM_VER_RGHT ;
86 Pos = MAP_APPFONT ( 18 , 42 ) ;
87 Size = MAP_APPFONT ( 179 , 10 ) ;
88 Text [ en-US ] = "~Print from top" ;
93 RadioButton BTN_BOTTOM
95 Pos = MAP_APPFONT ( 18 , 56 ) ;
96 Size = MAP_APPFONT ( 179 , 10 ) ;
97 Text [ en-US ] = "Print from ~bottom" ;
102 Pos = MAP_APPFONT ( 12 , 74 ) ;
103 Size = MAP_APPFONT ( 72 , 8 ) ;
104 Text [ en-US ] = "~Shift right" ;
107 MetricField FLD_RIGHT
110 Pos = MAP_APPFONT ( 86 , 72 ) ;
111 Size = MAP_APPFONT ( 40 , 12 ) ;
126 Pos = MAP_APPFONT ( 12 , 90 ) ;
127 Size = MAP_APPFONT ( 72 , 8 ) ;
128 Text [ en-US ] = "Shift ~down" ;
134 Pos = MAP_APPFONT ( 86 , 88 ) ;
135 Size = MAP_APPFONT ( 40 , 12 ) ;
150 Pos = MAP_APPFONT ( 3 , 103 ) ;
151 Size = MAP_APPFONT ( 248 , 8 ) ;
152 Text [ en-US ] = "Current printer";
154 FixedText TXT_PRINTER
156 Pos = MAP_APPFONT ( 12 , 116 ) ;
157 Size = MAP_APPFONT ( 179 , 8 ) ;
158 Text [ en-US ] = "- No printer installed -" ;
161 PushButton BTN_PRTSETUP
163 Pos = MAP_APPFONT ( 198 , 114 ) ;
164 Size = MAP_APPFONT ( 50 , 14 ) ;
166 Text [ en-US ] = "Setup..." ;
169 // Bitmaps ******************************************************************
170 Bitmap BMP_HOR_LEFT_LOWER
172 File = "envhl_l.bmp" ;
174 Bitmap BMP_HOR_LEFT_UPPER
176 File = "envhl_u.bmp" ;
178 Bitmap BMP_HOR_CNTR_LOWER
180 File = "envhc_l.bmp" ;
182 Bitmap BMP_HOR_CNTR_UPPER
184 File = "envhc_u.bmp" ;
186 Bitmap BMP_HOR_RGHT_LOWER
188 File = "envhr_l.bmp" ;
190 Bitmap BMP_HOR_RGHT_UPPER
192 File = "envhr_u.bmp" ;
194 Bitmap BMP_VER_LEFT_LOWER
196 File = "envvl_l.bmp" ;
198 Bitmap BMP_VER_LEFT_UPPER
200 File = "envvl_u.bmp" ;
202 Bitmap BMP_VER_CNTR_LOWER
204 File = "envvc_l.bmp" ;
206 Bitmap BMP_VER_CNTR_UPPER
208 File = "envvc_u.bmp" ;
210 Bitmap BMP_VER_RGHT_LOWER
212 File = "envvr_l.bmp" ;
214 Bitmap BMP_VER_RGHT_UPPER
216 File = "envvr_u.bmp" ;
218 // HighContrast Bitmaps
219 Bitmap BMP_HOR_LEFT_LOWER_H
221 File = "envhl_l_h.bmp" ;
223 Bitmap BMP_HOR_LEFT_UPPER_H
225 File = "envhl_u_h.bmp" ;
227 Bitmap BMP_HOR_CNTR_LOWER_H
229 File = "envhc_l_h.bmp" ;
231 Bitmap BMP_HOR_CNTR_UPPER_H
233 File = "envhc_u_h.bmp" ;
235 Bitmap BMP_HOR_RGHT_LOWER_H
237 File = "envhr_l_h.bmp" ;
239 Bitmap BMP_HOR_RGHT_UPPER_H
241 File = "envhr_u_h.bmp" ;
243 Bitmap BMP_VER_LEFT_LOWER_H
245 File = "envvl_l_h.bmp" ;
247 Bitmap BMP_VER_LEFT_UPPER_H
249 File = "envvl_u_h.bmp" ;
251 Bitmap BMP_VER_CNTR_LOWER_H
253 File = "envvc_l_h.bmp" ;
255 Bitmap BMP_VER_CNTR_UPPER_H
257 File = "envvc_u_h.bmp" ;
259 Bitmap BMP_VER_RGHT_LOWER_H
261 File = "envvr_l_h.bmp" ;
263 Bitmap BMP_VER_RGHT_UPPER_H
265 File = "envvr_u_h.bmp" ;