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 29#include <cuires.hrc> 30#include "insrc.hrc" 31 32ModalDialog DLG_INS_ROW_COL 33{ 34 HelpID = "cui:ModalDialog:DLG_INS_ROW_COL"; 35 OutputSize = TRUE ; 36 SVLook = TRUE ; 37 Size = MAP_APPFONT ( 136 , 84 ) ; 38 Text [ en-US ] = "Insert" ; 39 Moveable = TRUE ; 40 OKButton BT_OK 41 { 42 Pos = MAP_APPFONT ( 80 , 6 ) ; 43 Size = MAP_APPFONT ( 50 , 14 ) ; 44 TabStop = TRUE ; 45 DefButton = TRUE ; 46 }; 47 CancelButton BT_CANCEL 48 { 49 Pos = MAP_APPFONT ( 80 , 23 ) ; 50 Size = MAP_APPFONT ( 50 , 14 ) ; 51 TabStop = TRUE ; 52 }; 53 HelpButton BT_HELP 54 { 55 Pos = MAP_APPFONT ( 80 , 43 ) ; 56 Size = MAP_APPFONT ( 50 , 14 ) ; 57 TabStop = TRUE ; 58 }; 59 RadioButton CB_POS_BEFORE 60 { 61 HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_BEFORE"; 62 Pos = MAP_APPFONT ( 12 , 49 ) ; 63 Size = MAP_APPFONT ( 56 , 10 ) ; 64 Text [ en-US ] = "~Before" ; 65 TabStop = TRUE ; 66 }; 67 RadioButton CB_POS_AFTER 68 { 69 HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_AFTER"; 70 Pos = MAP_APPFONT ( 12 , 62 ) ; 71 Size = MAP_APPFONT ( 56 , 10 ) ; 72 Text [ en-US ] = "A~fter" ; 73 TabStop = TRUE ; 74 Check = TRUE ; 75 }; 76 NumericField ED_COUNT 77 { 78 HelpID = "cui:NumericField:DLG_INS_ROW_COL:ED_COUNT"; 79 Border = TRUE ; 80 Pos = MAP_APPFONT ( 44 , 14 ) ; 81 Size = MAP_APPFONT ( 24 , 12 ) ; 82 TabStop = TRUE ; 83 Left = TRUE ; 84 Repeat = TRUE ; 85 Spin = TRUE ; 86 Minimum = 1 ; 87 Maximum = 99 ; 88 Value = 1 ; 89 First = 1 ; 90 Last = 5 ; 91 }; 92 FixedLine FL_INS 93 { 94 Pos = MAP_APPFONT ( 6 , 3 ) ; 95 Size = MAP_APPFONT ( 68 , 8 ) ; 96 Text [ en-US ] = "Insert" ; 97 }; 98 FixedLine FL_POS 99 { 100 Pos = MAP_APPFONT ( 6 , 38 ) ; 101 Size = MAP_APPFONT ( 68 , 8 ) ; 102 Text [ en-US ] = "Position"; 103 }; 104 FixedText FT_COUNT 105 { 106 Pos = MAP_APPFONT ( 12 , 16 ) ; 107 Size = MAP_APPFONT ( 30 , 8 ) ; 108 Text [ en-US ] = "~Number" ; 109 Left = TRUE ; 110 }; 111 String STR_ROW 112 { 113 Text [ en-US ] = " Rows" ; 114 }; 115 String STR_COL 116 { 117 Text [ en-US ] = " Columns" ; 118 }; 119}; 120