//--------------------------------------------------------------------------- #ifndef ITSSEL0MFH #define ITSSEL0MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "FRAME_NodeListF.h" #include "cxButtons.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" //--------------------------------------------------------------------------- class TITSSEL0M : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TcxButton *BtnSearch; TcxButton *BtnClose; TEdit *EdFocus; TcxButton *BtnSelect; TcxGroupBox *cxGroupBox1; TShape *ShpList; TFRAMENodeList *FRAMENodeList1; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnSearchClick(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall BtnSelectClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); private: // User declarations void __fastcall CommClose(); public: bool m_bSelected; String m_sSelNodeId; String m_sSelNodeName; String m_sPosX, m_sPosY; public: // User declarations __fastcall TITSSEL0M(TComponent* Owner); void __fastcall RefreshData(); void __fastcall SelListData(); }; //--------------------------------------------------------------------------- extern PACKAGE TITSSEL0M *ITSSEL0M; //--------------------------------------------------------------------------- #endif