//--------------------------------------------------------------------------- #ifndef FrmSetConfigFH #define FrmSetConfigFH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TFrmSetConfig : public TForm { __published: // IDE-managed Components TButton *btnClose; TButton *btnCarInit; TPanel *pnlLeft; TPanel *plServerInfo; TImage *Image3; TLabel *Label1; TEdit *EdFanTmpr; TEdit *EdHetrTmpr; TEdit *EdStrTm; TEdit *EdEndTm; TLabel *Label2; TLabel *Label3; TLabel *Label4; void __fastcall btnCloseClick(TObject *Sender); void __fastcall btnCarInitClick(TObject *Sender); private: // User declarations public: // User declarations bool FUpdate; __fastcall TFrmSetConfig(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFrmSetConfig *FrmSetConfig; //--------------------------------------------------------------------------- #endif