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