]> git.saurik.com Git - apple/mdnsresponder.git/blobdiff - Clients/ExplorerPlugin/About.h
mDNSResponder-87.tar.gz
[apple/mdnsresponder.git] / Clients / ExplorerPlugin / About.h
diff --git a/Clients/ExplorerPlugin/About.h b/Clients/ExplorerPlugin/About.h
new file mode 100644 (file)
index 0000000..f4d0d7e
--- /dev/null
@@ -0,0 +1,27 @@
+#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);
+       DECLARE_MESSAGE_MAP()
+public:
+       CStatic m_componentCtrl;
+       CStatic m_legalCtrl;
+       CBrush  m_bkBrush;
+};