//--------------------------------------------------------------------------- #ifndef PRK0013MFH #define PRK0013MFH //--------------------------------------------------------------------------- #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 #include "cxDropDownEdit.hpp" //--------------------------------------------------------------------------- class TPRK0013M : public TForm { __published: // IDE-managed Components TcxButton *BtnSelect; TcxButton *BtnCancel; TcxGroupBox *GrpCaption; TImage *ImgDesc32; TcxLabel *cxLabel51; TcxLabel *cxLabel52; TImage *ImgDesc33; TcxLabel *cxLabel1; TcxLabel *cxLabel4; TcxLabel *cxLabel2; TcxComboBox *CHRGE_LEVY_AT1; TcxComboBox *CHRGE_LEVY_AT2; TcxComboBox *CHRGE_LEVY_AT3; TcxComboBox *CHRGE_LEVY_AT4; TcxComboBox *CHRGE_LEVY_AT5; TcxComboBox *CHRGE_LEVY_AT6; TcxComboBox *CHRGE_LEVY_AT7; TcxComboBox *CHRGE_LEVY_AT8; TImage *ImgDesc34; TImage *ImgDesc35; TcxLabel *cxLabel3; TcxLabel *cxLabel5; TImage *ImgDesc36; TImage *ImgDesc37; TcxLabel *cxLabel6; TcxLabel *cxLabel7; TImage *ImgDesc38; TImage *ImgDesc39; TcxLabel *cxLabel8; TcxLabel *cxLabel9; TcxTextEdit *START_TIME1; TcxTextEdit *END_TIME1; TcxTextEdit *END_TIME2; TcxTextEdit *START_TIME2; TcxTextEdit *END_TIME3; TcxTextEdit *START_TIME3; TcxTextEdit *END_TIME4; TcxTextEdit *START_TIME4; TcxTextEdit *END_TIME5; TcxTextEdit *START_TIME5; TcxTextEdit *END_TIME6; TcxTextEdit *START_TIME6; TcxTextEdit *END_TIME7; TcxTextEdit *START_TIME7; TcxTextEdit *END_TIME8; TcxTextEdit *START_TIME8; 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 TPRK0013M(TComponent* Owner, TPrkPlce *AObj); }; //--------------------------------------------------------------------------- extern PACKAGE TPRK0013M *PRK0013M; //--------------------------------------------------------------------------- #endif