home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / CUSTORDS.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-12  |  519 b   |  15 lines

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