//--------------------------------------------------------------------------- #ifndef COSSAMPcH #define COSSAMPcH //--------------------------------------------------------------------------- #include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TBevel *Bevel3; TLabel *Label1; TLabel *CountLabel; TBevel *Bevel1; TLabel *StatusLabel; TLabel *DataLabel; TLabel *Label4; TButton *InitButton; TButton *StartButton; TEdit *IRQEdit; TEdit *BaseEdit; TGroupBox *GroupBox1; TLabel *Label5; TLabel *Label6; TComboBox *BusTypeCombo; TEdit *BusNumberEdit; TButton *ExitButton; TButton *AbortButton; void __fastcall ExitButtonClick(TObject *Sender); void __fastcall InitButtonClick(TObject *Sender); void __fastcall StartButtonClick(TObject *Sender); void __fastcall AbortButtonClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); unsigned short IRQ_Count; }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif