merge the formfield patch from ooo-build
[ooovba.git] / chart2 / source / controller / dialogs / tp_TitleRotation.src
blob8d516c13fb0a674bb4c6c29f01ad58c1bd703576
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: tp_TitleRotation.src,v $
10  * $Revision: 1.10.72.2 $
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  ************************************************************************/
30 #include "HelpIds.hrc"
31 #include "TabPages.hrc"
33 TabPage TP_ALIGNMENT
35     Hide = TRUE ;
36     HelpID = HID_SCH_ALIGNMENT ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 260 , 185 ) ;
39     Control CTR_DIAL
40     {
41         HelpId = HID_SCH_ALIGNMENT_CTR_DIAL ;
42         Pos = MAP_APPFONT ( 12 , 14  ) ;
43         Size = MAP_APPFONT ( 43 , 43 ) ;
44         Text = "ABCD" ;
45     };
46     TriStateBox BTN_TXTSTACKED
47     {
48         HelpId = HID_SCH_ALIGNMENT_STACKED ;
49         Pos = MAP_APPFONT ( 139 , 14  ) ;
50         Size = MAP_APPFONT ( 116 , 10 ) ;
51         TabStop = TRUE ;
52         Text [ en-US ] = "Ve~rtically stacked";
53     };
54     FixedText FT_DEGREES
55     {
56         Pos = MAP_APPFONT ( 93 , 32  ) ;
57         Size = MAP_APPFONT ( 162 , 8 ) ;
58         Text [ en-US ] = "~Degrees" ;
59     };
60     NumericField NF_ORIENT
61     {
62         HelpId = HID_SCH_ALIGNMENT_DEGREES ;
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 61 , 30  ) ;
65         Size = MAP_APPFONT ( 28 , 12 ) ;
66         TabStop = TRUE ;
67         Repeat = TRUE ;
68         Spin = TRUE ;
69         StrictFormat = TRUE ;
70         SpinSize = 5 ;
71         Minimum = 0 ;
72         Maximum = 359 ;
73     };
74     FixedLine FL_ALIGN
75     {
76         Pos = MAP_APPFONT ( 6 , 3  ) ;
77         Size = MAP_APPFONT ( 248 , 8 ) ;
78         Text [ en-US ] = "Text orientation" ;
79     };
80     FixedText FT_TEXTDIR
81     {
82         Pos = MAP_APPFONT ( 12 , 65 ) ;
83         Size = MAP_APPFONT ( 64 , 8 ) ;
84         Text [ en-US ] = "Te~xt direction" ;
85     };
86     ListBox LB_TEXTDIR
87     {
88         HelpId = HID_SCH_TEXTDIRECTION_TITLE ;
89         Pos = MAP_APPFONT ( 78 , 63 ) ;
90         Size = MAP_APPFONT ( 170 , 100 ) ;
91         Border = TRUE;
92         TabStop = TRUE;
93         DropDown = TRUE;
94     };