// clientdemoDlg.h : header file // #if !defined(AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_) #define AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "hikclient.h" ///////////////////////////////////////////////////////////////////////////// // CClientdemoDlg dialog class CClientdemoDlg : public CDialog { // Construction public: void OnDbStatic4(); void OnDbStatic3(); void OnDbStatic2(); void OnDbStatic1(); CClientdemoDlg(CWnd* pParent = NULL); // standard constructor void OnMyCommand(WPARAM wParam, LPARAM lParam); BOOL SliderContral(); CLIENT_VIDEOINFO aa1; CLIENT_VIDEOINFO aa2; CLIENT_VIDEOINFO aa3; CLIENT_VIDEOINFO aa4; CLIENT_VIDEOINFO aa5; CLIENT_VIDEOINFO aa6; CLIENT_VIDEOINFO aa7; CLIENT_VIDEOINFO aa8; LONG nn1; LONG nn2; LONG nn3; LONG nn4; LONG nn5; LONG nn6; LONG nn7; LONG nn8; int m_iWndNum; int m_iBrightness; int m_iContrast; int m_iSaturation; int m_iHue; // Dialog Data //{{AFX_DATA(CClientdemoDlg) enum { IDD = IDD_CLIENTDEMO_DIALOG }; CSliderCtrl m_hue; CSliderCtrl m_saturation; CSliderCtrl m_contrast; CSliderCtrl m_brightness; CComboBox m_windowCtrl; CStatic m_video8; CStatic m_video7; CStatic m_video6; CStatic m_video5; int m_linktype; CString m_ipadd; int m_shownum; int m_delaytype; int m_showmode; int m_bframenum; CString m_frameshow; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CClientdemoDlg) public: virtual BOOL DestroyWindow(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CClientdemoDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnButton1(); afx_msg void OnButton2(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnStatic5(); afx_msg void OnStatic7(); afx_msg void OnStatic6(); afx_msg void OnStatic8(); afx_msg void OnButton4(); afx_msg void OnButton3(); afx_msg void OnButton6(); afx_msg void OnDestroy(); afx_msg void OnButton5(); afx_msg void OnButton7(); afx_msg void OnButton8(); afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); afx_msg void OnShowmode2(); afx_msg void OnShowmode1(); afx_msg void OnButton10(); afx_msg void OnRadiobfram0(); afx_msg void OnRadiobfram1(); afx_msg void OnRadiobfram2(); afx_msg void OnButtonCleanBuffer(); afx_msg void OnSelchangeCombo1(); afx_msg void OnReleasedcaptureSlider1(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnReleasedcaptureSlider2(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnReleasedcaptureSlider3(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnReleasedcaptureSlider4(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnButtondefault(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_)