//--------------------------------------------------------------------------- #ifndef DSRH0501FH #define DSRH0501FH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "WindowMsgF.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 "cxStyles.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" #include "dxSkinMcSkin.hpp" //--------------------------------------------------------------------------- class TDSRH0501 : public TForm { __published: // IDE-managed Components TADOQuery *ADOQry; TTimer *TmrShow; TPanel *PnlTop; TPanel *PnlList; TLabel *LblSearch; TImage *ImgDesc01; TLabel *LblRecords; TcxButton *BtnExlSave; TSpeedButton *BtClose; TcxCheckBox *ChkExpand; TcxGrid *CxList; TcxGridTableView *TvList; TcxGridColumn *Column01; TcxGridColumn *Column02; TcxGridColumn *Column03; TcxGridColumn *Column04; TcxGridLevel *GlList; TcxGridColumn *Column00; TcxGridColumn *Column05; TcxGridColumn *Column06; TcxGridColumn *Column07; TcxGridColumn *Column08; 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); private: // User declarations TcxDataController *m_pGDC; public: HWND FParent; String FStDateTime; String FEdDateTime; String FIdList; public: // User declarations __fastcall TDSRH0501(TComponent* Owner, HWND hHandle, String sFrom, String sTo, String sIdList); __fastcall ~TDSRH0501(void); void __fastcall OnMessage(TMessage &Msg); void __fastcall CommClose(); void __fastcall FormInit(); void __fastcall SelHistory(); void __fastcall DspHistory(); }; //--------------------------------------------------------------------------- extern PACKAGE TDSRH0501 *DSRH0501; //--------------------------------------------------------------------------- #endif