summaryrefslogtreecommitdiff
path: root/goodies/source/filter.vcl/eos2met
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2001-05-15 12:45:24 +0000
committerSven Jacobi <sj@openoffice.org>2001-05-15 12:45:24 +0000
commitd6682ddb8a782f032599cb570c9ba6202fbf078b (patch)
tree2a6a97d36ecf7e2a0665f71a085c048d1ac3c462 /goodies/source/filter.vcl/eos2met
parent19a8e9d2a3c1e67ec0e2b6286375f883cec94e2a (diff)
#86988# dialog redesign
Diffstat (limited to 'goodies/source/filter.vcl/eos2met')
-rw-r--r--goodies/source/filter.vcl/eos2met/dlgeos2.hxx9
-rw-r--r--goodies/source/filter.vcl/eos2met/dlgeos2.src32
2 files changed, 20 insertions, 21 deletions
diff --git a/goodies/source/filter.vcl/eos2met/dlgeos2.hxx b/goodies/source/filter.vcl/eos2met/dlgeos2.hxx
index 436bbaa36476..29971c2069ff 100644
--- a/goodies/source/filter.vcl/eos2met/dlgeos2.hxx
+++ b/goodies/source/filter.vcl/eos2met/dlgeos2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgeos2.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sj $ $Date: 2001-03-07 20:06:32 $
+ * last change: $Author: sj $ $Date: 2001-05-15 13:45:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,6 @@
#include <svtools/fltcall.hxx>
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
-#include <vcl/group.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
@@ -87,13 +86,13 @@ private:
RadioButton aRbOriginal;
RadioButton aRbSize;
- GroupBox aGrpMode;
+ FixedLine aGrpMode;
FixedText aFtSizeX;
MetricField aMtfSizeX;
FixedText aFtSizeY;
MetricField aMtfSizeY;
- GroupBox aGrpSize;
+ FixedLine aGrpSize;
FilterConfigItem* pConfigItem;
ResMgr* pMgr;
diff --git a/goodies/source/filter.vcl/eos2met/dlgeos2.src b/goodies/source/filter.vcl/eos2met/dlgeos2.src
index 30518f32caea..5dc9c428fdc6 100644
--- a/goodies/source/filter.vcl/eos2met/dlgeos2.src
+++ b/goodies/source/filter.vcl/eos2met/dlgeos2.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgeos2.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2001-05-10 05:12:12 $
+ * last change: $Author: sj $ $Date: 2001-05-15 13:45:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@ ModalDialog DLG_EXPORT_EMET
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 178 , 98 ) ;
+ Size = MAP_APPFONT ( 178 , 89 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
Text = "MET Optionen" ;
@@ -83,7 +83,7 @@ ModalDialog DLG_EXPORT_EMET
MetricField MTF_SIZEX
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 59 ) ;
+ Pos = MAP_APPFONT ( 60 , 55 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
@@ -100,7 +100,7 @@ ModalDialog DLG_EXPORT_EMET
MetricField MTF_SIZEY
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 74 ) ;
+ Pos = MAP_APPFONT ( 60 , 71 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
@@ -114,10 +114,10 @@ ModalDialog DLG_EXPORT_EMET
Last = 99999 ;
SpinSize = 100 ;
};
- GroupBox GRP_SIZE
+ FixedLine GRP_SIZE
{
- Pos = MAP_APPFONT ( 6 , 48 ) ;
- Size = MAP_APPFONT ( 110 , 44 ) ;
+ Pos = MAP_APPFONT ( 6 , 44 ) ;
+ Size = MAP_APPFONT ( 110 , 8 ) ;
Text = "Größe" ;
Text [ ENGLISH ] = "Size" ;
Text [ english_us ] = "Size" ;
@@ -146,7 +146,7 @@ ModalDialog DLG_EXPORT_EMET
};
FixedText FT_SIZEX
{
- Pos = MAP_APPFONT ( 12 , 59 ) ;
+ Pos = MAP_APPFONT ( 12 , 56 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text = "Breite" ;
Text [ ENGLISH ] = "Width" ;
@@ -176,7 +176,7 @@ ModalDialog DLG_EXPORT_EMET
};
FixedText FT_SIZEY
{
- Pos = MAP_APPFONT ( 12 , 74 ) ;
+ Pos = MAP_APPFONT ( 12 , 72 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text = "Höhe" ;
Text [ ENGLISH ] = "Height" ;
@@ -225,8 +225,8 @@ ModalDialog DLG_EXPORT_EMET
};
RadioButton RB_ORIGINAL
{
- Pos = MAP_APPFONT ( 12 , 12 ) ;
- Size = MAP_APPFONT ( 98 , 12 ) ;
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 98 , 10 ) ;
TabStop = TRUE ;
Text = "~Original" ;
Text [ ENGLISH ] = "~Original" ;
@@ -256,8 +256,8 @@ ModalDialog DLG_EXPORT_EMET
};
RadioButton RB_SIZE
{
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 98 , 12 ) ;
+ Pos = MAP_APPFONT ( 12 , 28 ) ;
+ Size = MAP_APPFONT ( 98 , 10 ) ;
TabStop = TRUE ;
Text = "~Größe" ;
Text [ ENGLISH ] = "~Size" ;
@@ -285,10 +285,10 @@ ModalDialog DLG_EXPORT_EMET
Text[ catalan ] = "~Tamaño";
Text[ finnish ] = "~Koko";
};
- GroupBox GRP_MODE
+ FixedLine GRP_MODE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 110 , 42 ) ;
+ Size = MAP_APPFONT ( 110 , 8 ) ;
Text = "Modus" ;
Text [ ENGLISH ] = "Mode" ;
Text [ dutch ] = "Modus" ;