xref: /trunk/main/svtools/source/contnr/templwin.hrc (revision e233dc42)
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#ifndef _SVTOOLS_TEMPLWIN_HRC
25#define _SVTOOLS_TEMPLWIN_HRC
26
27#define FL_DOCTEMPLATE			10
28#define BTN_DOCTEMPLATE_MANAGE	11
29#define BTN_DOCTEMPLATE_EDIT	12
30#define BTN_DOCTEMPLATE_OPEN	13
31#define BTN_DOCTEMPLATE_CANCEL	14
32#define BTN_DOCTEMPLATE_HELP	15
33#define FT_DOCTEMPLATE_LINK		16
34
35#define TI_DOCTEMPLATE_BACK		1
36#define TI_DOCTEMPLATE_PREV		2
37#define TI_DOCTEMPLATE_PRINT	3
38#define TI_DOCTEMPLATE_DOCINFO	4
39#define TI_DOCTEMPLATE_PREVIEW	5
40
41#define HBI_CATEGORY			1
42
43#define DI_TITLE				1
44#define DI_FROM					2
45#define DI_DATE					3
46#define DI_KEYWORDS				4
47#define DI_DESCRIPTION			5
48#define DI_MIMETYPE				6
49#define DI_MODIFIEDDATE			7
50#define DI_MODIFIEDBY			8
51#define DI_PRINTDATE			9
52#define DI_PRINTBY				10
53#define DI_THEME				11
54#define DI_SIZE					12
55
56#endif // _SVTOOLS_TEMPLWIN_HRC
57