merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / backgrnd.src
blobe9f847534c0f2f208e9e149a4977c9db14f6de12
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: backgrnd.src,v $
10  * $Revision: 1.40 $
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  // include ---------------------------------------------------------------
31 #include <svtools/controldims.hrc>
32 #include "helpid.hrc"
33 #include <svx/dialogs.hrc>
34 #include "backgrnd.hrc"
35  // define ----------------------------------------------------------------
36 #define UNLINKED_IMAGE                                          \
37     Text [ en-US ] = "Unlinked graphic" ; \
39  // pragma ----------------------------------------------------------------
41  // RID_SVXPAGE_BACKGROUND ------------------------------------------------
42 TabPage RID_SVXPAGE_BACKGROUND
44     HelpId = HID_BACKGROUND ;
45     Hide = TRUE ;
46     Size = MAP_APPFONT ( 260 , 185 ) ;
47     Text [ en-US ] = "Background" ;
48     FixedText FT_SELECTOR
49     {
50         Pos = MAP_APPFONT ( 6 , 4 ) ;
51         Size = MAP_APPFONT ( 24 , 10 ) ;
52         Hide = TRUE ;
53         LeftLabel = TRUE ;
54         Text [ en-US ] = "A~s" ;
55     };
56     ListBox LB_SELECTOR
57     {
58         Hide = TRUE ;
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 33 , 3 ) ;
61         Size = MAP_APPFONT ( 82 , 48 ) ;
62         DropDown = TRUE ;
63         StringList [ en-US ] =
64         {
65             < "Color" ; Default ; > ;
66             < "Graphic" ; Default ; > ;
67         };
68     };
69     FixedText FT_TBL_DESC
70     {
71         Pos = MAP_APPFONT ( 145 , 5 ) ;
72         Size = MAP_APPFONT ( 24 , 10 ) ;
73         Hide = TRUE ;
74         LeftLabel = TRUE ;
75         /* ### ACHTUNG: Neuer Text in Resource? Fü~r : F³~r */
76         Text [ en-US ] = "F~or" ;
77     };
78     ListBox LB_TBL_BOX
79     {
80         Hide = TRUE ;
81         Border = TRUE ;
82         Pos = MAP_APPFONT ( 172 , 3 ) ;
83         Size = MAP_APPFONT ( 82 , 48 ) ;
84         DropDown = TRUE ;
85         StringList [ en-US ] =
86         {
87             < "Cell" ; > ;
88             < "Row" ; > ;
89             < "Table" ; > ;
90         };
91     };
92     ListBox LB_PARA_BOX
93     {
94         Hide = TRUE ;
95         Border = TRUE ;
96         Pos = MAP_APPFONT ( 172 , 3 ) ;
97         Size = MAP_APPFONT ( 82 , 48 ) ;
98         DropDown = TRUE ;
99         StringList [ en-US ] =
100         {
101             < "Paragraph" ; > ;
102             < "Character" ; > ;
103         };
104     };
105      // Hintergrund-Brush  ----------------------------------------------------
106     Control CT_BORDER
107     {
108         Border = TRUE ;
109         Pos = MAP_APPFONT ( 12 , 32 ) ;
110         Size = MAP_APPFONT ( 116+2 , 145+2 ) ;
111         DialogControl = TRUE;
112     };
113     Control SET_BGDCOLOR
114     {
115         HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ;
116         Hide = TRUE ;
117         Pos = MAP_APPFONT ( 0 , 0 ) ;
118         Size = MAP_APPFONT ( 116 , 145 ) ;
119         TabStop = TRUE ;
120     };
121     FixedLine GB_BGDCOLOR
122     {
123         Hide = TRUE ;
124         Pos = MAP_APPFONT ( 6 , 21 ) ;
125         Size = MAP_APPFONT ( 248 , 8) ;
126         Text [ en-US ] = "Background color" ;
127     };
128     Window WIN_PREVIEW1
129     {
130         Hide = TRUE ;
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 166 , 34 ) ;
133         Size = MAP_APPFONT ( 82 , 40 ) ;
134     };
135     FixedText FT_COL_TRANS
136     {
137         Hide = TRUE ;
138         Pos = MAP_APPFONT ( 166, 74 + RSC_SP_CTRL_Y + 2 ) ;
139         Size = MAP_APPFONT ( 50 , 8) ;
140         Text [ en-US ] = "~Transparency" ;
141     };
142     MetricField MF_COL_TRANS
143     {
144         Hide = TRUE ;
145         Pos = MAP_APPFONT ( 218 , 74 + RSC_SP_CTRL_Y ) ;
146         Size = MAP_APPFONT ( 30 , 12) ;
147         Border = TRUE ;
148         Group = TRUE ;
149         Left = TRUE ;
150         Repeat = TRUE ;
151         Spin = TRUE ;
152         Unit = FUNIT_CUSTOM ;
153         CustomUnitText = "%" ;
154         SpinSize = 5 ;
155         Minimum = 0;
156         Maximum = 100;
157     };
159      // Hintergrund-Bitmap ----------------------------------------------------
160     FixedLine GB_FILE
161     {
162         Hide = TRUE ;
163         Pos = MAP_APPFONT ( 6 , 23 ) ;
164         Size = MAP_APPFONT ( 153 , 8 ) ;
165         Text [ en-US ] = "File" ;
166     };
167     PushButton BTN_BROWSE
168     {
169         Hide = TRUE ;
170         Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ) ;
171         Size = MAP_APPFONT ( 60 , 14 ) ;
172         Text [ en-US ] = "~Browse..." ;
173     };
174     CheckBox BTN_LINK
175     {
176         Hide = TRUE ;
177         Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT + 60 + 2*RSC_SP_CTRL_X, 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + 3 ) ;
178         Size = MAP_APPFONT ( 78 , 10 ) ;
179         Text [ en-US ] = "~Link" ;
180     };
181     FixedText FT_FILE
182     {
183         Hide = TRUE ;
184         Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_Y ) ;
185         Size = MAP_APPFONT ( 141 , 8 ) ;
186         UNLINKED_IMAGE
187     };
188     FixedLine GB_POSITION
189     {
190         Hide = TRUE ;
191         Pos = MAP_APPFONT ( 6 , 78 ) ;
192         Size = MAP_APPFONT ( 153 , 8 ) ;
193         Text [ en-US ] = "Type" ;
194     };
195     RadioButton BTN_POSITION
196     {
197         Hide = TRUE ;
198         Pos = MAP_APPFONT ( 12 , 89 ) ;
199         Size = MAP_APPFONT ( 49 , 10 ) ;
200         Text [ en-US ] = "~Position" ;
201     };
202     RadioButton BTN_AREA
203     {
204         Hide = TRUE ;
205         Pos = MAP_APPFONT ( 12 , 103 ) ;
206         Size = MAP_APPFONT ( 49 , 10 ) ;
207         /* ### ACHTUNG: Neuer Text in Resource? ~Fläche : ~Flõche */
208         Text [ en-US ] = "Ar~ea" ;
209     };
210     RadioButton BTN_TILE
211     {
212         Hide = TRUE ;
213         Pos = MAP_APPFONT ( 12 , 117 ) ;
214         Size = MAP_APPFONT ( 49 , 10 ) ;
215         Text [ en-US ] = "~Tile" ;
216     };
217     Control WND_POSITION
218     {
219         HelpId = HID_BACKGROUND_CTL_POSITION ;
220         Hide = TRUE ;
221         Border = TRUE ;
222         Pos = MAP_APPFONT ( 64 , 89 ) ;
223         Size = MAP_APPFONT ( 90 , 87 ) ;
224         TabStop = TRUE ;
225     };
226     FixedLine FL_GRAPH_TRANS
227     {
228         Hide = TRUE ;
229         Pos = MAP_APPFONT ( 6 , 157 ) ;
230         Size = MAP_APPFONT ( 153 , 8) ;
231         Text [ en-US ] = "Transparency" ;
232     };
233     MetricField MF_GRAPH_TRANS
234     {
235         Hide = TRUE ;
236         Pos = MAP_APPFONT ( 12 , 168 ) ;
237         Size = MAP_APPFONT ( 30 , 12) ;
238         Border = TRUE ;
239         Group = TRUE ;
240         Left = TRUE ;
241         Repeat = TRUE ;
242         Spin = TRUE ;
243         Unit = FUNIT_CUSTOM ;
244         CustomUnitText = "%" ;
245         SpinSize = 5 ;
246         Minimum = 0;
247         Maximum = 100;
248     };
249     Window WIN_PREVIEW2
250     {
251         Hide = TRUE ;
252         Border = TRUE ;
253         Pos = MAP_APPFONT ( 170 , 23 + 4 ) ;
254         Size = MAP_APPFONT ( 81 , 139 ) ;
255     };
256     CheckBox BTN_PREVIEW
257     {
258         Pos = MAP_APPFONT ( 170 , 23 + 4 + 139 + RSC_SP_CTRL_GROUP_Y ) ;
259         Size = MAP_APPFONT ( 141 , 10 ) ;
260         Text [ en-US ] = "Pre~view" ;
261     };
262     String STR_BROWSE
263     {
264         Text [ en-US ] = "Find graphics" ;
265     };
266     String STR_UNLINKED
267     {
268         UNLINKED_IMAGE
269     };
271  // ********************************************************************** EOF