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 28#include <cuires.hrc> 29#include "splitcelldlg.hrc" 30 31ModalDialog RID_SVX_SPLITCELLDLG 32{ 33 HelpID = "cui:ModalDialog:RID_SVX_SPLITCELLDLG"; 34 OutputSize = TRUE ; 35 SVLook = TRUE ; 36 Size = MAP_APPFONT ( 169 , 108 ) ; 37 Text [ en-US ] = "Split Cells" ; 38 Moveable = TRUE ; 39 40 OKButton BT_OK 41 { 42 Pos = MAP_APPFONT ( 115 , 6 ) ; 43 Size = MAP_APPFONT ( 50 , 14 ) ; 44 TabStop = TRUE ; 45 DefButton = TRUE ; 46 }; 47 CancelButton BT_CANCEL 48 { 49 Pos = MAP_APPFONT ( 115 , 23 ) ; 50 Size = MAP_APPFONT ( 50 , 14 ) ; 51 TabStop = TRUE ; 52 }; 53 HelpButton BT_HELP 54 { 55 Pos = MAP_APPFONT ( 115 , 43 ) ; 56 Size = MAP_APPFONT ( 50 , 14 ) ; 57 TabStop = TRUE ; 58 }; 59 FixedText FT_COUNT 60 { 61 Pos = MAP_APPFONT ( 12 , 16 ) ; 62 Size = MAP_APPFONT ( 67 , 8 ) ; 63 Text [ en-US ] = "~Split cell into" ; 64 Left = TRUE ; 65 }; 66 NumericField ED_COUNT 67 { 68 HelpID = "cui:NumericField:RID_SVX_SPLITCELLDLG:ED_COUNT"; 69 Border = TRUE ; 70 Pos = MAP_APPFONT ( 82 , 14 ) ; 71 Size = MAP_APPFONT ( 21 , 12 ) ; 72 TabStop = TRUE ; 73 Left = TRUE ; 74 Right = TRUE ; 75 Repeat = TRUE ; 76 Spin = TRUE ; 77 Minimum = 2 ; 78 Maximum = 20 ; 79 First = 2 ; 80 Last = 5 ; 81 }; 82 FixedLine FL_COUNT 83 { 84 Pos = MAP_APPFONT ( 6 , 3 ) ; 85 Size = MAP_APPFONT ( 103 , 8 ) ; 86 Text [ en-US ] = "Split" ; 87 }; 88 ImageRadioButton RB_HORZ 89 { 90 HelpID = "cui:ImageRadioButton:RID_SVX_SPLITCELLDLG:RB_HORZ"; 91 Pos = MAP_APPFONT ( 12 , 47 ) ; 92 Size = MAP_APPFONT ( 90 , 18 ) ; 93 Group = TRUE; 94 Text [ en-US ] = "H~orizontally" ; 95 RadioButtonImage = Image 96 { 97 ImageBitmap = Bitmap { File = "zetlhor2.bmp" ; }; 98 }; 99 TabStop = TRUE ; 100 Check = TRUE ; 101 }; 102 CheckBox CB_PROP 103 { 104 HelpID = "cui:CheckBox:RID_SVX_SPLITCELLDLG:CB_PROP"; 105 Pos = MAP_APPFONT ( 18 , 68 ) ; 106 Size = MAP_APPFONT ( 91 , 12 ) ; 107 Text [ en-US ] = "~Into equal proportions"; 108 }; 109 Image BMP_SPLIT_VERT 110 { 111 ImageBitmap = Bitmap { File = "zetlver2_h.bmp" ; }; 112 }; 113 Image BMP_SPLIT_HORZ 114 { 115 ImageBitmap = Bitmap { File = "zetlhor2_h.bmp" ; }; 116 }; 117 ImageRadioButton RB_VERT 118 { 119 HelpID = "cui:ImageRadioButton:RID_SVX_SPLITCELLDLG:RB_VERT"; 120 Pos = MAP_APPFONT ( 12 , 84 ) ; 121 Size = MAP_APPFONT ( 90 , 18 ) ; 122 Text [ en-US ] = "~Vertically" ; 123 RadioButtonImage = Image 124 { 125 ImageBitmap = Bitmap { File = "zetlver2.bmp" ; }; 126 }; 127 TabStop = TRUE ; 128 }; 129 FixedLine FL_DIR 130 { 131 Pos = MAP_APPFONT ( 6 , 36 ) ; 132 Size = MAP_APPFONT ( 103 , 8 ) ; 133 Text [ en-US ] = "Direction" ; 134 }; 135}; 136 137 138