Unit2.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef Unit2H
- #define Unit2H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Grids.hpp>
- //---------------------------------------------------------------------------
- class TForm2 : public TForm
- {
- __published: // IDE-managed Components
- TStringGrid *StringGrid1;
- TButton *Button1;
- TButton *Button2;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- private: // User declarations
- public: // User declarations
- __fastcall TForm2(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm2 *Form2;
- //---------------------------------------------------------------------------
- #endif
-