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: dlg_InsertAxis_Grid.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 "dlg_InsertAxis_Grid.hrc"
32 #include "SchSlotIds.hxx"
33 #include "HelpIds.hrc"
34 #include "CommonResources.hrc"
35 #include "res_SecondaryAxisCheckBoxes.hrc"
37 ModalDialog DLG_AXIS_OR_GRID
39 HelpID = SID_INSERT_AXIS ;
42 //Size = MAP_APPFONT ( 160 , 99 ) ;
43 Size = MAP_APPFONT ( 160 , 113 ) ;
46 FixedLine FL_PRIMARY_AXIS
48 Pos = MAP_APPFONT ( 6 , 3 ) ;
49 Size = MAP_APPFONT ( 92 , 8 ) ;
50 Text [ en-US ] = "Axes" ;
52 FixedLine FL_PRIMARY_GRID
55 Pos = MAP_APPFONT ( 6 , 3 ) ;
56 Size = MAP_APPFONT ( 92 , 8 ) ;
57 Text [ en-US ] = "Major grids" ;
61 HelpID = HID_SCH_CB_XAXIS;
63 Pos = MAP_APPFONT ( 12 , 14 );
64 Size = MAP_APPFONT ( 80 , 10 );
66 Text [ en-US ] = "~X axis";
70 HelpID = HID_SCH_CB_YAXIS;
72 Pos = MAP_APPFONT ( 12 , 28 );
73 Size = MAP_APPFONT ( 80 , 10 );
75 Text [ en-US ] = "~Y axis";
79 HelpID = HID_SCH_CB_ZAXIS;
81 Pos = MAP_APPFONT ( 12 , 42 );
82 Size = MAP_APPFONT ( 80 , 10 );
84 Text [ en-US ] = "~Z axis";
87 FixedLine FL_SECONDARY_AXIS
89 Pos = MAP_APPFONT ( 6 , 58 ) ;
90 Size = MAP_APPFONT ( 92 , 8 ) ;
91 Text [ en-US ] = "Secondary axes" ;
93 FixedLine FL_SECONDARY_GRID
96 Pos = MAP_APPFONT ( 6 , 58 ) ;
97 Size = MAP_APPFONT ( 92 , 8 ) ;
98 Text [ en-US ] = "Minor grids" ;
100 SECONDARYAXISCHECKBOXES( 12, 69, 0, 14 )
101 BUTTONS_OK_CANCEL_HELP_STACKED(104)