home *** CD-ROM | disk | FTP | other *** search
- #include <string.h>
- #include <sv.hxx>
-
- #include "dedtdemo.hrc"
- #include "dedtdemo.hxx"
-
-
- ModalDialogEXAMPLE::ModalDialogEXAMPLE( Window * pParent, const ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aListBox1( this, ResId( 1 ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
-