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