Page.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef PageH
- #define PageH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Tabnotbk.hpp>
- #include <TabNotBk.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TTabbedNotebook *TabbedNotebook1;
- TImage *Image1;
- TImage *Image2;
- TImage *Image3;
- TImage *Image4;
- void __fastcall Image1Click(TObject *Sender);
- void __fastcall Image2Click(TObject *Sender);
- void __fastcall Image3Click(TObject *Sender);
- void __fastcall Image4Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif