Color.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef ColorH
- #define ColorH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include "CGRID.h"
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TButton *Button2;
- TMemo *Memo1;
- TCColorGrid *CColorGrid1;
- TButton *Button1;
- TLabel *Label1;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall CColorGrid1Change(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-