home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / SAVEDLG.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-19  |  512 b   |  14 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl\vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "SaveDlg.h"
  6. //---------------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TSaveOptions *SaveOptions;
  9. //---------------------------------------------------------------------------
  10. __fastcall TSaveOptions::TSaveOptions(TComponent* Owner)
  11.     : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------