xref: /AOO41X/main/sw/inc/dbui.hrc (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#ifndef _DBUI_HRC
29*cdf0e10cSrcweir#define _DBUI_HRC
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir// #include *****************************************************************
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir#include "rcid.hrc"
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir// Dialoge --------------------------------------------------------------------
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir#define DLG_DBSELECTION			(RC_DBUI_BEGIN)
38*cdf0e10cSrcweir#define DLG_PRINTMONITOR		(RC_DBUI_BEGIN + 1)
39*cdf0e10cSrcweir#define DLG_AP_INSERT_DB_SEL	(RC_DBUI_BEGIN + 2)
40*cdf0e10cSrcweir
41*cdf0e10cSrcweir#define DLG_MAILMERGEWIZARD         (RC_DBUI_BEGIN + 3)
42*cdf0e10cSrcweir#define DLG_MM_DOCSELECT_PAGE       (RC_DBUI_BEGIN + 4)
43*cdf0e10cSrcweir#define DLG_MM_OUTPUTTYPE_PAGE      (RC_DBUI_BEGIN + 5)
44*cdf0e10cSrcweir#define DLG_MM_ADDRESSBLOCK_PAGE    (RC_DBUI_BEGIN + 6)
45*cdf0e10cSrcweir#define DLG_MM_GREETINGS_PAGE       (RC_DBUI_BEGIN + 7)
46*cdf0e10cSrcweir#define DLG_MM_PREPAREMERGE_PAGE    (RC_DBUI_BEGIN + 8)
47*cdf0e10cSrcweir#define DLG_MM_MERGE_PAGE           (RC_DBUI_BEGIN + 9)
48*cdf0e10cSrcweir#define DLG_MM_OUTPUT_PAGE          (RC_DBUI_BEGIN + 10)
49*cdf0e10cSrcweir#define DLG_MM_ADDRESSLISTDIALOG    (RC_DBUI_BEGIN + 11)
50*cdf0e10cSrcweir#define DLG_MM_SELECTDBTABLEDDIALOG (RC_DBUI_BEGIN + 12)
51*cdf0e10cSrcweir#define DLG_MM_DBTABLEPREVIEWDIALOG (RC_DBUI_BEGIN + 13)
52*cdf0e10cSrcweir#define DLG_MM_CREATEADDRESSLIST    (RC_DBUI_BEGIN + 14)
53*cdf0e10cSrcweir#define DLG_MM_FIND_ENTRY           (RC_DBUI_BEGIN + 15)
54*cdf0e10cSrcweir#define DLG_MM_ADD_RENAME_ENTRY     (RC_DBUI_BEGIN + 16)
55*cdf0e10cSrcweir#define DLG_MM_CUSTOMIZE_ADDRESS_LIST (RC_DBUI_BEGIN + 17)
56*cdf0e10cSrcweir#define DLG_MM_CUSTOMIZEADDRESSBLOCK  (RC_DBUI_BEGIN + 18)
57*cdf0e10cSrcweir#define DLG_MM_SELECTADDRESSBLOCK     (RC_DBUI_BEGIN + 19)
58*cdf0e10cSrcweir#define DLG_MM_ASSIGNFIELDS           (RC_DBUI_BEGIN + 20)
59*cdf0e10cSrcweir
60*cdf0e10cSrcweir#define DLG_MM_LAYOUT_PAGE            (RC_DBUI_BEGIN + 22)
61*cdf0e10cSrcweir#define DLG_MM_COPYTO                 (RC_DBUI_BEGIN + 23)
62*cdf0e10cSrcweir#define DLG_MM_MAILBODY               (RC_DBUI_BEGIN + 24)
63*cdf0e10cSrcweir#define DLG_MM_SENDMAILS              (RC_DBUI_BEGIN + 25)
64*cdf0e10cSrcweir#define DLG_MAILMERGECHILD            (RC_DBUI_BEGIN + 26)
65*cdf0e10cSrcweir#define DLG_MM_SAVEWARNING            (RC_DBUI_BEGIN + 27)
66*cdf0e10cSrcweir#define DLG_MM_QUERY                  (RC_DBUI_BEGIN + 28)
67*cdf0e10cSrcweir#define DLG_MM_SENDWARNING            (RC_DBUI_BEGIN + 29)
68*cdf0e10cSrcweir#define DLG_MM_CREATIONMONITOR        (RC_DBUI_BEGIN + 30)
69*cdf0e10cSrcweir// Strings ------------------------------------------------------------------
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir#define STR_DB_EMAIL			(RC_DBUI_BEGIN)
72*cdf0e10cSrcweir#define SA_ADDRESS_HEADER       (RC_DBUI_BEGIN + 1)
73*cdf0e10cSrcweir#define STR_NOTASSIGNED         (RC_DBUI_BEGIN + 2)
74*cdf0e10cSrcweir#define STR_FILTER_ALL          (RC_DBUI_BEGIN + 3)
75*cdf0e10cSrcweir#define STR_FILTER_SXB          (RC_DBUI_BEGIN + 4)
76*cdf0e10cSrcweir#define STR_FILTER_SXC          (RC_DBUI_BEGIN + 5)
77*cdf0e10cSrcweir#define STR_FILTER_DBF          (RC_DBUI_BEGIN + 6)
78*cdf0e10cSrcweir#define STR_FILTER_XLS          (RC_DBUI_BEGIN + 7)
79*cdf0e10cSrcweir#define STR_FILTER_TXT          (RC_DBUI_BEGIN + 8)
80*cdf0e10cSrcweir#define STR_FILTER_CSV          (RC_DBUI_BEGIN + 9)
81*cdf0e10cSrcweir#define STR_FILTER_ALL_DATA     (RC_DBUI_BEGIN + 10)
82*cdf0e10cSrcweir#define STR_FILTER_MDB          (RC_DBUI_BEGIN + 11)
83*cdf0e10cSrcweir#define STR_FILTER_ACCDB        (RC_DBUI_BEGIN + 12)
84*cdf0e10cSrcweir
85*cdf0e10cSrcweir// Bitmaps ------------------------------------------------------------------
86*cdf0e10cSrcweir
87*cdf0e10cSrcweir
88*cdf0e10cSrcweir// Elemente -----------------------------------------------------------------
89*cdf0e10cSrcweir
90*cdf0e10cSrcweir#define TLB_DBLIST			1
91*cdf0e10cSrcweir#define BTN_OK				2
92*cdf0e10cSrcweir#define BTN_CANCEL			3
93*cdf0e10cSrcweir#define BTN_HELP			4
94*cdf0e10cSrcweir
95*cdf0e10cSrcweir#define FT_DOCNAME			5
96*cdf0e10cSrcweir#define FT_PRINTING			6
97*cdf0e10cSrcweir#define FT_PRINTER			7
98*cdf0e10cSrcweir#define FT_PRINTINFO		8
99*cdf0e10cSrcweir#define PB_CANCELPRNMON		9
100*cdf0e10cSrcweir#define FT_SENDING			10
101*cdf0e10cSrcweir#define STR_EMAILMON		11
102*cdf0e10cSrcweir#define FT_STATUS			12
103*cdf0e10cSrcweir#define FT_CREATEDOCUMENTS  13
104*cdf0e10cSrcweir#define FT_PROGRESS    	    14
105*cdf0e10cSrcweir#define FT_COUNTING    	    15
106*cdf0e10cSrcweir#define STR_SAVEMON         16
107*cdf0e10cSrcweir#define FT_SAVING           17
108*cdf0e10cSrcweir
109*cdf0e10cSrcweir#define MM_PART_TITLE                   0
110*cdf0e10cSrcweir#define MM_PART_FIRSTNAME               1
111*cdf0e10cSrcweir#define MM_PART_LASTNAME                2
112*cdf0e10cSrcweir#define MM_PART_COMPANY                 3
113*cdf0e10cSrcweir#define MM_PART_ADDRESS_1               4
114*cdf0e10cSrcweir#define MM_PART_ADDRESS_2               5
115*cdf0e10cSrcweir#define MM_PART_CITY                    6
116*cdf0e10cSrcweir#define MM_PART_REGION                  7
117*cdf0e10cSrcweir#define MM_PART_ZIP                     8
118*cdf0e10cSrcweir#define MM_PART_COUNTRY                 9
119*cdf0e10cSrcweir#define MM_PART_PHONE_PRIVATE           10
120*cdf0e10cSrcweir#define MM_PART_PHONE_BUSINESS          11
121*cdf0e10cSrcweir#define MM_PART_E_MAIL                  12
122*cdf0e10cSrcweir#define MM_PART_GENDER                  13
123*cdf0e10cSrcweir
124*cdf0e10cSrcweir#endif
125*cdf0e10cSrcweir
126*cdf0e10cSrcweir
127