267 lines
12 KiB
Plaintext
267 lines
12 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: dsselect.src,v $
|
||
*
|
||
* $Revision: 1.10 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2001-02-09 20:19:13 $
|
||
*
|
||
* The Contents of this file are made available subject to the terms of
|
||
* either of the following licenses
|
||
*
|
||
* - GNU Lesser General Public License Version 2.1
|
||
* - Sun Industry Standards Source License Version 1.1
|
||
*
|
||
* Sun Microsystems Inc., October, 2000
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2000 by Sun Microsystems, Inc.
|
||
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
||
*
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License version 2.1, as published by the Free Software Foundation.
|
||
*
|
||
* This library is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* Lesser General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||
* MA 02111-1307 USA
|
||
*
|
||
*
|
||
* Sun Industry Standards Source License Version 1.1
|
||
* =================================================
|
||
* The contents of this file are subject to the Sun Industry Standards
|
||
* Source License Version 1.1 (the "License"); You may not use this file
|
||
* except in compliance with the License. You may obtain a copy of the
|
||
* License at http://www.openoffice.org/license.html.
|
||
*
|
||
* Software provided under this License is provided on an "AS IS" basis,
|
||
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
|
||
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
||
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
||
* See the License for the specific provisions governing your rights and
|
||
* obligations concerning the Software.
|
||
*
|
||
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
||
*
|
||
* Copyright: 2000 by Sun Microsystems, Inc.
|
||
*
|
||
* All Rights Reserved.
|
||
*
|
||
* Contributor(s): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
|
||
#ifndef _DBAUI_DSSELECT_HRC_
|
||
#include "dsselect.hrc"
|
||
#endif
|
||
#ifndef _DBU_RESOURCE_HRC_
|
||
#include "dbu_resource.hrc"
|
||
#endif
|
||
|
||
|
||
ModalDialog DLG_DATASOURCE_SELECTION
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 218 , 118 ) ;
|
||
Text = "Datenquelle" ;
|
||
Text [ ENGLISH ] = "Data Source" ;
|
||
Text [ norwegian ] = "Data Source" ;
|
||
Text [ italian ] = "Sorgente dati" ;
|
||
Text [ portuguese_brazilian ] = "Fonte dos Dados" ;
|
||
Text [ portuguese ] = "Fonte de dados" ;
|
||
Text [ finnish ] = "Tietojen l<>hde" ;
|
||
Text [ danish ] = "Datakilde" ;
|
||
Text [ french ] = "Source de donn<6E>es" ;
|
||
Text [ swedish ] = "Datak<61>lla" ;
|
||
Text [ dutch ] = "Gegevensbron" ;
|
||
Text [ spanish ] = "Fuente de datos" ;
|
||
Text [ english_us ] = "Data Source" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Դ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "<22>r<EFBFBD>d<EFBFBD>o danych";
|
||
Text[ japanese ] = "<22>ް<EFBFBD><DEB0><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>ƨӷ<C6A8>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ҽ<EFBFBD>";
|
||
Text[ turkish ] = "Veri kayna<6E><61>";
|
||
Text[ language_user1 ] = " ";
|
||
|
||
FixedText FT_DESCRIPTION
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 154 , 10 ) ;
|
||
Text = "W<>hlen Sie eine Datenquelle:";
|
||
Text [ english ] = "Choose a data source:";
|
||
Text [ english_us ] = "Choose a data source:";
|
||
Text[ portuguese ] = "Seleccionar fonte de dados:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ dutch ] = "Kies een gegevensbron:";
|
||
Text[ french ] = "Choisissez une source de donn<6E>es :";
|
||
Text[ spanish ] = "Seleccione una fuente de datos:";
|
||
Text[ italian ] = "Scegli una sorgente dati:";
|
||
Text[ danish ] = "Choose a data source:";
|
||
Text[ swedish ] = "V<>lj en datak<61>lla:";
|
||
Text[ polish ] = "Wybierz <20>r<EFBFBD>d<EFBFBD>o danych:";
|
||
Text[ portuguese_brazilian ] = "Choose a data source:";
|
||
Text[ japanese ] = "<22>ް<EFBFBD><DEB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD>:";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͼҽ<CDBC><D2BD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͻʽÿ<CABD>:";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>ܸ<EFBFBD><DCB8>ƨӷ<C6A8><D3B7>G";
|
||
Text[ turkish ] = "Choose a data source:";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
};
|
||
ListBox LB_DATASOURCE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
||
Size = MAP_APPFONT ( 154 , 94 ) ;
|
||
TabStop = TRUE ;
|
||
HScroll = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
OKButton PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 166 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 166 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 166 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton PB_MANAGE
|
||
{
|
||
Pos = MAP_APPFONT ( 166 , 99 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
Disable = TRUE ;
|
||
Hide = TRUE ;
|
||
Text = "Verwalten..." ;
|
||
Text [ ENGLISH ] = "Manage..." ;
|
||
Text [ english_us ] = "Organize..." ;
|
||
Text [ portuguese ] = "Gerir..." ;
|
||
Text [ portuguese_brazilian ] = "Verwalten..." ;
|
||
Text [ swedish ] = "Administrera..." ;
|
||
Text [ danish ] = "Administrer..." ;
|
||
Text [ italian ] = "Gestione..." ;
|
||
Text [ spanish ] = "Administrar..." ;
|
||
Text [ french ] = "G<>rer..." ;
|
||
Text [ dutch ] = "Beheren..." ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "Zarz<72>dzaj...";
|
||
Text[ japanese ] = "<22>Ǘ<EFBFBD>...";
|
||
Text[ chinese_traditional ] = "<22>z...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ turkish ] = "Y<>net...";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
String STR_LOCAL_DATASOURCES
|
||
{
|
||
Text = "lokale Datenquellen" ;
|
||
Text [ ENGLISH ] = "local Data Sources" ;
|
||
Text [ norwegian ] = "Data Sources" ;
|
||
Text [ italian ] = "Sorgente dati locale" ;
|
||
Text [ portuguese_brazilian ] = "Fontes dos Dados" ;
|
||
Text [ portuguese ] = "Fontes de dados locais" ;
|
||
Text [ finnish ] = "Tietojen l<>hteet" ;
|
||
Text [ danish ] = "lokale datakilder" ;
|
||
Text [ french ] = "Sources de donn<6E>es locale" ;
|
||
Text [ swedish ] = "lokala datak<61>llor" ;
|
||
Text [ dutch ] = "lokale gegevensbronnen" ;
|
||
Text [ spanish ] = "fuentes de datos locales" ;
|
||
Text [ english_us ] = "local data sources" ;
|
||
Text[ chinese_simplified ] = "<22>ֲ<EFBFBD><D6B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "lokalne <20>r<EFBFBD>d<EFBFBD>a danych";
|
||
Text[ japanese ] = "۰<><DBB0><EFBFBD>ް<EFBFBD><DEB0><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƨӷ<C6A8>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ҽ<EFBFBD>";
|
||
Text[ turkish ] = "Yerel veri kaynaklar<61>";
|
||
};
|
||
String STR_COULDNOTLOAD_CONFIGLIB
|
||
{
|
||
Text = "Die Programmbibliothek #lib# konnte nicht geladen werden oder ist defekt. Die ODBC-Datenquellen-Konfiguration ist nicht verf<72>gbar.";
|
||
Text [ english ] = "The program library #lib# could not be loaded or is corrupted. The ODBC data source configuration is not available.";
|
||
Text [ english_us ] = "Could not load the program library #lib# or it is corrupted. The ODBC data source configuration is not available.";
|
||
Text[ portuguese ] = "Ou foi imposs<73>vel carregar a biblioteca #lib# do programa ou esta est<73> com defeito. A configura<72><61>o da fonte de dados ODBC n<>o est<73> dispon<6F>vel.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #lib# <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ODBC <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #lib# <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ODBC <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "De programmabibliotheek #lib# kon niet worden geladen of is defect. De functie ODBC gegevensbron kiezen is niet beschikbaar.";
|
||
Text[ french ] = "La biblioth<74>que de programme #lib# n'a pas pu <20>tre charg<72>e ou est d<>fectueuse. La configuration de la source de donn<6E>es ODBC n'est pas disponible.";
|
||
Text[ spanish ] = "No se pudo cargar la biblioteca de programa #lib#, quiz<69>s est<73> da<64>ada. La configuraci<63>n de fuente de datos ODBC no est<73> disponible.";
|
||
Text[ italian ] = "Impossibile caricare la libreria programma #lib# oppure <20> difettosa. La configurazione della sorgente dati ODBC non <20> disponibile.";
|
||
Text[ danish ] = "The program library #lib# could not be loaded or is corrupted. The ODBC data source configuration is not available.";
|
||
Text[ swedish ] = "Det gick inte att ladda programbiblioteket #lib# eller s<> <20>r det defekt. Konfigurationen av ODBC-datak<61>llor <20>r inte tillg<6C>nglig.";
|
||
Text[ polish ] = "Za<5A>adowanie biblioteki programu #lib# nie by<62>o mo<6D>liwe. Jest ona by<62> mo<6D>e uszkodzona. Wyb<79>r <20>r<EFBFBD>d<EFBFBD>a danych ODBC nie jest mo<6D>liwy.";
|
||
Text[ portuguese_brazilian ] = "The program library #lib# could not be loaded or is corrupted. The ODBC data source configuration is not available.";
|
||
Text[ japanese ] = "#lib# <20><>۸<EFBFBD><DBB8><EFBFBD>ײ<EFBFBD><D7B2><EFBFBD><EFBFBD><D882>ǂݍ<C782><DD8D>߂Ȃ<DF82><C882><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>܂<EFBFBD><DC82>͂<EFBFBD><CD82>ꎩ<EFBFBD>̂<EFBFBD><CC82><EFBFBD><EFBFBD><EFBFBD>ق<EFBFBD><D982><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>BODBC <20>ް<EFBFBD><DEB0><EFBFBD><EFBFBD><EFBFBD>̐ݒ<CC90><DD92>͂ł<CD82><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><><EFBFBD>α<CEB1> <20><><EFBFBD>̺귯<CCBA><EAB7AF> #lib#<23><> <20>ε<EFBFBD><CEB5><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ų<EFBFBD> <20>Ǵ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>. ODBC<42><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ҽ<EFBFBD> <20><><EFBFBD>DZԷ<C7B1><D4B7>̼<EFBFBD><CCBC><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #lib# <20><><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><F0BBB5A1><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD> ODBC <20><><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD><6B><EFBFBD>J<EFBFBD>{<7B><><EFBFBD>w #lib# <20>Τw<CEA4>g<EFBFBD>l<EFBFBD><6C><EFBFBD>C<EFBFBD>L<EFBFBD>k<EFBFBD>]<5D>w ODBC <20><><EFBFBD>ƨӷ<C6A8><D3B7>C";
|
||
Text[ turkish ] = "The program library #lib# could not be loaded or is corrupted. The ODBC data source configuration is not available.";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #lib#<23> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ODBC <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
};
|
||
|
||
/*************************************************************************
|
||
* history:
|
||
* $Log: not supported by cvs2svn $
|
||
* Revision 1.9 2001/02/02 16:21:11 kz
|
||
* Merge SWT614: 02.02.01 - 17:20:45
|
||
*
|
||
* Revision 1.8 2001/01/26 20:49:07 kz
|
||
* Merge SWT614: 26.01.01 - 21:48:43
|
||
*
|
||
* Revision 1.7 2000/11/29 09:49:28 kz
|
||
* Merge SRC614: 29.11.00 - 10:48:38 (NoBranch)
|
||
*
|
||
* Revision 1.6 2000/11/27 07:46:50 kz
|
||
* Merge SRC614: 27.11.00 - 08:46:28 (NoBranch)
|
||
*
|
||
* Revision 1.5 2000/11/15 21:11:14 kz
|
||
* Merge SRC613: 11/15/00 - 22:10:44 (NoBranch)
|
||
*
|
||
* Revision 1.4 2000/11/09 12:31:21 kz
|
||
* Merge SRC612: 09.11.00 - 13:30:55 (NoBranch)
|
||
*
|
||
* Revision 1.3 2000/11/06 08:46:10 kz
|
||
* Merge SRC610: 06.11.00 - 09:45:53 (NoBranch)
|
||
*
|
||
* Revision 1.2 2000/10/27 15:19:09 kz
|
||
* Merge SRC610: 27.10.00 - 17:18:52 (NoBranch)
|
||
*
|
||
* Revision 1.1 2000/10/24 12:14:02 fs
|
||
* initial checkin - dialog for selecting system datasources
|
||
*
|
||
*
|
||
* Revision 1.0 24.10.00 09:42:47 fs
|
||
************************************************************************/
|
||
|