Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
919 B

  1. // regtrdlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CRegTraceDlg dialog
  5. class CRegTraceDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CRegTraceDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CRegTraceDlg)
  12. enum { IDD = IDD_REGTRACE_DIALOG };
  13. // NOTE: the ClassWizard will add data members here
  14. //}}AFX_DATA
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CRegTraceDlg)
  17. protected:
  18. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  19. //}}AFX_VIRTUAL
  20. // Implementation
  21. protected:
  22. HICON m_hIcon;
  23. // Generated message map functions
  24. //{{AFX_MSG(CRegTraceDlg)
  25. virtual BOOL OnInitDialog();
  26. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  27. afx_msg void OnPaint();
  28. afx_msg HCURSOR OnQueryDragIcon();
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };