]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/PrinterSetupWizard/About.h
mDNSResponder-107.tar.gz
[apple/mdnsresponder.git] / Clients / PrinterSetupWizard / About.h
1 #pragma once
2
3
4 // CAbout dialog
5
6 class CAbout : public CDialog
7 {
8 DECLARE_DYNAMIC(CAbout)
9
10 public:
11 CAbout(CWnd* pParent = NULL); // standard constructor
12 virtual ~CAbout();
13
14 // Dialog Data
15 enum { IDD = IDD_DIALOG1 };
16
17 protected:
18 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
19
20 DECLARE_MESSAGE_MAP()
21 };