1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "globals.hrc"
21 #include "fldtdlg.hrc"
25 HelpID = HID_FLD_DOK ;
28 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31 Pos = MAP_APPFONT ( 6 , 3 ) ;
32 Size = MAP_APPFONT ( 76 , 8 ) ;
33 Text [ en-US ] = "~Type" ;
38 HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKTYPE";
40 Pos = MAP_APPFONT ( 6 , 14 ) ;
41 Size = MAP_APPFONT ( 76 , 165 ) ;
46 FixedText FT_DOKSELECTION
48 Pos = MAP_APPFONT ( 88 , 3 ) ;
49 Size = MAP_APPFONT ( 76 , 8 ) ;
50 Text [ en-US ] = "S~elect" ;
53 ListBox LB_DOKSELECTION
55 HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKSELECTION";
57 Pos = MAP_APPFONT ( 88 , 15 ) ;
58 Size = MAP_APPFONT ( 76 , 165 ) ;
61 FixedText FT_DOKFORMAT
63 Pos = MAP_APPFONT ( 170 , 3 ) ;
64 Size = MAP_APPFONT ( 84 , 8 ) ;
66 Text [ en-US ] = "F~ormat" ;
70 HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKFORMAT";
72 Pos = MAP_APPFONT ( 170 , 14 ) ;
73 Size = MAP_APPFONT ( 84 , 151 ) ;
79 ListBox LB_DOKNUMFORMAT
81 HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKNUMFORMAT";
83 Pos = MAP_APPFONT ( 170 , 14 ) ;
84 Size = MAP_APPFONT ( 84 , 151 ) ;
91 Pos = MAP_APPFONT ( 170 , 155 ) ;
92 Size = MAP_APPFONT ( 84 , 8 ) ;
93 Text [ en-US ] = "O~ffset" ;
99 HelpID = "sw:Edit:TP_FLD_DOK:ED_DOKVALUE";
101 Pos = MAP_APPFONT ( 170 , 167 ) ;
102 Size = MAP_APPFONT ( 84 , 12 ) ;
107 NumericField ED_DOKLEVEL
109 HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKLEVEL";
111 Pos = MAP_APPFONT ( 170 , 167 ) ;
112 Size = MAP_APPFONT ( 84 , 12 ) ;
124 NumericField ED_DOKDATEOFF
126 HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKDATEOFF";
128 Pos = MAP_APPFONT ( 170 , 167 ) ;
129 Size = MAP_APPFONT ( 84 , 12 ) ;
138 CheckBox CB_DOKFIXEDCONTENT
140 HelpID = "sw:CheckBox:TP_FLD_DOK:CB_DOKFIXEDCONTENT";
141 Pos = MAP_APPFONT ( 170 , 170 ) ;
142 Size = MAP_APPFONT ( 72 , 10 ) ;
144 Text [ en-US ] = "~Fixed content" ;
146 Bitmap BMP_DOKROOT_OPENED
150 Bitmap BMP_DOKROOT_CLOSED
154 String STR_DOKDATEOFF
156 Text [ en-US ] = "Offs~et in days" ;
158 String STR_DOKTIMEOFF
160 Text [ en-US ] = "Offs~et in minutes" ;
162 Text [ en-US ] = "Document" ;
165 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */