//--------------------------------------------------------------------------- #ifndef FRAME_ProcessStatusListFH #define FRAME_ProcessStatusListFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "CDSCodeF.h" #include "cxClasses.hpp" #include "cxControls.hpp" #include "cxCustomData.hpp" #include "cxData.hpp" #include "cxDataStorage.hpp" #include "cxEdit.hpp" #include "cxFilter.hpp" #include "cxGraphics.hpp" #include "cxGrid.hpp" #include "cxGridCustomTableView.hpp" #include "cxGridCustomView.hpp" #include "cxGridLevel.hpp" #include "cxGridTableView.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxStyles.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" #include "dxSkinMcSkin.hpp" //--------------------------------------------------------------------------- class TFRAMEProcessStatusList : public TFrame { __published: // IDE-managed Components TcxGrid *CxList; TcxGridTableView *TvList; TcxGridColumn *Column00; TcxGridColumn *Column01; TcxGridColumn *Column02; TcxGridColumn *Column03; TcxGridColumn *Column04; TcxGridLevel *GlList; TPanel *Panel1; TImage *ImgState0x; TImage *ImgState2; TImage *ImgState1; TImage *ImgState3; TImage *ImgState0; void __fastcall Column03CustomDrawCell(TcxCustomGridTableView *Sender, TcxCanvas *ACanvas, TcxGridTableDataCellViewInfo *AViewInfo, bool &ADone); void __fastcall TvListCustomDrawCell(TcxCustomGridTableView *Sender, TcxCanvas *ACanvas, TcxGridTableDataCellViewInfo *AViewInfo, bool &ADone); private: // User declarations TcxDataController *m_pGDC; TItsCode *FCodeCMS; TItsCode *FCodeCDS; public: // User declarations __fastcall TFRAMEProcessStatusList(TComponent* Owner); void __fastcall UpdateList(); void __fastcall RefreshList(); }; //--------------------------------------------------------------------------- //extern PACKAGE TFRAMEProcessStatusList *FRAMEProcessStatusList; //--------------------------------------------------------------------------- #endif