xref: /trunk/main/extensions/source/dbpilots/dbpilots.src (revision cf8e6a53ed981a205d7700be9a04dd40a005f9f6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
23#include "dbpresid.hrc"
24#endif
25
26ModalDialog RID_DLG_GROUPBOXWIZARD
27{
28    HelpID = "extensions:ModalDialog:RID_DLG_GROUPBOXWIZARD" ;
29    Text [ en-US ] = "Group Element Wizard" ;
30
31    OutputSize = TRUE ;
32    SVLook = TRUE ;
33    Moveable = TRUE ;
34    Closeable = TRUE ;
35    Hide = TRUE ;
36};
37
38ModalDialog RID_DLG_LISTCOMBOWIZARD
39{
40    HelpID = "extensions:ModalDialog:RID_DLG_LISTCOMBOWIZARD" ;
41    OutputSize = TRUE ;
42    SVLook = TRUE ;
43    Moveable = TRUE ;
44    Closeable = TRUE ;
45    Hide = TRUE ;
46};
47
48ModalDialog RID_DLG_GRIDWIZARD
49{
50    HelpID = "extensions:ModalDialog:RID_DLG_GRIDWIZARD" ;
51    OutputSize = TRUE ;
52    SVLook = TRUE ;
53    Moveable = TRUE ;
54    Closeable = TRUE ;
55    Hide = TRUE ;
56
57    Text [ en-US ] = "Table Element Wizard" ;
58};
59
60String RID_STR_LISTWIZARD_TITLE
61{
62    Text [ en-US ] = "List Box Wizard" ;
63};
64
65String RID_STR_COMBOWIZARD_TITLE
66{
67    Text [ en-US ] = "Combo Box Wizard" ;
68};
69
70String RID_STR_COULDNOTOPENTABLE
71{
72    Text [ en-US ] = "The table connection to the data source could not be established." ;
73};
74
75// ********************************************************************** EOF
76