summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:39:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:39:47 +0000
commit7a756b439e5b7167ab6820401983c2a3aed50dee (patch)
tree32b52a2ec8e26f0d0c576dc7fc118fdc136aafca /extensions/source
parent397cf1454ae46305c47594e87dfed8fafba6c683 (diff)
INTEGRATION: CWS insight01 (1.34.42); FILE MERGED
2004/07/09 08:48:14 oj 1.34.42.3: resource changes 2004/07/06 09:20:45 oj 1.34.42.2: RESYNC: (1.34-1.36); FILE MERGED 2004/02/23 14:38:22 oj 1.34.42.1: #111075# allow the selection of a database file
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.src18
1 files changed, 14 insertions, 4 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.src b/extensions/source/dbpilots/commonpagesdbp.src
index a87116c0d5e2..3210c9f8f569 100644
--- a/extensions/source/dbpilots/commonpagesdbp.src
+++ b/extensions/source/dbpilots/commonpagesdbp.src
@@ -2,9 +2,9 @@
*
* $RCSfile: commonpagesdbp.src,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: hjs $ $Date: 2004-06-28 17:21:16 $
+ * last change: $Author: hr $ $Date: 2004-08-02 17:39:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,12 +99,21 @@ TabPage RID_PAGE_TABLESELECTION
ListBox LB_DATASOURCE
{
Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26 ) ;
- Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10 , 14 ) ;
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 27 , 14 ) ;
SVLook = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
};
+
+ PushButton PB_FORMDATASOURCE
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 + WINDOW_HALF_SIZE_X - 24 , 25 ) ;
+ Size = MAP_APPFONT ( 14 , 14 ) ;
+ Text [ de ] = "~..." ;
+ Text [ en-US ] = "~...";
+ };
+
FixedText FT_TABLE
{
Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3, 46 ) ;
@@ -223,7 +232,8 @@ TabPage RID_PAGE_FORM_DATASOURCE_STATUS
FixedText FT_FORMDATASOURCE
{
Pos = MAP_APPFONT ( 7 + 60 + 3 , 15 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X / 2 - 80 - 3 , 8 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X / 2 - 80 - 3 , 19 ) ;
+ WordBreak = TRUE;
};
FixedText FT_FORMCONTENTTYPELABEL