//--------------------------------------------------------------------------- #ifndef sample0uH #define sample0uH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TSample0Form : public TForm { __published: // IDE-managed Components TLabel *CardName; TLabel *TitleLabel; TMemo *Memo1; TButton *ExitButton; TGroupBox *ISAPanel; TLabel *HexLabel; TEdit *BaseEdit; TButton *TestButton; TStatusBar *ErrorStatus; TGroupBox *ChannelBox; TLabel *ChannelLabel1; TLabel *ChannelLabel2; TLabel *ChannelLabel3; TLabel *ChannelLabel4; TLabel *ChannelLabel5; TLabel *ChannelLabel6; TLabel *ChannelLabel7; TLabel *ChannelLabel8; TLabel *ChannelLabel9; TLabel *ChannelLabel10; TLabel *ChannelLabel11; TLabel *ChannelLabel12; TLabel *ChannelLabel13; TLabel *ChannelLabel14; TLabel *ChannelLabel15; TLabel *ChannelLabel16; TTimer *TestTimer; 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); }; //--------------------------------------------------------------------------- extern PACKAGE TSample0Form *Sample0Form; //--------------------------------------------------------------------------- #endif