summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/selectlabeldialog.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:58:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:58:30 +0000
commit224651ba6c523f45efd0fc08e3ee44dff7bd2659 (patch)
tree615ede4de3503121eb65b857556c8d4c82dca321 /extensions/source/propctrlr/selectlabeldialog.src
parent23ac1947d126578a122c8fbfc2aafd801c2d50a1 (diff)
INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED
2004/12/29 09:41:33 fs 1.2.16.1: small re-arrangement to give the control names more room
Diffstat (limited to 'extensions/source/propctrlr/selectlabeldialog.src')
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/source/propctrlr/selectlabeldialog.src b/extensions/source/propctrlr/selectlabeldialog.src
index 437b7031a..8e56c1efa 100644
--- a/extensions/source/propctrlr/selectlabeldialog.src
+++ b/extensions/source/propctrlr/selectlabeldialog.src
@@ -2,9 +2,9 @@
*
* $RCSfile: selectlabeldialog.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 12:12:17 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:58:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
ModalDialog RID_DLG_SELECTLABELCONTROL
{
OutputSize = TRUE;
- Size = MAP_APPFONT( 200, 143 );
+ Size = MAP_APPFONT( 200, 151 );
Text [ de ] = "Auswahl Beschriftungsfeld";
Moveable = TRUE;
Closeable = TRUE;
@@ -81,32 +81,32 @@ ModalDialog RID_DLG_SELECTLABELCONTROL
Control 1
{
Pos = MAP_APPFONT( 6, 29 );
- Size = MAP_APPFONT( 110, 83 );
+ Size = MAP_APPFONT( 188, 83 );
TabStop = TRUE;
Border = TRUE ;
};
CheckBox 1
{
- Pos = MAP_APPFONT( 122, 29 );
- Size = MAP_APPFONT( 72, 12 );
+ Pos = MAP_APPFONT( 6, 115 );
+ Size = MAP_APPFONT( 188, 8 );
Text [ de ] = "~keine Zuordnung";
Text [ en-US ] = "~No assignment";
};
FixedLine 1
{
- Pos = MAP_APPFONT( 3, 118 );
+ Pos = MAP_APPFONT( 3, 126 );
Size = MAP_APPFONT( 194, 2 );
};
OKButton 1
{
- Pos = MAP_APPFONT ( 91 , 123 ) ;
+ Pos = MAP_APPFONT ( 91 , 131 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton 1
{
- Pos = MAP_APPFONT ( 144 , 123 ) ;
+ Pos = MAP_APPFONT ( 144 , 131 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};