home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("tee4C.res");
- USEPACKAGE("vcl35.bpi");
- USEUNIT("TeeProcs.pas");
- USEUNIT("TeeConst.pas");
- USEUNIT("TeCanvas.pas");
- USEUNIT("TeEngine.pas");
- USEUNIT("Chart.pas");
- USEUNIT("TeeFunci.pas");
- USEUNIT("Series.pas");
- USEUNIT("TeeShape.pas");
- USEUNIT("GanttCh.pas");
- USEUNIT("BubbleCh.pas");
- USEUNIT("ArrowCha.pas");
- USEFORMNS("TeExport.pas", Teexport, TeeExportForm);
- USEFORMNS("Brushdlg.pas", Brushdlg, BrushDialog);
- USEFORMNS("Pendlg.pas", Pendlg, PenDialog);
- USEFORMNS("TeeAbout.pas", Teeabout, TeeAboutForm);
- USEFORMNS("TeePrevi.pas", Teeprevi, ChartPreview);
-
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------
-