merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / fldui / flddok.src
blob2490d28bd65cef375dc76d0e84773ccfb31f588d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: flddok.src,v $
10  * $Revision: 1.25 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "globals.hrc"
32 #include "fldtdlg.hrc"
33 #include "helpid.h"
34 TabPage TP_FLD_DOK
36     HelpID = HID_FLD_DOK ;
37     SVLook = TRUE ;
38     Hide = TRUE ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     FixedText FT_DOKTYPE
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 76 , 8 ) ;
44         Text [ en-US ] = "~Type" ;
45         Left = TRUE ;
46     };
47     ListBox LB_DOKTYPE
48     {
49         Border = TRUE ;
50         Pos = MAP_APPFONT ( 6 , 14 ) ;
51         Size = MAP_APPFONT ( 76 , 165 ) ;
52         TabStop = TRUE ;
53         Sort = TRUE ;
54         AutoHScroll = TRUE ;
55     };
56     FixedText FT_DOKSELECTION
57     {
58         Pos = MAP_APPFONT ( 88 , 3 ) ;
59         Size = MAP_APPFONT ( 76 , 8 ) ;
60         Text [ en-US ] = "S~elect" ;
61         Left = TRUE ;
62     };
63     ListBox LB_DOKSELECTION
64     {
65         Border = TRUE ;
66         Pos = MAP_APPFONT ( 88 , 15 ) ;
67         Size = MAP_APPFONT ( 76 , 165 ) ;
68         TabStop = TRUE ;
69     };
70     FixedText FT_DOKFORMAT
71     {
72         Pos = MAP_APPFONT ( 170 , 3 ) ;
73         Size = MAP_APPFONT ( 84 , 8 ) ;
74         Left = TRUE ;
75         Text [ en-US ] = "F~ormat" ;
76     };
77     ListBox LB_DOKFORMAT
78     {
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         Border = TRUE ;
90         Pos = MAP_APPFONT ( 170 , 14 ) ;
91         Size = MAP_APPFONT ( 84 , 151 ) ;
92         TabStop = TRUE ;
93         AutoHScroll = TRUE ;
94         Hide = TRUE ;
95     };
96     FixedText FT_DOKVALUE
97     {
98         Pos = MAP_APPFONT ( 170 , 155 ) ;
99         Size = MAP_APPFONT ( 84 , 8 ) ;
100         Text [ en-US ] = "O~ffset" ;
101         Left = TRUE ;
102         Hide = TRUE ;
103     };
104     Edit ED_DOKVALUE
105     {
106         Border = TRUE ;
107         Pos = MAP_APPFONT ( 170 , 167 ) ;
108         Size = MAP_APPFONT ( 84 , 12 ) ;
109         TabStop = TRUE ;
110         Left = TRUE ;
111         Hide = TRUE ;
112     };
113     NumericField ED_DOKLEVEL
114     {
115         Border = TRUE ;
116         Pos = MAP_APPFONT ( 170 , 167 ) ;
117         Size = MAP_APPFONT ( 84 , 12 ) ;
118         Text = "1" ;
119         TabStop = TRUE ;
120         Left = TRUE ;
121         Repeat = TRUE ;
122         Spin = TRUE ;
123         Hide = TRUE ;
124         Minimum = 1 ;
125         Maximum = 10 ;
126         First = 1 ;
127         SpinSize = 1 ;
128     };
129     NumericField ED_DOKDATEOFF
130     {
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 170 , 167 ) ;
133         Size = MAP_APPFONT ( 84 , 12 ) ;
134         Text = "0" ;
135         TabStop = TRUE ;
136         Left = TRUE ;
137         Repeat = TRUE ;
138         Spin = TRUE ;
139         Hide = TRUE ;
140         SpinSize = 1 ;
141     };
142     CheckBox CB_DOKFIXEDCONTENT
143     {
144         Pos = MAP_APPFONT ( 170 , 170 ) ;
145         Size = MAP_APPFONT ( 72 , 10 ) ;
146         TabStop = TRUE ;
147         Text [ en-US ] = "~Fixed content" ;
148     };
149     Bitmap BMP_DOKROOT_OPENED
150     {
151         File = "plus.bmp" ;
152     };
153     Bitmap BMP_DOKROOT_CLOSED
154     {
155         File = "minus.bmp" ;
156     };
157     String STR_DOKDATEOFF
158     {
159         Text [ en-US ] = "Offs~et in days" ;
160     };
161     String STR_DOKTIMEOFF
162     {
163         Text [ en-US ] = "Offs~et in minutes" ;
164     };
165     Text [ en-US ] = "Document" ;