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