xref: /aoo41x/main/sw/source/ui/envelp/mailmrge.hrc (revision fefe2166)
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
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
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.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _MAILMRGE_HRC
25cdf0e10cSrcweir#define _MAILMRGE_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// #include -----------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir#include "envelp.hrc"
30cdf0e10cSrcweir
31cdf0e10cSrcweir// Elemente -----------------------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define FL_RECORD               1
34cdf0e10cSrcweir#define RB_ALL 			2
35cdf0e10cSrcweir#define RB_MARKED 		3
36cdf0e10cSrcweir#define RB_FROM 		4
37cdf0e10cSrcweir#define NF_FROM 		5
38cdf0e10cSrcweir#define FT_BIS			6
39cdf0e10cSrcweir#define NF_TO 			7
40cdf0e10cSrcweir#define BTN_OK 			8
41cdf0e10cSrcweir#define BTN_CANCEL 		9
42cdf0e10cSrcweir#define BTN_HELP 		10
43cdf0e10cSrcweir#define RB_PRINTER 		11
44cdf0e10cSrcweir#define RB_MAILING 		12
45cdf0e10cSrcweir#define FT_ADDRESS 		13
46cdf0e10cSrcweir#define LB_ADDRESSFLD 	14
47cdf0e10cSrcweir#define FT_SUBJECT 		15
48cdf0e10cSrcweir#define ED_SUBJECT 		16
49cdf0e10cSrcweir#define FL_DEST                 17
50cdf0e10cSrcweir#define CB_SINGLE_JOBS	18
51cdf0e10cSrcweir#define FT_FORMAT		19
52cdf0e10cSrcweir#define CB_FORMAT_SW	20
53cdf0e10cSrcweir#define CB_FORMAT_HTML	21
54cdf0e10cSrcweir#define CB_FORMAT_RTF	22
55cdf0e10cSrcweir#define RB_FILE			23
56cdf0e10cSrcweir#define FT_PATH			24
57cdf0e10cSrcweir#define ED_PATH			25
58cdf0e10cSrcweir#define PB_PATH			26
59cdf0e10cSrcweir#define LB_COLUMN		30
60cdf0e10cSrcweir#define FT_ATTACH		32
61cdf0e10cSrcweir#define ED_ATTACH       33
62cdf0e10cSrcweir#define PB_ATTACH       34
63cdf0e10cSrcweir#define WIN_BEAMER      35
64cdf0e10cSrcweir#define FL_SEPARATOR    36
65cdf0e10cSrcweir#define FL_BOTTOM_SEPARATOR             37
66cdf0e10cSrcweir#define FL_SAVE_MERGED_DOCUMENT         38
67cdf0e10cSrcweir#define RB_SAVE_SINGLE_DOC              39
68cdf0e10cSrcweir#define RB_SAVE_INDIVIDUAL              40
69cdf0e10cSrcweir#define RB_GENERATE_FROM_DATABASE       41
70cdf0e10cSrcweir#define FT_COLUMN                       42
71cdf0e10cSrcweir#define FT_FILTER                       43
72cdf0e10cSrcweir#define LB_FILTER                       44
73cdf0e10cSrcweir
74cdf0e10cSrcweir#define FL_CREATEFROM   1
75cdf0e10cSrcweir#define RB_THISDOC      2
76cdf0e10cSrcweir#define RB_TEMPLATE     3
77cdf0e10cSrcweir#define BT_OK           4
78cdf0e10cSrcweir#define BT_CANCEL       5
79cdf0e10cSrcweir#define BT_HELP         6
80cdf0e10cSrcweir#define FL_CONNECTIONS  7
81cdf0e10cSrcweir#define RB_USEEXISTING  8
82cdf0e10cSrcweir#define RB_CREATENEW    9
83cdf0e10cSrcweir#define FT_INFO         10
84cdf0e10cSrcweir
85cdf0e10cSrcweir
86cdf0e10cSrcweir#endif
87cdf0e10cSrcweir
88cdf0e10cSrcweir
89