1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#include "HelpIds.hrc" 28#include "TabPages.hrc" 29 30TabPage TP_ALIGNMENT 31{ 32 Hide = TRUE ; 33 HelpID = HID_SCH_ALIGNMENT ; 34 SVLook = TRUE ; 35 Size = MAP_APPFONT ( 260 , 185 ) ; 36 Control CTR_DIAL 37 { 38 HelpId = HID_SCH_ALIGNMENT_CTR_DIAL ; 39 Pos = MAP_APPFONT ( 12 , 14 ) ; 40 Size = MAP_APPFONT ( 43 , 43 ) ; 41 Text = "ABCD" ; 42 }; 43 TriStateBox BTN_TXTSTACKED 44 { 45 HelpId = HID_SCH_ALIGNMENT_STACKED ; 46 Pos = MAP_APPFONT ( 139 , 14 ) ; 47 Size = MAP_APPFONT ( 116 , 10 ) ; 48 TabStop = TRUE ; 49 Text [ en-US ] = "Ve~rtically stacked"; 50 }; 51 FixedText FT_DEGREES 52 { 53 Pos = MAP_APPFONT ( 93 , 32 ) ; 54 Size = MAP_APPFONT ( 162 , 8 ) ; 55 Text [ en-US ] = "~Degrees" ; 56 }; 57 NumericField NF_ORIENT 58 { 59 HelpId = HID_SCH_ALIGNMENT_DEGREES ; 60 Border = TRUE ; 61 Pos = MAP_APPFONT ( 61 , 30 ) ; 62 Size = MAP_APPFONT ( 28 , 12 ) ; 63 TabStop = TRUE ; 64 Repeat = TRUE ; 65 Spin = TRUE ; 66 StrictFormat = TRUE ; 67 SpinSize = 5 ; 68 Minimum = 0 ; 69 Maximum = 359 ; 70 }; 71 FixedLine FL_ALIGN 72 { 73 Pos = MAP_APPFONT ( 6 , 3 ) ; 74 Size = MAP_APPFONT ( 248 , 8 ) ; 75 Text [ en-US ] = "Text orientation" ; 76 }; 77 FixedText FT_TEXTDIR 78 { 79 Pos = MAP_APPFONT ( 12 , 65 ) ; 80 Size = MAP_APPFONT ( 64 , 8 ) ; 81 Text [ en-US ] = "Te~xt direction" ; 82 }; 83 ListBox LB_TEXTDIR 84 { 85 HelpId = HID_SCH_TEXTDIRECTION_TITLE ; 86 Pos = MAP_APPFONT ( 78 , 63 ) ; 87 Size = MAP_APPFONT ( 170 , 100 ) ; 88 Border = TRUE; 89 TabStop = TRUE; 90 DropDown = TRUE; 91 }; 92}; 93 94