Source code of Windows XP (NT5)
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.

38 lines
963 B

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