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