//--------------------------------------------------------------------------- #ifndef IDB0010MFH #define IDB0010MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "CDSNodeF.h" #include "CDSCodeF.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" class TIDB0010M : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TShape *ShpTitle; TcxButton *BtnSearch; TcxButton *BtnClose; TLabel *LblCaption; TShape *ShpList; TEdit *EdFocus; TcxCheckBox *ChkExpand; TcxGrid *CxList; TcxGridTableView *TvList; TcxGridColumn *Column00; TcxGridColumn *Column01; TcxGridColumn *Column02; TcxGridColumn *Column03; TcxGridColumn *Column04; TcxGridColumn *Column05; TcxGridColumn *Column06; TcxGridColumn *Column07; TcxGridColumn *Column08; TcxGridLevel *GlList; TcxButton *BtnEdit; TcxButton *BtnInsert; TcxButton *BtnDelete; TcxButton *BtnApply; TcxCheckBox *ChkAutoWidth; TcxButton *BtnBestFit; TcxLabel *LblRecords; TcxButton *BtnExlSave; TcxLabel *lblNoInfo; TcxLabel *lblInfo; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnSearchClick(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall ChkExpandClick(TObject *Sender); void __fastcall BtnExlSaveClick(TObject *Sender); void __fastcall BtnInsertClick(TObject *Sender); void __fastcall BtnEditClick(TObject *Sender); void __fastcall BtnDeleteClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall BtnApplyClick(TObject *Sender); void __fastcall ChkAutoWidthPropertiesChange(TObject *Sender); void __fastcall BtnBestFitClick(TObject *Sender); void __fastcall TvListCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton, TShiftState AShift, bool &AHandled); void __fastcall TvListDataControllerFilterChanged(TObject *Sender); private: // User declarations void __fastcall CommClose(); TcxDataController *m_pGDC; public: TItsCode *FCodeTurnP; TItsCode *FCodeNodeT; public: // User declarations __fastcall TIDB0010M(TComponent* Owner); void __fastcall FormInit(); void __fastcall RefreshData(); void __fastcall SelListData(); void __fastcall DisplayListData(); }; //--------------------------------------------------------------------------- extern PACKAGE TIDB0010M *IDB0010M; //--------------------------------------------------------------------------- #endif