summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbeDlg.cpp
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:10:58 +0000
committerfcolin2007-02-01 13:10:58 +0000
commitd9c1c56cccbe7ab0247a582272ac5f0b0c14f235 (patch)
tree0a3cff4512f55f6c4957857051e483ae42a6c3fd /IvyProbe/IvyProbeDlg.cpp
parente335964812eab775f8f634867481fa3e67bd1cca (diff)
downloadivy-cplusplus-d9c1c56cccbe7ab0247a582272ac5f0b0c14f235.zip
ivy-cplusplus-d9c1c56cccbe7ab0247a582272ac5f0b0c14f235.tar.gz
ivy-cplusplus-d9c1c56cccbe7ab0247a582272ac5f0b0c14f235.tar.bz2
ivy-cplusplus-d9c1c56cccbe7ab0247a582272ac5f0b0c14f235.tar.xz
Utilisateur : Fcolin Date : 26/02/03 Heure : 16:49 Archivé dans $/Bus/IvyProbe Commentaire: (vss 17)
Diffstat (limited to 'IvyProbe/IvyProbeDlg.cpp')
-rw-r--r--IvyProbe/IvyProbeDlg.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/IvyProbe/IvyProbeDlg.cpp b/IvyProbe/IvyProbeDlg.cpp
index 88cc8e2..b782aa7 100644
--- a/IvyProbe/IvyProbeDlg.cpp
+++ b/IvyProbe/IvyProbeDlg.cpp
@@ -127,17 +127,13 @@ BOOL CIvyProbeDlg::OnInitDialog()
#ifdef USE_ETS
// define the Layout
- CreateRoot( VERTICAL )
+ CreateRoot( VERTICAL, nDefaultBorder, 5 )
<< ( pane( HORIZONTAL, ABSOLUTE_VERT )
<< item ( IDC_BUSNUMBER, GREEDY )
<< item ( IDC_START, NORESIZE )
)
<< item ( IDC_TEXT, GREEDY )
<< ( pane( HORIZONTAL, ABSOLUTE_VERT )
- << item( paneNull, GREEDY )
- << item( paneNull, GREEDY )
- )
- << ( pane( HORIZONTAL, ABSOLUTE_VERT )
<< item( IDC_STATIC_MSG, NORESIZE )
<< item( IDC_MSG, GREEDY )
<< item( IDC_SEND, NORESIZE )