//--------------------------------------------------------------------------- #ifndef FrmSetBrghFH #define FrmSetBrghFH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TFrmSetBrgh : public TForm { __published: // IDE-managed Components TButton *btnClose; TButton *btnCarInit; TPanel *pnlLeft; TPanel *plServerInfo; TImage *Image3; TLabel *Label1; TEdit *EdMode; TEdit *EdCurrStep; TEdit *EdWeekStep; TEdit *EdMghtStep; 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 TFrmSetBrgh(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFrmSetBrgh *FrmSetBrgh; //--------------------------------------------------------------------------- #endif