1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef EXTENSIONS_ABPRESID_HRC
21 #define EXTENSIONS_ABPRESID_HRC
23 #include "abpilot.hrc"
24 #include "extensio.hrc"
28 #define RID_PAGE_START RID_ABP_START
29 #define RID_STRING_START RID_ABP_START
30 #define RID_UNTYPED_START RID_ABP_START
31 #define RID_BITMAP_START RID_ABP_START
35 #define RID_STR_DEFAULT_NAME ( RID_STRING_START + 0 )
36 #define RID_STR_ADMINDIALOGTITLE ( RID_STRING_START + 1 )
37 #define RID_STR_NOCONNECTION ( RID_STRING_START + 2 )
38 #define RID_STR_PLEASECHECKSETTINGS ( RID_STRING_START + 3 )
39 #define RID_STR_FIELDDIALOGTITLE ( RID_STRING_START + 4 )
40 #define RID_STR_NOFIELDSASSIGNED ( RID_STRING_START + 5 )
41 #define RID_STR_ABSOURCEDIALOGTITLE ( RID_STRING_START + 6 )
42 #define RID_STR_SELECT_ABTYPE ( RID_STRING_START + 7 )
43 #define RID_STR_INVOKE_ADMIN_DIALOG ( RID_STRING_START + 8 )
44 #define RID_STR_TABLE_SELECTION ( RID_STRING_START + 9 )
45 #define RID_STR_MANUAL_FIELD_MAPPING ( RID_STRING_START + 10 )
46 #define RID_STR_FINAL_CONFIRM ( RID_STRING_START + 11 )
47 #define RID_STR_NEEDTYPESELECTION ( RID_STRING_START + 12 )
48 #define RID_STR_QRY_NO_EVO_GW ( RID_STRING_START + 13 )
49 #define RID_STR_QRY_NOTABLES ( RID_STRING_START + 14 )
50 // please adjust RID_STRING_END (below) when adding new strings
52 #define RID_STRING_END RID_STR_QRY_NOTABLES
56 #define RID_RSC_NOTUSEDYET ( RID_UNTYPED_START + 0 )
57 // please adjust RID_UNTYPED_END (below) when adding new untyped resources
59 #define RID_UNTYPED_END RID_RSC_NOTUSEDYET
63 #define BMP_HEADERIMAGE ( RID_BITMAP_START + 0 )
64 // please adjust RID_BITMAP_END (below) when adding new bitmaps
66 #define RID_BITMAP_END BMP_HEADERIMAGE
70 #if RID_STRING_END > RID_ABP_END
71 #error "please adjust the resource id ranges!!"
73 #if RID_UNTYPED_END > RID_ABP_END
74 #error "please adjust the resource id ranges!!"
76 #if RID_BITMAP_END > RID_ABP_END
77 #error "please adjust the resource id ranges!!"
81 #define WINDOW_SIZE_X 240
82 #define WINDOW_SIZE_Y 185
84 #endif // EXTENSIONS_ABPRESID_HRC
86 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */