xref: /aoo42x/main/svtools/source/contnr/templwin.hrc (revision cd05c504)
145c6a252SAndrew Rist/**************************************************************
2*cd05c504Smseidel *
345c6a252SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
445c6a252SAndrew Rist * or more contributor license agreements.  See the NOTICE file
545c6a252SAndrew Rist * distributed with this work for additional information
645c6a252SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
745c6a252SAndrew Rist * to you under the Apache License, Version 2.0 (the
845c6a252SAndrew Rist * "License"); you may not use this file except in compliance
945c6a252SAndrew Rist * with the License.  You may obtain a copy of the License at
10*cd05c504Smseidel *
1145c6a252SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cd05c504Smseidel *
1345c6a252SAndrew Rist * Unless required by applicable law or agreed to in writing,
1445c6a252SAndrew Rist * software distributed under the License is distributed on an
1545c6a252SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1645c6a252SAndrew Rist * KIND, either express or implied.  See the License for the
1745c6a252SAndrew Rist * specific language governing permissions and limitations
1845c6a252SAndrew Rist * under the License.
19*cd05c504Smseidel *
2045c6a252SAndrew Rist *************************************************************/
2145c6a252SAndrew Rist
2245c6a252SAndrew Rist
23*cd05c504Smseidel
24cdf0e10cSrcweir#ifndef _SVTOOLS_TEMPLWIN_HRC
25cdf0e10cSrcweir#define _SVTOOLS_TEMPLWIN_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define FL_DOCTEMPLATE			10
28cdf0e10cSrcweir#define BTN_DOCTEMPLATE_MANAGE	11
29cdf0e10cSrcweir#define BTN_DOCTEMPLATE_EDIT	12
30cdf0e10cSrcweir#define BTN_DOCTEMPLATE_OPEN	13
31cdf0e10cSrcweir#define BTN_DOCTEMPLATE_CANCEL	14
32cdf0e10cSrcweir#define BTN_DOCTEMPLATE_HELP	15
33*cd05c504Smseidel#define FT_DOCTEMPLATE_LINK		16
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define TI_DOCTEMPLATE_BACK		1
36cdf0e10cSrcweir#define TI_DOCTEMPLATE_PREV		2
37cdf0e10cSrcweir#define TI_DOCTEMPLATE_PRINT	3
38cdf0e10cSrcweir#define TI_DOCTEMPLATE_DOCINFO	4
39cdf0e10cSrcweir#define TI_DOCTEMPLATE_PREVIEW	5
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define HBI_CATEGORY			1
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define DI_TITLE				1
44cdf0e10cSrcweir#define DI_FROM					2
45cdf0e10cSrcweir#define DI_DATE					3
46cdf0e10cSrcweir#define DI_KEYWORDS				4
47cdf0e10cSrcweir#define DI_DESCRIPTION			5
48cdf0e10cSrcweir#define DI_MIMETYPE				6
49cdf0e10cSrcweir#define DI_MODIFIEDDATE			7
50cdf0e10cSrcweir#define DI_MODIFIEDBY			8
51cdf0e10cSrcweir#define DI_PRINTDATE			9
52cdf0e10cSrcweir#define DI_PRINTBY				10
53cdf0e10cSrcweir#define DI_THEME				11
54cdf0e10cSrcweir#define DI_SIZE					12
55cdf0e10cSrcweir
56cdf0e10cSrcweir#endif // _SVTOOLS_TEMPLWIN_HRC
57