//--------------------------------------------------------------------------- #ifndef PIS0010MFH #define PIS0010MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "WindowMsgF.h" #include "cxButtons.hpp" #include "cxCheckBox.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 "cxTimeEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" #include "FRAME_FlashMapF.h" #include "FRAME_ParkingListF.h" class TPIS0010M : 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; TFRAMEParkingList *FRAMEParkingList1; TPanel *PnlBottom; TcxSplitter *cxSplitter3; TcxGroupBox *GrpMap; TcxCheckBox *ChkViewIcon; TFRAMEFlashMap *FRAMEGisMap1; TcxCheckBox *ChkViewName; TPanel *PnlEdit; TcxGroupBox *GrpInfo; TImage *ImgDesc01; TImage *ImgDesc02; TImage *ImgDesc03; TImage *ImgDesc04; TImage *ImgDesc05; TImage *ImgDesc06; TImage *ImgDesc07; TImage *ImgDesc08; TImage *ImgDesc09; TImage *ImgDesc10; TImage *ImgDesc11; TImage *ImgDesc23; TImage *ImgDesc22; TImage *ImgDesc21; TcxTextEdit *CTLR_MNGM_NMBR; TcxTextEdit *EdId; TcxSpinEdit *X_CRDN; TcxSpinEdit *Y_CRDN; TcxLabel *cxLabel1; TcxLabel *cxLabel2; TcxLabel *cxLabel3; TcxLabel *cxLabel6; TcxLabel *cxLabel8; TcxLabel *cxLabel9; TcxLabel *cxLabel10; TcxLabel *cxLabel5; TcxSpinEdit *CTLR_CLCT_CYCL; TcxTextEdit *CTLR_MNGM_NM; TcxComboBox *PRLT_OPER_DVSN_CD; TcxComboBox *VALD_YN; TcxMaskEdit *TRMN_IP; TcxTextEdit *TRMN_PORT; TcxSpinEdit *CTLR_STTS_CYCL; TcxSpinEdit *WHOL_NPLS; TcxComboBox *PRLT_TYPE_DVSN_CD; TcxLabel *cxLabel4; TcxLabel *cxLabel7; TcxLabel *cxLabel11; TcxLabel *cxLabel12; TcxLabel *cxLabel13; TcxLabel *cxLabel14; TcxTextEdit *PRLT_MNGM_INTN_NM; TcxTextEdit *PRLT_MNGM_INTN_TEL; TcxComboBox *PARK_NDSY_CD; TcxComboBox *PARK_OPER_DAY_CD; TcxTimeEdit *PARK_WKDY_STRT_HH; TcxTimeEdit *PARK_WKDY_END_HH; TcxTimeEdit *PARK_LHDY_STRT_HH; TcxTimeEdit *PARK_LHDY_END_HH; TcxComboBox *PARK_OPDR_CD; TcxComboBox *PARK_FARE_IMPS_CD; TcxComboBox *PARK_APNT_OFFR_YN; TcxButton *BtnListAdd; TcxButton *BtnListDelete; TcxGrid *CxLink; TcxGridTableView *TvLink; TcxGridColumn *ColLink1; TcxGridColumn *ColLink2; TcxGridColumn *ColLink3; TcxGridColumn *ColLink4; TcxGridColumn *ColLink5; TcxGridColumn *ColLink6; TcxGridLevel *GlLink; TPanel *PnlMenu; TcxButton *BtnEdit; TcxButton *BtnInsert; TcxButton *BtnDelete; TcxButton *BtnSave; TcxTextEdit *ISTL_LCTN_ADDR; TcxLabel *cxLabel15; TImage *ImgDesc99; TcxLabel *cxLabel16; TImage *ImgDesc27; TcxComboBox *REAL_DATA_YN; 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 FRAMEParkingList1TvListCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton, TShiftState AShift, bool &AHandled); void __fastcall BtnListDeleteClick(TObject *Sender); void __fastcall BtnListAddClick(TObject *Sender); void __fastcall TRMN_PORTKeyPress(TObject *Sender, wchar_t &Key); private: // User declarations void __fastcall CommClose(); TcxDataController *m_pGDC; String FTitle; bool FUpdate; bool FNewDb; bool MapStart; public: public: // User declarations __fastcall TPIS0010M(TComponent* Owner); void __fastcall FormInit(); void __fastcall UpdateParkingIcon(); void __fastcall DisplayInfo(TItsParking* AObj); void __fastcall ChangeEditMode(int AEdit); bool __fastcall FindParkingFloor(String ANmbr); void __fastcall ShockwaveFlash1FlashCall1(TObject *ASender, const WideString request); }; //--------------------------------------------------------------------------- extern PACKAGE TPIS0010M *PIS0010M; //--------------------------------------------------------------------------- #endif