FRAME_ProcessStatusListF.h 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. //---------------------------------------------------------------------------
  2. #ifndef FRAME_ProcessStatusListFH
  3. #define FRAME_ProcessStatusListFH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <Menus.hpp>
  11. #include <ADODB.hpp>
  12. #include <DB.hpp>
  13. #include <Graphics.hpp>
  14. //---------------------------------------------------------------------------
  15. #include "CDSCodeF.h"
  16. #include "cxClasses.hpp"
  17. #include "cxControls.hpp"
  18. #include "cxCustomData.hpp"
  19. #include "cxData.hpp"
  20. #include "cxDataStorage.hpp"
  21. #include "cxEdit.hpp"
  22. #include "cxFilter.hpp"
  23. #include "cxGraphics.hpp"
  24. #include "cxGrid.hpp"
  25. #include "cxGridCustomTableView.hpp"
  26. #include "cxGridCustomView.hpp"
  27. #include "cxGridLevel.hpp"
  28. #include "cxGridTableView.hpp"
  29. #include "cxLookAndFeelPainters.hpp"
  30. #include "cxLookAndFeels.hpp"
  31. #include "cxStyles.hpp"
  32. #include "cxTextEdit.hpp"
  33. #include "dxSkinBlack.hpp"
  34. #include "dxSkinBlue.hpp"
  35. #include "dxSkinsCore.hpp"
  36. #include "dxSkinscxPCPainter.hpp"
  37. //---------------------------------------------------------------------------
  38. class TFRAMEProcessStatusList : public TFrame
  39. {
  40. __published: // IDE-managed Components
  41. TcxGrid *CxList;
  42. TcxGridTableView *TvList;
  43. TcxGridColumn *Column00;
  44. TcxGridColumn *Column01;
  45. TcxGridColumn *Column02;
  46. TcxGridColumn *Column03;
  47. TcxGridColumn *Column04;
  48. TcxGridLevel *GlList;
  49. TPanel *Panel1;
  50. TImage *ImgState0x;
  51. TImage *ImgState2;
  52. TImage *ImgState1;
  53. TImage *ImgState3;
  54. TImage *ImgState0;
  55. void __fastcall Column03CustomDrawCell(TcxCustomGridTableView *Sender, TcxCanvas *ACanvas, TcxGridTableDataCellViewInfo *AViewInfo,
  56. bool &ADone);
  57. void __fastcall TvListCustomDrawCell(TcxCustomGridTableView *Sender, TcxCanvas *ACanvas, TcxGridTableDataCellViewInfo *AViewInfo,
  58. bool &ADone);
  59. private: // User declarations
  60. TcxDataController *m_pGDC;
  61. TItsCode *FCodeCMS;
  62. TItsCode *FCodeCDS;
  63. public: // User declarations
  64. __fastcall TFRAMEProcessStatusList(TComponent* Owner);
  65. void __fastcall UpdateList();
  66. void __fastcall RefreshList();
  67. };
  68. //---------------------------------------------------------------------------
  69. //extern PACKAGE TFRAMEProcessStatusList *FRAMEProcessStatusList;
  70. //---------------------------------------------------------------------------
  71. #endif