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