diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-07-31 14:07:16 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-07-31 14:07:16 +0000 |
commit | 408af19e5b04cc1e829f7b6d34913ec3976164cc (patch) | |
tree | d02c60f47f3c65b0a194c95f6d5f3b0e076a67a5 | |
parent | b69c49dd64e350c6fe8ba6dc113bae97ed30a6ca (diff) |
#88573# Groupboxes in BasicIDE
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 6 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hrc | 6 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 10 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.src | 8 | ||||
-rw-r--r-- | basctl/source/basicide/moptions.hrc | 6 | ||||
-rw-r--r-- | basctl/source/basicide/moptions.src | 8 |
6 files changed, 20 insertions, 24 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index f26bb61d1..6303df774 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tbe $ $Date: 2001-07-25 14:51:32 $ + * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -911,7 +911,7 @@ LibDialog::LibDialog( Window* pParent ) aCancelButton( this, IDEResId( RID_PB_CANCEL ) ), aStorageName( this, IDEResId( RID_FT_STORAGENAME ) ), aLibBox( this, IDEResId( RID_CTRL_LIBS ) ), - aGroupBox( this, IDEResId( RID_GB_OPTIONS ) ), + aFixedLine( this, IDEResId( RID_FL_OPTIONS ) ), aReferenceBox( this, IDEResId( RID_CB_REF ) ), aSepFileBox( this, IDEResId( RID_CB_SEP ) ), aReplaceBox( this, IDEResId( RID_CB_REPL ) ) diff --git a/basctl/source/basicide/moduldlg.hrc b/basctl/source/basicide/moduldlg.hrc index 93099fe52..810c43a87 100644 --- a/basctl/source/basicide/moduldlg.hrc +++ b/basctl/source/basicide/moduldlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2000-09-29 11:02:37 $ + * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ #define RID_PB_OK 31 #define RID_PB_CANCEL 32 #define RID_CTRL_LIBS 33 -#define RID_GB_OPTIONS 34 +#define RID_FL_OPTIONS 34 #define RID_CB_REF 35 #define RID_CB_REPL 36 #define RID_CB_SEP 37 diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 840eb9f90..e85a0d68b 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tbe $ $Date: 2001-06-26 08:58:22 $ + * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,10 +84,6 @@ #include <svtools/svtabbx.hxx> #endif -#ifndef _SV_GROUP_HXX //autogen -#include <vcl/group.hxx> -#endif - #ifndef _SV_TABDLG_HXX //autogen #include <vcl/tabdlg.hxx> #endif @@ -223,7 +219,7 @@ private: BasicCheckBox aLibBox; - GroupBox aGroupBox; + FixedLine aFixedLine; CheckBox aReferenceBox; CheckBox aSepFileBox; CheckBox aReplaceBox; diff --git a/basctl/source/basicide/moduldlg.src b/basctl/source/basicide/moduldlg.src index 62227a489..6c4729bae 100644 --- a/basctl/source/basicide/moduldlg.src +++ b/basctl/source/basicide/moduldlg.src @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: kz $ $Date: 2001-07-14 00:11:32 $ + * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -673,10 +673,10 @@ ModalDialog RID_DLG_LIBS Size = MAP_APPFONT ( 100 , 67 ) ; TabStop = TRUE ; }; - GroupBox RID_GB_OPTIONS + FixedLine RID_FL_OPTIONS { Pos = MAP_APPFONT ( 6 , 89 ) ; - Size = MAP_APPFONT ( 156 , 50 ) ; + Size = MAP_APPFONT ( 156 , 8 ) ; Text = "Optionen" ; Text [ English ] = "Options" ; Text [ dutch ] = "Opties" ; diff --git a/basctl/source/basicide/moptions.hrc b/basctl/source/basicide/moptions.hrc index 40c57674b..da78e33e6 100644 --- a/basctl/source/basicide/moptions.hrc +++ b/basctl/source/basicide/moptions.hrc @@ -2,9 +2,9 @@ * * $RCSfile: moptions.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2000-09-29 11:02:37 $ + * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ #define RID_PB_HELP 5 #define RID_FT_DESCR 6 #define RID_ME_DESCR 7 -#define RID_GB_HELP 8 +#define RID_FL_HELP 8 #define RID_FT_HELPID 9 #define RID_NF_HELPID 10 #define RID_FT_HELPNAME 11 diff --git a/basctl/source/basicide/moptions.src b/basctl/source/basicide/moptions.src index 6fe55ac4e..0fa4de933 100644 --- a/basctl/source/basicide/moptions.src +++ b/basctl/source/basicide/moptions.src @@ -2,9 +2,9 @@ * * $RCSfile: moptions.src,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2001-07-14 00:12:33 $ + * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,10 +147,10 @@ ModalDialog RID_MACROOPTIONS VScroll = TRUE ; IgnoreTab = TRUE ; }; - GroupBox RID_GB_HELP + FixedLine RID_FL_HELP { Pos = MAP_APPFONT ( 6 , 73 ) ; - Size = MAP_APPFONT ( 212 , 42 ) ; + Size = MAP_APPFONT ( 212 , 8 ) ; Text = "Hilfe-Informationen" ; Text [ ENGLISH ] = "Help informations" ; Text [ norwegian ] = "Help informations" ; |