home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "CustOrds.h"
- #include "DM.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TfmCustOrd *fmCustOrd;
- //---------------------------------------------------------------------------
- __fastcall TfmCustOrd::TfmCustOrd(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------