1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: printdialog.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #include "printdialog.hrc"
34 ModalDialog DLG_PRINTDIALOG
36 Size = MAP_APPFONT ( 260, 77 ) ;
38 FixedLine FL_PRINTCONTENT
40 Pos = MAP_APPFONT ( 6 , 0 ) ;
41 Size = MAP_APPFONT ( 248 , 8 ) ;
42 Text [ en-US ] = "Print content" ;
46 Pos = MAP_APPFONT ( 12 , 12 ) ;
47 Size = MAP_APPFONT ( 45 , 10 ) ;
48 Text [ en-US ] = "Content" ;
53 Pos = MAP_APPFONT ( 60 , 10 ) ;
54 Size = MAP_APPFONT ( 108 , 80 ) ;
57 StringList [ en-US ] =
65 FixedText FT_SLIDESPERPAGE
67 Pos = MAP_APPFONT ( 12 , 30 ) ;
68 Size = MAP_APPFONT ( 45 , 8 ) ;
69 Text [ en-US ] = "Slides per page" ;
71 ListBox CB_SLIDESPERPAGE
74 Pos = MAP_APPFONT ( 60 , 28 ) ;
75 Size = MAP_APPFONT ( 24 , 80 ) ;
78 StringList [ en-US ] =
90 Pos = MAP_APPFONT ( 12 , 47 ) ;
91 Size = MAP_APPFONT ( 45 , 8 ) ;
92 Text [ en-US ] = "Order" ;
94 RadioButton RBT_HORIZONTAL
96 Pos = MAP_APPFONT ( 60 , 45 ) ;
97 Size = MAP_APPFONT ( 60 , 10 ) ;
99 Text [ en-US ] = "Horizontal" ;
101 RadioButton RBT_VERTICAL
103 Pos = MAP_APPFONT ( 60 , 58 ) ;
104 Size = MAP_APPFONT ( 60 , 10 ) ;
106 Text [ en-US ] = "Vertical" ;
108 FixedImage IMG_PREVIEW
110 Pos = MAP_APPFONT ( 168 , 28 ) ;