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