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