xref: /trunk/main/sw/source/ui/misc/pgfnote.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include "globals.hrc"
28#include "pgfnote.hrc"
29#include "helpid.h"
30TabPage TP_FOOTNOTE_PAGE
31{
32	HelpID = HID_FOOTNOTE_PAGE ;
33	Pos = MAP_APPFONT ( 0 , 0 ) ;
34	Size = MAP_APPFONT ( 260 , 185 ) ;
35	Hide = TRUE;
36	RadioButton RB_MAXHEIGHT_PAGE
37	{
38	    HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE";
39		Pos = MAP_APPFONT ( 12 , 14 ) ;
40        Size = MAP_APPFONT ( 132 , 10 ) ;
41		Text [ en-US ] = "~Not larger than page area" ;
42		TabStop = TRUE ;
43		Group = TRUE ;
44	};
45	RadioButton RB_MAXHEIGHT
46	{
47	    HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT";
48		Pos = MAP_APPFONT ( 12 , 28 ) ;
49        Size = MAP_APPFONT ( 132 , 10 ) ;
50        Text [ en-US ] = "Maximum footnote ~height" ;
51	};
52	MetricField ED_MAXHEIGHT
53	{
54	    HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT";
55		Border = TRUE ;
56        Pos = MAP_APPFONT ( 148 , 26 ) ;
57		Size = MAP_APPFONT ( 42 , 12 ) ;
58		TabStop = TRUE ;
59		Group = TRUE ;
60		Left = TRUE ;
61		Repeat = TRUE ;
62		Spin = TRUE ;
63		Minimum = 50 ;
64		Maximum = 99999 ;
65		DecimalDigits = 2 ;
66		Value = 200 ;
67		Unit = FUNIT_CM ;
68		First = 10 ;
69		Last = 99999 ;
70		SpinSize = 10 ;
71	};
72	FixedText FT_DIST
73	{
74        Pos = MAP_APPFONT ( 12 , 44 ) ;
75        Size = MAP_APPFONT ( 132 , 8 ) ;
76        Text [ en-US ] = "Space to text" ;
77		Left = TRUE ;
78	};
79	MetricField ED_DIST
80	{
81	    HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_DIST";
82		Border = TRUE ;
83        Pos = MAP_APPFONT ( 148 , 42 ) ;
84		Size = MAP_APPFONT ( 42 , 12 ) ;
85		TabStop = TRUE ;
86		Left = TRUE ;
87		Repeat = TRUE ;
88		Spin = TRUE ;
89		Maximum = 999 ;
90		DecimalDigits = 2 ;
91		Value = 10 ;
92		Unit = FUNIT_CM ;
93		First = 5 ;
94		Last = 99999 ;
95		SpinSize = 10 ;
96	};
97	FixedLine FL_FOOTNOTE_SIZE
98	{
99		Pos = MAP_APPFONT ( 6 , 3 ) ;
100        Size = MAP_APPFONT ( 248 , 8 ) ;
101		Text [ en-US ] = "Footnote area" ;
102	};
103	FixedText FT_LINEPOS
104	{
105        Pos = MAP_APPFONT ( 12 , 73 ) ;
106        Size = MAP_APPFONT ( 132 , 8 ) ;
107		Left = TRUE ;
108		Text [ en-US ] = "~Position" ;
109	};
110	ListBox DLB_LINEPOS
111	{
112	    HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINEPOS";
113        Pos = MAP_APPFONT ( 148 , 71 ) ;
114		Size = MAP_APPFONT ( 57 , 40 ) ;
115		TabStop = TRUE ;
116		Group = TRUE ;
117		DropDown = TRUE ;
118		CurPos = 0 ;
119		StringList [ en-US ] =
120		{
121			< "Left" ; Default ; > ;
122			< "Centered" ; Default ; > ;
123			< "Right" ; Default ; > ;
124		};
125	};
126	FixedText FT_LINETYPE
127	{
128        Pos = MAP_APPFONT ( 12 , 89 ) ;
129        Size = MAP_APPFONT ( 132 , 8 ) ;
130		Group = TRUE ;
131		Left = TRUE ;
132		Text [ en-US ] = "~Weight" ;
133	};
134	ListBox DLB_LINETYPE
135	{
136	    HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINETYPE";
137        Pos = MAP_APPFONT ( 148 , 87 ) ;
138		Size = MAP_APPFONT ( 57 , 50 ) ;
139		TabStop = TRUE ;
140		Group = TRUE ;
141		DropDown = TRUE ;
142		CurPos = 0 ;
143	};
144
145	FixedText FT_LINEWIDTH
146	{
147        Pos = MAP_APPFONT ( 12 , 105 ) ;
148        Size = MAP_APPFONT ( 132 , 8 ) ;
149		Left = TRUE ;
150		Text [ en-US ] = "~Length" ;
151	};
152	MetricField ED_LINEWIDTH
153	{
154	    HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEWIDTH";
155		Border = TRUE ;
156        Pos = MAP_APPFONT ( 148 , 103 ) ;
157		Size = MAP_APPFONT ( 42 , 12 ) ;
158		TabStop = TRUE ;
159		Left = TRUE ;
160		Repeat = TRUE ;
161		Spin = TRUE ;
162		Maximum = 100 ;
163		Value = 100 ;
164		Unit = FUNIT_CUSTOM ;
165		CustomUnitText = "%" ;
166		First = 10 ;
167		Last = 100 ;
168	};
169	FixedText FT_LINEDIST
170	{
171        Pos = MAP_APPFONT ( 12 , 121 ) ;
172        Size = MAP_APPFONT ( 132 , 8 ) ;
173		Text [ en-US ] = "~Spacing to footnote contents" ;
174		Left = TRUE ;
175	};
176	MetricField ED_LINEDIST
177	{
178	    HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEDIST";
179		Border = TRUE ;
180        Pos = MAP_APPFONT ( 148 , 119 ) ;
181		Size = MAP_APPFONT ( 42 , 12 ) ;
182		TabStop = TRUE ;
183		Left = TRUE ;
184		Repeat = TRUE ;
185		Spin = TRUE ;
186		Maximum = 999 ;
187		DecimalDigits = 2 ;
188		Value = 10 ;
189		Unit = FUNIT_CM ;
190		First = 5 ;
191		Last = 99999 ;
192		SpinSize = 10 ;
193	};
194	FixedLine FL_LINE
195	{
196        Pos = MAP_APPFONT ( 6 , 60 ) ;
197        Size = MAP_APPFONT ( 248 , 8 ) ;
198		Text [ en-US ] = "Separator line" ;
199	};
200};
201