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 .
22 #include "dbu_resource.hrc"
26 #define WIZARD_PAGE_X 225
27 #define WIZARD_PAGE_Y 210
32 #define CHECKBOX_HEIGHT 8
33 #define LISTBOX_HEIGHT 12
34 #define FIXEDTEXT_HEIGHT 8
35 #define RELATED_CONTROLS 4
36 #define UNRELATED_CONTROLS 7
37 #define EDIT_HEIGHT 12
38 #define BUTTON_HEIGHT 14
39 #define BUTTON_WIDTH 50
41 //constants for the wizards
44 #define INDENT_BELOW_RADIO 10
47 #define STR_PARENTTITLE_GENERAL RID_STR_DLG_START + 0
54 #define STR_ERROR_PASSWORDS_NOT_IDENTICAL RID_STR_DLG_START + 7
55 #define STR_INDEXDESIGN_DOUBLE_COLUMN_NAME RID_STR_DLG_START + 8
58 #define STR_ERR_USE_CONNECT_TO RID_STR_DLG_START + 11
59 #define STR_ALREADYEXISTOVERWRITE RID_STR_DLG_START + 12
60 #define STR_COULD_NOT_LOAD_ODBC_LIB RID_STR_DLG_START + 13
61 #define STR_INDEX_NAME_ALREADY_USED RID_STR_DLG_START + 14
62 #define STR_ASK_FOR_DIRECTORY_CREATION RID_STR_DLG_START + 15
63 #define STR_COULD_NOT_CREATE_DIRECTORY RID_STR_DLG_START + 16
64 #define STR_UNSUPPORTED_DATASOURCE_TYPE RID_STR_DLG_START + 17
70 #define STR_COMMAND_EXECUTED_SUCCESSFULLY RID_STR_DLG_START + 23
71 #define STR_DIRECTSQL_CONNECTIONLOST RID_STR_DLG_START + 24
74 #define STR_USERADMIN_NOT_AVAILABLE RID_STR_DLG_START + 27
75 #define STR_TAB_INDEX_SORTORDER RID_STR_DLG_START + 28
76 #define STR_TAB_INDEX_FIELD RID_STR_DLG_START + 29
77 #define STR_ORDER_ASCENDING RID_STR_DLG_START + 30
78 #define STR_ORDER_DESCENDING RID_STR_DLG_START + 31
79 #define STR_CONFIRM_DROP_INDEX RID_STR_DLG_START + 32
80 #define STR_LOGICAL_INDEX_NAME RID_STR_DLG_START + 33
81 #define STR_CONNECTION_TEST RID_STR_DLG_START + 34
82 #define STR_CONNECTION_SUCCESS RID_STR_DLG_START + 35
84 #define STR_JDBCDRIVER_SUCCESS RID_STR_DLG_START + 37
85 #define STR_JDBCDRIVER_NO_SUCCESS RID_STR_DLG_START + 38
86 #define STR_MSACCESS_FILTERNAME RID_STR_DLG_START + 39
87 #define STR_CONNECTION_NO_SUCCESS RID_STR_DLG_START + 40
88 #define STR_DBASE_PATH_OR_FILE RID_STR_DLG_START + 41
89 #define STR_TEXT_PATH_OR_FILE RID_STR_DLG_START + 45
90 #define STR_FLAT_PATH_OR_FILE RID_STR_DLG_START + 46
91 #define STR_CALC_PATH_OR_FILE RID_STR_DLG_START + 47
92 #define STR_NAME_OF_ODBC_DATASOURCE RID_STR_DLG_START + 48
93 #define STR_MYSQL_DATABASE_NAME RID_STR_DLG_START + 49
94 #define STR_ORACLE_DATABASE_NAME RID_STR_DLG_START + 50
96 #define STR_MSACCESS_MDB_FILE RID_STR_DLG_START + 52
97 #define STR_COMMONURL RID_STR_DLG_START + 53
98 #define STR_DATABASEDEFAULTNAME RID_STR_DLG_START + 54
100 #define STR_NO_ADDITIONAL_SETTINGS RID_STR_DLG_START + 56
101 #define STR_HOSTNAME RID_STR_DLG_START + 57
103 #define STR_MOZILLA_PROFILE_NAME RID_STR_DLG_START + 59
104 #define STR_THUNDERBIRD_PROFILE_NAME RID_STR_DLG_START + 60
105 #define STR_EXPLAN_STRINGCONVERSION_ERROR RID_STR_DLG_START + 61
106 #define STR_EXCEPTION_ERROR RID_STR_DLG_START + 62
107 #define STR_EXCEPTION_WARNING RID_STR_DLG_START + 63
108 #define STR_EXCEPTION_INFO RID_STR_DLG_START + 64
109 #define STR_EXCEPTION_DETAILS RID_STR_DLG_START + 65
110 #define STR_MSACCESS_2007_FILTERNAME RID_STR_DLG_START + 66
113 // please adjust checking before insert new strings
115 #define LAST_STR_HERE RID_STR_DLG_START + 67
117 #if LAST_STR_HERE > RID_STR_DLG_END
118 #error Resource-Id Overflow in #file, #line
121 #endif //_DBU_DLG_HRC_
123 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */