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