xref: /aoo42x/main/cui/source/tabpages/dstribut.src (revision 0e2af6af)
1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e2af6afSAndrew Rist *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e2af6afSAndrew Rist *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19*0e2af6afSAndrew Rist *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22*0e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include "dstribut.hrc"
27cdf0e10cSrcweir#include "helpid.hrc"
28cdf0e10cSrcweir#include <svx/dialogs.hrc>
29cdf0e10cSrcweir
30cdf0e10cSrcweir// RID_SVXPAGE_DISTRIBUTE ---------------------------------------------------
31cdf0e10cSrcweir#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
32cdf0e10cSrcweirTabPage RID_SVXPAGE_DISTRIBUTE
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	HelpId = HID_PAGE_DISTRIBUTE ;
35cdf0e10cSrcweir	Hide = TRUE ;
36cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 81 ) ;
37cdf0e10cSrcweir	Text [ en-US ] = "Distribution" ;
38cdf0e10cSrcweir
39cdf0e10cSrcweir	FixedLine FL_HORIZONTAL
40cdf0e10cSrcweir	{
41cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3  ) ;
42cdf0e10cSrcweir		Size = MAP_APPFONT ( 248 , 8 ) ;
43cdf0e10cSrcweir		Text [ en-US ] = "Horizontal" ;
44cdf0e10cSrcweir	};
45cdf0e10cSrcweir
46cdf0e10cSrcweir	RadioButton BTN_HOR_NONE
47cdf0e10cSrcweir	{
48cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_NONE";
49cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 14  ) ;
50cdf0e10cSrcweir        Size = MAP_APPFONT ( 48 , 10 ) ;
51cdf0e10cSrcweir        Text [ en-US ] = "~None" ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir
54cdf0e10cSrcweir	RadioButton BTN_HOR_LEFT
55cdf0e10cSrcweir	{
56cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_LEFT";
57cdf0e10cSrcweir        Pos = MAP_APPFONT ( 56 , 26  ) ;
58cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
59cdf0e10cSrcweir        Text [ en-US ] = "~Left" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir
62cdf0e10cSrcweir	RadioButton BTN_HOR_CENTER
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_CENTER";
65cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105 , 26  ) ;
66cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
67cdf0e10cSrcweir        Text [ en-US ] = "~Center" ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir
70cdf0e10cSrcweir	RadioButton BTN_HOR_DISTANCE
71cdf0e10cSrcweir	{
72cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_DISTANCE";
73cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154 , 26  ) ;
74cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
75cdf0e10cSrcweir        Text [ en-US ] = "~Spacing" ;
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir
78cdf0e10cSrcweir	RadioButton BTN_HOR_RIGHT
79cdf0e10cSrcweir	{
80cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_RIGHT";
81cdf0e10cSrcweir        Pos = MAP_APPFONT ( 203 , 26  ) ;
82cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
83cdf0e10cSrcweir        Text [ en-US ] = "~Right" ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir
86cdf0e10cSrcweir	FixedImage IMG_HOR_LOW {
87cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , 10  );
88cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
89cdf0e10cSrcweir		Hide = FALSE;
90cdf0e10cSrcweir		Fixed = Image {
91cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dsth_low.bmp"; };
92cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
93cdf0e10cSrcweir		};
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir
96cdf0e10cSrcweir	FixedImage IMG_HOR_CENTER {
97cdf0e10cSrcweir		Pos = MAP_APPFONT ( 114 , 10  );
98cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
99cdf0e10cSrcweir		Hide = FALSE;
100cdf0e10cSrcweir		Fixed = Image {
101cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dsth_cen.bmp"; };
102cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
103cdf0e10cSrcweir		};
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir
106cdf0e10cSrcweir	FixedImage IMG_HOR_DISTANCE {
107cdf0e10cSrcweir		Pos = MAP_APPFONT ( 163 , 10  );
108cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
109cdf0e10cSrcweir		Hide = FALSE;
110cdf0e10cSrcweir		Fixed = Image {
111cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dsth_dst.bmp"; };
112cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
113cdf0e10cSrcweir		};
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir
116cdf0e10cSrcweir	FixedImage IMG_HOR_HIGH {
117cdf0e10cSrcweir		Pos = MAP_APPFONT ( 212 , 10  );
118cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
119cdf0e10cSrcweir		Hide = FALSE;
120cdf0e10cSrcweir		Fixed = Image {
121cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dsth_hig.bmp"; };
122cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
123cdf0e10cSrcweir		};
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir
126cdf0e10cSrcweir	FixedLine FL_VERTICAL
127cdf0e10cSrcweir	{
128cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 42  ) ;
129cdf0e10cSrcweir		Size = MAP_APPFONT ( 248 , 8 ) ;
130cdf0e10cSrcweir		Text [ en-US ] = "Vertical" ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir
133cdf0e10cSrcweir	RadioButton BTN_VER_NONE
134cdf0e10cSrcweir	{
135cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_NONE";
136cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 53  ) ;
137cdf0e10cSrcweir        Size = MAP_APPFONT ( 46 , 10 ) ;
138cdf0e10cSrcweir        Text [ en-US ] = "N~one" ;
139cdf0e10cSrcweir	};
140cdf0e10cSrcweir
141cdf0e10cSrcweir	RadioButton BTN_VER_TOP
142cdf0e10cSrcweir	{
143cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_TOP";
144cdf0e10cSrcweir        Pos = MAP_APPFONT ( 56 , 65  ) ;
145cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
146cdf0e10cSrcweir        Text [ en-US ] = "~Top" ;
147cdf0e10cSrcweir	};
148cdf0e10cSrcweir
149cdf0e10cSrcweir	RadioButton BTN_VER_CENTER
150cdf0e10cSrcweir	{
151cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_CENTER";
152cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105 , 65  ) ;
153cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
154cdf0e10cSrcweir        Text [ en-US ] = "C~enter" ;
155cdf0e10cSrcweir	};
156cdf0e10cSrcweir
157cdf0e10cSrcweir	RadioButton BTN_VER_DISTANCE
158cdf0e10cSrcweir	{
159cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_DISTANCE";
160cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154 , 65  ) ;
161cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
162cdf0e10cSrcweir        Text [ en-US ] = "S~pacing" ;
163cdf0e10cSrcweir	};
164cdf0e10cSrcweir
165cdf0e10cSrcweir	RadioButton BTN_VER_BOTTOM
166cdf0e10cSrcweir	{
167cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_BOTTOM";
168cdf0e10cSrcweir        Pos = MAP_APPFONT ( 203 , 65  ) ;
169cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 10 ) ;
170cdf0e10cSrcweir        Text [ en-US ] = "~Bottom" ;
171cdf0e10cSrcweir	};
172cdf0e10cSrcweir
173cdf0e10cSrcweir	FixedImage IMG_VER_HIGH {
174cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , 49  );
175cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
176cdf0e10cSrcweir		Hide = FALSE;
177cdf0e10cSrcweir		Fixed = Image {
178cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dstv_hig.bmp"; };
179cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
180cdf0e10cSrcweir		};
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir
183cdf0e10cSrcweir	FixedImage IMG_VER_CENTER {
184cdf0e10cSrcweir		Pos = MAP_APPFONT ( 114 , 49  );
185cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
186cdf0e10cSrcweir		Hide = FALSE;
187cdf0e10cSrcweir		Fixed = Image {
188cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dstv_cen.bmp"; };
189cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
190cdf0e10cSrcweir		};
191cdf0e10cSrcweir	};
192cdf0e10cSrcweir
193cdf0e10cSrcweir	FixedImage IMG_VER_DISTANCE {
194cdf0e10cSrcweir		Pos = MAP_APPFONT ( 163 , 49  );
195cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
196cdf0e10cSrcweir		Hide = FALSE;
197cdf0e10cSrcweir		Fixed = Image {
198cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dstv_dst.bmp"; };
199cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
200cdf0e10cSrcweir		};
201cdf0e10cSrcweir	};
202cdf0e10cSrcweir
203cdf0e10cSrcweir	FixedImage IMG_VER_LOW {
204cdf0e10cSrcweir		Pos = MAP_APPFONT ( 212 , 49  );
205cdf0e10cSrcweir		Size = MAP_APPFONT ( 15 , 16 );
206cdf0e10cSrcweir		Hide = FALSE;
207cdf0e10cSrcweir		Fixed = Image {
208cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "dstv_low.bmp"; };
209cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
210cdf0e10cSrcweir		};
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir
213cdf0e10cSrcweir
214cdf0e10cSrcweir	Image IMG_HOR_LOW_H
215cdf0e10cSrcweir	{
216cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dsth_low_h.bmp" ; };
217cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
218cdf0e10cSrcweir	};
219cdf0e10cSrcweir
220cdf0e10cSrcweir	Image IMG_HOR_DISTANCE_H
221cdf0e10cSrcweir	{
222cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dsth_dst_h.bmp" ; };
223cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
224cdf0e10cSrcweir	};
225cdf0e10cSrcweir
226cdf0e10cSrcweir	Image IMG_HOR_CENTER_H
227cdf0e10cSrcweir	{
228cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dsth_cen_h.bmp" ; };
229cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
230cdf0e10cSrcweir	};
231cdf0e10cSrcweir
232cdf0e10cSrcweir	Image IMG_HOR_HIGH_H
233cdf0e10cSrcweir	{
234cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dsth_hig_h.bmp" ; };
235cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
236cdf0e10cSrcweir	};
237cdf0e10cSrcweir
238cdf0e10cSrcweir	Image IMG_VER_HIGH_H
239cdf0e10cSrcweir	{
240cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dstv_hig_h.bmp" ; };
241cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
242cdf0e10cSrcweir	};
243cdf0e10cSrcweir
244cdf0e10cSrcweir	Image IMG_VER_CENTER_H
245cdf0e10cSrcweir	{
246cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dstv_cen_h.bmp" ; };
247cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
248cdf0e10cSrcweir	};
249cdf0e10cSrcweir
250cdf0e10cSrcweir	Image IMG_VER_DISTANCE_H
251cdf0e10cSrcweir	{
252cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dstv_dst_h.bmp" ; };
253cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir
256cdf0e10cSrcweir	Image IMG_VER_LOW_H
257cdf0e10cSrcweir	{
258cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dstv_low_h.bmp" ; };
259cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
260cdf0e10cSrcweir	};
261cdf0e10cSrcweir
262cdf0e10cSrcweir};
263cdf0e10cSrcweir
264cdf0e10cSrcweir// ********************************************************************** EOF
265cdf0e10cSrcweir
266cdf0e10cSrcweir
267cdf0e10cSrcweir
268cdf0e10cSrcweir
269cdf0e10cSrcweir
270cdf0e10cSrcweir
271cdf0e10cSrcweir
272cdf0e10cSrcweir
273cdf0e10cSrcweir
274cdf0e10cSrcweir
275cdf0e10cSrcweir
276cdf0e10cSrcweir
277cdf0e10cSrcweir
278cdf0e10cSrcweir
279cdf0e10cSrcweir
280cdf0e10cSrcweir
281cdf0e10cSrcweir
282cdf0e10cSrcweir
283cdf0e10cSrcweir
284cdf0e10cSrcweir
285cdf0e10cSrcweir
286cdf0e10cSrcweir
287cdf0e10cSrcweir
288cdf0e10cSrcweir
289cdf0e10cSrcweir
290cdf0e10cSrcweir
291cdf0e10cSrcweir
292cdf0e10cSrcweir
293cdf0e10cSrcweir
294cdf0e10cSrcweir
295cdf0e10cSrcweir
296cdf0e10cSrcweir
297cdf0e10cSrcweir
298