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.

43 lines
997 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // c2cfgDlg.h : header file
  3. //
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CC2cfgDlg dialog
  6. class CC2cfgDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CC2cfgDlg(CWnd* pParent = NULL); // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CC2cfgDlg)
  13. enum { IDD = IDD_C2CFG_DIALOG };
  14. //}}AFX_DATA
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CC2cfgDlg)
  17. public:
  18. virtual void WinHelp(DWORD dwData, UINT nCmd = HELP_CONTEXT);
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. protected:
  24. HICON m_hIcon;
  25. // Generated message map functions
  26. //{{AFX_MSG(CC2cfgDlg)
  27. virtual BOOL OnInitDialog();
  28. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  29. afx_msg void OnPaint();
  30. afx_msg HCURSOR OnQueryDragIcon();
  31. virtual void OnOK();
  32. afx_msg void OnHelp();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. HKEY hKey;
  37. };