123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- //---------------------------------------------------------------------------
- #ifndef IST00501FH
- #define IST00501FH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <DB.hpp>
- #include <DBClient.hpp>
- #include <Provider.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- #include <Buttons.hpp>
- #include <ADODB.hpp>
- #include <Menus.hpp>
- //---------------------------------------------------------------------------
- #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 TIST00501 : 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;
- TcxGridLevel *GlList;
- TcxGridColumn *Column03;
- TcxGridColumn *Column04;
- TcxGridColumn *Column05;
- TFRAMEChart *FRAMEChart1;
- TcxGridColumn *Column06;
- TcxLabel *lblText1;
- TcxLabel *lblText2;
- TcxLabel *lblText3;
- 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 FFacType;
- String FStDateTime;
- String FEdDateTime;
- String FIdList;
- String FTypeNm;
- public: // User declarations
- __fastcall TIST00501(TComponent* Owner, HWND hHandle, String sFacType, String sFrom, String sTo, String sIdList, String sTypeNm);
- __fastcall ~TIST00501(void);
- void __fastcall OnMessage(TMessage &Msg);
- void __fastcall CommClose();
- void __fastcall FormInit();
- void __fastcall SelHistory();
- void __fastcall DspHistory();
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TIST00501 *IST00501;
- //---------------------------------------------------------------------------
- #endif
|