Update ooo320-m1
[ooovba.git] / sw / source / ui / frmdlg / wrap.src
blobe894f6fff02b9daa17e7f47a4f536373322c036f
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: wrap.src,v $
10  * $Revision: 1.38 $
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 "frmui.hrc"
32 #include "wrap.hrc"
33 #include "globals.hrc"
34 #include "helpid.h"
35 TabPage TP_FRM_WRAP
37     SVLook = TRUE ;
38     HelpID = HID_FRM_EXT ;
39     Pos = MAP_APPFONT ( 0 , 0 ) ;
40     Size = MAP_APPFONT ( 260 , 185 ) ;
41     Hide = TRUE;
42     FixedLine C_WRAP_FL
43     {
44         Pos = MAP_APPFONT ( 6 , 3 ) ;
45         Size = MAP_APPFONT ( 248 , 8 ) ;
46         Text [ en-US ] = "Settings";
47     };
48     ImageRadioButton RB_NO_WRAP
49     {
50         Pos = MAP_APPFONT ( 6 , 14 ) ;
51         Size = MAP_APPFONT ( 40 , 37 ) ;
52         WordBreak = TRUE;
53         Text [ en-US ] = "~None" ;
54         TopImage = True ;
55     };
56     ImageRadioButton RB_WRAP_LEFT
57     {
58         Pos = MAP_APPFONT ( 65 , 14 ) ;
59         Size = MAP_APPFONT ( 40 , 37 ) ;
60         WordBreak = TRUE;
61         TopImage = True ;
62         Text [ en-US ] = "Before" ;
63     };
64     ImageRadioButton RB_WRAP_RIGHT
65     {
66         Pos = MAP_APPFONT ( 121 , 14 ) ;
67         Size = MAP_APPFONT ( 40 , 37 ) ;
68         WordBreak = TRUE;
69         TopImage = True ;
70         Text [ en-US ] = "After" ;
71     };
72     ImageRadioButton RB_WRAP_PARALLEL
73     {
74         Pos = MAP_APPFONT ( 177 , 14 ) ;
75         Size = MAP_APPFONT ( 40 , 37 ) ;
76         WordBreak = TRUE;
77         Text [ en-US ] = "~Parallel" ;
78         TopImage = True ;
79     };
80     ImageRadioButton RB_WRAP_THROUGH
81     {
82         Pos = MAP_APPFONT ( 6 , 57 ) ;
83         Size = MAP_APPFONT ( 40 , 37 ) ;
84         WordBreak = TRUE;
85         Text [ en-US ] = "Thro~ugh" ;
86         TopImage = True ;
87     };
88     ImageRadioButton RB_WRAP_IDEAL
89     {
90         Pos = MAP_APPFONT ( 65 , 57 ) ;
91         Size = MAP_APPFONT ( 40 , 37 ) ;
92         WordBreak = TRUE;
93         TopImage = True ;
94         Text [ en-US ] = "~Optimal" ;
95     };
97     CheckBox CB_ANCHOR_ONLY
98     {
99         Pos = MAP_APPFONT ( 139 , 111 ) ;
100         Size = MAP_APPFONT ( 109 , 10 ) ;
101         Text [ en-US ] = "~First paragraph" ;
102     };
103     CheckBox CB_TRANSPARENT
104     {
105         Pos = MAP_APPFONT ( 139 , 125 ) ;
106         Size = MAP_APPFONT ( 109 , 10 ) ;
107         Text [ en-US ] = "In bac~kground" ;
108     };
109     CheckBox CB_OUTLINE
110     {
111         Pos = MAP_APPFONT ( 139 , 139 ) ;
112         Size = MAP_APPFONT ( 109 , 10 ) ;
113         Hide = TRUE ;
114         Text [ en-US ] = "~Contour" ;
115     };
116     CheckBox CB_ONLYOUTSIDE
117     {
118         Pos = MAP_APPFONT ( 139 , 153 ) ;
119         Size = MAP_APPFONT ( 109 , 10 ) ;
120         Hide = TRUE ;
121         Text [ en-US ] = "Outside only" ;
122     };
123     FixedLine FL_OPTION
124     {
125         Pos = MAP_APPFONT ( 133 , 100 ) ;
126         Size = MAP_APPFONT ( 121 , 8 ) ;
127         Text [ en-US ] = "Options" ;
128     };
129     FixedLine FL_OPTION_SEP
130     {
131         Pos = MAP_APPFONT ( 128 , 111 ) ;
132         Size = MAP_APPFONT ( 4 , 60 ) ;
133         Vert = TRUE;
134     };
135     FixedText FT_LEFT_MARGIN
136     {
137         Pos = MAP_APPFONT ( 12 , 113 ) ;
138         Size = MAP_APPFONT ( 60 , 8 ) ;
139         Text [ en-US ] = "L~eft" ;
140         Left = TRUE ;
141     };
142     MetricField ED_LEFT_MARGIN
143     {
144         Border = TRUE ;
145         Pos = MAP_APPFONT ( 81 , 111 ) ;
146         Size = MAP_APPFONT ( 40 , 12 ) ;
147         TabStop = TRUE ;
148         Left = TRUE ;
149         Repeat = TRUE ;
150         Spin = TRUE ;
151         Maximum = 9999 ;
152         DecimalDigits = 2 ;
153         Unit = FUNIT_CM ;
154         Last = 9999 ;
155         SpinSize = 10 ;
156     };
157     FixedText FT_RIGHT_MARGIN
158     {
159         Pos = MAP_APPFONT ( 12 , 129 ) ;
160         Size = MAP_APPFONT ( 60 , 8 ) ;
161         Text [ en-US ] = "~Right" ;
162         Left = TRUE ;
163     };
164     MetricField ED_RIGHT_MARGIN
165     {
166         Border = TRUE ;
167         Pos = MAP_APPFONT ( 81 , 127 ) ;
168         Size = MAP_APPFONT ( 40 , 12 ) ;
169         TabStop = TRUE ;
170         Left = TRUE ;
171         Repeat = TRUE ;
172         Spin = TRUE ;
173         Maximum = 9999 ;
174         DecimalDigits = 2 ;
175         Unit = FUNIT_CM ;
176         Last = 9999 ;
177         SpinSize = 10 ;
178     };
179     FixedText FT_TOP_MARGIN
180     {
181         Pos = MAP_APPFONT ( 12 , 145 ) ;
182         Size = MAP_APPFONT ( 60 , 8 ) ;
183         Text [ en-US ] = "~Top" ;
184         Left = TRUE ;
185     };
186     MetricField ED_TOP_MARGIN
187     {
188         Border = TRUE ;
189         Pos = MAP_APPFONT ( 81 , 143 ) ;
190         Size = MAP_APPFONT ( 40 , 12 ) ;
191         TabStop = TRUE ;
192         Left = TRUE ;
193         Repeat = TRUE ;
194         Spin = TRUE ;
195         Maximum = 9999 ;
196         DecimalDigits = 2 ;
197         Unit = FUNIT_CM ;
198         Last = 9999 ;
199         SpinSize = 10 ;
200     };
201     FixedText FT_BOTTOM_MARGIN
202     {
203         Pos = MAP_APPFONT ( 12 , 161 ) ;
204         Size = MAP_APPFONT ( 60 , 8 ) ;
205         Text [ en-US ] = "~Bottom" ;
206         Left = TRUE ;
207     };
208     MetricField ED_BOTTOM_MARGIN
209     {
210         Border = TRUE ;
211         Pos = MAP_APPFONT ( 81 , 159 ) ;
212         Size = MAP_APPFONT ( 40 , 12 ) ;
213         TabStop = TRUE ;
214         Left = TRUE ;
215         Repeat = TRUE ;
216         Spin = TRUE ;
217         Maximum = 9999 ;
218         DecimalDigits = 2 ;
219         Unit = FUNIT_CM ;
220         Last = 9999 ;
221         SpinSize = 10 ;
222     };
223     FixedLine FL_MARGIN
224     {
225         Pos = MAP_APPFONT ( 6 , 100 ) ;
226         Size = MAP_APPFONT ( 121 , 8 ) ;
227         Text [ en-US ] = "Spacing" ;
228     };
229 #define WRAP_IDLIST \
230         IdList =            \
231         {                   \
232             IMG_NONE ;      \
233             IMG_LEFT ;      \
234             IMG_RIGHT ;     \
235             IMG_PARALLEL ;  \
236             IMG_THROUGH ;   \
237             IMG_IDEAL ;     \
238             IMG_KON_NONE ;  \
239             IMG_KON_LEFT ;  \
240             IMG_KON_RIGHT ; \
241             IMG_KON_PARALLEL ;\
242             IMG_KON_IDEAL ;\
243         };                 \
244         IdCount = { 11 ; };
246     ImageList IL_WRAP
247     {
248         Prefix = "wr";
249         MaskColor = IMAGE_MASK_COLOR ;
250         WRAP_IDLIST
251     };
252     ImageList ILH_WRAP
253     {
254         Prefix = "wrh";
255         MaskColor = IMAGE_MASK_COLOR ;
256         WRAP_IDLIST
257     };