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_DOKINF ;
28 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29 FixedText FT_DOKINFTYPE
31 Pos = MAP_APPFONT ( 6 , 3 ) ;
32 Size = MAP_APPFONT ( 76 , 8 ) ;
33 Text [ en-US ] = "~Type" ;
36 Control TLB_DOKINFTYPE
39 Pos = MAP_APPFONT ( 6 , 16 ) ;
40 Size = MAP_APPFONT ( 76 , 163 ) ;
43 FixedText FT_DOKINFSELECTION
45 Pos = MAP_APPFONT ( 88 , 3 ) ;
46 Size = MAP_APPFONT ( 76 , 8 ) ;
47 Text [ en-US ] = "S~elect" ;
50 ListBox LB_DOKINFSELECTION
52 HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFSELECTION";
54 Pos = MAP_APPFONT ( 88 , 16 ) ;
55 Size = MAP_APPFONT ( 76 , 163 ) ;
57 StringList [ en-US ] =
62 < "Date Time Author" ; > ;
65 FixedText FT_DOKINFFORMAT
67 Pos = MAP_APPFONT ( 170 , 3 ) ;
68 Size = MAP_APPFONT ( 84 , 8 ) ;
70 Text [ en-US ] = "F~ormat" ;
72 ListBox LB_DOKINFFORMAT
74 HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFFORMAT";
76 Pos = MAP_APPFONT ( 170 , 16 ) ;
77 Size = MAP_APPFONT ( 84 , 148 ) ;
81 CheckBox CB_DOKINFFIXEDCONTENT
83 HelpID = "sw:CheckBox:TP_FLD_DOKINF:CB_DOKINFFIXEDCONTENT";
84 Pos = MAP_APPFONT ( 170 , 170 ) ;
85 Size = MAP_APPFONT ( 72 , 10 ) ;
87 Text [ en-US ] = "~Fixed content" ;
89 Bitmap BMP_DOKINFROOT_OPENED
93 Bitmap BMP_DOKINFROOT_CLOSED
97 String STR_DOKINF_INFO
99 Text [ en-US ] = "Info" ;
101 Text [ en-US ] = "DocInformation" ;
104 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */