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