Mercurial > vba-clojure
view src/win32/AboutDialog.h @ 4:5f6f2134e8ce
apu appears to not be used
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:35:58 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_)2 #define AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10008 // -*- C++ -*-9 // AboutDialog.h : header file10 //12 #include "Hyperlink.h"14 /////////////////////////////////////////////////////////////////////////////15 // AboutDialog dialog17 class AboutDialog : public CDialog18 {19 Hyperlink m_link;20 Hyperlink m_translator;21 // Construction22 public:23 AboutDialog(CWnd*pParent = NULL); // standard constructor25 // Dialog Data26 //{{AFX_DATA(AboutDialog)27 enum { IDD = IDD_ABOUT };28 CString m_version;29 //}}AFX_DATA31 // Overrides32 // ClassWizard generated virtual function overrides33 //{{AFX_VIRTUAL(AboutDialog)34 protected:35 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support36 //}}AFX_VIRTUAL38 // Implementation39 protected:40 // Generated message map functions41 //{{AFX_MSG(AboutDialog)42 virtual BOOL OnInitDialog();43 virtual void OnOK();44 //}}AFX_MSG46 DECLARE_MESSAGE_MAP()47 };49 //{{AFX_INSERT_LOCATION}}50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.52 #endif // !defined(AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_)