diff src/win32/LangSelect.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/LangSelect.h	Sat Mar 03 10:31:27 2012 -0600
     1.3 @@ -0,0 +1,48 @@
     1.4 +#if !defined(AFX_LANGSELECT_H__63619E13_A375_4ED4_952F_DCF8998C2914__INCLUDED_)
     1.5 +#define AFX_LANGSELECT_H__63619E13_A375_4ED4_952F_DCF8998C2914__INCLUDED_
     1.6 +
     1.7 +#if _MSC_VER > 1000
     1.8 +#pragma once
     1.9 +#endif // _MSC_VER > 1000
    1.10 +// -*- C++ -*-
    1.11 +// LangSelect.h : header file
    1.12 +//
    1.13 +
    1.14 +/////////////////////////////////////////////////////////////////////////////
    1.15 +// LangSelect dialog
    1.16 +
    1.17 +class LangSelect : public CDialog
    1.18 +{
    1.19 +	// Construction
    1.20 +public:
    1.21 +	LangSelect(CWnd*pParent = NULL);  // standard constructor
    1.22 +
    1.23 +	// Dialog Data
    1.24 +	//{{AFX_DATA(LangSelect)
    1.25 +	enum { IDD = IDD_LANG_SELECT };
    1.26 +	CEdit   m_langString;
    1.27 +	CStatic m_langName;
    1.28 +	//}}AFX_DATA
    1.29 +
    1.30 +	// Overrides
    1.31 +	// ClassWizard generated virtual function overrides
    1.32 +	//{{AFX_VIRTUAL(LangSelect)
    1.33 +protected:
    1.34 +	virtual void DoDataExchange(CDataExchange*pDX);   // DDX/DDV support
    1.35 +	//}}AFX_VIRTUAL
    1.36 +
    1.37 +	// Implementation
    1.38 +protected:
    1.39 +	// Generated message map functions
    1.40 +	//{{AFX_MSG(LangSelect)
    1.41 +	afx_msg void OnCancel();
    1.42 +	afx_msg void OnOk();
    1.43 +	virtual BOOL OnInitDialog();
    1.44 +	//}}AFX_MSG
    1.45 +	DECLARE_MESSAGE_MAP()
    1.46 +};
    1.47 +
    1.48 +//{{AFX_INSERT_LOCATION}}
    1.49 +// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
    1.50 +
    1.51 +#endif // !defined(AFX_LANGSELECT_H__63619E13_A375_4ED4_952F_DCF8998C2914__INCLUDED_)