xref: /AOO41X/main/chart2/source/controller/dialogs/tp_TitleRotation.src (revision 2f5315951371201eb1e2aa2861820b5efe289fe3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#include "HelpIds.hrc"
24#include "TabPages.hrc"
25
26TabPage TP_ALIGNMENT
27{
28    Hide = TRUE ;
29    HelpID = HID_SCH_ALIGNMENT ;
30    SVLook = TRUE ;
31    Size = MAP_APPFONT ( 260 , 185 ) ;
32    Control CTR_DIAL
33    {
34        HelpId = HID_SCH_ALIGNMENT_CTR_DIAL ;
35        Pos = MAP_APPFONT ( 12 , 14  ) ;
36        Size = MAP_APPFONT ( 43 , 43 ) ;
37        Text = "ABCD" ;
38    };
39    TriStateBox BTN_TXTSTACKED
40    {
41        HelpId = HID_SCH_ALIGNMENT_STACKED ;
42        Pos = MAP_APPFONT ( 139 , 14  ) ;
43        Size = MAP_APPFONT ( 116 , 10 ) ;
44        TabStop = TRUE ;
45        Text [ en-US ] = "Ve~rtically stacked";
46    };
47    FixedText FT_DEGREES
48    {
49        Pos = MAP_APPFONT ( 93 , 32  ) ;
50        Size = MAP_APPFONT ( 162 , 8 ) ;
51        Text [ en-US ] = "~Degrees" ;
52    };
53    NumericField NF_ORIENT
54    {
55        HelpId = HID_SCH_ALIGNMENT_DEGREES ;
56        Border = TRUE ;
57        Pos = MAP_APPFONT ( 61 , 30  ) ;
58        Size = MAP_APPFONT ( 28 , 12 ) ;
59        TabStop = TRUE ;
60        Repeat = TRUE ;
61        Spin = TRUE ;
62        StrictFormat = TRUE ;
63        SpinSize = 5 ;
64        Minimum = 0 ;
65        Maximum = 359 ;
66    };
67    FixedLine FL_ALIGN
68    {
69        Pos = MAP_APPFONT ( 6 , 3  ) ;
70        Size = MAP_APPFONT ( 248 , 8 ) ;
71        Text [ en-US ] = "Text orientation" ;
72    };
73    FixedText FT_TEXTDIR
74    {
75        Pos = MAP_APPFONT ( 12 , 65 ) ;
76        Size = MAP_APPFONT ( 64 , 8 ) ;
77        Text [ en-US ] = "Te~xt direction" ;
78    };
79    ListBox LB_TEXTDIR
80    {
81        HelpId = HID_SCH_TEXTDIRECTION_TITLE ;
82        Pos = MAP_APPFONT ( 78 , 63 ) ;
83        Size = MAP_APPFONT ( 170 , 100 ) ;
84        Border = TRUE;
85        TabStop = TRUE;
86        DropDown = TRUE;
87    };
88};
89
90