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 --------------------------------------------------- 31#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; } 32TabPage RID_SVXPAGE_DISTRIBUTE 33{ 34 HelpId = HID_PAGE_DISTRIBUTE ; 35 Hide = TRUE ; 36 Size = MAP_APPFONT ( 260 , 81 ) ; 37 Text [ en-US ] = "Distribution" ; 38 39 FixedLine FL_HORIZONTAL 40 { 41 Pos = MAP_APPFONT ( 6 , 3 ) ; 42 Size = MAP_APPFONT ( 248 , 8 ) ; 43 Text [ en-US ] = "Horizontal" ; 44 }; 45 46 RadioButton BTN_HOR_NONE 47 { 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" ; 52 }; 53 54 RadioButton BTN_HOR_LEFT 55 { 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" ; 60 }; 61 62 RadioButton BTN_HOR_CENTER 63 { 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" ; 68 }; 69 70 RadioButton BTN_HOR_DISTANCE 71 { 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" ; 76 }; 77 78 RadioButton BTN_HOR_RIGHT 79 { 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" ; 84 }; 85 86 FixedImage IMG_HOR_LOW { 87 Pos = MAP_APPFONT ( 65 , 10 ); 88 Size = MAP_APPFONT ( 15 , 16 ); 89 Hide = FALSE; 90 Fixed = Image { 91 ImageBitmap = Bitmap { File = "dsth_low.bmp"; }; 92 MaskColor = STD_MASKCOLOR; 93 }; 94 }; 95 96 FixedImage IMG_HOR_CENTER { 97 Pos = MAP_APPFONT ( 114 , 10 ); 98 Size = MAP_APPFONT ( 15 , 16 ); 99 Hide = FALSE; 100 Fixed = Image { 101 ImageBitmap = Bitmap { File = "dsth_cen.bmp"; }; 102 MaskColor = STD_MASKCOLOR; 103 }; 104 }; 105 106 FixedImage IMG_HOR_DISTANCE { 107 Pos = MAP_APPFONT ( 163 , 10 ); 108 Size = MAP_APPFONT ( 15 , 16 ); 109 Hide = FALSE; 110 Fixed = Image { 111 ImageBitmap = Bitmap { File = "dsth_dst.bmp"; }; 112 MaskColor = STD_MASKCOLOR; 113 }; 114 }; 115 116 FixedImage IMG_HOR_HIGH { 117 Pos = MAP_APPFONT ( 212 , 10 ); 118 Size = MAP_APPFONT ( 15 , 16 ); 119 Hide = FALSE; 120 Fixed = Image { 121 ImageBitmap = Bitmap { File = "dsth_hig.bmp"; }; 122 MaskColor = STD_MASKCOLOR; 123 }; 124 }; 125 126 FixedLine FL_VERTICAL 127 { 128 Pos = MAP_APPFONT ( 6 , 42 ) ; 129 Size = MAP_APPFONT ( 248 , 8 ) ; 130 Text [ en-US ] = "Vertical" ; 131 }; 132 133 RadioButton BTN_VER_NONE 134 { 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" ; 139 }; 140 141 RadioButton BTN_VER_TOP 142 { 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" ; 147 }; 148 149 RadioButton BTN_VER_CENTER 150 { 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" ; 155 }; 156 157 RadioButton BTN_VER_DISTANCE 158 { 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" ; 163 }; 164 165 RadioButton BTN_VER_BOTTOM 166 { 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" ; 171 }; 172 173 FixedImage IMG_VER_HIGH { 174 Pos = MAP_APPFONT ( 65 , 49 ); 175 Size = MAP_APPFONT ( 15 , 16 ); 176 Hide = FALSE; 177 Fixed = Image { 178 ImageBitmap = Bitmap { File = "dstv_hig.bmp"; }; 179 MaskColor = STD_MASKCOLOR; 180 }; 181 }; 182 183 FixedImage IMG_VER_CENTER { 184 Pos = MAP_APPFONT ( 114 , 49 ); 185 Size = MAP_APPFONT ( 15 , 16 ); 186 Hide = FALSE; 187 Fixed = Image { 188 ImageBitmap = Bitmap { File = "dstv_cen.bmp"; }; 189 MaskColor = STD_MASKCOLOR; 190 }; 191 }; 192 193 FixedImage IMG_VER_DISTANCE { 194 Pos = MAP_APPFONT ( 163 , 49 ); 195 Size = MAP_APPFONT ( 15 , 16 ); 196 Hide = FALSE; 197 Fixed = Image { 198 ImageBitmap = Bitmap { File = "dstv_dst.bmp"; }; 199 MaskColor = STD_MASKCOLOR; 200 }; 201 }; 202 203 FixedImage IMG_VER_LOW { 204 Pos = MAP_APPFONT ( 212 , 49 ); 205 Size = MAP_APPFONT ( 15 , 16 ); 206 Hide = FALSE; 207 Fixed = Image { 208 ImageBitmap = Bitmap { File = "dstv_low.bmp"; }; 209 MaskColor = STD_MASKCOLOR; 210 }; 211 }; 212 213 214 Image IMG_HOR_LOW_H 215 { 216 ImageBitmap = Bitmap { File = "dsth_low_h.bmp" ; }; 217 MaskColor = STD_MASKCOLOR ; 218 }; 219 220 Image IMG_HOR_DISTANCE_H 221 { 222 ImageBitmap = Bitmap { File = "dsth_dst_h.bmp" ; }; 223 MaskColor = STD_MASKCOLOR ; 224 }; 225 226 Image IMG_HOR_CENTER_H 227 { 228 ImageBitmap = Bitmap { File = "dsth_cen_h.bmp" ; }; 229 MaskColor = STD_MASKCOLOR ; 230 }; 231 232 Image IMG_HOR_HIGH_H 233 { 234 ImageBitmap = Bitmap { File = "dsth_hig_h.bmp" ; }; 235 MaskColor = STD_MASKCOLOR ; 236 }; 237 238 Image IMG_VER_HIGH_H 239 { 240 ImageBitmap = Bitmap { File = "dstv_hig_h.bmp" ; }; 241 MaskColor = STD_MASKCOLOR ; 242 }; 243 244 Image IMG_VER_CENTER_H 245 { 246 ImageBitmap = Bitmap { File = "dstv_cen_h.bmp" ; }; 247 MaskColor = STD_MASKCOLOR ; 248 }; 249 250 Image IMG_VER_DISTANCE_H 251 { 252 ImageBitmap = Bitmap { File = "dstv_dst_h.bmp" ; }; 253 MaskColor = STD_MASKCOLOR ; 254 }; 255 256 Image IMG_VER_LOW_H 257 { 258 ImageBitmap = Bitmap { File = "dstv_low_h.bmp" ; }; 259 MaskColor = STD_MASKCOLOR ; 260 }; 261 262}; 263 264// ********************************************************************** 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 298