//--------------------------------------------------------------------------- #ifndef PRK0012MFH #define PRK0012MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include "CDSPrkPlceF.h" #include "cxButtons.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "dxSkinBlack.hpp" #include "dxSkinMcSkin.hpp" #include "dxSkinsCore.hpp" #include "cxLabel.hpp" #include "cxMaskEdit.hpp" #include "cxSpinEdit.hpp" #include "cxTextEdit.hpp" #include //--------------------------------------------------------------------------- class TPRK0012M : public TForm { __published: // IDE-managed Components TcxButton *BtnSelect; TcxButton *BtnCancel; TcxGroupBox *GrpCaption; TcxLabel *cxLabel51; TcxLabel *cxLabel52; TcxSpinEdit *BS_TIME1; TcxSpinEdit *BS_CHRGE1; TcxLabel *cxLabel55; TcxSpinEdit *ADIT_UNIT_TIME1; TcxSpinEdit *ADIT_UNIT_CHRGE1; TcxLabel *cxLabel1; TcxSpinEdit *BS_TIME2; TcxSpinEdit *BS_CHRGE2; TcxSpinEdit *ADIT_UNIT_TIME2; TcxSpinEdit *ADIT_UNIT_CHRGE2; TImage *ImgDesc34; TImage *ImgDesc35; TImage *ImgDesc32; TImage *ImgDesc33; TcxLabel *cxLabel4; TcxSpinEdit *BS_TIME3; TcxSpinEdit *BS_CHRGE3; TcxSpinEdit *ADIT_UNIT_TIME3; TcxSpinEdit *ADIT_UNIT_CHRGE3; TcxLabel *cxLabel7; TcxSpinEdit *BS_TIME4; TcxSpinEdit *BS_CHRGE4; TcxSpinEdit *ADIT_UNIT_TIME4; TcxSpinEdit *ADIT_UNIT_CHRGE4; void __fastcall BtnSelectClick(TObject *Sender); void __fastcall BtnCancelClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); private: // User declarations TPrkPlce *FObj; public: bool FSelected; public: __property bool Selected = {read=FSelected}; public: // User declarations __fastcall TPRK0012M(TComponent* Owner, TPrkPlce *AObj); }; //--------------------------------------------------------------------------- extern PACKAGE TPRK0012M *PRK0012M; //--------------------------------------------------------------------------- #endif