//--------------------------------------------------------------------------- #ifndef IFM0030MFH #define IFM0030MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "FRAME_FacilityListF.h" #include "FRAME_FacilityFailF.h" #include "FRAME_FacilityFailActionF.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 "cxSplitter.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" class TIFM0030M : public TForm { __published: // IDE-managed Components TShape *ShpTitle; TcxButton *BtnSearch; TcxButton *BtnClose; TLabel *LblCaption; TEdit *EdFocus; TShape *ShpList; TTimer *TmrShow; TPanel *Panel1; TcxGroupBox *cxGroupBox1; TcxSplitter *cxSplitter1; TPanel *Panel2; TcxGroupBox *cxGroupBox2; TcxGroupBox *cxGroupBox3; TcxSplitter *cxSplitter2; TFRAMEFacilityList *FRAMEFacilityList1; TFRAMEFacilityFail *FRAMEFacilityFail1; TFRAMEFacilityFailAction *FRAMEFacilityFailAction1; TcxButton *BtnErrorHistory; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnSearchClick(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose); void __fastcall FRAMEFacilityList1TvListFocusedRecordChanged(TcxCustomGridTableView *Sender, TcxCustomGridRecord *APrevFocusedRecord, TcxCustomGridRecord *AFocusedRecord, bool ANewItemRecordFocusingChanged); void __fastcall FRAMEFacilityFail1TvListFocusedRecordChanged(TcxCustomGridTableView *Sender, TcxCustomGridRecord *APrevFocusedRecord, TcxCustomGridRecord *AFocusedRecord, bool ANewItemRecordFocusingChanged); void __fastcall BtnErrorHistoryClick(TObject *Sender); private: // User declarations void __fastcall CommClose(); TcxDataController *m_pGDC; public: public: // User declarations __fastcall TIFM0030M(TComponent* Owner); void __fastcall FormInit(); void __fastcall RefreshData(); }; //--------------------------------------------------------------------------- extern PACKAGE TIFM0030M *IFM0030M; //--------------------------------------------------------------------------- #endif