//--------------------------------------------------------------------------- #ifndef VDSM100MFH #define VDSM100MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "CDSVdsCtlrF.h" #include "cxButtons.hpp" #include "cxClasses.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxCustomData.hpp" #include "cxData.hpp" #include "cxDataStorage.hpp" #include "cxDropDownEdit.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 "cxGroupBox.hpp" #include "cxLabel.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxMaskEdit.hpp" #include "cxSpinEdit.hpp" #include "cxSplitter.hpp" #include "cxStyles.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" #include "FRAME_OpenMapF.h" #include "FRAME_VdsListF.h" //--------------------------------------------------------------------------- class TVDSM100M : 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; TPanel *PnlBottom; TcxGroupBox *GrpInfo; TPanel *PnlMenu; TcxButton *BtnEdit; TcxButton *BtnInsert; TcxButton *BtnDelete; TcxButton *BtnSave; TcxLabel *cxLabel11; TcxLabel *cxLabel12; TPanel *PnlEdit; TImage *ImgDesc01; TImage *ImgDesc02; TImage *ImgDesc03; TImage *ImgDesc04; TImage *ImgDesc06; TImage *ImgDesc07; TImage *ImgDesc11; TcxTextEdit *EdVdsId; TcxTextEdit *EdVdsNm; TcxTextEdit *EdNmbr; TcxSpinEdit *SePosX; TcxSpinEdit *SePosY; TcxLabel *cxLabel1; TcxLabel *cxLabel2; TcxLabel *cxLabel3; TcxLabel *cxLabel6; TcxLabel *cxLabel18; TcxMaskEdit *EdCtlrIp; TcxComboBox *CbType; TcxLabel *cxLabel8; TcxLabel *cxLabel5; TcxTextEdit *EdCmncPort; TcxSplitter *cxSplitter2; TcxGroupBox *GrpMap; TcxSpinEdit *Se_GROUP_NO; TImage *ImgDesc14; TcxLabel *cxLabel9; TcxLabel *lblText1; TcxLabel *lblText2; TcxLabel *lblText3; TcxLabel *lblText4; TcxLabel *lblText5; TcxLabel *lblText6; TcxLabel *lblText7; TcxLabel *lblText8; TcxLabel *lblText9; TFRAMEOpenMap *FRAMEOpenMap1; TImage *ImgDesc15; TcxLabel *cxLabel4; TImage *ImgDesc18; TcxLabel *cxLabel13; TcxLabel *cxLabel14; TcxSpinEdit *SeBordNum; TcxSpinEdit *Se_TRAF_CLCT_CYCL; TcxSpinEdit *Se_STTS_CLCT_CYCL; TcxLabel *cxLabel7; TcxLabel *cxLabel10; TcxButton *BtnListAdd; TcxButton *BtnListDelete; TcxGrid *CxCmra; TcxGridTableView *TvCmra; TcxGridColumn *ColCmra1; TcxGridColumn *ColCmra2; TcxGridColumn *ColCmra3; TcxGridLevel *GlCmra; TFRAMEVdsList *FRAMEVdsList1; TcxComboBox *Cb_CMRA_DRCT_CD; TcxGridColumn *ColCmra4; TcxSpinEdit *Se_LOCAL_NO; TcxTextEdit *Ed_ISTL_LCTN_NM; TcxLabel *cxLabel15; TImage *ImgDesc16; TcxGridColumn *ColCmra5; TcxGridColumn *ColCmra6; TcxGridColumn *ColCmra7; TcxGridColumn *ColCmra8; TcxLabel *cxLabel16; TcxTextEdit *ISTL_LCTN_ADDR; TImage *ImgDesc25; 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 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); void __fastcall Ed_VDS_PORTKeyPress(TObject *Sender, wchar_t &Key); void __fastcall Se_VDS_CHNLPropertiesChange(TObject *Sender); void __fastcall BtnListAddClick(TObject *Sender); void __fastcall BtnListDeleteClick(TObject *Sender); private: // User declarations void __fastcall CommClose(); TcxDataController *m_pGDC; String FTitle; bool FUpdate; bool FNewDb; bool EditMode; public: String sJs; int FLayerIdx; public: // User declarations __fastcall TVDSM100M(TComponent* Owner); void __fastcall FormInit(); void __fastcall UpdateIcon(); void __fastcall DisplayInfo(TVdsCtlr* AObj, bool AMoveObj=true); void __fastcall DisplayCmra(TVdsCtlr* AObj); void __fastcall ChangeEditMode(int AEdit); void __fastcall OpenMapCallback(TObject *ASender, const String AFunc, const String AArgs, const bool AFirst); }; //--------------------------------------------------------------------------- extern PACKAGE TVDSM100M *VDSM100M; //--------------------------------------------------------------------------- #endif