//--------------------------------------------------------------------------- #ifndef Sample1uH #define Sample1uH //--------------------------------------------------------------------------- #include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *BaseLabel; TLabel *Label4; TLabel *Label5; TLabel *Label6; TLabel *UpdateLabel; TLabel *LoopLabel; TBevel *Bevel1; TLabel *Label8; TLabel *WDGLabel; TBevel *Bevel2; TLabel *StatusLabel; TCheckBox *CheckBox1; TPanel *Panel1; TRadioButton *RadioButton1; TRadioButton *RadioButton2; TRadioButton *RadioButton3; TCheckBox *CheckBox2; TGroupBox *GroupBox1; TLabel *Label9; TLabel *Label10; TComboBox *BusTypeCombo; TEdit *BusNumberEdit; TButton *TestButton; TButton *ExitButton; TTimer *Timer1; TEdit *ISAEdit; TLabel *Label7; TLabel *Label11; TEdit *IRQEdit; void __fastcall Timer1Timer(TObject *Sender); void __fastcall TestButtonClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall FormCreate(TObject *Sender); void __fastcall ExitButtonClick(TObject *Sender); void __fastcall CheckBox2Click(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); void SetHandler(); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif