Mercurial > vba-clojure
comparison src/win32/AboutDialog.h @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 #if !defined(AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_) | |
2 #define AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_ | |
3 | |
4 #if _MSC_VER > 1000 | |
5 #pragma once | |
6 #endif // _MSC_VER > 1000 | |
7 | |
8 // -*- C++ -*- | |
9 // AboutDialog.h : header file | |
10 // | |
11 | |
12 #include "Hyperlink.h" | |
13 | |
14 ///////////////////////////////////////////////////////////////////////////// | |
15 // AboutDialog dialog | |
16 | |
17 class AboutDialog : public CDialog | |
18 { | |
19 Hyperlink m_link; | |
20 Hyperlink m_translator; | |
21 // Construction | |
22 public: | |
23 AboutDialog(CWnd*pParent = NULL); // standard constructor | |
24 | |
25 // Dialog Data | |
26 //{{AFX_DATA(AboutDialog) | |
27 enum { IDD = IDD_ABOUT }; | |
28 CString m_version; | |
29 //}}AFX_DATA | |
30 | |
31 // Overrides | |
32 // ClassWizard generated virtual function overrides | |
33 //{{AFX_VIRTUAL(AboutDialog) | |
34 protected: | |
35 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support | |
36 //}}AFX_VIRTUAL | |
37 | |
38 // Implementation | |
39 protected: | |
40 // Generated message map functions | |
41 //{{AFX_MSG(AboutDialog) | |
42 virtual BOOL OnInitDialog(); | |
43 virtual void OnOK(); | |
44 //}}AFX_MSG | |
45 | |
46 DECLARE_MESSAGE_MAP() | |
47 }; | |
48 | |
49 //{{AFX_INSERT_LOCATION}} | |
50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. | |
51 | |
52 #endif // !defined(AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_) |