xref: /trunk/main/sw/source/ui/misc/pgfnote.src (revision 6cb06142790376a2c58e6392182eb071420a4221)
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
24#include "globals.hrc"
25#include "pgfnote.hrc"
26#include "helpid.h"
27TabPage TP_FOOTNOTE_PAGE
28{
29    HelpID = HID_FOOTNOTE_PAGE ;
30    Pos = MAP_APPFONT ( 0, 0 ) ;
31    Size = MAP_APPFONT ( 260, 185 ) ;
32    Hide = TRUE ;
33    RadioButton RB_MAXHEIGHT_PAGE
34    {
35        HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE" ;
36        Pos = MAP_APPFONT ( 12, 14 ) ;
37        Size = MAP_APPFONT ( 132, 10 ) ;
38        Text [ en-US ] = "~Not larger than page area" ;
39        TabStop = TRUE ;
40        Group = TRUE ;
41    };
42    RadioButton RB_MAXHEIGHT
43    {
44        HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT" ;
45        Pos = MAP_APPFONT ( 12, 28 ) ;
46        Size = MAP_APPFONT ( 132, 10 ) ;
47        Text [ en-US ] = "Maximum footnote ~height" ;
48    };
49    MetricField ED_MAXHEIGHT
50    {
51        HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT" ;
52        Border = TRUE ;
53        Pos = MAP_APPFONT ( 148, 26 ) ;
54        Size = MAP_APPFONT ( 42, 12 ) ;
55        TabStop = TRUE ;
56        Group = TRUE ;
57        Left = TRUE ;
58        Repeat = TRUE ;
59        Spin = TRUE ;
60        Minimum = 50 ;
61        Maximum = 99999 ;
62        DecimalDigits = 2 ;
63        Value = 200 ;
64        Unit = FUNIT_CM ;
65        First = 10 ;
66        Last = 99999 ;
67        SpinSize = 10 ;
68    };
69    FixedText FT_DIST
70    {
71        Pos = MAP_APPFONT ( 12, 44 ) ;
72        Size = MAP_APPFONT ( 132, 8 ) ;
73        Text [ en-US ] = "Space to text" ;
74        Left = TRUE ;
75    };
76    MetricField ED_DIST
77    {
78        HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_DIST" ;
79        Border = TRUE ;
80        Pos = MAP_APPFONT ( 148, 42 ) ;
81        Size = MAP_APPFONT ( 42, 12 ) ;
82        TabStop = TRUE ;
83        Left = TRUE ;
84        Repeat = TRUE ;
85        Spin = TRUE ;
86        Maximum = 999 ;
87        DecimalDigits = 2 ;
88        Value = 10 ;
89        Unit = FUNIT_CM ;
90        First = 5 ;
91        Last = 99999 ;
92        SpinSize = 10 ;
93    };
94    FixedLine FL_FOOTNOTE_SIZE
95    {
96        Pos = MAP_APPFONT ( 6, 3 ) ;
97        Size = MAP_APPFONT ( 248, 8 ) ;
98        Text [ en-US ] = "Footnote area" ;
99    };
100    FixedText FT_LINEPOS
101    {
102        Pos = MAP_APPFONT ( 12, 73 ) ;
103        Size = MAP_APPFONT ( 132, 8 ) ;
104        Left = TRUE ;
105        Text [ en-US ] = "~Position" ;
106    };
107    ListBox DLB_LINEPOS
108    {
109        HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINEPOS" ;
110        Pos = MAP_APPFONT ( 148, 71 ) ;
111        Size = MAP_APPFONT ( 57, 40 ) ;
112        TabStop = TRUE ;
113        Group = TRUE ;
114        DropDown = TRUE ;
115        CurPos = 0 ;
116        StringList [ en-US ] =
117        {
118            < "Left" ; Default ;        > ;
119            < "Centered" ; Default ;    > ;
120            < "Right" ; Default ;       > ;
121        };
122    };
123    FixedText FT_LINETYPE
124    {
125        Pos = MAP_APPFONT ( 12, 89 ) ;
126        Size = MAP_APPFONT ( 132, 8 ) ;
127        Group = TRUE ;
128        Left = TRUE ;
129        Text [ en-US ] = "~Weight" ;
130    };
131    ListBox DLB_LINETYPE
132    {
133        HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINETYPE" ;
134        Pos = MAP_APPFONT ( 148, 87 ) ;
135        Size = MAP_APPFONT ( 57, 50 ) ;
136        TabStop = TRUE ;
137        Group = TRUE ;
138        DropDown = TRUE ;
139        CurPos = 0 ;
140    };
141
142    FixedText FT_LINEWIDTH
143    {
144        Pos = MAP_APPFONT ( 12, 105 ) ;
145        Size = MAP_APPFONT ( 132, 8 ) ;
146        Left = TRUE ;
147        Text [ en-US ] = "~Length" ;
148    };
149    MetricField ED_LINEWIDTH
150    {
151        HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEWIDTH" ;
152        Border = TRUE ;
153        Pos = MAP_APPFONT ( 148, 103 ) ;
154        Size = MAP_APPFONT ( 42, 12 ) ;
155        TabStop = TRUE ;
156        Left = TRUE ;
157        Repeat = TRUE ;
158        Spin = TRUE ;
159        Maximum = 100 ;
160        Value = 100 ;
161        Unit = FUNIT_PERCENT ;
162        First = 10 ;
163        Last = 100 ;
164    };
165    FixedText FT_LINEDIST
166    {
167        Pos = MAP_APPFONT ( 12, 121 ) ;
168        Size = MAP_APPFONT ( 132, 8 ) ;
169        Text [ en-US ] = "~Spacing to footnote contents" ;
170        Left = TRUE ;
171    };
172    MetricField ED_LINEDIST
173    {
174        HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEDIST" ;
175        Border = TRUE ;
176        Pos = MAP_APPFONT ( 148, 119 ) ;
177        Size = MAP_APPFONT ( 42, 12 ) ;
178        TabStop = TRUE ;
179        Left = TRUE ;
180        Repeat = TRUE ;
181        Spin = TRUE ;
182        Maximum = 999 ;
183        DecimalDigits = 2 ;
184        Value = 10 ;
185        Unit = FUNIT_CM ;
186        First = 5 ;
187        Last = 99999 ;
188        SpinSize = 10 ;
189    };
190    FixedLine FL_LINE
191    {
192        Pos = MAP_APPFONT ( 6, 60 ) ;
193        Size = MAP_APPFONT ( 248, 8 ) ;
194        Text [ en-US ] = "Separator line" ;
195    };
196};
197
198// ********************************************************************** EOF
199