Unit3.h
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef Unit3H
- #define Unit3H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm3 : public TForm
- {
- __published: // IDE-managed Components
- private: // User declarations
- public: // User declarations
- __fastcall TForm3(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm3 *Form3;
- //---------------------------------------------------------------------------
- #endif
-