xref: /AOO41X/main/sw/source/ui/dbui/mmgreetingspage.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#ifndef _MAILMERGEGREETINGSPAGE_HRC
24cdf0e10cSrcweir#define _MAILMERGEGREETINGSPAGE_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define CB_PERSONALIZED         2
28cdf0e10cSrcweir#define LB_FEMALE               3
29cdf0e10cSrcweir#define PB_FEMALE               4
30cdf0e10cSrcweir#define LB_MALE                 5
31cdf0e10cSrcweir#define PB_MALE                 6
32cdf0e10cSrcweir#define FI_FEMALE               7
33cdf0e10cSrcweir#define FT_FEMALECOLUMN         8
34cdf0e10cSrcweir#define LB_FEMALECOLUMN         9
35cdf0e10cSrcweir#define FT_FEMALEFIELD          10
36cdf0e10cSrcweir#define CB_FEMALEFIELD          11
37cdf0e10cSrcweir#define FT_NEUTRAL              12
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define CB_NEUTRAL              14
40cdf0e10cSrcweir#define CB_GREETINGLINE         15
41cdf0e10cSrcweir#define FI_PREVIEW              16
42cdf0e10cSrcweir#define WIN_PREVIEW             17
43cdf0e10cSrcweir#define PB_ASSIGN               18
44cdf0e10cSrcweir#define FI_DOCINDEX             19
45cdf0e10cSrcweir#define IB_PREVSET              20
46cdf0e10cSrcweir#define IB_NEXTSET              21
47cdf0e10cSrcweir#define STR_DOCUMENT            22
48cdf0e10cSrcweir#define FI_HEADER               23
49cdf0e10cSrcweir#define FT_FEMALE               24
50cdf0e10cSrcweir#define FT_MALE                 25
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define FT_BODY                 30
53cdf0e10cSrcweir#define MLE_BODY                31
54cdf0e10cSrcweir#define FL_SEPARATOR            32
55cdf0e10cSrcweir#define PB_OK                   33
56cdf0e10cSrcweir#define PB_CANCEL               34
57cdf0e10cSrcweir#define PB_HELP                 35
58cdf0e10cSrcweir
59cdf0e10cSrcweir#endif
60cdf0e10cSrcweir
61cdf0e10cSrcweir
62