xref: /trunk/main/cui/source/tabpages/dstribut.src (revision b48ded4ca20f0c75d5afd744db51cc93dec37f89)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
10cdf0e10cSrcweir *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
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*b48ded4cSmseidel// RID_SVXPAGE_DISTRIBUTE ------------------------------------------------
31cdf0e10cSrcweirTabPage RID_SVXPAGE_DISTRIBUTE
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    HelpId = HID_PAGE_DISTRIBUTE ;
34cdf0e10cSrcweir    Hide = TRUE ;
35cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 81 ) ;
36cdf0e10cSrcweir    Text [ en-US ] = "Distribution" ;
37cdf0e10cSrcweir
38cdf0e10cSrcweir    FixedLine FL_HORIZONTAL
39cdf0e10cSrcweir    {
40cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
41cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
42cdf0e10cSrcweir        Text [ en-US ] = "Horizontal" ;
43cdf0e10cSrcweir    };
44cdf0e10cSrcweir
45cdf0e10cSrcweir    RadioButton BTN_HOR_NONE
46cdf0e10cSrcweir    {
47cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_NONE" ;
48*b48ded4cSmseidel        Pos = MAP_APPFONT ( 12, 26 ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 48, 10 ) ;
50cdf0e10cSrcweir        Text [ en-US ] = "~None" ;
51cdf0e10cSrcweir    };
52cdf0e10cSrcweir
53cdf0e10cSrcweir    RadioButton BTN_HOR_LEFT
54cdf0e10cSrcweir    {
55cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_LEFT" ;
56cdf0e10cSrcweir        Pos = MAP_APPFONT ( 56, 26 ) ;
57cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
58cdf0e10cSrcweir        Text [ en-US ] = "~Left" ;
59cdf0e10cSrcweir    };
60cdf0e10cSrcweir
61cdf0e10cSrcweir    RadioButton BTN_HOR_CENTER
62cdf0e10cSrcweir    {
63cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_CENTER" ;
64cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105, 26 ) ;
65cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
66cdf0e10cSrcweir        Text [ en-US ] = "~Center" ;
67cdf0e10cSrcweir    };
68cdf0e10cSrcweir
69cdf0e10cSrcweir    RadioButton BTN_HOR_DISTANCE
70cdf0e10cSrcweir    {
71cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_DISTANCE" ;
72cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154, 26 ) ;
73cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
74cdf0e10cSrcweir        Text [ en-US ] = "~Spacing" ;
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir
77cdf0e10cSrcweir    RadioButton BTN_HOR_RIGHT
78cdf0e10cSrcweir    {
79cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_RIGHT" ;
80cdf0e10cSrcweir        Pos = MAP_APPFONT ( 203, 26 ) ;
81cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
82cdf0e10cSrcweir        Text [ en-US ] = "~Right" ;
83cdf0e10cSrcweir    };
84cdf0e10cSrcweir
85cdf0e10cSrcweir    FixedImage IMG_HOR_LOW {
86cdf0e10cSrcweir        Pos = MAP_APPFONT ( 65, 10 ) ;
87cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
88cdf0e10cSrcweir        Hide = FALSE ;
89cdf0e10cSrcweir        Fixed = Image {
90*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dsth_low.png" ;} ;
91cdf0e10cSrcweir        };
92cdf0e10cSrcweir    };
93cdf0e10cSrcweir
94cdf0e10cSrcweir    FixedImage IMG_HOR_CENTER {
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114, 10 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
97cdf0e10cSrcweir        Hide = FALSE ;
98cdf0e10cSrcweir        Fixed = Image {
99*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dsth_cen.png" ;} ;
100cdf0e10cSrcweir        };
101cdf0e10cSrcweir    };
102cdf0e10cSrcweir
103cdf0e10cSrcweir    FixedImage IMG_HOR_DISTANCE {
104cdf0e10cSrcweir        Pos = MAP_APPFONT ( 163, 10 ) ;
105cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
106cdf0e10cSrcweir        Hide = FALSE ;
107cdf0e10cSrcweir        Fixed = Image {
108*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dsth_dst.png" ;} ;
109cdf0e10cSrcweir        };
110cdf0e10cSrcweir    };
111cdf0e10cSrcweir
112cdf0e10cSrcweir    FixedImage IMG_HOR_HIGH {
113cdf0e10cSrcweir        Pos = MAP_APPFONT ( 212, 10 ) ;
114cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
115cdf0e10cSrcweir        Hide = FALSE ;
116cdf0e10cSrcweir        Fixed = Image {
117*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dsth_hig.png" ;} ;
118cdf0e10cSrcweir        };
119cdf0e10cSrcweir    };
120cdf0e10cSrcweir
121cdf0e10cSrcweir    FixedLine FL_VERTICAL
122cdf0e10cSrcweir    {
123cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 42 ) ;
124cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
125cdf0e10cSrcweir        Text [ en-US ] = "Vertical" ;
126cdf0e10cSrcweir    };
127cdf0e10cSrcweir
128cdf0e10cSrcweir    RadioButton BTN_VER_NONE
129cdf0e10cSrcweir    {
130cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_NONE" ;
131*b48ded4cSmseidel        Pos = MAP_APPFONT ( 12, 65 ) ;
132cdf0e10cSrcweir        Size = MAP_APPFONT ( 46, 10 ) ;
133cdf0e10cSrcweir        Text [ en-US ] = "N~one" ;
134cdf0e10cSrcweir    };
135cdf0e10cSrcweir
136cdf0e10cSrcweir    RadioButton BTN_VER_TOP
137cdf0e10cSrcweir    {
138cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_TOP" ;
139cdf0e10cSrcweir        Pos = MAP_APPFONT ( 56, 65 ) ;
140cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
141cdf0e10cSrcweir        Text [ en-US ] = "~Top" ;
142cdf0e10cSrcweir    };
143cdf0e10cSrcweir
144cdf0e10cSrcweir    RadioButton BTN_VER_CENTER
145cdf0e10cSrcweir    {
146cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_CENTER" ;
147cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105, 65 ) ;
148cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
149cdf0e10cSrcweir        Text [ en-US ] = "C~enter" ;
150cdf0e10cSrcweir    };
151cdf0e10cSrcweir
152cdf0e10cSrcweir    RadioButton BTN_VER_DISTANCE
153cdf0e10cSrcweir    {
154cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_DISTANCE" ;
155cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154, 65 ) ;
156cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
157cdf0e10cSrcweir        Text [ en-US ] = "S~pacing" ;
158cdf0e10cSrcweir    };
159cdf0e10cSrcweir
160cdf0e10cSrcweir    RadioButton BTN_VER_BOTTOM
161cdf0e10cSrcweir    {
162cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_DISTRIBUTE:BTN_VER_BOTTOM" ;
163cdf0e10cSrcweir        Pos = MAP_APPFONT ( 203, 65 ) ;
164cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
165cdf0e10cSrcweir        Text [ en-US ] = "~Bottom" ;
166cdf0e10cSrcweir    };
167cdf0e10cSrcweir
168cdf0e10cSrcweir    FixedImage IMG_VER_HIGH {
169cdf0e10cSrcweir        Pos = MAP_APPFONT ( 65, 49 ) ;
170cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
171cdf0e10cSrcweir        Hide = FALSE ;
172cdf0e10cSrcweir        Fixed = Image {
173*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dstv_hig.png" ;} ;
174cdf0e10cSrcweir        };
175cdf0e10cSrcweir    };
176cdf0e10cSrcweir
177cdf0e10cSrcweir    FixedImage IMG_VER_CENTER {
178cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114, 49 ) ;
179cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
180cdf0e10cSrcweir        Hide = FALSE ;
181cdf0e10cSrcweir        Fixed = Image {
182*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dstv_cen.png" ;} ;
183cdf0e10cSrcweir        };
184cdf0e10cSrcweir    };
185cdf0e10cSrcweir
186cdf0e10cSrcweir    FixedImage IMG_VER_DISTANCE {
187cdf0e10cSrcweir        Pos = MAP_APPFONT ( 163, 49 ) ;
188cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
189cdf0e10cSrcweir        Hide = FALSE ;
190cdf0e10cSrcweir        Fixed = Image {
191*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dstv_dst.png" ;} ;
192cdf0e10cSrcweir        };
193cdf0e10cSrcweir    };
194cdf0e10cSrcweir
195cdf0e10cSrcweir    FixedImage IMG_VER_LOW {
196cdf0e10cSrcweir        Pos = MAP_APPFONT ( 212, 49 ) ;
197cdf0e10cSrcweir        Size = MAP_APPFONT ( 15, 16 ) ;
198cdf0e10cSrcweir        Hide = FALSE ;
199cdf0e10cSrcweir        Fixed = Image {
200*b48ded4cSmseidel            ImageBitmap = Bitmap {File = "dstv_low.png" ;} ;
201cdf0e10cSrcweir        };
202cdf0e10cSrcweir    };
203cdf0e10cSrcweir
204cdf0e10cSrcweir
205cdf0e10cSrcweir    Image IMG_HOR_LOW_H
206cdf0e10cSrcweir    {
207*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dsth_low_h.png" ;} ;
208cdf0e10cSrcweir    };
209cdf0e10cSrcweir
210cdf0e10cSrcweir    Image IMG_HOR_DISTANCE_H
211cdf0e10cSrcweir    {
212*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dsth_dst_h.png" ;} ;
213cdf0e10cSrcweir    };
214cdf0e10cSrcweir
215cdf0e10cSrcweir    Image IMG_HOR_CENTER_H
216cdf0e10cSrcweir    {
217*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dsth_cen_h.png" ;} ;
218cdf0e10cSrcweir    };
219cdf0e10cSrcweir
220cdf0e10cSrcweir    Image IMG_HOR_HIGH_H
221cdf0e10cSrcweir    {
222*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dsth_hig_h.png" ;} ;
223cdf0e10cSrcweir    };
224cdf0e10cSrcweir
225cdf0e10cSrcweir    Image IMG_VER_HIGH_H
226cdf0e10cSrcweir    {
227*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dstv_hig_h.png" ;} ;
228cdf0e10cSrcweir    };
229cdf0e10cSrcweir
230cdf0e10cSrcweir    Image IMG_VER_CENTER_H
231cdf0e10cSrcweir    {
232*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dstv_cen_h.png" ;} ;
233cdf0e10cSrcweir    };
234cdf0e10cSrcweir
235cdf0e10cSrcweir    Image IMG_VER_DISTANCE_H
236cdf0e10cSrcweir    {
237*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dstv_dst_h.png" ;} ;
238cdf0e10cSrcweir    };
239cdf0e10cSrcweir
240cdf0e10cSrcweir    Image IMG_VER_LOW_H
241cdf0e10cSrcweir    {
242*b48ded4cSmseidel        ImageBitmap = Bitmap {File = "dstv_low_h.png" ;} ;
243cdf0e10cSrcweir    };
244cdf0e10cSrcweir};
245cdf0e10cSrcweir
246cdf0e10cSrcweir// ********************************************************************** EOF
247