xref: /trunk/main/sw/source/ui/fldui/flddinf.src (revision 939a6254)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "globals.hrc"
25#include "fldtdlg.hrc"
26#include "helpid.h"
27TabPage TP_FLD_DOKINF
28{
29	HelpID = HID_FLD_DOKINF ;
30	SVLook = TRUE ;
31	Hide = TRUE ;
32	Size = MAP_APPFONT ( 260, 185 ) ;
33	FixedText FT_DOKINFTYPE
34	{
35		Pos = MAP_APPFONT ( 6, 3 ) ;
36		Size = MAP_APPFONT ( 76, 8 ) ;
37		Text [ en-US ] = "~Type" ;
38		Left = TRUE ;
39	};
40	Control TLB_DOKINFTYPE
41	{
42		Border = TRUE ;
43		Pos = MAP_APPFONT ( 6, 16 ) ;
44		Size = MAP_APPFONT ( 76, 163 ) ;
45		TabStop = TRUE ;
46	};
47	FixedText FT_DOKINFSELECTION
48	{
49		Pos = MAP_APPFONT ( 88, 3 ) ;
50		Size = MAP_APPFONT ( 76, 8 ) ;
51		Text [ en-US ] = "S~elect" ;
52		Left = TRUE ;
53	};
54	ListBox LB_DOKINFSELECTION
55	{
56		HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFSELECTION" ;
57		Border = TRUE ;
58		Pos = MAP_APPFONT ( 88, 16 ) ;
59		Size = MAP_APPFONT ( 76, 163 ) ;
60		TabStop = TRUE ;
61		StringList [ en-US ] =
62		{
63			< "Author" ;			> ;
64			< "Time" ;				> ;
65			< "Date" ;				> ;
66			< "Date Time Author" ;	> ;
67		};
68	};
69	FixedText FT_DOKINFFORMAT
70	{
71		Pos = MAP_APPFONT ( 170, 3 ) ;
72		Size = MAP_APPFONT ( 84, 8 ) ;
73		Left = TRUE ;
74		Text [ en-US ] = "F~ormat" ;
75	};
76	ListBox LB_DOKINFFORMAT
77	{
78		HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFFORMAT" ;
79		Border = TRUE ;
80		Pos = MAP_APPFONT ( 170, 16 ) ;
81		Size = MAP_APPFONT ( 84, 148 ) ;
82		TabStop = TRUE ;
83		AutoHScroll = TRUE ;
84	};
85	CheckBox CB_DOKINFFIXEDCONTENT
86	{
87		HelpID = "sw:CheckBox:TP_FLD_DOKINF:CB_DOKINFFIXEDCONTENT" ;
88		Pos = MAP_APPFONT ( 170, 170 ) ;
89		Size = MAP_APPFONT ( 72, 10 ) ;
90		TabStop = TRUE ;
91		Text [ en-US ] = "~Fixed content" ;
92	};
93	Bitmap BMP_DOKINFROOT_OPENED
94	{
95		File = "plus.png" ;
96	};
97	Bitmap BMP_DOKINFROOT_CLOSED
98	{
99		File = "minus.png" ;
100	};
101	String STR_DOKINF_INFO
102	{
103		Text [ en-US ] = "Info" ;
104	};
105	Text [ en-US ] = "DocInformation" ;
106};
107
108// ********************************************************************** EOF
109