//--------------------------------------------------------------------------- #ifndef VDSM010MFH #define VDSM010MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- #include "WindowMsgF.h" #include "FRAME_VdsListF.h" #include "FRAME_FlashMapF.h" #include "cxButtons.hpp" #include "cxCheckBox.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxDropDownEdit.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLabel.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxMaskEdit.hpp" #include "cxSpinEdit.hpp" #include "cxSplitter.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" class TVDSM010M : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TShape *ShpTitle; TcxButton *BtnClose; TLabel *LblCaption; TShape *ShpList; TEdit *EdFocus; TPanel *PnlBack; TPanel *PnlLeft; TcxSplitter *cxSplitter1; TcxGroupBox *cxGroupBox3; TcxGroupBox *GrpMap; TcxGroupBox *GrpInfo; TPanel *PnlMenu; TcxSplitter *cxSplitter2; TcxButton *BtnEdit; TcxButton *BtnInsert; TcxButton *BtnDelete; TcxButton *BtnSave; TcxTextEdit *EdMngmNmbr; TcxTextEdit *EdLctn; TcxTextEdit *EdIP; TcxTextEdit *EdPort; TcxTextEdit *EdId; TcxSpinEdit *SePosX; TcxSpinEdit *SePosY; TcxLabel *cxLabel1; TImage *ImgDesc01; TcxLabel *cxLabel2; TImage *ImgDesc02; TcxLabel *cxLabel3; TcxLabel *cxLabel4; TcxLabel *cxLabel6; TcxLabel *cxLabel7; TcxLabel *cxLabel8; TcxLabel *cxLabel9; TcxLabel *cxLabel10; TImage *ImgDesc03; TImage *ImgDesc04; TImage *ImgDesc05; TImage *ImgDesc06; TImage *ImgDesc07; TImage *ImgDesc08; TImage *ImgDesc09; TImage *ImgDesc10; TcxComboBox *CbTypeCd; TcxLabel *cxLabel11; TcxLabel *cxLabel12; TcxLabel *cxLabel14; TcxLabel *cxLabel15; TcxCheckBox *ChkViewIcon; TFRAMEVdsList *FRAMEVdsList1; TcxComboBox *CbValidYn; TcxLabel *cxLabel5; TcxLabel *cxLabel13; TImage *ImgDesc11; TcxSpinEdit *SeClctCycle; TcxSpinEdit *SeSttsCycl; TcxSpinEdit *SeBordNum; TcxLabel *cxLabel16; TFRAMEFlashMap *FRAMEGisMap1; TcxCheckBox *ChkViewName; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose); void __fastcall ChkViewIconClick(TObject *Sender); void __fastcall BtnEditClick(TObject *Sender); void __fastcall BtnInsertClick(TObject *Sender); void __fastcall BtnDeleteClick(TObject *Sender); void __fastcall BtnSaveClick(TObject *Sender); void __fastcall FRAMEVdsList1TvListCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton, TShiftState AShift, bool &AHandled); private: // User declarations void __fastcall CommClose(); TcxDataController *m_pGDC; String FTitle; bool FUpdate; bool FNewDb; bool MapStart; public: public: // User declarations __fastcall TVDSM010M(TComponent* Owner); void __fastcall FormInit(); void __fastcall UpdateVdsIcon(); void __fastcall DisplayInfo(TItsVds* AObj); void __fastcall ChangeEditMode(int AEdit); void __fastcall ShockwaveFlash1FlashCall1(TObject *ASender, const WideString request); }; //--------------------------------------------------------------------------- extern PACKAGE TVDSM010M *VDSM010M; //--------------------------------------------------------------------------- #endif