xref: /aoo42x/main/sw/source/ui/fldui/fldref.src (revision 191e3f36)
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 "fldtdlg.hrc"
26#include "helpid.h"
27TabPage TP_FLD_REF
28{
29	HelpID = HID_FLD_REF ;
30	SVLook = TRUE ;
31	Hide = TRUE ;
32	Size = MAP_APPFONT ( 260, 185 ) ;
33	FixedText FT_REFTYPE
34	{
35		Pos = MAP_APPFONT ( 6, 3 ) ;
36		Size = MAP_APPFONT ( 76, 8 ) ;
37		Text [ en-US ] = "~Type" ;
38		Left = TRUE ;
39	};
40	ListBox LB_REFTYPE
41	{
42		HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE" ;
43		Border = TRUE ;
44		Pos = MAP_APPFONT ( 6, 14 ) ;
45		Size = MAP_APPFONT ( 76, 73 ) ;
46		TabStop = TRUE ;
47		AutoHScroll = TRUE ;
48	};
49	FixedText FT_REFSELECTION
50	{
51		Pos = MAP_APPFONT ( 88, 3 ) ;
52		Size = MAP_APPFONT ( 76, 8 ) ;
53		Text [ en-US ] = "S~election" ;
54		Left = TRUE ;
55	};
56	ListBox LB_REFSELECTION
57	{
58		HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION" ;
59		Border = TRUE ;
60		Pos = MAP_APPFONT ( 88, 14 ) ;
61		Size = MAP_APPFONT ( 166, 136 ) ;
62		TabStop = TRUE ;
63		Sort = TRUE ;
64	};
65	/* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
66	Control LB_REFSELECTION_TOOLTIP
67	{
68		HelpID = HID_REFSELECTION_TOOLTIP ;
69		Border = TRUE ;
70		Pos = MAP_APPFONT ( 88, 14 ) ;
71		Size = MAP_APPFONT ( 166, 136 ) ;
72		TabStop = TRUE ;
73	};
74	FixedText FT_REFFORMAT
75	{
76		Pos = MAP_APPFONT ( 6, 93 ) ;
77		Size = MAP_APPFONT ( 76, 8 ) ;
78		Left = TRUE ;
79		Text [ en-US ] = "Insert ~reference to" ;
80	};
81	ListBox LB_REFFORMAT
82	{
83		HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT" ;
84		Border = TRUE ;
85		Pos = MAP_APPFONT ( 6, 104 ) ;
86		Size = MAP_APPFONT ( 76, 75 ) ;
87		TabStop = TRUE ;
88		DropDown = FALSE ;
89		//Sort = TRUE;
90	};
91	FixedText FT_REFNAME
92	{
93		Pos = MAP_APPFONT ( 88, 155 ) ;
94		Size = MAP_APPFONT ( 80, 10 ) ;
95		Left = TRUE ;
96		Text [ en-US ] = "Na~me" ;
97	};
98	Edit ED_REFNAME
99	{
100		HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME" ;
101		Border = TRUE ;
102		Pos = MAP_APPFONT ( 88, 167 ) ;
103		Size = MAP_APPFONT ( 80, 12 ) ;
104		TabStop = TRUE ;
105		Left = TRUE ;
106	};
107	FixedText FT_REFVALUE
108	{
109		Pos = MAP_APPFONT ( 174, 155 ) ;
110		Size = MAP_APPFONT ( 80, 8 ) ;
111		Text [ en-US ] = "~Value" ;
112		Disable = TRUE ;
113		Left = TRUE ;
114	};
115	Edit ED_REFVALUE
116	{
117		HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE" ;
118		Border = TRUE ;
119		Pos = MAP_APPFONT ( 174, 167 ) ;
120		Size = MAP_APPFONT ( 80, 12 ) ;
121		TabStop = TRUE ;
122		Disable = TRUE ;
123		Left = TRUE ;
124	};
125	String STR_REFBOOKMARK
126	{
127		Text [ en-US ] = "Bookmarks" ;
128	};
129	String STR_REFFOOTNOTE
130	{
131		Text [ en-US ] = "Footnotes" ;
132	};
133	String STR_REFENDNOTE
134	{
135		Text [ en-US ] = "Endnotes" ;
136	};
137	String STR_REFHEADING
138	{
139		Text [ en-US ] = "Headings" ;
140	};
141	String STR_REFNUMITEM
142	{
143		Text [ en-US ] = "Numbered Paragraphs" ;
144	};
145	Text [ en-US ] = "Cross-references" ;
146};
147
148// ********************************************************************** EOF
149