update dev300-m58
[ooovba.git] / svx / source / cui / dstribut.src
bloba3239c0d763cb7d211472954227c5fd5b5978b46
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: dstribut.src,v $
10  * $Revision: 1.33 $
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 ---------------------------------------------------------------
32 #include <svx/dialogs.hrc>
33 #include "dstribut.hrc"
34 #include "helpid.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 ;
41     Hide = TRUE ;
42     Size = MAP_APPFONT ( 260 , 81 ) ;
43     Text [ en-US ] = "Distribution" ;
45     FixedLine FL_HORIZONTAL
46     {
47         Pos = MAP_APPFONT ( 6 , 3  ) ;
48         Size = MAP_APPFONT ( 248 , 8 ) ;
49         Text [ en-US ] = "Horizontal" ;
50     };
52     RadioButton BTN_HOR_NONE
53     {
54         Pos = MAP_APPFONT ( 12 , 14  ) ;
55         Size = MAP_APPFONT ( 48 , 10 ) ;
56         Text [ en-US ] = "~None" ;
57     };
59     RadioButton BTN_HOR_LEFT
60     {
61         Pos = MAP_APPFONT ( 56 , 26  ) ;
62         Size = MAP_APPFONT ( 45 , 10 ) ;
63         Text [ en-US ] = "~Left" ;
64     };
66     RadioButton BTN_HOR_CENTER
67     {
68         Pos = MAP_APPFONT ( 105 , 26  ) ;
69         Size = MAP_APPFONT ( 45 , 10 ) ;
70         Text [ en-US ] = "~Center" ;
71     };
73     RadioButton BTN_HOR_DISTANCE
74     {
75         Pos = MAP_APPFONT ( 154 , 26  ) ;
76         Size = MAP_APPFONT ( 45 , 10 ) ;
77         Text [ en-US ] = "~Spacing" ;
78     };
80     RadioButton BTN_HOR_RIGHT
81     {
82         Pos = MAP_APPFONT ( 203 , 26  ) ;
83         Size = MAP_APPFONT ( 45 , 10 ) ;
84         Text [ en-US ] = "~Right" ;
85     };
87     FixedImage IMG_HOR_LOW {
88         Pos = MAP_APPFONT ( 65 , 10  );
89         Size = MAP_APPFONT ( 15 , 16 );
90         Hide = FALSE;
91         Fixed = Image {
92             ImageBitmap = Bitmap { File = "dsth_low.bmp"; };
93             MaskColor = STD_MASKCOLOR;
94         };
95     };
97     FixedImage IMG_HOR_CENTER {
98         Pos = MAP_APPFONT ( 114 , 10  );
99         Size = MAP_APPFONT ( 15 , 16 );
100         Hide = FALSE;
101         Fixed = Image {
102             ImageBitmap = Bitmap { File = "dsth_cen.bmp"; };
103             MaskColor = STD_MASKCOLOR;
104         };
105     };
107     FixedImage IMG_HOR_DISTANCE {
108         Pos = MAP_APPFONT ( 163 , 10  );
109         Size = MAP_APPFONT ( 15 , 16 );
110         Hide = FALSE;
111         Fixed = Image {
112             ImageBitmap = Bitmap { File = "dsth_dst.bmp"; };
113             MaskColor = STD_MASKCOLOR;
114         };
115     };
117     FixedImage IMG_HOR_HIGH {
118         Pos = MAP_APPFONT ( 212 , 10  );
119         Size = MAP_APPFONT ( 15 , 16 );
120         Hide = FALSE;
121         Fixed = Image {
122             ImageBitmap = Bitmap { File = "dsth_hig.bmp"; };
123             MaskColor = STD_MASKCOLOR;
124         };
125     };
127     FixedLine FL_VERTICAL
128     {
129         Pos = MAP_APPFONT ( 6 , 42  ) ;
130         Size = MAP_APPFONT ( 248 , 8 ) ;
131         Text [ en-US ] = "Vertical" ;
132     };
134     RadioButton BTN_VER_NONE
135     {
136         Pos = MAP_APPFONT ( 12 , 53  ) ;
137         Size = MAP_APPFONT ( 46 , 10 ) ;
138         Text [ en-US ] = "N~one" ;
139     };
141     RadioButton BTN_VER_TOP
142     {
143         Pos = MAP_APPFONT ( 56 , 65  ) ;
144         Size = MAP_APPFONT ( 45 , 10 ) ;
145         Text [ en-US ] = "~Top" ;
146     };
148     RadioButton BTN_VER_CENTER
149     {
150         Pos = MAP_APPFONT ( 105 , 65  ) ;
151         Size = MAP_APPFONT ( 45 , 10 ) ;
152         Text [ en-US ] = "C~enter" ;
153     };
155     RadioButton BTN_VER_DISTANCE
156     {
157         Pos = MAP_APPFONT ( 154 , 65  ) ;
158         Size = MAP_APPFONT ( 45 , 10 ) ;
159         Text [ en-US ] = "S~pacing" ;
160     };
162     RadioButton BTN_VER_BOTTOM
163     {
164         Pos = MAP_APPFONT ( 203 , 65  ) ;
165         Size = MAP_APPFONT ( 45 , 10 ) ;
166         Text [ en-US ] = "~Bottom" ;
167     };
169     FixedImage IMG_VER_HIGH {
170         Pos = MAP_APPFONT ( 65 , 49  );
171         Size = MAP_APPFONT ( 15 , 16 );
172         Hide = FALSE;
173         Fixed = Image {
174             ImageBitmap = Bitmap { File = "dstv_hig.bmp"; };
175             MaskColor = STD_MASKCOLOR;
176         };
177     };
179     FixedImage IMG_VER_CENTER {
180         Pos = MAP_APPFONT ( 114 , 49  );
181         Size = MAP_APPFONT ( 15 , 16 );
182         Hide = FALSE;
183         Fixed = Image {
184             ImageBitmap = Bitmap { File = "dstv_cen.bmp"; };
185             MaskColor = STD_MASKCOLOR;
186         };
187     };
189     FixedImage IMG_VER_DISTANCE {
190         Pos = MAP_APPFONT ( 163 , 49  );
191         Size = MAP_APPFONT ( 15 , 16 );
192         Hide = FALSE;
193         Fixed = Image {
194             ImageBitmap = Bitmap { File = "dstv_dst.bmp"; };
195             MaskColor = STD_MASKCOLOR;
196         };
197     };
199     FixedImage IMG_VER_LOW {
200         Pos = MAP_APPFONT ( 212 , 49  );
201         Size = MAP_APPFONT ( 15 , 16 );
202         Hide = FALSE;
203         Fixed = Image {
204             ImageBitmap = Bitmap { File = "dstv_low.bmp"; };
205             MaskColor = STD_MASKCOLOR;
206         };
207     };
210     Image IMG_HOR_LOW_H
211     {
212         ImageBitmap = Bitmap { File = "dsth_low_h.bmp" ; };
213         MaskColor = STD_MASKCOLOR ;
214     };
216     Image IMG_HOR_DISTANCE_H
217     {
218         ImageBitmap = Bitmap { File = "dsth_dst_h.bmp" ; };
219         MaskColor = STD_MASKCOLOR ;
220     };
222     Image IMG_HOR_CENTER_H
223     {
224         ImageBitmap = Bitmap { File = "dsth_cen_h.bmp" ; };
225         MaskColor = STD_MASKCOLOR ;
226     };
228     Image IMG_HOR_HIGH_H
229     {
230         ImageBitmap = Bitmap { File = "dsth_hig_h.bmp" ; };
231         MaskColor = STD_MASKCOLOR ;
232     };
234     Image IMG_VER_HIGH_H
235     {
236         ImageBitmap = Bitmap { File = "dstv_hig_h.bmp" ; };
237         MaskColor = STD_MASKCOLOR ;
238     };
240     Image IMG_VER_CENTER_H
241     {
242         ImageBitmap = Bitmap { File = "dstv_cen_h.bmp" ; };
243         MaskColor = STD_MASKCOLOR ;
244     };
246     Image IMG_VER_DISTANCE_H
247     {
248         ImageBitmap = Bitmap { File = "dstv_dst_h.bmp" ; };
249         MaskColor = STD_MASKCOLOR ;
250     };
252     Image IMG_VER_LOW_H
253     {
254         ImageBitmap = Bitmap { File = "dstv_low_h.bmp" ; };
255         MaskColor = STD_MASKCOLOR ;
256     };
260 // ********************************************************************** EOF