Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / extensions / source / dbpilots / dbpresid.hrc
blob3cdc47cd14309fc8b95af8984b1d2010b5d1a7e0
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 INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPRESID_HRC
21 #define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPRESID_HRC
23 #include "dbpilots.hrc"
24 #include "extensio.hrc"
26 // basics
28 #define RID_DIALOG_START                RID_DBP_START
29 #define RID_PAGE_START                  RID_DBP_START
30 #define RID_STRING_START                RID_DBP_START
32 // strings
34 #define RID_STR_GROUPWIZ_DBFIELD        (RID_STRING_START +  1 )
35 #define RID_STR_COMBOWIZ_DBFIELD        (RID_STRING_START +  2 )
36 #define RID_STR_LISTWIZARD_TITLE        (RID_STRING_START +  3 )
37 #define RID_STR_COMBOWIZARD_TITLE       (RID_STRING_START +  4 )
38 #define RID_STR_COULDNOTOPENTABLE       (RID_STRING_START +  5 )
39 #define RID_STR_DATEPOSTFIX             (RID_STRING_START +  6 )
40 #define RID_STR_TIMEPOSTFIX             (RID_STRING_START +  7 )
41 #define RID_STR_TYPE_QUERY              (RID_STRING_START +  8 )
42 #define RID_STR_TYPE_TABLE              (RID_STRING_START +  9 )
43 #define RID_STR_TYPE_COMMAND            (RID_STRING_START + 10 )
44 #define RID_STR_FIELDINFO_LISTBOX       (RID_STRING_START + 11 )
45 #define RID_STR_FIELDINFO_COMBOBOX      (RID_STRING_START + 12 )
46 #define RID_STR_GRIDWIZARD_TITLE        (RID_STRING_START + 13 )
47 #define RID_STR_GROUPWIZARD_TITLE       (RID_STRING_START + 14 )
48 #define RID_STR_OPTION_DB_FIELD_TITLE   (RID_STRING_START + 15 )
50 // please adjust RID_STRING_END (below) when adding new strings
51 #define RID_STRING_END                  RID_STR_OPTION_DB_FIELD_TITLE
53 // please adjust RID_DIALOG_END (below) when adding new dialogs
54 #define RID_DIALOG_END                  ( RID_DIALOG_START +  3 )
56 // range checks
58 #if RID_STRING_END > RID_DBP_END
59     #error "please adjust the resource id ranges!!"
60 #endif
61 #if RID_DIALOG_END > RID_DBP_END
62     #error "please adjust the resource id ranges!!"
63 #endif
65 #define WINDOW_SIZE_X       260
66 #define WINDOW_SIZE_Y       185
68 #endif
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */