summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/commonpagesdbp.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-30 15:50:26 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-30 15:50:26 +0000
commitaf8ab2a349f27b948452b880f54daf1649d498f1 (patch)
tree799a278bdb3db4d0a93fe4d3c05d3dceff9633f6 /extensions/source/dbpilots/commonpagesdbp.src
parentfd8a31ac23722c6e23fea15be5681a2bc6eaa7d6 (diff)
#86714# new controls for displaying the form data source
Diffstat (limited to 'extensions/source/dbpilots/commonpagesdbp.src')
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.src82
1 files changed, 80 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.src b/extensions/source/dbpilots/commonpagesdbp.src
index 4b886d94ab35..47b148c73244 100644
--- a/extensions/source/dbpilots/commonpagesdbp.src
+++ b/extensions/source/dbpilots/commonpagesdbp.src
@@ -2,9 +2,9 @@
*
* $RCSfile: commonpagesdbp.src,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2001-05-17 07:42:30 $
+ * last change: $Author: fs $ $Date: 2001-05-30 16:50:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -367,9 +367,87 @@ TabPage RID_PAGE_OPTION_DBFIELD
Text[ catalan ] = "Campo de base de datos";
Text[ finnish ] = "Tietokantakenttä";
};
+
+TabPage RID_PAGE_FORM_DATASOURCE_STATUS
+{
+ FixedLine FL_FORMSETINGS
+ {
+ Pos = MAP_APPFONT ( 4 , 3 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Text = "Formular";
+ Text [ english ] = "Form";
+ Text [ english_us ] = "Form";
+ };
+ FixedText FT_FORMDATASOURCELABEL
+ {
+ Pos = MAP_APPFONT ( 7 , 15 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text = "Datenquelle" ;
+ Text [ english ] = "Data Source" ;
+ Text [ english_us ] = "Data source";
+ };
+ FixedText FT_FORMDATASOURCE
+ {
+ Pos = MAP_APPFONT ( 7 + 60 + 3 , 15 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X / 2 - 80 - 3 , 8 ) ;
+ };
+
+ FixedText FT_FORMCONTENTTYPELABEL
+ {
+ Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3, 15 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text = "Art des Inhaltes" ;
+ Text [ English ] = "Content type" ;
+ Text [ english_us ] = "Content type";
+ };
+ FixedText FT_FORMCONTENTTYPE
+ {
+ Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3 + 60 , 15 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - ( WINDOW_SIZE_X / 2 + 3 + 60 ) - 7 , 8 ) ;
+ };
+
+ FixedText FT_FORMTABLELABEL
+ {
+ Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3, 26 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text = "Inhalt" ;
+ Text [ english ] = "Content" ;
+ Text [ english_us ] = "Content";
+ };
+ FixedText FT_FORMTABLE
+ {
+ Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3 + 60 , 26 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - ( WINDOW_SIZE_X / 2 + 3 + 60 ) - 7 , 8 ) ;
+ };
+};
+
+String RID_STR_TYPE_TABLE
+{
+ Text = "Tabelle";
+ Text [ English ] = "Table";
+ Text [ english_us ] = "Table";
+};
+
+String RID_STR_TYPE_QUERY
+{
+ Text = "Abfrage";
+ Text [ English ] = "Query";
+ Text [ english_us ] = "Query";
+};
+
+String RID_STR_TYPE_COMMAND
+{
+ Text = "SQL-Befehl";
+ Text [ English ] = "SQL command";
+ Text [ english_us ] = "SQL command";
+};
+
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.12 2001/05/17 07:42:30 kz
+ * Merge SRC632: 17.05.01 - 09:42:46 (NoBranch)
+ *
* Revision 1.11 2001/05/12 06:49:53 rt
* Merge SRC631: 12.05.01 - 08:50:12 (NoBranch)
*