xref: /trunk/main/sw/source/ui/frmdlg/cption.hrc (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#ifndef _CPTION_HRC
29#define _CPTION_HRC
30
31#define BTN_OK         1
32#define BTN_CANCEL     2
33#define TXT_SAMPLE     3
34#define TXT_CATEGORY   4
35#define BOX_CATEGORY   5
36#define TXT_FORMAT     6
37#define BOX_FORMAT     7
38#define TXT_TEXT       8
39#define EDT_TEXT       9
40#define TXT_POS       10
41#define BOX_POS       11
42#define FL_SETTINGS  12
43#define BTN_HELP        13
44#define BTN_OPTION	  14
45#define FL_HEADER         15
46#define FT_LEVEL      16
47#define LB_LEVEL      17
48#define FT_SEPARATOR  18
49#define ED_SEPARATOR  19
50#define CB_COPY_ATTR  20
51#define FT_OBJECT_NAME 21
52#define ED_OBJECT_NAME 22
53#define BTN_AUTOCAPTION 23
54#define TXT_SEP         24
55#define EDT_SEP         25
56#define WIN_SAMPLE      26
57
58#define FL_CATANDFRAME  27
59#define FT_CHARSTYLE    28
60#define LB_CHARSTYLE    29
61#define CB_APPLYBAS     30
62#define FL_ORDER        31
63#define FT_ORDER        32
64#define LB_ORDER        33
65
66#define FT_NUM_SEP      34
67#define ED_NUM_SEP       35
68
69#define STR_BEGINNING		1
70#define STR_END				2
71#define STR_ABOVE			3
72#define STR_CP_BELOW		4
73#define STR_CATEGORY_NONE	5
74
75#endif
76
77// ********************************************************************** EOF
78
79