xref: /trunk/main/sw/source/ui/envelp/label.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _LABEL_HRC
29#define _LABEL_HRC
30
31// #include *****************************************************************
32
33#include "envelp.hrc"
34
35// Lokale Resourcen *********************************************************
36
37#define TXT_WRITING   1
38#define BOX_ADDR      2
39#define EDT_WRITING   3
40#define FT_DATABASE   4
41#define LB_DATABASE   5
42#define FT_TABLE      6
43#define LB_TABLE      7
44#define FL_WRITING   8
45#define BTN_CONT      9
46#define BTN_SHEET    10
47#define TXT_MAKE     11
48#define BOX_MAKE     12
49#define TXT_TYPE     13
50#define BOX_TYPE     14
51#define INF_FORMAT   15
52#define FL_FORMAT   16
53#define FT_DBFIELD   17
54#define LB_DBFIELD   18
55#define BTN_INSERT   19
56#define BTN_SYNC	 20
57
58#define RB_FROM_AUTO_TEXT		1
59#define RB_FROM_EDIT			2
60#define LB_AUTO_TEXT			3
61#define FT_AUTO_TEXT_GROUP      4
62#define LB_AUTO_TEXT_GROUP      5
63#define ED_TEXT				    6
64#define FL_CONTENT                          7
65#define WIN_EXAMPLE			    8
66#define ST_VISCARD_GROUP		10
67
68#define FL_DATA                         30
69#define FT_NAME			        31
70#define ED_FIRSTNAME	        32
71#define ED_NAME			        33
72#define ED_SHORTCUT		        34
73#define FT_STREET		        35
74#define ED_STREET		        36
75#define FT_ZIPCITY		        37
76#define ED_ZIP			        38
77#define ED_CITY			        39
78#define FT_COUNTRYSTATE	        40
79#define ED_COUNTRY		        41
80#define FT_TITLEPROF         	42
81#define ED_PROFESSION	        43
82#define ED_TITLE		        44
83
84#define ED_PHONE		        46
85#define ED_MOBILE		        47
86
87#define ED_FAX			        49
88#define FT_WWWMAIL		        50
89#define ED_WWW			        51
90#define ED_MAIL			        52
91#define ED_STATE				53
92#define FT_COMP		            54
93#define ED_COMP		            55
94#define FT_COMP_EXT             56
95#define ED_COMP_EXT             57
96#define FT_SLOGAN	            58
97#define ED_SLOGAN	            59
98#define FT_POSITION             60
99#define ED_POSITION             61
100
101#define ST_BUSINESSCARDDLG		62
102#define ST_FIRSTPAGE_LAB        63
103#define ST_FIRSTPAGE_BC         64
104
105#define FT_NAME_2			    65
106#define ED_FIRSTNAME_2	        66
107#define ED_NAME_2			    67
108#define ED_SHORTCUT_2		    68
109
110#define FT_PHONE_MOBILE			70
111//#define FT_PHONE		        71
112//#define FT_MOBILE		        72
113#define FT_FAX			        73
114
115// Globale Resourcen ********************************************************
116#define STR_DOC_TITLE  			(RC_LABEL_BEGIN)
117#define STR_CUSTOM     			(RC_LABEL_BEGIN + 1)
118
119// Ueberlaufpruefung ********************************************************
120
121#define LABEL_ACT_END  STR_CUSTOM
122
123#if LABEL_ACT_END > RC_LABEL_END
124#error Resource-Ueberlauf in #file, #line
125#endif
126
127#endif
128
129