Update ooo320-m1
[ooovba.git] / sw / source / ui / envelp / envfmt.src
blobd1bf947c18c9b5b90b3f1d010df4b9202eeeacf9
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: envfmt.src,v $
10  * $Revision: 1.29 $
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 "envfmt.hrc"
34 #include "helpid.h"
35  // TP_ENV_FMT ---------------------------------------------------------------
36 TabPage TP_ENV_FMT
38     HelpID = HID_ENV_FMT ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     Hide = TRUE ;
41     FixedLine FL_ADDRESSEE
42     {
43         Pos = MAP_APPFONT ( 6 , 3 ) ;
44         Size = MAP_APPFONT ( 248 , 8 ) ;
45         Text [ en-US ] = "Addressee" ;
46     };
47     FixedText TXT_ADDR_POS
48     {
49         Pos = MAP_APPFONT ( 12 , 14 ) ;
50         Size = MAP_APPFONT ( 40 , 8 ) ;
51         Left = TRUE ;
52         Text [ en-US ] = "Position";
53     };
54     FixedText TXT_ADDR_LEFT
55     {
56         Pos = MAP_APPFONT ( 18 , 27 ) ;
57         Size = MAP_APPFONT ( 40 , 8 ) ;
58         Left = TRUE ;
59         Text [ en-US ] = "from left" ;
60     };
61     MetricField FLD_ADDR_LEFT
62     {
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 60 , 25 ) ;
65         Size = MAP_APPFONT ( 40 , 12 ) ;
66         TabStop = TRUE ;
67         Left = TRUE ;
68         Spin = TRUE ;
69         DecimalDigits = 2 ;
70         Unit = FUNIT_CM ;
71         Minimum = 0 ;
72         Maximum = 10000 ;
73         First = 0 ;
74         Last = 10000 ;
75         SpinSize = 10 ;
76         Repeat = TRUE ;
77     };
78     FixedText TXT_ADDR_TOP
79     {
80         Pos = MAP_APPFONT ( 18 , 43 ) ;
81         Size = MAP_APPFONT ( 40 , 8 ) ;
82         Left = TRUE ;
83         Text [ en-US ] = "from top" ;
84     };
85     MetricField FLD_ADDR_TOP
86     {
87         Border = TRUE ;
88         Pos = MAP_APPFONT ( 60 , 41 ) ;
89         Size = MAP_APPFONT ( 40 , 12 ) ;
90         TabStop = TRUE ;
91         Left = TRUE ;
92         Spin = TRUE ;
93         DecimalDigits = 2 ;
94         Unit = FUNIT_CM ;
95         Minimum = 0 ;
96         Maximum = 10000 ;
97         First = 0 ;
98         Last = 10000 ;
99         SpinSize = 10 ;
100         Repeat = TRUE ;
101     };
102     FixedText TXT_ADDR_FORMAT
103     {
104         Pos = MAP_APPFONT ( 149 , 27 ) ;
105         Size = MAP_APPFONT ( 40 , 8 ) ;
106         Left = TRUE ;
107         Text [ en-US ] = "Format";
108     };
109     MenuButton BTN_ADDR_EDIT
110     {
111         Pos = MAP_APPFONT ( 194 , 24 ) ;
112         Size = MAP_APPFONT ( 50 , 14 ) ;
113         TabStop = TRUE ;
114         Text [ en-US ] = "Edit" ;
115     };
116     FixedLine FL_SENDER
117     {
118         Pos = MAP_APPFONT ( 6 , 56 ) ;
119         Size = MAP_APPFONT ( 248 , 8 ) ;
120         Text [ en-US ] = "Sender" ;
121     };
122     FixedText TXT_SEND_POS
123     {
124         Pos = MAP_APPFONT ( 12 , 67 ) ;
125         Size = MAP_APPFONT ( 40 , 8 ) ;
126         Left = TRUE ;
127         Text [ en-US ] = "Position";
128     };
129     FixedText TXT_SEND_LEFT
130     {
131         Pos = MAP_APPFONT ( 18 , 80 ) ;
132         Size = MAP_APPFONT ( 40 , 8 ) ;
133         Left = TRUE ;
134         Text [ en-US ] = "from left" ;
135     };
136     MetricField FLD_SEND_LEFT
137     {
138         Border = TRUE ;
139         Pos = MAP_APPFONT ( 60 , 78 ) ;
140         Size = MAP_APPFONT ( 40 , 12 ) ;
141         TabStop = TRUE ;
142         Left = TRUE ;
143         Spin = TRUE ;
144         DecimalDigits = 2 ;
145         Unit = FUNIT_CM ;
146         Minimum = 0 ;
147         Maximum = 10000 ;
148         First = 0 ;
149         Last = 10000 ;
150         SpinSize = 10 ;
151         Repeat = TRUE ;
152     };
153     FixedText TXT_SEND_TOP
154     {
155         Pos = MAP_APPFONT ( 18 , 96 ) ;
156         Size = MAP_APPFONT ( 40 , 8 ) ;
157         Left = TRUE ;
158         Text [ en-US ] = "from top" ;
159     };
160     MetricField FLD_SEND_TOP
161     {
162         Border = TRUE ;
163         Pos = MAP_APPFONT ( 60 , 94 ) ;
164         Size = MAP_APPFONT ( 40 , 12 ) ;
165         TabStop = TRUE ;
166         Left = TRUE ;
167         Spin = TRUE ;
168         DecimalDigits = 2 ;
169         Unit = FUNIT_CM ;
170         Minimum = 0 ;
171         Maximum = 10000 ;
172         First = 0 ;
173         Last = 10000 ;
174         SpinSize = 10 ;
175         Repeat = TRUE ;
176     };
177     FixedText TXT_SEND_FORMAT
178     {
179         Pos = MAP_APPFONT ( 149 , 80 ) ;
180         Size = MAP_APPFONT ( 40 , 8 ) ;
181         Left = TRUE ;
182         Text [ en-US ] = "Format";
183     };
184     MenuButton BTN_SEND_EDIT
185     {
186         Pos = MAP_APPFONT ( 194 , 77 ) ;
187         Size = MAP_APPFONT ( 50 , 14 ) ;
188         Text [ en-US ] = "Edit" ;
189         TabStop = TRUE ;
190     };
191     FixedLine FL_SIZE
192     {
193         Pos = MAP_APPFONT ( 6 , 109 ) ;
194         Size = MAP_APPFONT ( 148 , 8 ) ;
195         Text [ en-US ] = "Size" ;
196     };
197     FixedText TXT_SIZE_FORMAT
198     {
199         Pos = MAP_APPFONT ( 12 , 122 ) ;
200         Size = MAP_APPFONT ( 40 , 8 ) ;
201         Text [ en-US ] = "F~ormat" ;
202         Left = TRUE ;
203     };
204     ListBox BOX_SIZE_FORMAT
205     {
206         Border = TRUE ;
207         Pos = MAP_APPFONT ( 60 , 120 ) ;
208         Size = MAP_APPFONT ( 40 , 72 ) ;
209         TabStop = TRUE ;
210         DropDown = TRUE ;
211     };
212     FixedText TXT_SIZE_WIDTH
213     {
214         Pos = MAP_APPFONT ( 12 , 138 ) ;
215         Size = MAP_APPFONT ( 40 , 8 ) ;
216         Text [ en-US ] = "~Width" ;
217         Left = TRUE ;
218     };
219     MetricField FLD_SIZE_WIDTH
220     {
221         Border = TRUE ;
222         Pos = MAP_APPFONT ( 60 , 136 ) ;
223         Size = MAP_APPFONT ( 40 , 12 ) ;
224         TabStop = TRUE ;
225         Left = TRUE ;
226         Spin = TRUE ;
227         DecimalDigits = 2 ;
228         Unit = FUNIT_CM ;
229         Minimum = 500 ;
230         Maximum = 10000 ;
231         First = 500 ;
232         Last = 10000 ;
233         SpinSize = 10 ;
234         Repeat = TRUE ;
235     };
236     FixedText TXT_SIZE_HEIGHT
237     {
238         Pos = MAP_APPFONT ( 12 , 154 ) ;
239         Size = MAP_APPFONT ( 40 , 8 ) ;
240         Left = TRUE ;
241         Text [ en-US ] = "~Height" ;
242     };
243     MetricField FLD_SIZE_HEIGHT
244     {
245         Border = TRUE ;
246         Pos = MAP_APPFONT ( 60 , 152 ) ;
247         Size = MAP_APPFONT ( 40 , 12 ) ;
248         TabStop = TRUE ;
249         Left = TRUE ;
250         Spin = TRUE ;
251         DecimalDigits = 2 ;
252         Unit = FUNIT_CM ;
253         Minimum = 500 ;
254         Maximum = 10000 ;
255         First = 500 ;
256         Last = 10000 ;
257         SpinSize = 10 ;
258         Repeat = TRUE ;
259     };
260     Window WIN_PREVIEW
261     {
262         Border = TRUE ;
263         Pos = MAP_APPFONT ( 160 , 116 ) ;
264         Size = MAP_APPFONT ( 84 , 63 ) ;
265     };
267  // Menu *********************************************************************
268 Menu MNU_EDIT
270     ItemList =
271     {
272         MenuItem
273         {
274             IDENTIFIER = MID_CHAR ;
275             Text [ en-US ] = "C~haracter..." ;
276         };
277         MenuItem
278         {
279             IDENTIFIER = MID_PARA ;
280             Text [ en-US ] = "P~aragraph..." ;
281         };
282     };