home *** CD-ROM | disk | FTP | other *** search
- #include <sv.hxx>
-
- #include "dedtdemo.hrc"
- #include "DEDTDEMO.hxx"
-
-
- ModalDialogEXAMPLE::ModalDialogEXAMPLE( Window * pParent, ResId & rResId )
- : ModalDialog( pParent, rResId.Lock() ),
- aListBox1( this, ResId( 1 ) ),
- aDefPushButton1( this, ResId( 1 ) ),
- aPushButton1( this, ResId( 1 ) )
- {
- rResId.Unlock();
- };
-
-