xref: /aoo41x/main/sw/source/ui/frmdlg/cption.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _CPTION_HRC
25cdf0e10cSrcweir#define _CPTION_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define BTN_OK         1
28cdf0e10cSrcweir#define BTN_CANCEL     2
29cdf0e10cSrcweir#define TXT_SAMPLE     3
30cdf0e10cSrcweir#define TXT_CATEGORY   4
31cdf0e10cSrcweir#define BOX_CATEGORY   5
32cdf0e10cSrcweir#define TXT_FORMAT     6
33cdf0e10cSrcweir#define BOX_FORMAT     7
34cdf0e10cSrcweir#define TXT_TEXT       8
35cdf0e10cSrcweir#define EDT_TEXT       9
36cdf0e10cSrcweir#define TXT_POS       10
37cdf0e10cSrcweir#define BOX_POS       11
38cdf0e10cSrcweir#define FL_SETTINGS  12
39cdf0e10cSrcweir#define BTN_HELP        13
40cdf0e10cSrcweir#define BTN_OPTION	  14
41cdf0e10cSrcweir#define FL_HEADER         15
42cdf0e10cSrcweir#define FT_LEVEL      16
43cdf0e10cSrcweir#define LB_LEVEL      17
44cdf0e10cSrcweir#define FT_SEPARATOR  18
45cdf0e10cSrcweir#define ED_SEPARATOR  19
46cdf0e10cSrcweir#define CB_COPY_ATTR  20
47cdf0e10cSrcweir#define FT_OBJECT_NAME 21
48cdf0e10cSrcweir#define ED_OBJECT_NAME 22
49cdf0e10cSrcweir#define BTN_AUTOCAPTION 23
50cdf0e10cSrcweir#define TXT_SEP         24
51cdf0e10cSrcweir#define EDT_SEP         25
52cdf0e10cSrcweir#define WIN_SAMPLE      26
53cdf0e10cSrcweir
54cdf0e10cSrcweir#define FL_CATANDFRAME  27
55cdf0e10cSrcweir#define FT_CHARSTYLE    28
56cdf0e10cSrcweir#define LB_CHARSTYLE    29
57cdf0e10cSrcweir#define CB_APPLYBAS     30
58cdf0e10cSrcweir#define FL_ORDER        31
59cdf0e10cSrcweir#define FT_ORDER        32
60cdf0e10cSrcweir#define LB_ORDER        33
61cdf0e10cSrcweir
62cdf0e10cSrcweir#define FT_NUM_SEP      34
63cdf0e10cSrcweir#define ED_NUM_SEP       35
64cdf0e10cSrcweir
65cdf0e10cSrcweir#define STR_BEGINNING		1
66cdf0e10cSrcweir#define STR_END				2
67cdf0e10cSrcweir#define STR_ABOVE			3
68cdf0e10cSrcweir#define STR_CP_BELOW		4
69cdf0e10cSrcweir#define STR_CATEGORY_NONE	5
70cdf0e10cSrcweir
71cdf0e10cSrcweir#endif
72cdf0e10cSrcweir
73cdf0e10cSrcweir// ********************************************************************** EOF
74cdf0e10cSrcweir
75