From c92e7febca38457a2a78ed40a64e0ffcb1b6f8ad Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:10:58 +0000 Subject: Utilisateur : Fcolin Date : 26/02/03 Heure : 16:49 Archivé dans $/Bus/IvyProbe Commentaire: (vss 17) --- Bus/IvyProbe/IvyProbeDlg.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Bus') diff --git a/Bus/IvyProbe/IvyProbeDlg.cpp b/Bus/IvyProbe/IvyProbeDlg.cpp index 88cc8e2..b782aa7 100644 --- a/Bus/IvyProbe/IvyProbeDlg.cpp +++ b/Bus/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 ) -- cgit v1.1