home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / TABPGDLG.CPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  479b  |  15 lines

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