Kaydet (Commit) 0d93887a authored tarafından Frank Schönheit's avatar Frank Schönheit

redesigned the table subscription page

üst f970a59e
......@@ -2,9 +2,9 @@
*
* $RCSfile: dbadmin.hrc,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: fs $ $Date: 2001-01-26 06:59:12 $
* last change: $Author: fs $ $Date: 2001-01-30 08:34:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -128,10 +128,6 @@
#define CTL_TABLESUBSCRIPTION 1
#define RB_INCLUDEALL 1
#define RB_INCLUDENONE 2
#define RB_INCLUDESPECIFIC 3
//========================================================================
// string ids (usually relative to other resources, that's why not necessarily unique)
......@@ -165,6 +161,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.10 2001/01/26 06:59:12 fs
* some basics for the query administration page - not enabled yet
*
* Revision 1.9 2001/01/04 11:22:06 fs
* #81485# +STR_PAGETITLE_ADO
*
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: dbadmin.src,v $
*
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* last change: $Author: fs $ $Date: 2001-01-26 06:59:12 $
* last change: $Author: fs $ $Date: 2001-01-30 08:34:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1663,89 +1663,10 @@ TabPage PAGE_TABLESUBSCRIPTION
Text[ turkish ] = "Filter";
Text[ arabic ] = "";
};
RadioButton RB_INCLUDEALL
{
Pos = MAP_APPFONT ( 12 , 15 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
Group = TRUE;
HelpId = HID_DSADMIN_ALL_TABLES;
Text = "~Alle";
Text [ english ] = "~All";
Text [ english_us ] = "~All";
Text[ portuguese ] = "~Tudo";
Text[ russian ] = "~";
Text[ greek ] = "~";
Text[ dutch ] = "~Alle";
Text[ french ] = "~Toutes";
Text[ spanish ] = "~Todas";
Text[ italian ] = "Tutto";
Text[ danish ] = "Alle";
Text[ swedish ] = "~Alla";
Text[ polish ] = "~Wszystkie";
Text[ portuguese_brazilian ] = "~All";
Text[ japanese ] = "ׂ";
Text[ korean ] = "";
Text[ chinese_simplified ] = "ȫ(~A)";
Text[ chinese_traditional ] = "(~A)";
Text[ turkish ] = "~All";
Text[ arabic ] = "";
};
RadioButton RB_INCLUDENONE
{
Pos = MAP_APPFONT ( 12 , 30 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
HelpId = HID_DSADMIN_NO_TABLES;
Text = "~Keine";
Text [ english ] = "~None";
Text [ english_us ] = "~None";
Text[ portuguese ] = "~Nenhuma";
Text[ russian ] = "~";
Text[ greek ] = "~";
Text[ dutch ] = "~Geen";
Text[ french ] = "~Aucune";
Text[ spanish ] = "~Ninguna";
Text[ italian ] = "Nessuno";
Text[ danish ] = "Ingen";
Text[ swedish ] = "I~nga";
Text[ polish ] = "~Brak";
Text[ portuguese_brazilian ] = "~None";
Text[ japanese ] = "Ȃ";
Text[ korean ] = "";
Text[ chinese_simplified ] = "(~N)";
Text[ chinese_traditional ] = "L(~N)";
Text[ turkish ] = "~None";
Text[ arabic ] = "";
};
RadioButton RB_INCLUDESPECIFIC
{
Pos = MAP_APPFONT ( 12 , 45 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
HelpId = HID_DSADMIN_SELECT_TABLES;
Text = "Aus~wahl";
Text [ english ] = "~Selection";
Text [ english_us ] = "~Selection";
Text[ portuguese ] = "~Seleco";
Text[ russian ] = "~";
Text[ greek ] = "";
Text[ dutch ] = "~Selectie";
Text[ french ] = "~Slection";
Text[ spanish ] = "~Seleccin";
Text[ italian ] = "~Selezione";
Text[ danish ] = "Udvalg";
Text[ swedish ] = "Ur~val";
Text[ polish ] = "~Wybr";
Text[ portuguese_brazilian ] = "~Selection";
Text[ japanese ] = "I";
Text[ korean ] = "";
Text[ chinese_simplified ] = "ѡ(~S)";
Text[ chinese_traditional ] = "(~S)";
Text[ turkish ] = "~Selection";
Text[ arabic ] = "";
};
Control CTL_TABLESUBSCRIPTION
{
Pos = MAP_APPFONT ( 75 , 15 ) ;
Size = MAP_APPFONT ( 173 , 72 ) ;
Pos = MAP_APPFONT ( 12 , 15 ) ;
Size = MAP_APPFONT ( 236 , 72 ) ;
Group = TRUE;
Border = TRUE ;
TabStop = TRUE ;
......@@ -2028,6 +1949,9 @@ Menu MENU_DATASOURCELIST_POPUP
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.24 2001/01/26 06:59:12 fs
* some basics for the query administration page - not enabled yet
*
* Revision 1.23 2001/01/04 11:22:36 fs
* #81485# +ADO page
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment