]> git.saurik.com Git - apple/mdnsresponder.git/blame - Clients/ExplorerPlugin/About.h
mDNSResponder-1310.80.1.tar.gz
[apple/mdnsresponder.git] / Clients / ExplorerPlugin / About.h
CommitLineData
7f0064bd
A
1#pragma once
2
3#include "Resource.h"
4#include "afxwin.h"
5
6// CAbout dialog
7
8class CAbout : public CDialog
9{
83fb1e36 10DECLARE_DYNAMIC(CAbout)
7f0064bd
A
11
12public:
83fb1e36
A
13CAbout(CWnd* pParent = NULL); // standard constructor
14virtual ~CAbout();
7f0064bd
A
15
16// Dialog Data
83fb1e36 17enum { IDD = IDD_ABOUT };
7f0064bd
A
18
19protected:
83fb1e36
A
20virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
21virtual HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
22virtual BOOL OnInitDialog();
23DECLARE_MESSAGE_MAP()
7f0064bd 24public:
83fb1e36
A
25CStatic m_componentCtrl;
26CStatic m_legalCtrl;
27CBrush m_bkBrush;
7f0064bd 28};