//--------------------------------------------------------------------------- #ifndef ITS0030MFH #define ITS0030MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "FRAME_IncidentRegistF.h" #include "FRAME_IncidentProcessF.h" #include "FRAME_IncidentEndF.h" #include "cxButtons.hpp" #include "cxControls.hpp" #include "cxGraphics.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxPC.hpp" #include "cxPCdxBarPopupMenu.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" //--------------------------------------------------------------------------- class TITS0030M : public TForm { __published: // IDE-managed Components TShape *ShpTitle; TcxButton *BtnSearch; TcxButton *BtnClose; TLabel *LblCaption; TEdit *EdFocus; TShape *ShpList; TTimer *TmrShow; TPanel *Panel1; TcxPageControl *cxPageControl1; TcxTabSheet *cxTabSheet1; TcxTabSheet *cxTabSheet2; TcxTabSheet *cxTabSheet3; TImageList *ilStatusBarImages; TFRAMEIncidentRegist *FRAMEIncidentRegist1; TFRAMEIncidentProcess *FRAMEIncidentProcess1; TFRAMEIncidentEnd *FRAMEIncidentEnd1; 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 cxPageControl1PageChanging(TObject *Sender, TcxTabSheet *NewPage, bool &AllowChange); private: // User declarations void __fastcall CommClose(); public: public: // User declarations __fastcall TITS0030M(TComponent* Owner); void __fastcall FormInit(); void __fastcall RefreshData(); void __fastcall SelListData(); }; //--------------------------------------------------------------------------- extern PACKAGE TITS0030M *ITS0030M; //--------------------------------------------------------------------------- #endif