]>
git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/ExplorerPlugin/About.h
8 class CAbout
: public CDialog
10 DECLARE_DYNAMIC(CAbout
)
13 CAbout(CWnd
* pParent
= NULL
); // standard constructor
17 enum { IDD
= IDD_ABOUT
};
20 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
21 virtual HBRUSH
OnCtlColor(CDC
* pDC
, CWnd
* pWnd
, UINT nCtlColor
);
22 virtual BOOL
OnInitDialog();
25 CStatic m_componentCtrl
;