xref: /aoo42x/main/sw/source/ui/fldui/flddok.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
28#include "globals.hrc"
29#include "fldtdlg.hrc"
30#include "helpid.h"
31TabPage TP_FLD_DOK
32{
33	HelpID = HID_FLD_DOK ;
34	SVLook = TRUE ;
35	Hide = TRUE ;
36	Size = MAP_APPFONT ( 260 , 185 ) ;
37	FixedText FT_DOKTYPE
38	{
39		Pos = MAP_APPFONT ( 6 , 3 ) ;
40		Size = MAP_APPFONT ( 76 , 8 ) ;
41		Text [ en-US ] = "~Type" ;
42		Left = TRUE ;
43	};
44	ListBox LB_DOKTYPE
45	{
46	    HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKTYPE";
47		Border = TRUE ;
48		Pos = MAP_APPFONT ( 6 , 14 ) ;
49		Size = MAP_APPFONT ( 76 , 165 ) ;
50		TabStop = TRUE ;
51		Sort = TRUE ;
52		AutoHScroll = TRUE ;
53	};
54	FixedText FT_DOKSELECTION
55	{
56		Pos = MAP_APPFONT ( 88 , 3 ) ;
57		Size = MAP_APPFONT ( 76 , 8 ) ;
58		Text [ en-US ] = "S~elect" ;
59		Left = TRUE ;
60	};
61	ListBox LB_DOKSELECTION
62	{
63	    HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKSELECTION";
64		Border = TRUE ;
65		Pos = MAP_APPFONT ( 88 , 15 ) ;
66		Size = MAP_APPFONT ( 76 , 165 ) ;
67		TabStop = TRUE ;
68	};
69	FixedText FT_DOKFORMAT
70	{
71		Pos = MAP_APPFONT ( 170 , 3 ) ;
72		Size = MAP_APPFONT ( 84 , 8 ) ;
73		Left = TRUE ;
74		Text [ en-US ] = "F~ormat" ;
75	};
76	ListBox LB_DOKFORMAT
77	{
78	    HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKFORMAT";
79		Border = TRUE ;
80		Pos = MAP_APPFONT ( 170 , 14 ) ;
81		Size = MAP_APPFONT ( 84 , 151 ) ;
82		TabStop = TRUE ;
83		DropDown = FALSE ;
84		Sort = TRUE ;
85		AutoHScroll = TRUE ;
86	};
87	ListBox LB_DOKNUMFORMAT
88	{
89	    HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKNUMFORMAT";
90		Border = TRUE ;
91		Pos = MAP_APPFONT ( 170 , 14 ) ;
92		Size = MAP_APPFONT ( 84 , 151 ) ;
93		TabStop = TRUE ;
94		AutoHScroll = TRUE ;
95		Hide = TRUE ;
96	};
97	FixedText FT_DOKVALUE
98	{
99		Pos = MAP_APPFONT ( 170 , 155 ) ;
100		Size = MAP_APPFONT ( 84 , 8 ) ;
101		Text [ en-US ] = "O~ffset" ;
102		Left = TRUE ;
103		Hide = TRUE ;
104	};
105	Edit ED_DOKVALUE
106	{
107	    HelpID = "sw:Edit:TP_FLD_DOK:ED_DOKVALUE";
108		Border = TRUE ;
109		Pos = MAP_APPFONT ( 170 , 167 ) ;
110		Size = MAP_APPFONT ( 84 , 12 ) ;
111		TabStop = TRUE ;
112		Left = TRUE ;
113		Hide = TRUE ;
114	};
115	NumericField ED_DOKLEVEL
116	{
117	    HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKLEVEL";
118		Border = TRUE ;
119		Pos = MAP_APPFONT ( 170 , 167 ) ;
120		Size = MAP_APPFONT ( 84 , 12 ) ;
121		Text = "1" ;
122		TabStop = TRUE ;
123		Left = TRUE ;
124		Repeat = TRUE ;
125		Spin = TRUE ;
126		Hide = TRUE ;
127		Minimum = 1 ;
128		Maximum = 10 ;
129		First = 1 ;
130		SpinSize = 1 ;
131	};
132	NumericField ED_DOKDATEOFF
133	{
134	    HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKDATEOFF";
135		Border = TRUE ;
136		Pos = MAP_APPFONT ( 170 , 167 ) ;
137		Size = MAP_APPFONT ( 84 , 12 ) ;
138		Text = "0" ;
139		TabStop = TRUE ;
140		Left = TRUE ;
141		Repeat = TRUE ;
142		Spin = TRUE ;
143		Hide = TRUE ;
144		SpinSize = 1 ;
145	};
146	CheckBox CB_DOKFIXEDCONTENT
147	{
148	    HelpID = "sw:CheckBox:TP_FLD_DOK:CB_DOKFIXEDCONTENT";
149		Pos = MAP_APPFONT ( 170 , 170 ) ;
150		Size = MAP_APPFONT ( 72 , 10 ) ;
151		TabStop = TRUE ;
152		Text [ en-US ] = "~Fixed content" ;
153	};
154	Bitmap BMP_DOKROOT_OPENED
155	{
156		File = "plus.bmp" ;
157	};
158	Bitmap BMP_DOKROOT_CLOSED
159	{
160		File = "minus.bmp" ;
161	};
162	String STR_DOKDATEOFF
163	{
164		Text [ en-US ] = "Offs~et in days" ;
165	};
166	String STR_DOKTIMEOFF
167	{
168		Text [ en-US ] = "Offs~et in minutes" ;
169	};
170	Text [ en-US ] = "Document" ;
171};
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204