QueryDlg.h
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:1k
开发平台:

Visual C++

  1. #if !defined(AFX_QUERYDLG_H__D419AABB_5D8D_43F5_819A_927D8C99D2B2__INCLUDED_)
  2. #define AFX_QUERYDLG_H__D419AABB_5D8D_43F5_819A_927D8C99D2B2__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // QueryDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CQueryDlg dialog
  10. class CQueryDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void AddLspRule(UCHAR ucAction);
  15. CQueryDlg(CWnd* pParent = NULL);   // standard constructor
  16. int m_nIndex;
  17. int m_nSelectedAction;
  18. SESSION m_Session;
  19. CQueryDlg *m_pNext;
  20. HANDLE m_hThread;
  21. // Dialog Data
  22. //{{AFX_DATA(CQueryDlg)
  23. enum { IDD = IDD_QUERY_DLG };
  24. CListCtrl m_AppInfoList;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CQueryDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CQueryDlg)
  36. afx_msg void OnRadioPassall();
  37. afx_msg void OnRadioPassonce();
  38. afx_msg void OnRadioDenyonce();
  39. afx_msg void OnRadioDenyall();
  40. virtual void OnCancel();
  41. virtual BOOL OnInitDialog();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_QUERYDLG_H__D419AABB_5D8D_43F5_819A_927D8C99D2B2__INCLUDED_)