merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / envelp / envprt.src
blob3397ef9e5cf665bbce09521e108138aa24090ef2
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: envprt.src,v $
10  * $Revision: 1.34 $
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  ************************************************************************/
30  // #pragma *****************************************************************
32  // #include ****************************************************************
33 #include "envprt.hrc"
34 #include "helpid.h"
35  // TP_ENV_PRT ---------------------------------------------------------------
36 TabPage TP_ENV_PRT
38     HelpID = HID_ENV_PRT ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     Hide = TRUE ;
41     FixedLine FL_NONAME
42     {
43         Pos = MAP_APPFONT ( 6 , 3 ) ;
44         Size = MAP_APPFONT ( 248 , 8 ) ;
45         Text [ en-US ] = "Envelope orientation";
46     };
47     ToolBox BOX_ALIGN
48     {
49         Pos = MAP_APPFONT ( 12 , 14 ) ;
50         ItemList =
51         {
52             ToolBoxItem
53             {
54                 Identifier = ITM_HOR_LEFT ;
55                 HelpID = ITM_HOR_LEFT ;
56             };
57             ToolBoxItem
58             {
59                 Identifier = ITM_HOR_CNTR ;
60                 HelpID = ITM_HOR_CNTR ;
61             };
62             ToolBoxItem
63             {
64                 Identifier = ITM_HOR_RGHT ;
65                 HelpID = ITM_HOR_RGHT ;
66             };
67             ToolBoxItem
68             {
69                 Identifier = ITM_VER_LEFT ;
70                 HelpID = ITM_VER_LEFT ;
71             };
72             ToolBoxItem
73             {
74                 Identifier = ITM_VER_CNTR ;
75                 HelpID = ITM_VER_CNTR ;
76             };
77             ToolBoxItem
78             {
79                 Identifier = ITM_VER_RGHT ;
80                 HelpID = ITM_VER_RGHT ;
81             };
82         };
83     };
84     RadioButton BTN_TOP
85     {
86         Pos = MAP_APPFONT ( 18 , 42 ) ;
87         Size = MAP_APPFONT ( 179 , 10 ) ;
88         Text [ en-US ] = "~Print from top" ;
89         TabStop = TRUE ;
90         Group = TRUE ;
91         Check = TRUE ;
92     };
93     RadioButton BTN_BOTTOM
94     {
95         Pos = MAP_APPFONT ( 18 , 56 ) ;
96         Size = MAP_APPFONT ( 179 , 10 ) ;
97         Text [ en-US ] = "Print from ~bottom" ;
98         TabStop = TRUE ;
99     };
100     FixedText TXT_RIGHT
101     {
102         Pos = MAP_APPFONT ( 12 , 74 ) ;
103         Size = MAP_APPFONT ( 72 , 8 ) ;
104         Text [ en-US ] = "~Shift right" ;
105         Left = TRUE ;
106     };
107     MetricField FLD_RIGHT
108     {
109         Border = TRUE ;
110         Pos = MAP_APPFONT ( 86 , 72 ) ;
111         Size = MAP_APPFONT ( 40 , 12 ) ;
112         TabStop = TRUE ;
113         Left = TRUE ;
114         Repeat = TRUE ;
115         Spin = TRUE ;
116         Minimum = 0 ;
117         Maximum = 10000 ;
118         DecimalDigits = 2 ;
119         Unit = FUNIT_CM ;
120         First = 0 ;
121         Last = 10000 ;
122         SpinSize = 10 ;
123     };
124     FixedText TXT_DOWN
125     {
126         Pos = MAP_APPFONT ( 12 , 90 ) ;
127         Size = MAP_APPFONT ( 72 , 8 ) ;
128         Text [ en-US ] = "Shift ~down" ;
129         Left = TRUE ;
130     };
131     MetricField FLD_DOWN
132     {
133         Border = TRUE ;
134         Pos = MAP_APPFONT ( 86 , 88 ) ;
135         Size = MAP_APPFONT ( 40 , 12 ) ;
136         TabStop = TRUE ;
137         Left = TRUE ;
138         Repeat = TRUE ;
139         Spin = TRUE ;
140         Minimum = 0 ;
141         Maximum = 10000 ;
142         DecimalDigits = 2 ;
143         Unit = FUNIT_CM ;
144         First = 0 ;
145         Last = 10000 ;
146         SpinSize = 10 ;
147     };
148     FixedLine FL_PRINTER
149     {
150         Pos = MAP_APPFONT ( 3 , 103 ) ;
151         Size = MAP_APPFONT ( 248 , 8 ) ;
152         Text [ en-US ] = "Current printer";
153     };
154     FixedText TXT_PRINTER
155     {
156         Pos = MAP_APPFONT ( 12 , 116 ) ;
157         Size = MAP_APPFONT ( 179 , 8 ) ;
158         Text [ en-US ] = "- No printer installed -" ;
159         Left = TRUE ;
160     };
161     PushButton BTN_PRTSETUP
162     {
163         Pos = MAP_APPFONT ( 198 , 114 ) ;
164         Size = MAP_APPFONT ( 50 , 14 ) ;
165         TabStop = TRUE ;
166         Text [ en-US ] = "Setup..." ;
167     };
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" ;