summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-07-31 14:07:16 +0000
committerThomas Benisch <tbe@openoffice.org>2001-07-31 14:07:16 +0000
commit25dc3b0a89e0ec4bf5dcaf881ec7e9a9ff93ff4e (patch)
tree9d5a5532b1d89b346f88b2a5add10556d1e02148 /basctl
parent9bea49ed24f540a0103d8006cbc60f40ae987216 (diff)
#88573# Groupboxes in BasicIDE
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/moduldlg.cxx6
-rw-r--r--basctl/source/basicide/moduldlg.hrc6
-rw-r--r--basctl/source/basicide/moduldlg.hxx10
-rw-r--r--basctl/source/basicide/moduldlg.src8
-rw-r--r--basctl/source/basicide/moptions.hrc6
-rw-r--r--basctl/source/basicide/moptions.src8
6 files changed, 20 insertions, 24 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index b47f7793e40d..058248b70ce8 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 532631080b8d..a10a6d3b9aff 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 de6f1b210301..98ba5c039d61 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 d17ea84e5323..1f87af8b0741 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 bfa19a357357..739da1838453 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 e2bbe5291879..d5175512b8df 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" ;