123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- //---------------------------------------------------------------------------
- #ifndef WCAM020MFH
- #define WCAM020MFH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <DB.hpp>
- #include <Menus.hpp>
- #include <ExtCtrls.hpp>
- #include <ADODB.hpp>
- #include <ImgList.hpp>
- #include <Graphics.hpp>
- #include <ComCtrls.hpp>
- //---------------------------------------------------------------------------
- #include <OleCtrls.hpp>
- #include "CenterCommF.h"
- #include "DataTypesF.h"
- #include "WindowMsgF.h"
- #include "CDSWCamCtlrF.h"
- #include "cxButtons.hpp"
- #include "cxCalc.hpp"
- #include "cxCheckBox.hpp"
- #include "cxClasses.hpp"
- #include "cxContainer.hpp"
- #include "cxControls.hpp"
- #include "cxCustomData.hpp"
- #include "cxData.hpp"
- #include "cxDataStorage.hpp"
- #include "cxEdit.hpp"
- #include "cxFilter.hpp"
- #include "cxGraphics.hpp"
- #include "cxGrid.hpp"
- #include "cxGridBandedTableView.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 "cxPC.hpp"
- #include "cxPCdxBarPopupMenu.hpp"
- #include "cxSpinEdit.hpp"
- #include "cxStyles.hpp"
- #include "cxTextEdit.hpp"
- #include "dxSkinBlue.hpp"
- #include "dxSkinsCore.hpp"
- #include "dxSkinscxPCPainter.hpp"
- #include "FFBaseComponent.hpp"
- #include "FFBasePlay.hpp"
- #include "FFPlay.hpp"
- #include "FRAME_WCamStateListF.h"
- #include "IdBaseComponent.hpp"
- #include "IdComponent.hpp"
- #include "IdIcmpClient.hpp"
- #include "IdRawBase.hpp"
- #include "IdRawClient.hpp"
- #include "ImageBtn.h"
- #include "XNVTViewerCtrlLib_OCX.h"
- #include "dxSkinBlack.hpp"
- #include "dxSkinMcSkin.hpp"
- //---------------------------------------------------------------------------
- class TWCAM020M : public TForm
- {
- __published: // IDE-managed Components
- TTimer *TmrShow;
- TPanel *PnlTop;
- TPanel *PnlRight;
- TPanel *PnlLeft;
- TPanel *PnlRTop;
- TcxGroupBox *GrpList;
- TcxGroupBox *cxGroupBox1;
- TImageList *ImageList1;
- TPanel *PnlCctv;
- TPanel *Panel2;
- TcxPageControl *PgCam;
- TcxTabSheet *TabRtsp;
- TcxButton *BtnWebCamUrl;
- TIdIcmpClient *IdIcmpClient1;
- TcxLabel *cxLabel9;
- TPanel *PnlCameraBack;
- TPanel *PnlCamConrtol;
- TcxButton *BtnImageSave;
- TPanel *PnlPTZ;
- TImageBtn *BtnUpLeft;
- TImageBtn *BtnUp;
- TImageBtn *BtnUpRight;
- TImageBtn *BtnLeft;
- TImageBtn *BtnHome;
- TImageBtn *BtnRight;
- TImageBtn *BtnDownLeft;
- TImageBtn *BtnDown;
- TImageBtn *BtnDownRight;
- TImageBtn *BtnZoomIn;
- TImageBtn *BtnZoomOut;
- TImageBtn *BtnFocusIn;
- TImageBtn *BtnFocusOut;
- TLabel *Label20;
- TTrackBar *PTZSpeed;
- TPanel *PnlBottome;
- TPanel *Panel1;
- TPanel *PnlCamera;
- TcxLabel *cxLabel14;
- TcxPageControl *PgControl;
- TcxTabSheet *TabPing;
- TcxGrid *CxPing;
- TcxGridBandedTableView *TvPing;
- TcxGridBandedColumn *ColumnSel;
- TcxGridBandedColumn *Col01;
- TcxGridBandedColumn *Col02;
- TcxGridBandedColumn *Col03;
- TcxGridBandedColumn *Col04;
- TcxGridBandedColumn *Col05;
- TcxGridBandedColumn *Col06;
- TcxGridBandedColumn *Col07;
- TcxGridBandedColumn *Col08;
- TcxGridBandedColumn *Col09;
- TcxGridBandedColumn *Col10;
- TcxGridBandedColumn *Col11;
- TcxGridBandedColumn *Col12;
- TcxGridBandedColumn *Col99;
- TcxGridLevel *GlPing;
- TPanel *PnlPing;
- TImage *ImgDesc99;
- TLabel *Label39;
- TLabel *Label40;
- TLabel *Label41;
- TLabel *Label42;
- TImage *ImgDesc98;
- TcxButton *BtnAllSelect0;
- TcxButton *BtnAllClear0;
- TcxButton *BtnReverse0;
- TcxSpinEdit *EdPingTimeout;
- TcxButton *BtnNwkPing;
- TcxButton *BtnNwkPingClear;
- TcxSpinEdit *EdPingPort;
- TcxButton *BtnAllSelect;
- TcxButton *BtnAllClear;
- TcxButton *BtnReverse;
- TcxLabel *lblSelCctv;
- TcxButton *BtnSaveImgFile;
- TcxLabel *cxLabel1;
- TcxLabel *cxLabel2;
- TcxTabSheet *TabPreset;
- TPanel *PnlPreset;
- TcxGrid *CxPreset;
- TcxGridTableView *TvPreset;
- TcxGridColumn *ColPresetNo;
- TcxGridColumn *ColPresetName;
- TcxGridColumn *ColPresetPan;
- TcxGridColumn *ColPresetTilt;
- TcxGridColumn *ColPresetZoom;
- TcxGridColumn *ColPresetFocus;
- TcxGridColumn *ColPresetAngle;
- TcxGridColumn *ColPresetDefault;
- TcxGridColumn *ColPresetDb;
- TcxGridLevel *GlPreset;
- TcxButton *BtnCctvPreset;
- TcxButton *BtnCctvPresetDel;
- TcxTextEdit *EdPresetName;
- TLabel *Label19;
- TImage *ImgDesc21;
- TLabel *Label18;
- TImage *ImgDesc20;
- TcxButton *BtnCctvPresetSet;
- TcxLabel *cxLabel3;
- TcxTextEdit *EdPresetNo;
- TcxLabel *cxLabel4;
- TcxSpinEdit *SePresetNo;
- TcxCheckBox *ChkCctvPresetDef;
- TFRAMEWCamStateList *FRAMEWCamStateList1;
- TXNVTViewerCtrl *XNVTViewerCtrl1;
- TMemo *reMsg;
- TFFPlayer *FFPlayer1;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall TmrShowTimer(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- void __fastcall FormActivate(TObject *Sender);
- void __fastcall FormDeactivate(TObject *Sender);
- void __fastcall BtnAllSelectClick(TObject *Sender);
- void __fastcall FRAMEWCamStateList1TvListCellDblClick(TcxCustomGridTableView *Sender,
- TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton,
- TShiftState AShift, bool &AHandled);
- void __fastcall BtnWebCamUrlClick(TObject *Sender);
- void __fastcall PgControlPageChanging(TObject *Sender, TcxTabSheet *NewPage,
- bool &AllowChange);
- void __fastcall BtnNwkPingClick(TObject *Sender);
- void __fastcall BtnNwkPingClearClick(TObject *Sender);
- void __fastcall Col04CustomDrawCell(TcxCustomGridTableView *Sender, TcxCanvas *ACanvas,
- TcxGridTableDataCellViewInfo *AViewInfo, bool &ADone);
- void __fastcall IdIcmpClient1Reply(TComponent *ASender, const TReplyStatus *AReplyStatus);
- void __fastcall Col08CustomDrawCell(TcxCustomGridTableView *Sender, TcxCanvas *ACanvas,
- TcxGridTableDataCellViewInfo *AViewInfo, bool &ADone);
- void __fastcall TvPingCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo,
- TMouseButton AButton, TShiftState AShift,
- bool &AHandled);
- void __fastcall BtnZoomInOutMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void __fastcall BtnZoomInOutMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void __fastcall BtnFocusInOutMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void __fastcall BtnFocusInOutMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void __fastcall BtnPanTileMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void __fastcall BtnPanTileMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void __fastcall BtnSaveImgFileClick(TObject *Sender);
- void __fastcall BtnCctvPresetClick(TObject *Sender);
- void __fastcall BtnCctvPresetSetClick(TObject *Sender);
- void __fastcall BtnCctvPresetDelClick(TObject *Sender);
- void __fastcall TvPresetCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton,
- TShiftState AShift, bool &AHandled);
- void __fastcall SePresetNoPropertiesEditValueChanged(TObject *Sender);
- void __fastcall reMsgDblClick(TObject *Sender);
- void __fastcall XNVTViewerCtrl1EventNotify(TObject *Sender, BSTR message, long message_size);
- void __fastcall FFPlayer1State(TObject *Sender, TPlayState APlayState);
- private: // User declarations
- void __fastcall CommClose();
- public:
- bool __fastcall OpenWebCamera();
- void __fastcall CloseWebCamera();
- bool __fastcall OpenRtsp();
- void __fastcall CloseRtsp();
- public:
- bool FTmrShow;
- TWCamCtlr *FSelCtlr;
- TStringList *FSelIds;
- String FTitle;
- bool FStrmPlay;
- String FStrmUser;
- String FStrmPswd;
- String FStrmHttp;
- String FStrmAddr;
- public: // User declarations
- __fastcall TWCAM020M(TComponent* Owner);
- void __fastcall LoadLocalSkin();
- void __fastcall DisplayInfo();
- void __fastcall ClearCheckList();
- int __fastcall GetSelListItems(bool ACommCheck=true);
- void __fastcall ActivateForm(bool AActivate);
- int FPingType;
- bool FPingTimeout;
- void __fastcall PingNetwork(String AIp, int APort);
- void __fastcall UpdatePingList();
- void __fastcall RefreshPingList(bool AInit=false);
- void __fastcall ClearPreset();
- void __fastcall InitPreset();
- void __fastcall OnMainFormMessage(TMessage &Msg);
- void __fastcall OnCctvStateRefreshMessage(TMessage &Msg);
- BEGIN_MESSAGE_MAP
- MESSAGE_HANDLER(WM_MAINFORM, TMessage, OnMainFormMessage)
- MESSAGE_HANDLER(WM_VMS_STATE_REFRESH, TMessage, OnCctvStateRefreshMessage)
- END_MESSAGE_MAP(TForm)
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TWCAM020M *WCAM020M;
- //---------------------------------------------------------------------------
- #endif
|