bump product version to 5.0.4.1
[LibreOffice.git] / extensions / source / abpilot / abpresid.hrc
blob20151223b1f2dd6d8d6fef7ef6c50f6dfab85573
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #ifndef EXTENSIONS_ABPRESID_HRC
21 #define EXTENSIONS_ABPRESID_HRC
23 #include "abpilot.hrc"
24 #include "extensio.hrc"
26 // basics
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
33 // strings
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
54 // untyped resources
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
61 // bitmaps
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
68 // range checks
70 #if RID_STRING_END > RID_ABP_END
71     #error "please adjust the resource id ranges!!"
72 #endif
73 #if RID_UNTYPED_END > RID_ABP_END
74     #error "please adjust the resource id ranges!!"
75 #endif
76 #if RID_BITMAP_END > RID_ABP_END
77     #error "please adjust the resource id ranges!!"
78 #endif
80 // some defines
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: */