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

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "ProgDiag.h"
  6. //---------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TProgressDialog *ProgressDialog;
  9. //--------------------------------------------------------------------- 
  10. __fastcall TProgressDialog::TProgressDialog(TComponent* AOwner)
  11.     : TForm(AOwner)
  12. {
  13. }
  14. //--------------------------------------------------------------------- 
  15.