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