//--------------------------------------------------------------------------- #ifndef ITS0010MFH #define ITS0010MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "WindowMsgF.h" #include "FRAME_TrafficLinkListF.h" #include "FRAME_TrafficRoadListF.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 "cxPC.hpp" #include "cxPCdxBarPopupMenu.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" #include "cxLabel.hpp" #include "FRAME_TrafficIfscListF.h" class TITS0010M : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TShape *ShpTitle; TcxButton *BtnClose; TLabel *LblCaption; TShape *ShpList; TEdit *EdFocus; TPanel *PnlBack; TPanel *PnlLeft; TcxGroupBox *cxGroupBox3; TcxPageControl *cxPageControl1; TcxTabSheet *cxTabSheet1; TcxTabSheet *cxTabSheet2; TFRAMETrafficLinkList *FRAMETrafficLinkList1; TcxTabSheet *cxTabSheet3; TFRAMETrafficRoadList *FRAMETrafficRoadList1; TcxButton *BtnSearch; TFRAMETrafficIfscList *FRAMETrafficIfscList1; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall BtnSearchClick(TObject *Sender); private: // User declarations void __fastcall CommClose(); public: public: // User declarations __fastcall TITS0010M(TComponent* Owner); void __fastcall FormInit(); void __fastcall RefreshData(); }; //--------------------------------------------------------------------------- extern PACKAGE TITS0010M *ITS0010M; //--------------------------------------------------------------------------- #endif