clientdemoDlg.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. // clientdemoDlg.h : header file
  2. //
  3. #if !defined(AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_)
  4. #define AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "hikclient.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CClientdemoDlg dialog
  11. class CClientdemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void OnDbStatic4();
  16. void OnDbStatic3();
  17. void OnDbStatic2();
  18. void OnDbStatic1();
  19. CClientdemoDlg(CWnd* pParent = NULL); // standard constructor
  20. void OnMyCommand(WPARAM wParam, LPARAM lParam);
  21. BOOL SliderContral();
  22. CLIENT_VIDEOINFO aa1;
  23. CLIENT_VIDEOINFO aa2;
  24. CLIENT_VIDEOINFO aa3;
  25. CLIENT_VIDEOINFO aa4;
  26. CLIENT_VIDEOINFO aa5;
  27. CLIENT_VIDEOINFO aa6;
  28. CLIENT_VIDEOINFO aa7;
  29. CLIENT_VIDEOINFO aa8;
  30. LONG nn1;
  31. LONG nn2;
  32. LONG nn3;
  33. LONG nn4;
  34. LONG nn5;
  35. LONG nn6;
  36. LONG nn7;
  37. LONG nn8;
  38. int m_iWndNum;
  39. int m_iBrightness;
  40. int m_iContrast;
  41. int m_iSaturation;
  42. int m_iHue;
  43. // Dialog Data
  44. //{{AFX_DATA(CClientdemoDlg)
  45. enum { IDD = IDD_CLIENTDEMO_DIALOG };
  46. CSliderCtrl m_hue;
  47. CSliderCtrl m_saturation;
  48. CSliderCtrl m_contrast;
  49. CSliderCtrl m_brightness;
  50. CComboBox m_windowCtrl;
  51. CStatic m_video8;
  52. CStatic m_video7;
  53. CStatic m_video6;
  54. CStatic m_video5;
  55. int m_linktype;
  56. CString m_ipadd;
  57. int m_shownum;
  58. int m_delaytype;
  59. int m_showmode;
  60. int m_bframenum;
  61. CString m_frameshow;
  62. //}}AFX_DATA
  63. // ClassWizard generated virtual function overrides
  64. //{{AFX_VIRTUAL(CClientdemoDlg)
  65. public:
  66. virtual BOOL DestroyWindow();
  67. protected:
  68. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  69. //}}AFX_VIRTUAL
  70. // Implementation
  71. protected:
  72. HICON m_hIcon;
  73. // Generated message map functions
  74. //{{AFX_MSG(CClientdemoDlg)
  75. virtual BOOL OnInitDialog();
  76. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  77. afx_msg void OnPaint();
  78. afx_msg HCURSOR OnQueryDragIcon();
  79. afx_msg void OnButton1();
  80. afx_msg void OnButton2();
  81. afx_msg void OnTimer(UINT nIDEvent);
  82. afx_msg void OnStatic5();
  83. afx_msg void OnStatic7();
  84. afx_msg void OnStatic6();
  85. afx_msg void OnStatic8();
  86. afx_msg void OnButton4();
  87. afx_msg void OnButton3();
  88. afx_msg void OnButton6();
  89. afx_msg void OnDestroy();
  90. afx_msg void OnButton5();
  91. afx_msg void OnButton7();
  92. afx_msg void OnButton8();
  93. afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  94. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  95. afx_msg void OnShowmode2();
  96. afx_msg void OnShowmode1();
  97. afx_msg void OnButton10();
  98. afx_msg void OnRadiobfram0();
  99. afx_msg void OnRadiobfram1();
  100. afx_msg void OnRadiobfram2();
  101. afx_msg void OnButtonCleanBuffer();
  102. afx_msg void OnSelchangeCombo1();
  103. afx_msg void OnReleasedcaptureSlider1(NMHDR* pNMHDR, LRESULT* pResult);
  104. afx_msg void OnReleasedcaptureSlider2(NMHDR* pNMHDR, LRESULT* pResult);
  105. afx_msg void OnReleasedcaptureSlider3(NMHDR* pNMHDR, LRESULT* pResult);
  106. afx_msg void OnReleasedcaptureSlider4(NMHDR* pNMHDR, LRESULT* pResult);
  107. afx_msg void OnButtondefault();
  108. //}}AFX_MSG
  109. DECLARE_MESSAGE_MAP()
  110. };
  111. //{{AFX_INSERT_LOCATION}}
  112. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  113. #endif // !defined(AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_)