home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef logwarnH
- #define logwarnH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- //---------------------------------------------------------------------------
- class TLogWarnForm : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label2;
- TLabel *Label1;
- TLabel *Label3;
- TLabel *Label4;
- TButton *Button1;
- private: // User declarations
- public: // User declarations
- __fastcall TLogWarnForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TLogWarnForm *LogWarnForm;
- //---------------------------------------------------------------------------
- #endif
-