//--------------------------------------------------------------------------- #ifndef Sample2uH #define Sample2uH //--------------------------------------------------------------------------- #include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; TLabel *Label7; TButton *Button1; TButton *Button2; TCheckBox *bit0; TCheckBox *bit1; TCheckBox *bit2; TCheckBox *bit3; TCheckBox *bit4; TCheckBox *bit5; TCheckBox *bit6; TCheckBox *bit7; TLabel *Label8; TLabel *TemperatureLabel; TLabel *Label9; TLabel *BaseLabel; TLabel *Label10; TLabel *Label11; TTimer *Timer1; TEdit *BaseEdit; void __fastcall Button2Click(TObject *Sender); void __fastcall Button1Click(TObject *Sender); void __fastcall FormCreate(TObject *Sender); void __fastcall Timer1Timer(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif