home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef ChildWinH
- #define ChildWinH
- //----------------------------------------------------------------------------
- #include <vcl\Controls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\System.hpp>
- //----------------------------------------------------------------------------
- class TMDIChild : public TForm
- {
- __published:
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- private:
- public:
- virtual __fastcall TMDIChild(TComponent *Owner);
- };
- //----------------------------------------------------------------------------
- #endif
-