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