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 >
Wrap
C/C++ Source or Header
|
1997-02-14
|
479b
|
15 lines
//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "TabPgDlg.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TPagesDlg *PagesDlg;
//---------------------------------------------------------------------
__fastcall TPagesDlg::TPagesDlg(TComponent* AOwner)
: TForm(AOwner)
{
}
//---------------------------------------------------------------------