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: tp_3D_SceneAppearance.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 ************************************************************************/
31 #include "tp_3D_SceneAppearance.hrc"
32 #include "dlg_View3D.hrc"
33 #include "SchSlotIds.hxx"
45 #define POS_X_2 POS_X_1+WIDTH_FT+4
47 #define POS_Y_SCHEME 8
48 #define POS_Y_SEPERATOR (POS_Y_SCHEME+13)
50 #define POS_Y_SHADING (POS_Y_SEPERATOR+16)
51 #define POS_Y_OBJECTLINES (POS_Y_SHADING+16)
52 #define POS_Y_ROUNDEDEDGE (POS_Y_OBJECTLINES+16)
55 TabPage TP_3D_SCENEAPPEARANCE
60 Size = MAP_APPFONT ( VIEW3D_PAGE_WIDTH , VIEW3D_PAGE_HEIGHT ) ;
64 Pos = MAP_APPFONT ( POS_X_1 , POS_Y_SCHEME ) ;
65 Size = MAP_APPFONT ( WIDTH_FT , HEIGHT_FT ) ;
66 Text [ en-US ] = "Sche~me" ;
73 Pos = MAP_APPFONT ( POS_X_2 , POS_Y_SCHEME-2 ) ;
74 Size = MAP_APPFONT ( WIDTH_LB , HEIGHT_LB ) ;
76 FixedLine FL_SEPERATOR
78 Pos = MAP_APPFONT ( POS_X_0 , POS_Y_SEPERATOR ) ;
79 Size = MAP_APPFONT ( WIDTH_FL , HEIGHT_FL ) ;
84 Pos = MAP_APPFONT ( POS_X_1 , POS_Y_SHADING ) ;
85 Size = MAP_APPFONT ( WIDTH_FL , HEIGHT_LB ) ;
86 Text [ en-US ] = "~Shading" ;
88 CheckBox CB_OBJECTLINES
90 Pos = MAP_APPFONT ( POS_X_1 , POS_Y_OBJECTLINES ) ;
91 Size = MAP_APPFONT ( WIDTH_FL , HEIGHT_LB ) ;
92 Text [ en-US ] = "~Object borders" ;
94 Checkbox CB_ROUNDEDEDGE
96 Pos = MAP_APPFONT ( POS_X_1 , POS_Y_ROUNDEDEDGE ) ;
97 Size = MAP_APPFONT ( WIDTH_FL , HEIGHT_LB ) ;
98 Text [ en-US ] = "~Rounded edges" ;