Update ooo320-m1
[ooovba.git] / chart2 / source / controller / dialogs / dlg_InsertAxis_Grid.src
blob9473ce9f9105622e5bf23499751565c72b069351
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dlg_InsertAxis_Grid.src,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
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 ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     //Size = MAP_APPFONT ( 160 , 99 ) ;
43     Size = MAP_APPFONT ( 160 , 113 ) ;
44     Moveable = TRUE ;
46     FixedLine FL_PRIMARY_AXIS
47     {
48         Pos = MAP_APPFONT ( 6 , 3  ) ;
49         Size = MAP_APPFONT ( 92 , 8 ) ;
50         Text [ en-US ] = "Axes" ;
51     };
52     FixedLine FL_PRIMARY_GRID
53     {
54         Hide = TRUE ;
55         Pos = MAP_APPFONT ( 6 , 3  ) ;
56         Size = MAP_APPFONT ( 92 , 8 ) ;
57         Text [ en-US ] = "Major grids" ;
58     };
59     CheckBox CB_X_PRIMARY
60     {
61         HelpID = HID_SCH_CB_XAXIS;
62     
63         Pos = MAP_APPFONT ( 12 , 14  );
64         Size = MAP_APPFONT ( 80 , 10 );
65         TabStop = TRUE;
66         Text [ en-US ] = "~X axis";
67     };
68     CheckBox CB_Y_PRIMARY
69     {
70         HelpID = HID_SCH_CB_YAXIS;
71     
72         Pos = MAP_APPFONT ( 12 , 28  );
73         Size = MAP_APPFONT ( 80 , 10 );
74         TabStop = TRUE;
75         Text [ en-US ] = "~Y axis";
76     };
77     CheckBox CB_Z_PRIMARY
78     {
79         HelpID = HID_SCH_CB_ZAXIS;
80     
81         Pos = MAP_APPFONT ( 12 , 42  );
82         Size = MAP_APPFONT ( 80 , 10 );
83         TabStop = TRUE;
84         Text [ en-US ] = "~Z axis";
85     };
87     FixedLine FL_SECONDARY_AXIS
88     {
89         Pos = MAP_APPFONT ( 6 , 58  ) ;
90         Size = MAP_APPFONT ( 92 , 8 ) ;
91         Text [ en-US ] = "Secondary axes" ;
92     };
93     FixedLine FL_SECONDARY_GRID
94     {
95         Hide = TRUE ;
96         Pos = MAP_APPFONT ( 6 , 58  ) ;
97         Size = MAP_APPFONT ( 92 , 8 ) ;
98         Text [ en-US ] = "Minor grids" ;
99     };
100     SECONDARYAXISCHECKBOXES( 12, 69, 0, 14 )
101     BUTTONS_OK_CANCEL_HELP_STACKED(104)