xref: /trunk/main/cui/source/tabpages/labdlg.hrc (revision 8414840e)
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#include <cuires.hrc>
24//#define RID_SVXPAGE_CAPTION		1000
25//#define RID_SVXDLG_CAPTION		1001
26
27#define TAB_CONTROL				1
28#define BTN_OK					1
29#define BTN_CANCEL				1
30#define BTN_HELP				1
31
32#define FT_ABSTAND				1
33#define FT_WINKEL				2
34#define FT_ANSATZ				3
35#define FT_LAENGE				4
36#define FT_UM					5
37#define FT_ANSATZ_REL			6
38
39#define CT_CAPTTYPE				1
40
41#define MF_ABSTAND				1
42#define MF_ANSATZ				2
43#define MF_LAENGE				3
44
45#define CB_LAENGE				1
46
47#define CM_LAENGE				1
48
49#define LB_WINKEL				1
50#define LB_ANSATZ				2
51#define LB_ANSATZ_REL			3
52
53#define STR_CAPTTYPE_1			1
54#define STR_CAPTTYPE_2			2
55#define STR_CAPTTYPE_3			3
56#define STR_CAPTTYPE_4			4
57#define STR_HORZ_LIST			10
58#define STR_VERT_LIST			11
59
60#define BMP_CAPTTYPE_1			1
61#define BMP_CAPTTYPE_2			2
62#define BMP_CAPTTYPE_3			3
63#define BMP_CAPTTYPE_4			4
64
65#define BMP_CAPTTYPE_1_H		5
66#define BMP_CAPTTYPE_2_H		6
67#define BMP_CAPTTYPE_3_H		7
68#define BMP_CAPTTYPE_4_H		8
69
70#define SHOW_HORZ				1
71#define SHOW_VERT				2
72#define SHOW_ABS				3
73#define SHOW_NONE				4
74