ShowString.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #if !defined(AFX_SHOWSTRING_H__5545DCBF_6884_4B85_BF03_D8DE22F2037A__INCLUDED_)
  2. #define AFX_SHOWSTRING_H__5545DCBF_6884_4B85_BF03_D8DE22F2037A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowString.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CShowString dialog
  10. class CShowString : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CShowString(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. int m_nChanNum;
  17. NET_DVR_SHOWSTRING m_ShowString;
  18. DWORD dwReturned;
  19. // Dialog Data
  20. //{{AFX_DATA(CShowString)
  21. enum { IDD = IDD_DLG_STRING };
  22. CComboBox m_areaCtrl;
  23. CString m_string;
  24. BOOL m_chkshow;
  25. int m_stringX;
  26. int m_stringY;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CShowString)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CShowString)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnCancel();
  40. virtual void OnOK();
  41. afx_msg void OnButok();
  42. afx_msg void OnButexit();
  43. afx_msg void OnButok2();
  44. afx_msg void OnSelchangeComarea();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_SHOWSTRING_H__5545DCBF_6884_4B85_BF03_D8DE22F2037A__INCLUDED_)