xref: /aoo41x/main/cui/source/tabpages/labdlg.hrc (revision 8414840e)
1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir#include <cuires.hrc>
24cdf0e10cSrcweir//#define RID_SVXPAGE_CAPTION		1000
25cdf0e10cSrcweir//#define RID_SVXDLG_CAPTION		1001
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define TAB_CONTROL				1
28cdf0e10cSrcweir#define BTN_OK					1
29cdf0e10cSrcweir#define BTN_CANCEL				1
30cdf0e10cSrcweir#define BTN_HELP				1
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define FT_ABSTAND				1
33cdf0e10cSrcweir#define FT_WINKEL				2
34cdf0e10cSrcweir#define FT_ANSATZ				3
35cdf0e10cSrcweir#define FT_LAENGE				4
36cdf0e10cSrcweir#define FT_UM					5
37cdf0e10cSrcweir#define FT_ANSATZ_REL			6
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define CT_CAPTTYPE				1
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define MF_ABSTAND				1
42cdf0e10cSrcweir#define MF_ANSATZ				2
43cdf0e10cSrcweir#define MF_LAENGE				3
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define CB_LAENGE				1
46cdf0e10cSrcweir
47cdf0e10cSrcweir#define CM_LAENGE				1
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define LB_WINKEL				1
50cdf0e10cSrcweir#define LB_ANSATZ				2
51cdf0e10cSrcweir#define LB_ANSATZ_REL			3
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define STR_CAPTTYPE_1			1
54cdf0e10cSrcweir#define STR_CAPTTYPE_2			2
55cdf0e10cSrcweir#define STR_CAPTTYPE_3			3
56cdf0e10cSrcweir#define STR_CAPTTYPE_4			4
57cdf0e10cSrcweir#define STR_HORZ_LIST			10
58cdf0e10cSrcweir#define STR_VERT_LIST			11
59cdf0e10cSrcweir
60cdf0e10cSrcweir#define BMP_CAPTTYPE_1			1
61cdf0e10cSrcweir#define BMP_CAPTTYPE_2			2
62cdf0e10cSrcweir#define BMP_CAPTTYPE_3			3
63cdf0e10cSrcweir#define BMP_CAPTTYPE_4			4
64cdf0e10cSrcweir
65cdf0e10cSrcweir#define BMP_CAPTTYPE_1_H		5
66cdf0e10cSrcweir#define BMP_CAPTTYPE_2_H		6
67cdf0e10cSrcweir#define BMP_CAPTTYPE_3_H		7
68cdf0e10cSrcweir#define BMP_CAPTTYPE_4_H		8
69cdf0e10cSrcweir
70cdf0e10cSrcweir#define SHOW_HORZ				1
71cdf0e10cSrcweir#define SHOW_VERT				2
72cdf0e10cSrcweir#define SHOW_ABS				3
73cdf0e10cSrcweir#define SHOW_NONE				4
74