//--------------------------------------------------------------------------- #ifndef IST00302FH #define IST00302FH //--------------------------------------------------------------------------- #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 "cxGridBandedTableView.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" class TIST00302 : 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; TcxGridLevel *GlList; TFRAMEChart *FRAMEChart1; TcxGridBandedTableView *TvList; TcxGridBandedColumn *Column01; TcxGridBandedColumn *Column02; TcxGridBandedColumn *Column03; TcxGridBandedColumn *Column04; TcxGridBandedColumn *Column05; TcxGridBandedColumn *Column06; TcxGridBandedColumn *Column07; TcxGridBandedColumn *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); void __fastcall FormDestroy(TObject *Sender); private: // User declarations TcxDataController *m_pGDC; public: HWND FParent; String FLinkId; String FStTime, FEdTime; String FStTerm, FEdTerm; int FLinkLevel; int FStatType; String FDateFormat; public: // User declarations __fastcall TIST00302(TComponent* Owner, HWND hHandle, String ALinkId, String AStTime, String AEdTime, int ALinkLevel, int AStatType, String AStTerm, String AEdTerm); __fastcall ~TIST00302(void); void __fastcall OnMessage(TMessage &Msg); void __fastcall CommClose(); void __fastcall FormInit(); void __fastcall SelHistory(); void __fastcall DspHistory(); }; //--------------------------------------------------------------------------- extern PACKAGE TIST00302 *IST00302; //--------------------------------------------------------------------------- #endif