merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / abpilot / abpresid.hrc
blob1afc6e88a2f0ba50d6af2bdf938cf9fb0418cf81
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #ifndef EXTENSIONS_ABPRESID_HRC
29 #define EXTENSIONS_ABPRESID_HRC
31 #include "abpilot.hrc"
33 //========================================================================
34 // basics
36 #define RID_DIALOG_START                RID_ABP_START
37 #define RID_PAGE_START                  RID_ABP_START
38 #define RID_STRING_START                RID_ABP_START
39 #define RID_ERRORBOX_START              RID_ABP_START
40 #define RID_UNTYPED_START               RID_ABP_START
41 #define RID_QUERYBOX_START              RID_ABP_START
42 #define RID_BITMAP_START                RID_ABP_START
44 //========================================================================
45 // dialogs
47 #define RID_DLG_ADDRESSBOOKSOURCEPILOT  ( RID_DIALOG_START +  0 )
48 // please adjust RID_DIALOG_END (below) when adding new dialogs
50 #define RID_DIALOG_END                  RID_DLG_ADDRESSBOOKSOURCEPILOT
52 //========================================================================
53 // tab pages
55 #define RID_PAGE_SELECTABTYPE           ( RID_PAGE_START +  0 )
56 #define RID_PAGE_ADMININVOKATION        ( RID_PAGE_START +  1 )
57 #define RID_PAGE_TABLESELECTION_AB      ( RID_PAGE_START +  2 )
58 #define RID_PAGE_FIELDMAPPING           ( RID_PAGE_START +  3 )
59 #define RID_PAGE_FINAL                  ( RID_PAGE_START +  4 )
60 // please adjust RID_PAGE_END (below) when adding new tab pages
62 #define RID_PAGE_END                    RID_PAGE_FINAL
64 //========================================================================
65 // strings
67 #define RID_STR_DEFAULT_NAME            ( RID_STRING_START +  0 )
68 #define RID_STR_ADMINDIALOGTITLE        ( RID_STRING_START +  1 )
69 #define RID_STR_NOCONNECTION            ( RID_STRING_START +  2 )
70 #define RID_STR_PLEASECHECKSETTINGS     ( RID_STRING_START +  3 )
71 #define RID_STR_FIELDDIALOGTITLE        ( RID_STRING_START +  4 )
72 #define RID_STR_NOFIELDSASSIGNED        ( RID_STRING_START +  5 )
73 // please adjust RID_STRING_END (below) when adding new strings
75 #define RID_STRING_END                  RID_STR_NOFIELDSASSIGNED
77 //========================================================================
78 // error boxes
80 #define RID_ERR_NEEDTYPESELECTION       ( RID_ERRORBOX_START +  0 )
81 // please adjust RID_ERRORBOX_END (below) when adding new error boxes
83 #define RID_ERRORBOX_END                RID_ERR_NEEDTYPESELECTION
85 //========================================================================
86 // query boxes
88 #define RID_QRY_NOTABLES                ( RID_QUERYBOX_START +  0 )
89 // please adjust RID_QUERYBOX_END (below) when adding new query boxes
91 #define RID_QUERYBOX_END                RID_QRY_NOTABLES
93 //========================================================================
94 // untyped resources
96 #define RID_RSC_NOTUSEDYET              ( RID_UNTYPED_START +  0 )
97 // please adjust RID_UNTYPED_END (below) when adding new untyped resources
99 #define RID_UNTYPED_END                 RID_RSC_NOTUSEDYET
101 //========================================================================
102 // bitmaps
104 #define BMP_HEADERIMAGE                 ( RID_BITMAP_START +  0 )
105 // please adjust RID_BITMAP_END (below) when adding new bitmaps
107 #define RID_BITMAP_END                  BMP_HEADERIMAGE
109 //========================================================================
110 //========================================================================
111 //= range checks
113 #if RID_DIALOG_END > RID_ABP_END
114     #error "please adjust the resource id ranges!!"
115 #endif
116 #if RID_PAGE_END > RID_ABP_END
117     #error "please adjust the resource id ranges!!"
118 #endif
119 #if RID_STRING_END > RID_ABP_END
120     #error "please adjust the resource id ranges!!"
121 #endif
122 #if RID_ERRORBOX_END > RID_ABP_END
123     #error "please adjust the resource id ranges!!"
124 #endif
125 #if RID_QUERYBOX_END > RID_ABP_END
126     #error "please adjust the resource id ranges!!"
127 #endif
128 #if RID_UNTYPED_END > RID_ABP_END
129     #error "please adjust the resource id ranges!!"
130 #endif
131 #if RID_BITMAP_END > RID_ABP_END
132     #error "please adjust the resource id ranges!!"
133 #endif
135 //========================================================================
136 // local resource ids
138 //........................................................................
139 #define FL_SEPARATOR            1
140 #define FL_TYPE                 2
141 #define FL_NAME                 3
143 //........................................................................
144 #define FT_TYPE_HINTS            1
145 #define FT_ADMINEXPLANATION      3
146 #define FT_NAME_EXPL             4
147 #define FT_ERROR                 5
148 #define FL_TOOMUCHTABLES         6
149 #define FT_FIELDASSIGMENTEXPL    7
150 #define FT_ASSIGNEDFIELDS        8
151 #define FT_FINISH_EXPL           9
152 #define FT_DUPLICATENAME        10
153 #define FT_LOCATION             11
155 //........................................................................
156 #define RB_MORK                 1
157 #define RB_THUNDERBIRD          2
158 #define RB_EVOLUTION            3
159 #define RB_KAB                  4
160 #define RB_MACAB                5
161 #define RB_LDAP                 6
162 #define RB_OUTLOOK              7
163 #define RB_OUTLOOKEXPRESS       8
164 #define RB_OTHER                9
165 #define RB_EVOLUTION_GROUPWISE  10
166 #define RB_EVOLUTION_LDAP       11
168 //........................................................................
169 #define ET_DATASOURCENAME       1
170 #define ET_LOCATION             2
172 //........................................................................
173 #define PB_INVOKE_ADMIN_DIALOG  1
174 #define PB_INVOKE_FIELDS_DIALOG 2
175 #define PB_BROWSE               3
177 //........................................................................
178 #define LB_TABLELIST            1
180 //........................................................................
181 #define CB_REGISTER_DS          1
183 //........................................................................
184 #define CBB_LOCATION            1
186 //........................................................................
187 #define STR_SELECT_ABTYPE           1
188 #define STR_INVOKE_ADMIN_DIALOG     2
189 #define STR_TABLE_SELECTION         3
190 #define STR_MANUAL_FIELD_MAPPING    4
191 #define STR_FINAL_CONFIRM           5
193 //========================================================================
194 // some defines
196 //........................................................................
197 #define WINDOW_SIZE_X   240
198 #define WINDOW_SIZE_Y   185
200 #define WINDOW_BORDER_X  12
201 #define WINDOW_BORDER_Y  14
203 #define BUTTON_SIZE_X    50
204 #define BUTTON_SIZE_Y    14
206 #define HEADER_SIZE_Y   30
208 #define BORDER_X        12
210 //........................................................................
212 #endif // EXTENSIONS_ABPRESID_HRC
214 /*************************************************************************
215  * history:
217  *  Revision 1.0 30.01.01 16:38:29  fs
218  ************************************************************************/