//--------------------------------------------------------------------------- #ifndef Sample0uH #define Sample0uH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TSample0Form : public TForm { __published: // IDE-managed Components TLabel *CardName; TMemo *Memo1; TButton *ExitButton; TGroupBox *ISAPanel; TLabel *HexLabel; TEdit *BaseEdit; TButton *TestButton; TGroupBox *ChannelBox; TLabel *ChannelLabel0; TLabel *ChannelLabel1; TLabel *ChannelLabel2; TLabel *ChannelLabel3; TLabel *ChannelLabel4; TLabel *ChannelLabel5; TLabel *ChannelLabel6; TLabel *ChannelLabel7; TLabel *TitleLabel; TStatusBar *ErrorStatus; TTimer *TestTimer; TLabel *Label1; TLabel *Label2; TLabel *CountsLabel0; TLabel *CountsLabel1; TLabel *CountsLabel2; TLabel *CountsLabel3; TLabel *CountsLabel4; TLabel *CountsLabel5; TLabel *CountsLabel6; TLabel *CountsLabel7; TLabel *VoltsLabel1; TLabel *VoltsLabel2; TLabel *VoltsLabel3; TLabel *VoltsLabel4; TLabel *VoltsLabel5; TLabel *VoltsLabel6; TLabel *VoltsLabel7; TLabel *VoltsLabel0; void __fastcall ExitButtonClick(TObject *Sender); void __fastcall TestButtonClick(TObject *Sender); void __fastcall TestTimerTimer(TObject *Sender); void __fastcall FormCreate(TObject *Sender); private: // User declarations public: // User declarations __fastcall TSample0Form(TComponent* Owner); bool CheckForEOC(int Address); }; //--------------------------------------------------------------------------- extern PACKAGE TSample0Form *Sample0Form; //--------------------------------------------------------------------------- #endif