diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/win32/AboutDialog.h	Sat Mar 03 10:31:27 2012 -0600
     1.3 @@ -0,0 +1,52 @@
     1.4 +#if !defined(AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_)
     1.5 +#define AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_
     1.6 +
     1.7 +#if _MSC_VER > 1000
     1.8 +#pragma once
     1.9 +#endif // _MSC_VER > 1000
    1.10 +
    1.11 +// -*- C++ -*-
    1.12 +// AboutDialog.h : header file
    1.13 +//
    1.14 +
    1.15 +#include "Hyperlink.h"
    1.16 +
    1.17 +/////////////////////////////////////////////////////////////////////////////
    1.18 +// AboutDialog dialog
    1.19 +
    1.20 +class AboutDialog : public CDialog
    1.21 +{
    1.22 +	Hyperlink m_link;
    1.23 +	Hyperlink m_translator;
    1.24 +	// Construction
    1.25 +public:
    1.26 +	AboutDialog(CWnd*pParent = NULL);  // standard constructor
    1.27 +
    1.28 +	// Dialog Data
    1.29 +	//{{AFX_DATA(AboutDialog)
    1.30 +	enum { IDD = IDD_ABOUT };
    1.31 +	CString m_version;
    1.32 +	//}}AFX_DATA
    1.33 +
    1.34 +	// Overrides
    1.35 +	// ClassWizard generated virtual function overrides
    1.36 +	//{{AFX_VIRTUAL(AboutDialog)
    1.37 +protected:
    1.38 +	virtual void DoDataExchange(CDataExchange*pDX);   // DDX/DDV support
    1.39 +	//}}AFX_VIRTUAL
    1.40 +
    1.41 +	// Implementation
    1.42 +protected:
    1.43 +	// Generated message map functions
    1.44 +	//{{AFX_MSG(AboutDialog)
    1.45 +	virtual BOOL OnInitDialog();
    1.46 +	virtual void OnOK();
    1.47 +	//}}AFX_MSG
    1.48 +
    1.49 +	DECLARE_MESSAGE_MAP()
    1.50 +};
    1.51 +
    1.52 +//{{AFX_INSERT_LOCATION}}
    1.53 +// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
    1.54 +
    1.55 +#endif // !defined(AFX_ABOUTDIALOG_H__48D787B2_0699_4F03_827D_404EC70DDDB2__INCLUDED_)