xref: /trunk/main/cui/source/tabpages/dstribut.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28// include ---------------------------------------------------------------
29#include <cuires.hrc>
30#include "dstribut.hrc"
31#include "helpid.hrc"
32#include <svx/dialogs.hrc>
33
34// RID_SVXPAGE_DISTRIBUTE ---------------------------------------------------
35#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
36TabPage RID_SVXPAGE_DISTRIBUTE
37{
38    HelpId = HID_PAGE_DISTRIBUTE ;
39    Hide = TRUE ;
40    Size = MAP_APPFONT ( 260 , 81 ) ;
41    Text [ en-US ] = "Distribution" ;
42
43    FixedLine FL_HORIZONTAL
44    {
45        Pos = MAP_APPFONT ( 6 , 3  ) ;
46        Size = MAP_APPFONT ( 248 , 8 ) ;
47        Text [ en-US ] = "Horizontal" ;
48    };
49
50    RadioButton BTN_HOR_NONE
51    {
52        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_NONE";
53        Pos = MAP_APPFONT ( 12 , 14  ) ;
54        Size = MAP_APPFONT ( 48 , 10 ) ;
55        Text [ en-US ] = "~None" ;
56    };
57
58    RadioButton BTN_HOR_LEFT
59    {
60        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_LEFT";
61        Pos = MAP_APPFONT ( 56 , 26  ) ;
62        Size = MAP_APPFONT ( 45 , 10 ) ;
63        Text [ en-US ] = "~Left" ;
64    };
65
66    RadioButton BTN_HOR_CENTER
67    {
68        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_CENTER";
69        Pos = MAP_APPFONT ( 105 , 26  ) ;
70        Size = MAP_APPFONT ( 45 , 10 ) ;
71        Text [ en-US ] = "~Center" ;
72    };
73
74    RadioButton BTN_HOR_DISTANCE
75    {
76        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_DISTANCE";
77        Pos = MAP_APPFONT ( 154 , 26  ) ;
78        Size = MAP_APPFONT ( 45 , 10 ) ;
79        Text [ en-US ] = "~Spacing" ;
80    };
81
82    RadioButton BTN_HOR_RIGHT
83    {
84        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_RIGHT";
85        Pos = MAP_APPFONT ( 203 , 26  ) ;
86        Size = MAP_APPFONT ( 45 , 10 ) ;
87        Text [ en-US ] = "~Right" ;
88    };
89
90    FixedImage IMG_HOR_LOW {
91        Pos = MAP_APPFONT ( 65 , 10  );
92        Size = MAP_APPFONT ( 15 , 16 );
93        Hide = FALSE;
94        Fixed = Image {
95            ImageBitmap = Bitmap { File = "dsth_low.bmp"; };
96            MaskColor = STD_MASKCOLOR;
97        };
98    };
99
100    FixedImage IMG_HOR_CENTER {
101        Pos = MAP_APPFONT ( 114 , 10  );
102        Size = MAP_APPFONT ( 15 , 16 );
103        Hide = FALSE;
104        Fixed = Image {
105            ImageBitmap = Bitmap { File = "dsth_cen.bmp"; };
106            MaskColor = STD_MASKCOLOR;
107        };
108    };
109
110    FixedImage IMG_HOR_DISTANCE {
111        Pos = MAP_APPFONT ( 163 , 10  );
112        Size = MAP_APPFONT ( 15 , 16 );
113        Hide = FALSE;
114        Fixed = Image {
115            ImageBitmap = Bitmap { File = "dsth_dst.bmp"; };
116            MaskColor = STD_MASKCOLOR;
117        };
118    };
119
120    FixedImage IMG_HOR_HIGH {
121        Pos = MAP_APPFONT ( 212 , 10  );
122        Size = MAP_APPFONT ( 15 , 16 );
123        Hide = FALSE;
124        Fixed = Image {
125            ImageBitmap = Bitmap { File = "dsth_hig.bmp"; };
126            MaskColor = STD_MASKCOLOR;
127        };
128    };
129
130    FixedLine FL_VERTICAL
131    {
132        Pos = MAP_APPFONT ( 6 , 42  ) ;
133        Size = MAP_APPFONT ( 248 , 8 ) ;
134        Text [ en-US ] = "Vertical" ;
135    };
136
137    RadioButton BTN_VER_NONE
138    {
139        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_NONE";
140        Pos = MAP_APPFONT ( 12 , 53  ) ;
141        Size = MAP_APPFONT ( 46 , 10 ) ;
142        Text [ en-US ] = "N~one" ;
143    };
144
145    RadioButton BTN_VER_TOP
146    {
147        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_TOP";
148        Pos = MAP_APPFONT ( 56 , 65  ) ;
149        Size = MAP_APPFONT ( 45 , 10 ) ;
150        Text [ en-US ] = "~Top" ;
151    };
152
153    RadioButton BTN_VER_CENTER
154    {
155        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_CENTER";
156        Pos = MAP_APPFONT ( 105 , 65  ) ;
157        Size = MAP_APPFONT ( 45 , 10 ) ;
158        Text [ en-US ] = "C~enter" ;
159    };
160
161    RadioButton BTN_VER_DISTANCE
162    {
163        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_DISTANCE";
164        Pos = MAP_APPFONT ( 154 , 65  ) ;
165        Size = MAP_APPFONT ( 45 , 10 ) ;
166        Text [ en-US ] = "S~pacing" ;
167    };
168
169    RadioButton BTN_VER_BOTTOM
170    {
171        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_BOTTOM";
172        Pos = MAP_APPFONT ( 203 , 65  ) ;
173        Size = MAP_APPFONT ( 45 , 10 ) ;
174        Text [ en-US ] = "~Bottom" ;
175    };
176
177    FixedImage IMG_VER_HIGH {
178        Pos = MAP_APPFONT ( 65 , 49  );
179        Size = MAP_APPFONT ( 15 , 16 );
180        Hide = FALSE;
181        Fixed = Image {
182            ImageBitmap = Bitmap { File = "dstv_hig.bmp"; };
183            MaskColor = STD_MASKCOLOR;
184        };
185    };
186
187    FixedImage IMG_VER_CENTER {
188        Pos = MAP_APPFONT ( 114 , 49  );
189        Size = MAP_APPFONT ( 15 , 16 );
190        Hide = FALSE;
191        Fixed = Image {
192            ImageBitmap = Bitmap { File = "dstv_cen.bmp"; };
193            MaskColor = STD_MASKCOLOR;
194        };
195    };
196
197    FixedImage IMG_VER_DISTANCE {
198        Pos = MAP_APPFONT ( 163 , 49  );
199        Size = MAP_APPFONT ( 15 , 16 );
200        Hide = FALSE;
201        Fixed = Image {
202            ImageBitmap = Bitmap { File = "dstv_dst.bmp"; };
203            MaskColor = STD_MASKCOLOR;
204        };
205    };
206
207    FixedImage IMG_VER_LOW {
208        Pos = MAP_APPFONT ( 212 , 49  );
209        Size = MAP_APPFONT ( 15 , 16 );
210        Hide = FALSE;
211        Fixed = Image {
212            ImageBitmap = Bitmap { File = "dstv_low.bmp"; };
213            MaskColor = STD_MASKCOLOR;
214        };
215    };
216
217
218    Image IMG_HOR_LOW_H
219    {
220        ImageBitmap = Bitmap { File = "dsth_low_h.bmp" ; };
221        MaskColor = STD_MASKCOLOR ;
222    };
223
224    Image IMG_HOR_DISTANCE_H
225    {
226        ImageBitmap = Bitmap { File = "dsth_dst_h.bmp" ; };
227        MaskColor = STD_MASKCOLOR ;
228    };
229
230    Image IMG_HOR_CENTER_H
231    {
232        ImageBitmap = Bitmap { File = "dsth_cen_h.bmp" ; };
233        MaskColor = STD_MASKCOLOR ;
234    };
235
236    Image IMG_HOR_HIGH_H
237    {
238        ImageBitmap = Bitmap { File = "dsth_hig_h.bmp" ; };
239        MaskColor = STD_MASKCOLOR ;
240    };
241
242    Image IMG_VER_HIGH_H
243    {
244        ImageBitmap = Bitmap { File = "dstv_hig_h.bmp" ; };
245        MaskColor = STD_MASKCOLOR ;
246    };
247
248    Image IMG_VER_CENTER_H
249    {
250        ImageBitmap = Bitmap { File = "dstv_cen_h.bmp" ; };
251        MaskColor = STD_MASKCOLOR ;
252    };
253
254    Image IMG_VER_DISTANCE_H
255    {
256        ImageBitmap = Bitmap { File = "dstv_dst_h.bmp" ; };
257        MaskColor = STD_MASKCOLOR ;
258    };
259
260    Image IMG_VER_LOW_H
261    {
262        ImageBitmap = Bitmap { File = "dstv_low_h.bmp" ; };
263        MaskColor = STD_MASKCOLOR ;
264    };
265
266};
267
268// ********************************************************************** EOF
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302