1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dstribut.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 // include ---------------------------------------------------------------
32 #include <svx/dialogs.hrc>
33 #include "dstribut.hrc"
36 // RID_SVXPAGE_DISTRIBUTE ---------------------------------------------------
37 #define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
38 TabPage RID_SVXPAGE_DISTRIBUTE
40 HelpId = HID_PAGE_DISTRIBUTE ;
42 Size = MAP_APPFONT ( 260 , 81 ) ;
43 Text [ en-US ] = "Distribution" ;
45 FixedLine FL_HORIZONTAL
47 Pos = MAP_APPFONT ( 6 , 3 ) ;
48 Size = MAP_APPFONT ( 248 , 8 ) ;
49 Text [ en-US ] = "Horizontal" ;
52 RadioButton BTN_HOR_NONE
54 Pos = MAP_APPFONT ( 12 , 14 ) ;
55 Size = MAP_APPFONT ( 48 , 10 ) ;
56 Text [ en-US ] = "~None" ;
59 RadioButton BTN_HOR_LEFT
61 Pos = MAP_APPFONT ( 56 , 26 ) ;
62 Size = MAP_APPFONT ( 45 , 10 ) ;
63 Text [ en-US ] = "~Left" ;
66 RadioButton BTN_HOR_CENTER
68 Pos = MAP_APPFONT ( 105 , 26 ) ;
69 Size = MAP_APPFONT ( 45 , 10 ) ;
70 Text [ en-US ] = "~Center" ;
73 RadioButton BTN_HOR_DISTANCE
75 Pos = MAP_APPFONT ( 154 , 26 ) ;
76 Size = MAP_APPFONT ( 45 , 10 ) ;
77 Text [ en-US ] = "~Spacing" ;
80 RadioButton BTN_HOR_RIGHT
82 Pos = MAP_APPFONT ( 203 , 26 ) ;
83 Size = MAP_APPFONT ( 45 , 10 ) ;
84 Text [ en-US ] = "~Right" ;
87 FixedImage IMG_HOR_LOW {
88 Pos = MAP_APPFONT ( 65 , 10 );
89 Size = MAP_APPFONT ( 15 , 16 );
92 ImageBitmap = Bitmap { File = "dsth_low.bmp"; };
93 MaskColor = STD_MASKCOLOR;
97 FixedImage IMG_HOR_CENTER {
98 Pos = MAP_APPFONT ( 114 , 10 );
99 Size = MAP_APPFONT ( 15 , 16 );
102 ImageBitmap = Bitmap { File = "dsth_cen.bmp"; };
103 MaskColor = STD_MASKCOLOR;
107 FixedImage IMG_HOR_DISTANCE {
108 Pos = MAP_APPFONT ( 163 , 10 );
109 Size = MAP_APPFONT ( 15 , 16 );
112 ImageBitmap = Bitmap { File = "dsth_dst.bmp"; };
113 MaskColor = STD_MASKCOLOR;
117 FixedImage IMG_HOR_HIGH {
118 Pos = MAP_APPFONT ( 212 , 10 );
119 Size = MAP_APPFONT ( 15 , 16 );
122 ImageBitmap = Bitmap { File = "dsth_hig.bmp"; };
123 MaskColor = STD_MASKCOLOR;
127 FixedLine FL_VERTICAL
129 Pos = MAP_APPFONT ( 6 , 42 ) ;
130 Size = MAP_APPFONT ( 248 , 8 ) ;
131 Text [ en-US ] = "Vertical" ;
134 RadioButton BTN_VER_NONE
136 Pos = MAP_APPFONT ( 12 , 53 ) ;
137 Size = MAP_APPFONT ( 46 , 10 ) ;
138 Text [ en-US ] = "N~one" ;
141 RadioButton BTN_VER_TOP
143 Pos = MAP_APPFONT ( 56 , 65 ) ;
144 Size = MAP_APPFONT ( 45 , 10 ) ;
145 Text [ en-US ] = "~Top" ;
148 RadioButton BTN_VER_CENTER
150 Pos = MAP_APPFONT ( 105 , 65 ) ;
151 Size = MAP_APPFONT ( 45 , 10 ) ;
152 Text [ en-US ] = "C~enter" ;
155 RadioButton BTN_VER_DISTANCE
157 Pos = MAP_APPFONT ( 154 , 65 ) ;
158 Size = MAP_APPFONT ( 45 , 10 ) ;
159 Text [ en-US ] = "S~pacing" ;
162 RadioButton BTN_VER_BOTTOM
164 Pos = MAP_APPFONT ( 203 , 65 ) ;
165 Size = MAP_APPFONT ( 45 , 10 ) ;
166 Text [ en-US ] = "~Bottom" ;
169 FixedImage IMG_VER_HIGH {
170 Pos = MAP_APPFONT ( 65 , 49 );
171 Size = MAP_APPFONT ( 15 , 16 );
174 ImageBitmap = Bitmap { File = "dstv_hig.bmp"; };
175 MaskColor = STD_MASKCOLOR;
179 FixedImage IMG_VER_CENTER {
180 Pos = MAP_APPFONT ( 114 , 49 );
181 Size = MAP_APPFONT ( 15 , 16 );
184 ImageBitmap = Bitmap { File = "dstv_cen.bmp"; };
185 MaskColor = STD_MASKCOLOR;
189 FixedImage IMG_VER_DISTANCE {
190 Pos = MAP_APPFONT ( 163 , 49 );
191 Size = MAP_APPFONT ( 15 , 16 );
194 ImageBitmap = Bitmap { File = "dstv_dst.bmp"; };
195 MaskColor = STD_MASKCOLOR;
199 FixedImage IMG_VER_LOW {
200 Pos = MAP_APPFONT ( 212 , 49 );
201 Size = MAP_APPFONT ( 15 , 16 );
204 ImageBitmap = Bitmap { File = "dstv_low.bmp"; };
205 MaskColor = STD_MASKCOLOR;
212 ImageBitmap = Bitmap { File = "dsth_low_h.bmp" ; };
213 MaskColor = STD_MASKCOLOR ;
216 Image IMG_HOR_DISTANCE_H
218 ImageBitmap = Bitmap { File = "dsth_dst_h.bmp" ; };
219 MaskColor = STD_MASKCOLOR ;
222 Image IMG_HOR_CENTER_H
224 ImageBitmap = Bitmap { File = "dsth_cen_h.bmp" ; };
225 MaskColor = STD_MASKCOLOR ;
230 ImageBitmap = Bitmap { File = "dsth_hig_h.bmp" ; };
231 MaskColor = STD_MASKCOLOR ;
236 ImageBitmap = Bitmap { File = "dstv_hig_h.bmp" ; };
237 MaskColor = STD_MASKCOLOR ;
240 Image IMG_VER_CENTER_H
242 ImageBitmap = Bitmap { File = "dstv_cen_h.bmp" ; };
243 MaskColor = STD_MASKCOLOR ;
246 Image IMG_VER_DISTANCE_H
248 ImageBitmap = Bitmap { File = "dstv_dst_h.bmp" ; };
249 MaskColor = STD_MASKCOLOR ;
254 ImageBitmap = Bitmap { File = "dstv_low_h.bmp" ; };
255 MaskColor = STD_MASKCOLOR ;
260 // ********************************************************************** EOF