#81232#
This commit is contained in:
parent
b0c053184b
commit
076f702820
3 changed files with 361 additions and 21 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: bcommon.src,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2000-11-29 09:47:36 $
|
||||
* last change: $Author: oj $ $Date: 2001-01-09 15:45:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -115,3 +115,4 @@ String RID_STR_TBL_TITLE
|
|||
Text[ turkish ] = "Tablo #";
|
||||
Text[ language_user1 ] = " ";
|
||||
};
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.2 $
|
||||
# $Revision: 1.3 $
|
||||
#
|
||||
# last change: $Author: oj $ $Date: 2000-11-15 14:48:47 $
|
||||
# last change: $Author: oj $ $Date: 2001-01-09 15:45:44 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -74,17 +74,23 @@ IMGLST_SRS=$(SRS)$/$(TARGET).srs
|
|||
# --- Files --------------------------------------------------------
|
||||
|
||||
SLOFILES =\
|
||||
$(SLO)$/dbexchange.obj \
|
||||
$(SLO)$/dbloader.obj \
|
||||
$(SLO)$/dbtreemodel.obj \
|
||||
$(SLO)$/dbtreelistbox.obj \
|
||||
$(SLO)$/dbtreeview.obj \
|
||||
$(SLO)$/sbagrid.obj \
|
||||
$(SLO)$/formadapter.obj \
|
||||
$(SLO)$/brwview.obj \
|
||||
$(SLO)$/brwctrlr.obj \
|
||||
$(SLO)$/unodatbr.obj \
|
||||
$(SLO)$/sbamultiplex.obj \
|
||||
$(SLO)$/QueryTextView.obj \
|
||||
$(SLO)$/querycontroller.obj \
|
||||
$(SLO)$/queryview.obj \
|
||||
$(SLO)$/AsyncronousLink.obj \
|
||||
$(SLO)$/dataview.obj \
|
||||
$(SLO)$/genericcontroller.obj \
|
||||
$(SLO)$/dbexchange.obj \
|
||||
$(SLO)$/dbloader.obj \
|
||||
$(SLO)$/dbtreemodel.obj \
|
||||
$(SLO)$/dbtreelistbox.obj \
|
||||
$(SLO)$/dbtreeview.obj \
|
||||
$(SLO)$/sbagrid.obj \
|
||||
$(SLO)$/formadapter.obj \
|
||||
$(SLO)$/brwview.obj \
|
||||
$(SLO)$/brwctrlr.obj \
|
||||
$(SLO)$/unodatbr.obj \
|
||||
$(SLO)$/sbamultiplex.obj \
|
||||
$(SLO)$/exsrcbrw.obj
|
||||
|
||||
SRCFILES = sbabrw.src \
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: sbabrw.src,v $
|
||||
*
|
||||
* $Revision: 1.13 $
|
||||
* $Revision: 1.14 $
|
||||
*
|
||||
* last change: $Author: fs $ $Date: 2000-12-10 19:09:19 $
|
||||
* last change: $Author: oj $ $Date: 2001-01-09 15:45:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -64,7 +64,6 @@
|
|||
#ifndef _DBU_RESOURCE_HRC_
|
||||
#include "dbu_resource.hrc"
|
||||
#endif
|
||||
#include "dbaccess_helpid.hrc"
|
||||
#ifndef DBACCESS_UI_BROWSER_ID_HXX
|
||||
#include "browserids.hxx"
|
||||
#endif
|
||||
|
@ -101,10 +100,22 @@
|
|||
ID_BROWSER_CUT;\
|
||||
ID_BROWSER_COPY;\
|
||||
ID_BROWSER_PASTE;\
|
||||
SID_WIN_FULLSCREEN;\
|
||||
SID_NEWDOC;\
|
||||
SID_PRINTDOCDIRECT;\
|
||||
ID_BROWSER_REDO;\
|
||||
ID_BROWSER_FILTERED;\
|
||||
ID_BROWSER_QUERY_EXECUTE;\
|
||||
ID_BROWSER_CLEAR_QUERY;\
|
||||
ID_BROWSER_QUERY_VIEW_FUNCTIONS;\
|
||||
ID_BROWSER_QUERY_VIEW_TABLES;\
|
||||
ID_BROWSER_QUERY_VIEW_ALIASES;\
|
||||
ID_BROWSER_QUERY_DISTINCT_VALUES;\
|
||||
ID_BROWSER_CLOSE;\
|
||||
ID_BROWSER_ESACPEPROCESSING;\
|
||||
};\
|
||||
IdCount = {\
|
||||
23;\
|
||||
35;\
|
||||
}
|
||||
|
||||
// Default Image-Liste ----------------------------------------------------------------
|
||||
|
@ -780,6 +791,12 @@ ToolBox RID_BRW_QRY_TOOLBOX
|
|||
MID_BROWSER_FORMLETTER
|
||||
HelpId = ID_BROWSER_FORMLETTER ;
|
||||
};
|
||||
CUR_ITEM
|
||||
{
|
||||
Identifier = ID_BROWSER_CLOSE ;
|
||||
HelpId = ID_BROWSER_CLOSE ;
|
||||
Hide = TRUE;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -869,6 +886,270 @@ ToolBox RID_BRW_TAB_TOOLBOX
|
|||
};
|
||||
};
|
||||
|
||||
ToolBox RID_BRW_QUERYDESIGN_TOOLBOX
|
||||
{
|
||||
SVLook = TRUE ;
|
||||
Pos = MAP_APPFONT ( 3 , 1 ) ;
|
||||
Size = MAP_APPFONT ( 200 , 14 ) ;
|
||||
OutputSize = TRUE ;
|
||||
Align = BOXALIGN_TOP ;
|
||||
ItemImageList = RID_DEFAULTIMAGELIST_SC ;
|
||||
HideWhenDeactivate = TRUE ;
|
||||
HelpId = HID_TLB_QUERYDESIGN ;
|
||||
|
||||
ItemList =
|
||||
{
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_EDITDOC ;
|
||||
HelpId = ID_BROWSER_EDITDOC ;
|
||||
Text = "Bearbeiten" ;
|
||||
Text [ ENGLISH ] = "Bearbeiten" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = SID_NEWDOC ;
|
||||
HelpId = SID_NEWDOC ;
|
||||
Hide = TRUE;
|
||||
Text = "Bearbeiten" ;
|
||||
Text [ ENGLISH ] = "Bearbeiten" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_SAVEDOC ;
|
||||
HelpId = ID_BROWSER_SAVEDOC ;
|
||||
Text = "Speichern" ;
|
||||
Text [ ENGLISH ] = "Save" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = SID_PRINTDOCDIRECT ;
|
||||
HelpId = SID_PRINTDOCDIRECT ;
|
||||
Hide = TRUE;
|
||||
Text = "Drucken" ;
|
||||
Text [ ENGLISH ] = "Print" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_CUT ;
|
||||
HelpId = ID_BROWSER_CUT ;
|
||||
MID_SBA_QRY_CUT
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_COPY ;
|
||||
HelpId = ID_BROWSER_COPY ;
|
||||
MID_SBA_QRY_COPY
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_PASTE ;
|
||||
HelpId = ID_BROWSER_PASTE ;
|
||||
MID_SBA_QRY_PASTE
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_UNDO ;
|
||||
HelpId = ID_BROWSER_UNDO ;
|
||||
Text = "Rückgängig" ;
|
||||
Text [ ENGLISH ] = "Undo" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_REDO ;
|
||||
HelpId = ID_BROWSER_REDO ;
|
||||
Text = "Wiederherstellen" ;
|
||||
Text [ ENGLISH ] = "Redo" ;
|
||||
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_QUERY_EXECUTE;
|
||||
HelpId = ID_BROWSER_QUERY_EXECUTE ;
|
||||
Text = "Ausführen" ;
|
||||
Text [ ENGLISH ] = "Execute" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_ESACPEPROCESSING;
|
||||
HelpId = ID_BROWSER_ESACPEPROCESSING ;
|
||||
Text = "SQL-Kommando direkt ausführen" ;
|
||||
Text [ ENGLISH ] = "Native sql command" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_ADDTABLE;
|
||||
HelpId = ID_BROWSER_ADDTABLE ;
|
||||
Text = "Tabellen hinzufügen" ;
|
||||
Text [ ENGLISH ] = "Add tables" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_CLEAR_QUERY;
|
||||
HelpId = ID_BROWSER_CLEAR_QUERY ;
|
||||
Text = "Abfrage löschen" ;
|
||||
Text [ ENGLISH ] = "clear query" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_SQL;
|
||||
HelpId = ID_BROWSER_SQL ;
|
||||
Text = "Design Ansicht an-, ausschalten" ;
|
||||
Text [ ENGLISH ] = "switch design view on/off" ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_QUERY_VIEW_FUNCTIONS;
|
||||
HelpId = ID_BROWSER_QUERY_VIEW_FUNCTIONS ;
|
||||
Text = "Funktionen" ;
|
||||
Text [ ENGLISH ] = "Functions" ;
|
||||
Text[ english_us ] = "Functions";
|
||||
Text[ portuguese ] = "Funções";
|
||||
Text[ russian ] = "Ôóíêöèè";
|
||||
Text[ dutch ] = "Functies";
|
||||
Text[ french ] = "Fonctions";
|
||||
Text[ spanish ] = "Funciones";
|
||||
Text[ italian ] = "Funzioni";
|
||||
Text[ danish ] = "Funktioner";
|
||||
Text[ swedish ] = "Funktioner";
|
||||
Text[ polish ] = "Funkcje";
|
||||
Text[ portuguese_brazilian ] = "Functions";
|
||||
Text[ japanese ] = "ŠÖ<C5A0>”";
|
||||
Text[ chinese_simplified ] = "º¯Êý";
|
||||
Text[ chinese_traditional ] = "¨ç¼Æ";
|
||||
Text[ dutch ] = "Functies";
|
||||
Text[ chinese_simplified ] = "º¯Êý";
|
||||
Text[ greek ] = "ÓõíáñôÞóåéò";
|
||||
Text[ korean ] = "±â´É";
|
||||
Text[ arabic ] = "ÏÇáÇÊ";
|
||||
Text[ turkish ] = "Ýþlevler";
|
||||
Text[ language_user1 ] = " ";
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_QUERY_VIEW_TABLES;
|
||||
HelpId = ID_BROWSER_QUERY_VIEW_TABLES ;
|
||||
Text = "Tabellenname" ;
|
||||
Text [ ENGLISH ] = "Table name" ;
|
||||
Text[ english_us ] = "Table Name";
|
||||
Text[ portuguese ] = "Nome da tabela";
|
||||
Text[ russian ] = "Èìÿ òàáëèöû";
|
||||
Text[ dutch ] = "Tabelnaam";
|
||||
Text[ french ] = "Nom de la table";
|
||||
Text[ spanish ] = "Nombre de la tabla";
|
||||
Text[ italian ] = "Nome tabella";
|
||||
Text[ danish ] = "Tabelnavn";
|
||||
Text[ swedish ] = "Tabellnamn";
|
||||
Text[ polish ] = "Nazwa tabeli";
|
||||
Text[ portuguese_brazilian ] = "Table name";
|
||||
Text[ japanese ] = "ðÌÞÙ–¼";
|
||||
Text[ chinese_simplified ] = "±í¸ñÃû³Æ";
|
||||
Text[ chinese_traditional ] = "ªí®æ¦WºÙ";
|
||||
Text[ dutch ] = "Tabelnaam";
|
||||
Text[ chinese_simplified ] = "±í¸ñÃû³Æ";
|
||||
Text[ greek ] = "¼íïìá ðßíáêá";
|
||||
Text[ korean ] = "Å×À̺í¸í";
|
||||
Text[ arabic ] = "ÇÓã ÇáÌÏæá";
|
||||
Text[ turkish ] = "Tablo adý";
|
||||
Text[ language_user1 ] = " ";
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_QUERY_VIEW_ALIASES;
|
||||
HelpId = ID_BROWSER_QUERY_VIEW_ALIASES ;
|
||||
Text = "Aliasname" ;
|
||||
Text [ ENGLISH ] = "Alias name" ;
|
||||
Text[ english_us ] = "Alias name";
|
||||
Text[ portuguese ] = "Nome alias";
|
||||
Text[ russian ] = "Ïñåâäîíèì òàáëèöû";
|
||||
Text[ dutch ] = "Alias naam";
|
||||
Text[ french ] = "Alias";
|
||||
Text[ spanish ] = "Alias";
|
||||
Text[ italian ] = "Alias";
|
||||
Text[ danish ] = "Aliasnavn";
|
||||
Text[ swedish ] = "Aliasnamn";
|
||||
Text[ polish ] = "Nazwa aliasu";
|
||||
Text[ portuguese_brazilian ] = "Alias name";
|
||||
Text[ japanese ] = "´²Ø±½–¼";
|
||||
Text[ chinese_simplified ] = "±ðÃû";
|
||||
Text[ chinese_traditional ] = "¥N¥Î¦WºÙ";
|
||||
Text[ dutch ] = "Alias naam";
|
||||
Text[ chinese_simplified ] = "±ðÃû";
|
||||
Text[ greek ] = "Øåõäþíõìï";
|
||||
Text[ korean ] = "¾Ë¸®¾Æ½º À̸§";
|
||||
Text[ arabic ] = "ÇÓã ãÓÊÚÇÑ";
|
||||
Text[ turkish ] = "Diðer ad";
|
||||
Text[ language_user1 ] = " ";
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = ID_BROWSER_QUERY_DISTINCT_VALUES;
|
||||
HelpId = ID_BROWSER_QUERY_DISTINCT_VALUES ;
|
||||
Text = "Eindeutige Werte" ;
|
||||
Text [ ENGLISH ] = "Distinct values" ;
|
||||
Text[ english_us ] = "Distinct Values";
|
||||
Text[ portuguese ] = "Valores distintos";
|
||||
Text[ russian ] = "Îäíîçíà÷íûå çíà÷åíèÿ";
|
||||
Text[ dutch ] = "Duidelijke waarden";
|
||||
Text[ french ] = "Valeurs distinctes";
|
||||
Text[ spanish ] = "Valores unívocos";
|
||||
Text[ italian ] = "Valori distinti";
|
||||
Text[ danish ] = "Entydige værdier";
|
||||
Text[ swedish ] = "Entydiga värden";
|
||||
Text[ polish ] = "Jednoznaczne wartoœci";
|
||||
Text[ portuguese_brazilian ] = "Distinct values";
|
||||
Text[ japanese ] = "–¾—Ä’l";
|
||||
Text[ chinese_simplified ] = "Ã÷È·µÄÊýÖµ";
|
||||
Text[ chinese_traditional ] = "©ú½Tªº¼ÆÈ";
|
||||
Text[ dutch ] = "Duidelijke waarden";
|
||||
Text[ chinese_simplified ] = "Ã÷È·µÄÊýÖµ";
|
||||
Text[ greek ] = "ÄéáêñéôéêÝò ôéìÝò";
|
||||
Text[ korean ] = "´ÜÀÏ °ª";
|
||||
Text[ arabic ] = "Þíã æÇÖÍÉ";
|
||||
Text[ turkish ] = "Benzersiz deðerler";
|
||||
Text[ language_user1 ] = " ";
|
||||
};
|
||||
/* ToolBoxItem
|
||||
{
|
||||
Identifier = SID_VIEW_ZOOM_MODE ;
|
||||
HelpId = SID_VIEW_ZOOM_MODE ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = SID_EXPLORER_CONTENT ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
String RID_STR_LOADING_DATASOURCE
|
||||
{
|
||||
Text = "Daten laden";
|
||||
|
@ -1098,9 +1379,61 @@ Menu MENU_BROWSERTREE_CONTEXT
|
|||
{
|
||||
Identifier = ID_TREE_REBUILD_CONN ;
|
||||
HelpId = HID_BROWSER_REFRESHCONN ;
|
||||
Text = "Verbindung erneuern" ;
|
||||
Text = "Verbindung e~rneuern" ;
|
||||
Text [ english ] = "~refresh connection" ;
|
||||
Text [ english_us ] = "~refresh connection" ;
|
||||
};
|
||||
MenuItem
|
||||
{
|
||||
Separator = TRUE;
|
||||
};
|
||||
MenuItem
|
||||
{
|
||||
Identifier = ID_TREE_QUERY_CREATE ;
|
||||
HelpId = HID_BROWSER_QUERY_CREATE ;
|
||||
Text = "~Abfrage erstellen" ;
|
||||
Text [ english ] = "create ~query" ;
|
||||
Text [ english_us ] = "create ~query" ;
|
||||
};
|
||||
MenuItem
|
||||
{
|
||||
Identifier = ID_TREE_QUERY_EDIT ;
|
||||
HelpId = HID_BROWSER_QUERY_EDIT ;
|
||||
Text = "Abfrage b~earbeiten" ;
|
||||
Text [ english ] = "~edit query" ;
|
||||
Text [ english_us ] = "~edit query" ;
|
||||
};
|
||||
MenuItem
|
||||
{
|
||||
Identifier = ID_TREE_QUERY_DELETE ;
|
||||
HelpId = HID_BROWSER_QUERY_DELETE ;
|
||||
Text = "Abfrage ~löschen" ;
|
||||
Text [ english ] = "de~lete query" ;
|
||||
Text [ english_us ] = "de~lete query" ;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
QueryBox QUERY_BRW_DELETE_QUERY
|
||||
{
|
||||
Buttons = WB_YES_NO ;
|
||||
Message = "Soll die Abfrage gelöscht werden?" ;
|
||||
Message [ English ] = "Delete selected query?" ;
|
||||
Message [ english_us ] = "Do you want to delete the selected query?" ;
|
||||
};
|
||||
|
||||
QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
|
||||
{
|
||||
Buttons = WB_YES_NO ;
|
||||
Message = "Die Abfrage existiert bereits. Soll sie gelöscht werden?" ;
|
||||
Message [ English ] = "The query already exists. Delete query?" ;
|
||||
Message [ english_us ] = "The query already exists. Do you want to delete the query?" ;
|
||||
};
|
||||
|
||||
QueryBox QUERY_CONNECTION_LOST
|
||||
{
|
||||
Buttons = WB_YES_NO ;
|
||||
Message = "Die Verbindung zur Datenbank wurde gelöscht! Soll Sie wieder aufgebaut werden?" ;
|
||||
Message [ English ] = "The connection to the database was lost! Reconnect?" ;
|
||||
Message [ english_us ] = "The connection to the database was lost! Reconnect" ;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue