123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- //---------------------------------------------------------------------------
- #ifndef PRK0013MFH
- #define PRK0013MFH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Menus.hpp>
- #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 <ExtCtrls.hpp>
- #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
|