Update ooo320-m1
[ooovba.git] / sw / source / ui / frmdlg / cption.hrc
blob3e7748a9a500e9f5f98e1407cab8b84b42369a76
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: cption.hrc,v $
10  * $Revision: 1.7 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _CPTION_HRC
32 #define _CPTION_HRC
34 #define BTN_OK         1
35 #define BTN_CANCEL     2
36 #define TXT_SAMPLE     3
37 #define TXT_CATEGORY   4
38 #define BOX_CATEGORY   5
39 #define TXT_FORMAT     6
40 #define BOX_FORMAT     7
41 #define TXT_TEXT       8
42 #define EDT_TEXT       9
43 #define TXT_POS       10
44 #define BOX_POS       11
45 #define FL_SETTINGS  12
46 #define BTN_HELP        13
47 #define BTN_OPTION        14
48 #define FL_HEADER         15
49 #define FT_LEVEL      16
50 #define LB_LEVEL      17
51 #define FT_SEPARATOR  18
52 #define ED_SEPARATOR  19
53 #define CB_COPY_ATTR  20
54 #define FT_OBJECT_NAME 21
55 #define ED_OBJECT_NAME 22
56 #define BTN_AUTOCAPTION 23
57 #define TXT_SEP         24
58 #define EDT_SEP         25
59 #define WIN_SAMPLE      26
61 #define FL_CATANDFRAME  27
62 #define FT_CHARSTYLE    28
63 #define LB_CHARSTYLE    29
64 #define CB_APPLYBAS     30
65 #define FL_ORDER        31
66 #define FT_ORDER        32
67 #define LB_ORDER        33
69 #define FT_NUM_SEP      34
70 #define ED_NUM_SEP       35
72 #define STR_BEGINNING           1
73 #define STR_END                         2
74 #define STR_ABOVE                       3
75 #define STR_CP_BELOW            4
76 #define STR_CATEGORY_NONE       5
78 #endif
80 // ********************************************************************** EOF