CHILDWIN.H
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:1k
- //----------------------------------------------------------------------------
- #ifndef ChildWinH
- #define ChildWinH
- //----------------------------------------------------------------------------
- #include <vclControls.hpp>
- #include <vclForms.hpp>
- #include <vclGraphics.hpp>
- #include <vclClasses.hpp>
- #include <vclWindows.hpp>
- #include <vclSystem.hpp>
- #include <StdCtrls.hpp>
- //----------------------------------------------------------------------------
- class TMDIChild : public TForm
- {
- __published:
- TMemo *Memo1;
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- private:
- public:
- virtual __fastcall TMDIChild(TComponent *Owner);
- };
- //----------------------------------------------------------------------------
- #endif