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#ifndef _MAILMERGEADDRESSBLOCKPAGE_HRC
24#define _MAILMERGEADDRESSBLOCKPAGE_HRC
25
26#define FI_ADDRESSLIST          1
27#define PB_ADDRESSLIST          2
28#define FI_SETTINGS             3
29#define WIN_SETTINGS            4
30#define PB_SETTINGS             5
31#define CB_ADDRESS              6
32#define FI_PREVIEW              7
33#define WIN_PREVIEW             8
34#define PB_ASSIGN               9
35#define FI_DOCINDEX             10
36#define IB_PREVSET              11
37#define IB_NEXTSET              12
38#define STR_DOCUMENT            13
39#define FI_HEADER               14
40#define FI_CURRENTADDRESS       15
41#define STR_CHANGEADDRESS       16
42#define FI_SECOND               17
43#define FI_THIRD                18
44#define FI_MATCH_FIELDS         19
45
46#define FT_SELECT               20
47#define PB_NEW                  21
48#define PB_DELETE               22
49#define PB_CUSTOMIZE            23
50
51#define RB_NEVER                25
52#define RB_ALWAYS               26
53#define RB_DEPENDENT            27
54#define ED_COUNTRY              28
55#define FL_SEPARATOR            29
56#define PB_OK                   30
57#define PB_CANCEL               31
58#define PB_HELP                 32
59
60#define FT_ADDRESSELEMENTS      40
61#define LB_ADDRESSELEMENTS      41
62#define IB_INSERTFIELD          42
63#define IB_REMOVEFIELD          43
64#define FT_DRAG                 48
65#define ED_DRAG                 49
66#define IB_UP                   50
67#define IB_LEFT                 51
68#define IB_RIGHT                52
69#define IB_DOWN                 53
70#define FT_FIELD                54
71#define CB_FIELD                55
72#define ST_SALUTATION           56
73#define ST_PUNCTUATION          57
74#define ST_TEXT                 58
75#define RA_SALUTATION_MALE      59
76#define RA_SALUTATION_FEMALE    60
77#define RA_PUNCTUATION          61
78#define ST_TITLE_MALE           62
79#define ST_TITLE_FEMALE         63
80#define ST_SALUTATIONELEMENTS   64
81#define ST_INSERTSALUTATIONFIELD 65
82#define ST_REMOVESALUTATIONFIELD 66
83#define ST_DRAGSALUTATION       67
84#define ST_TITLE_EDIT			68
85
86
87#define FI_MATCHING             70
88#define CT_FIELDS               71
89#define ST_SALUTATIONPREVIEW    72
90#define ST_SALUTATIONMATCHING   73
91#define ST_SALUTATIONELEMENT   74
92#define CB_HIDE_EMPTY_PARA     75
93#define FI_FIRST                76
94#define FL_FIRST                77
95#define FL_SECOND               78
96#define FL_THIRD                79
97#define FI_FOURTH               80
98
99#define SCR_1                   1
100#define ST_ADDRESSELEMENT       2
101#define ST_MATCHESTO            3
102#define ST_PREVIEW              4
103#define FT_FIELDS               5
104#define LB_FIELDS               6
105#define FT_PREVIEW              7
106#define ST_NONE                 8
107#define WIN_DATA                9
108
109#endif
110
111
112