//--------------------------------------------------------------------------- #ifndef FrmSetTimeFH #define FrmSetTimeFH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TFrmSetTime : public TForm { __published: // IDE-managed Components TButton *btnClose; TButton *btnCarInit; TPanel *pnlLeft; TPanel *plServerInfo; TImage *Image3; TLabel *Label1; TEdit *Edit1; TEdit *Edit2; TEdit *Edit3; TEdit *Edit4; TEdit *Edit5; TEdit *Edit6; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; void __fastcall btnCloseClick(TObject *Sender); void __fastcall btnCarInitClick(TObject *Sender); private: // User declarations public: // User declarations bool FUpdate; __fastcall TFrmSetTime(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFrmSetTime *FrmSetTime; //--------------------------------------------------------------------------- #endif