FrmSetBrghF.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //---------------------------------------------------------------------------
  2. #ifndef FrmSetBrghFH
  3. #define FrmSetBrghFH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <Graphics.hpp>
  11. //---------------------------------------------------------------------------
  12. class TFrmSetBrgh : public TForm
  13. {
  14. __published: // IDE-managed Components
  15. TButton *btnClose;
  16. TButton *btnCarInit;
  17. TPanel *pnlLeft;
  18. TPanel *plServerInfo;
  19. TImage *Image3;
  20. TLabel *Label1;
  21. TEdit *EdMode;
  22. TEdit *EdCurrStep;
  23. TEdit *EdWeekStep;
  24. TEdit *EdMghtStep;
  25. TLabel *Label2;
  26. TLabel *Label3;
  27. TLabel *Label4;
  28. void __fastcall btnCloseClick(TObject *Sender);
  29. void __fastcall btnCarInitClick(TObject *Sender);
  30. private: // User declarations
  31. public: // User declarations
  32. bool FUpdate;
  33. __fastcall TFrmSetBrgh(TComponent* Owner);
  34. };
  35. //---------------------------------------------------------------------------
  36. extern PACKAGE TFrmSetBrgh *FrmSetBrgh;
  37. //---------------------------------------------------------------------------
  38. #endif