bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / envelp / label.hrc
blob1d002296dac55a73873d47c3cfa9abc0c60978ba
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef _LABEL_HRC
21 #define _LABEL_HRC
23 #include "envelp.hrc"
25 // local resources *********************************************************
27 #define TXT_WRITING   1
28 #define BOX_ADDR      2
29 #define EDT_WRITING   3
30 #define FT_DATABASE   4
31 #define LB_DATABASE   5
32 #define FT_TABLE      6
33 #define LB_TABLE      7
34 #define FL_WRITING   8
35 #define BTN_CONT      9
36 #define BTN_SHEET    10
37 #define TXT_MAKE     11
38 #define BOX_MAKE     12
39 #define TXT_TYPE     13
40 #define BOX_TYPE     14
41 #define INF_FORMAT   15
42 #define FL_FORMAT   16
43 #define FT_DBFIELD   17
44 #define LB_DBFIELD   18
45 #define BTN_INSERT   19
46 #define BTN_SYNC     20
48 #define LB_AUTO_TEXT            3
49 #define FT_AUTO_TEXT_GROUP      4
50 #define LB_AUTO_TEXT_GROUP      5
51 #define ED_TEXT                 6
52 #define FL_CONTENT                          7
53 #define WIN_EXAMPLE             8
54 #define ST_VISCARD_GROUP        10
56 #define FL_DATA                         30
57 #define FT_NAME                 31
58 #define ED_FIRSTNAME            32
59 #define ED_NAME                 33
60 #define ED_SHORTCUT             34
61 #define FT_STREET               35
62 #define ED_STREET               36
63 #define FT_ZIPCITY              37
64 #define ED_ZIP                  38
65 #define ED_CITY                 39
66 #define FT_COUNTRYSTATE         40
67 #define ED_COUNTRY              41
68 #define FT_TITLEPROF            42
69 #define ED_PROFESSION           43
70 #define ED_TITLE                44
72 #define ED_PHONE                46
73 #define ED_MOBILE               47
75 #define ED_FAX                  49
76 #define FT_WWWMAIL              50
77 #define ED_WWW                  51
78 #define ED_MAIL                 52
79 #define ED_STATE                53
80 #define FT_COMP                 54
81 #define ED_COMP                 55
82 #define FT_COMP_EXT             56
83 #define ED_COMP_EXT             57
84 #define FT_SLOGAN               58
85 #define ED_SLOGAN               59
86 #define FT_POSITION             60
87 #define ED_POSITION             61
89 #define ST_BUSINESSCARDDLG      62
90 #define ST_FIRSTPAGE_LAB        63
91 #define ST_FIRSTPAGE_BC         64
93 #define FT_NAME_2               65
94 #define ED_FIRSTNAME_2          66
95 #define ED_NAME_2               67
96 #define ED_SHORTCUT_2           68
98 #define FT_PHONE_MOBILE         70
99 #define FT_FAX                  73
101 // global resources ********************************************************
102 #define STR_DOC_TITLE           (RC_LABEL_BEGIN)
103 #define STR_CUSTOM              (RC_LABEL_BEGIN + 1)
105 // overflow check ********************************************************
107 #define LABEL_ACT_END  STR_CUSTOM
109 #if LABEL_ACT_END > RC_LABEL_END
110 #error Resource-Ueberlauf in #file, #line
111 #endif
113 #endif
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */