123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- //---------------------------------------------------------------------------
- #ifndef PRK0012MFH
- #define PRK0012MFH
- //---------------------------------------------------------------------------
- #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>
- //---------------------------------------------------------------------------
- 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
|