xref: /aoo41x/main/sw/source/ui/fldui/flddinf.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_DOKINF
32{
33	HelpID = HID_FLD_DOKINF ;
34	SVLook = TRUE ;
35	Hide = TRUE ;
36	Size = MAP_APPFONT ( 260 , 185 ) ;
37	FixedText FT_DOKINFTYPE
38	{
39		Pos = MAP_APPFONT ( 6 , 3 ) ;
40		Size = MAP_APPFONT ( 76 , 8 ) ;
41		Text [ en-US ] = "~Type" ;
42		Left = TRUE ;
43	};
44	Control TLB_DOKINFTYPE
45	{
46		Border = TRUE ;
47		Pos = MAP_APPFONT ( 6 , 16 ) ;
48		Size = MAP_APPFONT ( 76 , 163 ) ;
49		TabStop = TRUE ;
50	};
51	FixedText FT_DOKINFSELECTION
52	{
53		Pos = MAP_APPFONT ( 88 , 3 ) ;
54		Size = MAP_APPFONT ( 76 , 8 ) ;
55		Text [ en-US ] = "S~elect" ;
56		Left = TRUE ;
57	};
58	ListBox LB_DOKINFSELECTION
59	{
60	    HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFSELECTION";
61		Border = TRUE ;
62		Pos = MAP_APPFONT ( 88 , 16 ) ;
63		Size = MAP_APPFONT ( 76 , 163 ) ;
64		TabStop = TRUE ;
65		StringList [ en-US ] =
66		{
67			< "Author" ; > ;
68			< "Time" ; > ;
69			< "Date" ; > ;
70			< "Date Time Author" ; > ;
71		};
72	};
73	FixedText FT_DOKINFFORMAT
74	{
75		Pos = MAP_APPFONT ( 170 , 3 ) ;
76		Size = MAP_APPFONT ( 84 , 8 ) ;
77		Left = TRUE ;
78		Text [ en-US ] = "F~ormat" ;
79	};
80	ListBox LB_DOKINFFORMAT
81	{
82	    HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFFORMAT";
83		Border = TRUE ;
84		Pos = MAP_APPFONT ( 170 , 16 ) ;
85		Size = MAP_APPFONT ( 84 , 148 ) ;
86		TabStop = TRUE ;
87		AutoHScroll = TRUE ;
88	};
89	CheckBox CB_DOKINFFIXEDCONTENT
90	{
91	    HelpID = "sw:CheckBox:TP_FLD_DOKINF:CB_DOKINFFIXEDCONTENT";
92		Pos = MAP_APPFONT ( 170 , 170 ) ;
93		Size = MAP_APPFONT ( 72 , 10 ) ;
94		TabStop = TRUE ;
95		Text [ en-US ] = "~Fixed content" ;
96	};
97	Bitmap BMP_DOKINFROOT_OPENED
98	{
99		File = "plus.bmp" ;
100	};
101	Bitmap BMP_DOKINFROOT_CLOSED
102	{
103		File = "minus.bmp" ;
104	};
105	String STR_DOKINF_INFO
106	{
107		Text [ en-US ] = "Info" ;
108	};
109	Text [ en-US ] = "DocInformation" ;
110};
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142