//--------------------------------------------------------------------------- #ifndef DSRH0701FH #define DSRH0701FH //--------------------------------------------------------------------------- #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 "cxLabel.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" class TDSRH0701 : 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; TSpeedButton *BtClose; TcxCheckBox *ChkExpand; TcxGrid *CxList; TcxGridTableView *TvList; TcxGridColumn *Column01; TcxGridColumn *Column02; TcxGridLevel *GlList; TcxGridColumn *Column03; TcxGridColumn *Column04; TcxGridColumn *Column05; TcxGridColumn *Column06; TcxGridColumn *Column07; 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 FSTAT; public: // User declarations __fastcall TDSRH0701(TComponent* Owner, HWND hHandle, String sFrom, String sTo, String sIdList, int nStat); __fastcall ~TDSRH0701(void); void __fastcall OnMessage(TMessage &Msg); void __fastcall CommClose(); void __fastcall FormInit(); void __fastcall SelHistory(); void __fastcall DspHistory(); }; //--------------------------------------------------------------------------- extern PACKAGE TDSRH0701 *DSRH0701; //--------------------------------------------------------------------------- #endif