//---------------------------------------------------------------------------- #ifndef OCBHB #define OCBHB //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAnimSet : public TForm { __published: TBevel *Bevel; TEdit *Text3 ; TEdit *Text4 ; TComboBox *Combo1 ; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TButton *OK; TButton *Cancel; TColorDialog *ColorDialog; TPanel *BackGrnClr; TButton *BackgroundColor; void __fastcall OKClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); void __fastcall Text3Change(TObject *Sender); void __fastcall Text3KeyPress(TObject *Sender, char &Key); void __fastcall Text4Change(TObject *Sender); void __fastcall Text4KeyPress(TObject *Sender, char &Key); void __fastcall BackgroundColorClick(TObject *Sender); private: public: virtual __fastcall TAnimSet(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern PACKAGE TAnimSet *AnimSet; //---------------------------------------------------------------------------- #endif