home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / starview / examples / designed / dedtdemo.cxx < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-01  |  344 b   |  16 lines

  1. #include <sv.hxx>
  2.  
  3. #include "dedtdemo.hrc"
  4. #include "DEDTDEMO.hxx"
  5.  
  6.  
  7. ModalDialogEXAMPLE::ModalDialogEXAMPLE( Window * pParent, ResId & rResId )
  8.     : ModalDialog( pParent, rResId.Lock() ),
  9.     aListBox1( this, ResId( 1 ) ),
  10.     aDefPushButton1( this, ResId( 1 ) ),
  11.     aPushButton1( this, ResId( 1 ) )
  12. {
  13.     rResId.Unlock();
  14. };
  15.  
  16.