1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: abpresid.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef EXTENSIONS_ABPRESID_HRC
32 #define EXTENSIONS_ABPRESID_HRC
34 #ifndef EXTENSIONS_INC_EXTENSIO_HRC
35 #include "extensio.hrc"
38 //========================================================================
41 #define RID_DIALOG_START RID_ABP_START
42 #define RID_PAGE_START RID_ABP_START
43 #define RID_STRING_START RID_ABP_START
44 #define RID_ERRORBOX_START RID_ABP_START
45 #define RID_UNTYPED_START RID_ABP_START
46 #define RID_QUERYBOX_START RID_ABP_START
47 #define RID_BITMAP_START RID_ABP_START
49 //========================================================================
52 #define RID_DLG_ADDRESSBOOKSOURCEPILOT ( RID_DIALOG_START + 0 )
53 // please adjust RID_DIALOG_END (below) when adding new dialogs
55 #define RID_DIALOG_END RID_DLG_ADDRESSBOOKSOURCEPILOT
57 //========================================================================
60 #define RID_PAGE_SELECTABTYPE ( RID_PAGE_START + 0 )
61 #define RID_PAGE_ADMININVOKATION ( RID_PAGE_START + 1 )
62 #define RID_PAGE_TABLESELECTION_AB ( RID_PAGE_START + 2 )
63 #define RID_PAGE_FIELDMAPPING ( RID_PAGE_START + 3 )
64 #define RID_PAGE_FINAL ( RID_PAGE_START + 4 )
65 // please adjust RID_PAGE_END (below) when adding new tab pages
67 #define RID_PAGE_END RID_PAGE_FINAL
69 //========================================================================
72 #define RID_STR_DEFAULT_NAME ( RID_STRING_START + 0 )
73 #define RID_STR_ADMINDIALOGTITLE ( RID_STRING_START + 1 )
74 #define RID_STR_NOCONNECTION ( RID_STRING_START + 2 )
75 #define RID_STR_PLEASECHECKSETTINGS ( RID_STRING_START + 3 )
76 #define RID_STR_FIELDDIALOGTITLE ( RID_STRING_START + 4 )
77 #define RID_STR_NOFIELDSASSIGNED ( RID_STRING_START + 5 )
78 // please adjust RID_STRING_END (below) when adding new strings
80 #define RID_STRING_END RID_STR_NOFIELDSASSIGNED
82 //========================================================================
85 #define RID_ERR_NEEDTYPESELECTION ( RID_ERRORBOX_START + 0 )
86 // please adjust RID_ERRORBOX_END (below) when adding new error boxes
88 #define RID_ERRORBOX_END RID_ERR_NEEDTYPESELECTION
90 //========================================================================
93 #define RID_QRY_NOTABLES ( RID_QUERYBOX_START + 0 )
94 // please adjust RID_QUERYBOX_END (below) when adding new query boxes
96 #define RID_QUERYBOX_END RID_QRY_NOTABLES
98 //========================================================================
101 #define RID_RSC_NOTUSEDYET ( RID_UNTYPED_START + 0 )
102 // please adjust RID_UNTYPED_END (below) when adding new untyped resources
104 #define RID_UNTYPED_END RID_RSC_NOTUSEDYET
106 //========================================================================
109 #define BMP_HEADERIMAGE ( RID_BITMAP_START + 0 )
110 // please adjust RID_BITMAP_END (below) when adding new bitmaps
112 #define RID_BITMAP_END BMP_HEADERIMAGE
114 //========================================================================
115 //========================================================================
118 #if RID_DIALOG_END > RID_ABP_END
119 #error "please adjust the resource id ranges!!"
121 #if RID_PAGE_END > RID_ABP_END
122 #error "please adjust the resource id ranges!!"
124 #if RID_STRING_END > RID_ABP_END
125 #error "please adjust the resource id ranges!!"
127 #if RID_ERRORBOX_END > RID_ABP_END
128 #error "please adjust the resource id ranges!!"
130 #if RID_QUERYBOX_END > RID_ABP_END
131 #error "please adjust the resource id ranges!!"
133 #if RID_UNTYPED_END > RID_ABP_END
134 #error "please adjust the resource id ranges!!"
136 #if RID_BITMAP_END > RID_ABP_END
137 #error "please adjust the resource id ranges!!"
140 //========================================================================
141 // local resource ids
143 //........................................................................
144 #define FL_SEPARATOR 1
148 //........................................................................
149 #define FT_TYPE_HINTS 1
150 #define FT_ADMINEXPLANATION 3
151 #define FT_NAME_EXPL 4
153 #define FL_TOOMUCHTABLES 6
154 #define FT_FIELDASSIGMENTEXPL 7
155 #define FT_ASSIGNEDFIELDS 8
156 #define FT_FINISH_EXPL 9
157 #define FT_DUPLICATENAME 10
158 #define FT_LOCATION 11
160 //........................................................................
162 #define RB_THUNDERBIRD 2
163 #define RB_EVOLUTION 3
168 #define RB_OUTLOOKEXPRESS 8
170 #define RB_EVOLUTION_GROUPWISE 10
171 #define RB_EVOLUTION_LDAP 11
173 //........................................................................
174 #define ET_DATASOURCENAME 1
175 #define ET_LOCATION 2
177 //........................................................................
178 #define PB_INVOKE_ADMIN_DIALOG 1
179 #define PB_INVOKE_FIELDS_DIALOG 2
182 //........................................................................
183 #define LB_TABLELIST 1
185 //........................................................................
186 #define CB_REGISTER_DS 1
188 //........................................................................
189 #define CBB_LOCATION 1
191 //........................................................................
192 #define STR_SELECT_ABTYPE 1
193 #define STR_INVOKE_ADMIN_DIALOG 2
194 #define STR_TABLE_SELECTION 3
195 #define STR_MANUAL_FIELD_MAPPING 4
196 #define STR_FINAL_CONFIRM 5
198 //========================================================================
201 //........................................................................
202 #define WINDOW_SIZE_X 240
203 #define WINDOW_SIZE_Y 185
205 #define WINDOW_BORDER_X 12
206 #define WINDOW_BORDER_Y 14
208 #define BUTTON_SIZE_X 50
209 #define BUTTON_SIZE_Y 14
211 #define HEADER_SIZE_Y 30
215 //........................................................................
217 #endif // EXTENSIONS_ABPRESID_HRC
219 /*************************************************************************
222 * Revision 1.0 30.01.01 16:38:29 fs
223 ************************************************************************/