home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D / MATEM.ARJ / RCHART.ZIP / exmpl-2 / cpp1 / logwarn.cpp next >
Encoding:
C/C++ Source or Header  |  1997-05-22  |  512 b   |  14 lines

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