bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fldui / flddok.src
blobfa48827fccf58c42e9546f06b247610be23c8e5d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "globals.hrc"
21 #include "fldtdlg.hrc"
22 #include "helpid.h"
23 TabPage TP_FLD_DOK
25     HelpID = HID_FLD_DOK ;
26     SVLook = TRUE ;
27     Hide = TRUE ;
28     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     FixedText FT_DOKTYPE
30     {
31         Pos = MAP_APPFONT ( 6 , 3 ) ;
32         Size = MAP_APPFONT ( 76 , 8 ) ;
33         Text [ en-US ] = "~Type" ;
34         Left = TRUE ;
35     };
36     ListBox LB_DOKTYPE
37     {
38         HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKTYPE";
39         Border = TRUE ;
40         Pos = MAP_APPFONT ( 6 , 14 ) ;
41         Size = MAP_APPFONT ( 76 , 165 ) ;
42         TabStop = TRUE ;
43         Sort = TRUE ;
44         AutoHScroll = TRUE ;
45     };
46     FixedText FT_DOKSELECTION
47     {
48         Pos = MAP_APPFONT ( 88 , 3 ) ;
49         Size = MAP_APPFONT ( 76 , 8 ) ;
50         Text [ en-US ] = "S~elect" ;
51         Left = TRUE ;
52     };
53     ListBox LB_DOKSELECTION
54     {
55         HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKSELECTION";
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 88 , 15 ) ;
58         Size = MAP_APPFONT ( 76 , 165 ) ;
59         TabStop = TRUE ;
60     };
61     FixedText FT_DOKFORMAT
62     {
63         Pos = MAP_APPFONT ( 170 , 3 ) ;
64         Size = MAP_APPFONT ( 84 , 8 ) ;
65         Left = TRUE ;
66         Text [ en-US ] = "F~ormat" ;
67     };
68     ListBox LB_DOKFORMAT
69     {
70         HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKFORMAT";
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 170 , 14 ) ;
73         Size = MAP_APPFONT ( 84 , 151 ) ;
74         TabStop = TRUE ;
75         DropDown = FALSE ;
76         Sort = TRUE ;
77         AutoHScroll = TRUE ;
78     };
79     ListBox LB_DOKNUMFORMAT
80     {
81         HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKNUMFORMAT";
82         Border = TRUE ;
83         Pos = MAP_APPFONT ( 170 , 14 ) ;
84         Size = MAP_APPFONT ( 84 , 151 ) ;
85         TabStop = TRUE ;
86         AutoHScroll = TRUE ;
87         Hide = TRUE ;
88     };
89     FixedText FT_DOKVALUE
90     {
91         Pos = MAP_APPFONT ( 170 , 155 ) ;
92         Size = MAP_APPFONT ( 84 , 8 ) ;
93         Text [ en-US ] = "O~ffset" ;
94         Left = TRUE ;
95         Hide = TRUE ;
96     };
97     Edit ED_DOKVALUE
98     {
99         HelpID = "sw:Edit:TP_FLD_DOK:ED_DOKVALUE";
100         Border = TRUE ;
101         Pos = MAP_APPFONT ( 170 , 167 ) ;
102         Size = MAP_APPFONT ( 84 , 12 ) ;
103         TabStop = TRUE ;
104         Left = TRUE ;
105         Hide = TRUE ;
106     };
107     NumericField ED_DOKLEVEL
108     {
109         HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKLEVEL";
110         Border = TRUE ;
111         Pos = MAP_APPFONT ( 170 , 167 ) ;
112         Size = MAP_APPFONT ( 84 , 12 ) ;
113         Text = "1" ;
114         TabStop = TRUE ;
115         Left = TRUE ;
116         Repeat = TRUE ;
117         Spin = TRUE ;
118         Hide = TRUE ;
119         Minimum = 1 ;
120         Maximum = 10 ;
121         First = 1 ;
122         SpinSize = 1 ;
123     };
124     NumericField ED_DOKDATEOFF
125     {
126         HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKDATEOFF";
127         Border = TRUE ;
128         Pos = MAP_APPFONT ( 170 , 167 ) ;
129         Size = MAP_APPFONT ( 84 , 12 ) ;
130         Text = "0" ;
131         TabStop = TRUE ;
132         Left = TRUE ;
133         Repeat = TRUE ;
134         Spin = TRUE ;
135         Hide = TRUE ;
136         SpinSize = 1 ;
137     };
138     CheckBox CB_DOKFIXEDCONTENT
139     {
140         HelpID = "sw:CheckBox:TP_FLD_DOK:CB_DOKFIXEDCONTENT";
141         Pos = MAP_APPFONT ( 170 , 170 ) ;
142         Size = MAP_APPFONT ( 72 , 10 ) ;
143         TabStop = TRUE ;
144         Text [ en-US ] = "~Fixed content" ;
145     };
146     Bitmap BMP_DOKROOT_OPENED
147     {
148         File = "plus.bmp" ;
149     };
150     Bitmap BMP_DOKROOT_CLOSED
151     {
152         File = "minus.bmp" ;
153     };
154     String STR_DOKDATEOFF
155     {
156         Text [ en-US ] = "Offs~et in days" ;
157     };
158     String STR_DOKTIMEOFF
159     {
160         Text [ en-US ] = "Offs~et in minutes" ;
161     };
162     Text [ en-US ] = "Document" ;
165 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */