//--------------------------------------------------------------------------- #ifndef IHS00401FH #define IHS00401FH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "WindowMsgF.h" #include "FRAME_ChartF.h" #include "cxButtons.hpp" #include "cxCalc.hpp" #include "cxCheckBox.hpp" #include "cxClasses.hpp" #include "cxContainer.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 "cxSplitter.hpp" #include "cxStyles.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" #include "cxLabel.hpp" //--------------------------------------------------------------------------- class TIHS00401 : public TForm { __published: // IDE-managed Components TADOQuery *ADOQry; TTimer *TmrShow; TPanel *PnlTop; TPanel *PnlList; TPanel *PnlChart; TcxSplitter *cxSplitter1; TLabel *LblSearch; TImage *ImgDesc01; TLabel *LblRecords; TcxButton *BtnExlSave; TcxCheckBox *ChkExpand; TcxGrid *CxList; TcxGridTableView *TvList; TcxGridColumn *Column01; TcxGridColumn *Column02; TcxGridColumn *Column03; TcxGridColumn *Column04; TcxGridLevel *GlList; TcxGridColumn *Column05; TcxGridColumn *Column06; TcxGridColumn *Column07; TcxGridColumn *Column08; TcxGridColumn *Column09; TcxGridColumn *Column10; TcxGridColumn *Column11; TcxGridColumn *Column12; TcxGridColumn *Column13; TcxGridColumn *Column14; TcxGridColumn *Column15; TFRAMEChart *FRAMEChart1; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall ChkExpandClick(TObject *Sender); void __fastcall BtnExlSaveClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall FormDestroy(TObject *Sender); private: // User declarations TcxDataController *m_pGDC; public: HWND FParent; String FStDateTime; String FEdDateTime; String FIdList; int FLinkLevel; public: // User declarations __fastcall TIHS00401(TComponent* Owner, HWND hHandle, String sFrom, String sTo, String sIdList, int ALinkLevel); __fastcall ~TIHS00401(void); void __fastcall OnMessage(TMessage &Msg); void __fastcall CommClose(); void __fastcall FormInit(); void __fastcall SelHistory(); void __fastcall DspHistory(); void __fastcall DspHistory2(); }; //--------------------------------------------------------------------------- extern PACKAGE TIHS00401 *IHS00401; //--------------------------------------------------------------------------- #endif