xref: /AOO41X/main/sw/inc/dbui.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
24cdf0e10cSrcweir#ifndef _DBUI_HRC
25cdf0e10cSrcweir#define _DBUI_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// #include *****************************************************************
28cdf0e10cSrcweir
29cdf0e10cSrcweir#include "rcid.hrc"
30cdf0e10cSrcweir
31cdf0e10cSrcweir// Dialoge --------------------------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define DLG_DBSELECTION			(RC_DBUI_BEGIN)
34cdf0e10cSrcweir#define DLG_PRINTMONITOR		(RC_DBUI_BEGIN + 1)
35cdf0e10cSrcweir#define DLG_AP_INSERT_DB_SEL	(RC_DBUI_BEGIN + 2)
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define DLG_MAILMERGEWIZARD         (RC_DBUI_BEGIN + 3)
38cdf0e10cSrcweir#define DLG_MM_DOCSELECT_PAGE       (RC_DBUI_BEGIN + 4)
39cdf0e10cSrcweir#define DLG_MM_OUTPUTTYPE_PAGE      (RC_DBUI_BEGIN + 5)
40cdf0e10cSrcweir#define DLG_MM_ADDRESSBLOCK_PAGE    (RC_DBUI_BEGIN + 6)
41cdf0e10cSrcweir#define DLG_MM_GREETINGS_PAGE       (RC_DBUI_BEGIN + 7)
42cdf0e10cSrcweir#define DLG_MM_PREPAREMERGE_PAGE    (RC_DBUI_BEGIN + 8)
43cdf0e10cSrcweir#define DLG_MM_MERGE_PAGE           (RC_DBUI_BEGIN + 9)
44cdf0e10cSrcweir#define DLG_MM_OUTPUT_PAGE          (RC_DBUI_BEGIN + 10)
45cdf0e10cSrcweir#define DLG_MM_ADDRESSLISTDIALOG    (RC_DBUI_BEGIN + 11)
46cdf0e10cSrcweir#define DLG_MM_SELECTDBTABLEDDIALOG (RC_DBUI_BEGIN + 12)
47cdf0e10cSrcweir#define DLG_MM_DBTABLEPREVIEWDIALOG (RC_DBUI_BEGIN + 13)
48cdf0e10cSrcweir#define DLG_MM_CREATEADDRESSLIST    (RC_DBUI_BEGIN + 14)
49cdf0e10cSrcweir#define DLG_MM_FIND_ENTRY           (RC_DBUI_BEGIN + 15)
50cdf0e10cSrcweir#define DLG_MM_ADD_RENAME_ENTRY     (RC_DBUI_BEGIN + 16)
51cdf0e10cSrcweir#define DLG_MM_CUSTOMIZE_ADDRESS_LIST (RC_DBUI_BEGIN + 17)
52cdf0e10cSrcweir#define DLG_MM_CUSTOMIZEADDRESSBLOCK  (RC_DBUI_BEGIN + 18)
53cdf0e10cSrcweir#define DLG_MM_SELECTADDRESSBLOCK     (RC_DBUI_BEGIN + 19)
54cdf0e10cSrcweir#define DLG_MM_ASSIGNFIELDS           (RC_DBUI_BEGIN + 20)
55cdf0e10cSrcweir
56cdf0e10cSrcweir#define DLG_MM_LAYOUT_PAGE            (RC_DBUI_BEGIN + 22)
57cdf0e10cSrcweir#define DLG_MM_COPYTO                 (RC_DBUI_BEGIN + 23)
58cdf0e10cSrcweir#define DLG_MM_MAILBODY               (RC_DBUI_BEGIN + 24)
59cdf0e10cSrcweir#define DLG_MM_SENDMAILS              (RC_DBUI_BEGIN + 25)
60cdf0e10cSrcweir#define DLG_MAILMERGECHILD            (RC_DBUI_BEGIN + 26)
61cdf0e10cSrcweir#define DLG_MM_SAVEWARNING            (RC_DBUI_BEGIN + 27)
62cdf0e10cSrcweir#define DLG_MM_QUERY                  (RC_DBUI_BEGIN + 28)
63cdf0e10cSrcweir#define DLG_MM_SENDWARNING            (RC_DBUI_BEGIN + 29)
64cdf0e10cSrcweir#define DLG_MM_CREATIONMONITOR        (RC_DBUI_BEGIN + 30)
65cdf0e10cSrcweir// Strings ------------------------------------------------------------------
66cdf0e10cSrcweir
67cdf0e10cSrcweir#define STR_DB_EMAIL			(RC_DBUI_BEGIN)
68cdf0e10cSrcweir#define SA_ADDRESS_HEADER       (RC_DBUI_BEGIN + 1)
69cdf0e10cSrcweir#define STR_NOTASSIGNED         (RC_DBUI_BEGIN + 2)
70cdf0e10cSrcweir#define STR_FILTER_ALL          (RC_DBUI_BEGIN + 3)
71cdf0e10cSrcweir#define STR_FILTER_SXB          (RC_DBUI_BEGIN + 4)
72cdf0e10cSrcweir#define STR_FILTER_SXC          (RC_DBUI_BEGIN + 5)
73cdf0e10cSrcweir#define STR_FILTER_DBF          (RC_DBUI_BEGIN + 6)
74cdf0e10cSrcweir#define STR_FILTER_XLS          (RC_DBUI_BEGIN + 7)
75cdf0e10cSrcweir#define STR_FILTER_TXT          (RC_DBUI_BEGIN + 8)
76cdf0e10cSrcweir#define STR_FILTER_CSV          (RC_DBUI_BEGIN + 9)
77cdf0e10cSrcweir#define STR_FILTER_ALL_DATA     (RC_DBUI_BEGIN + 10)
78cdf0e10cSrcweir#define STR_FILTER_MDB          (RC_DBUI_BEGIN + 11)
79cdf0e10cSrcweir#define STR_FILTER_ACCDB        (RC_DBUI_BEGIN + 12)
80cdf0e10cSrcweir
81cdf0e10cSrcweir// Bitmaps ------------------------------------------------------------------
82cdf0e10cSrcweir
83cdf0e10cSrcweir
84cdf0e10cSrcweir// Elemente -----------------------------------------------------------------
85cdf0e10cSrcweir
86cdf0e10cSrcweir#define TLB_DBLIST			1
87cdf0e10cSrcweir#define BTN_OK				2
88cdf0e10cSrcweir#define BTN_CANCEL			3
89cdf0e10cSrcweir#define BTN_HELP			4
90cdf0e10cSrcweir
91cdf0e10cSrcweir#define FT_DOCNAME			5
92cdf0e10cSrcweir#define FT_PRINTING			6
93cdf0e10cSrcweir#define FT_PRINTER			7
94cdf0e10cSrcweir#define FT_PRINTINFO		8
95cdf0e10cSrcweir#define PB_CANCELPRNMON		9
96cdf0e10cSrcweir#define FT_SENDING			10
97cdf0e10cSrcweir#define STR_EMAILMON		11
98cdf0e10cSrcweir#define FT_STATUS			12
99cdf0e10cSrcweir#define FT_CREATEDOCUMENTS  13
100cdf0e10cSrcweir#define FT_PROGRESS    	    14
101cdf0e10cSrcweir#define FT_COUNTING    	    15
102cdf0e10cSrcweir#define STR_SAVEMON         16
103cdf0e10cSrcweir#define FT_SAVING           17
104cdf0e10cSrcweir
105cdf0e10cSrcweir#define MM_PART_TITLE                   0
106cdf0e10cSrcweir#define MM_PART_FIRSTNAME               1
107cdf0e10cSrcweir#define MM_PART_LASTNAME                2
108cdf0e10cSrcweir#define MM_PART_COMPANY                 3
109cdf0e10cSrcweir#define MM_PART_ADDRESS_1               4
110cdf0e10cSrcweir#define MM_PART_ADDRESS_2               5
111cdf0e10cSrcweir#define MM_PART_CITY                    6
112cdf0e10cSrcweir#define MM_PART_REGION                  7
113cdf0e10cSrcweir#define MM_PART_ZIP                     8
114cdf0e10cSrcweir#define MM_PART_COUNTRY                 9
115cdf0e10cSrcweir#define MM_PART_PHONE_PRIVATE           10
116cdf0e10cSrcweir#define MM_PART_PHONE_BUSINESS          11
117cdf0e10cSrcweir#define MM_PART_E_MAIL                  12
118cdf0e10cSrcweir#define MM_PART_GENDER                  13
119cdf0e10cSrcweir
120cdf0e10cSrcweir#endif
121cdf0e10cSrcweir
122cdf0e10cSrcweir
123