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 23 24#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ 25#include "dbpresid.hrc" 26#endif 27 28ModalDialog RID_DLG_GROUPBOXWIZARD 29{ 30 HelpID = "extensions:ModalDialog:RID_DLG_GROUPBOXWIZARD"; 31 Text [ en-US ] = "Group Element Wizard"; 32 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Moveable = TRUE ; 36 Closeable = TRUE ; 37 Hide = TRUE; 38}; 39 40ModalDialog RID_DLG_LISTCOMBOWIZARD 41{ 42 HelpID = "extensions:ModalDialog:RID_DLG_LISTCOMBOWIZARD"; 43 OutputSize = TRUE ; 44 SVLook = TRUE ; 45 Moveable = TRUE ; 46 Closeable = TRUE ; 47 Hide = TRUE; 48}; 49 50ModalDialog RID_DLG_GRIDWIZARD 51{ 52 HelpID = "extensions:ModalDialog:RID_DLG_GRIDWIZARD"; 53 OutputSize = TRUE ; 54 SVLook = TRUE ; 55 Moveable = TRUE ; 56 Closeable = TRUE ; 57 Hide = TRUE; 58 59 Text [ en-US ] = "Table Element Wizard"; 60}; 61 62String RID_STR_LISTWIZARD_TITLE 63{ 64 Text [ en-US ] = "List Box Wizard"; 65}; 66 67String RID_STR_COMBOWIZARD_TITLE 68{ 69 Text [ en-US ] = "Combo Box Wizard"; 70}; 71 72String RID_STR_COULDNOTOPENTABLE 73{ 74 Text [ en-US ] = "The table connection to the data source could not be established."; 75}; 76 77 78