www.pudn.com > HDTV_play_flash.rar > chipset.h
//--------------------------------------------------------------------------- #ifndef chipsetH #define chipsetH //--------------------------------------------------------------------------- #include#include #include #include #include //--------------------------------------------------------------------------- class TForm4 : public TForm { __published: // IDE-managed Components TLabel *Label1; TEdit *Edit1; TLabel *Label2; TEdit *Edit2; TLabel *Label3; TEdit *Edit3; TLabel *Label4; TEdit *Edit4; TButton *Button1; TBevel *Bevel1; TGroupBox *GroupBox1; TLabel *Label5; TLabel *Label6; TLabel *Label7; TLabel *Label8; TLabel *Label9; TLabel *Label10; TEdit *Edit5; TButton *Button2; TLabel *Label11; TLabel *Label12; void __fastcall Edit1KeyPress(TObject *Sender, char &Key); private: // User declarations public: // User declarations __fastcall TForm4(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm4 *Form4; //--------------------------------------------------------------------------- #endif