summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/Clients/ExplorerPlugin/About.h
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/Clients/ExplorerPlugin/About.h')
-rw-r--r--mDNSResponder/Clients/ExplorerPlugin/About.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/mDNSResponder/Clients/ExplorerPlugin/About.h b/mDNSResponder/Clients/ExplorerPlugin/About.h
new file mode 100644
index 00000000..494d1f1e
--- /dev/null
+++ b/mDNSResponder/Clients/ExplorerPlugin/About.h
@@ -0,0 +1,28 @@
+#pragma once
+
+#include "Resource.h"
+#include "afxwin.h"
+
+// CAbout dialog
+
+class CAbout : public CDialog
+{
+DECLARE_DYNAMIC(CAbout)
+
+public:
+CAbout(CWnd* pParent = NULL); // standard constructor
+virtual ~CAbout();
+
+// Dialog Data
+enum { IDD = IDD_ABOUT };
+
+protected:
+virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
+virtual HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
+virtual BOOL OnInitDialog();
+DECLARE_MESSAGE_MAP()
+public:
+CStatic m_componentCtrl;
+CStatic m_legalCtrl;
+CBrush m_bkBrush;
+};