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 "brkdlg.hrc" 29ModalDialog DLG_BREAK 30{ 31 HelpID = "sd:ModalDialog:DLG_BREAK"; 32 OutputSize = TRUE; 33 SVLook = TRUE; 34 Pos = MAP_APPFONT( 84, 34 ); 35 Size = MAP_APPFONT( 160, 74 ); 36 Moveable = TRUE; 37 FixedText FT_OBJ_INFO 38 { 39 Pos = MAP_APPFONT( 6, 6 ); 40 Size = MAP_APPFONT( 85, 10 ); 41 Text [ en-US ] = "Processing metafile:"; 42 }; 43 FixedText FT_ACT_INFO 44 { 45 Pos = MAP_APPFONT( 6, 22 ); 46 Size = MAP_APPFONT( 106, 10 ); 47 Text [ en-US ] = "Broken down metaobjects:"; 48 }; 49 FixedText FT_INS_INFO 50 { 51 Pos = MAP_APPFONT( 6, 38 ); 52 Size = MAP_APPFONT( 90, 10 ); 53 Text [ en-US ] = "Inserted drawing objects:"; 54 }; 55 FixedText FI_OBJ_INFO 56 { 57 Pos = MAP_APPFONT( 100, 6 ); 58 Size = MAP_APPFONT( 154, 10 ); 59 }; 60 FixedText FI_ACT_INFO 61 { 62 Pos = MAP_APPFONT( 100, 22 ); 63 Size = MAP_APPFONT( 54, 10 ); 64 }; 65 FixedText FI_INS_INFO 66 { 67 Pos = MAP_APPFONT( 100, 38 ); 68 Size = MAP_APPFONT( 54, 10 ); 69 }; 70 CancelButton BTN_CANCEL 71 { 72 Pos = MAP_APPFONT( 55, 54 ); 73 Size = MAP_APPFONT( 50, 14 ); 74 TabStop = TRUE; 75 }; 76 Text [ en-US ] = "Break"; 77}; 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98