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