Скачиваний:
7
Добавлен:
01.05.2014
Размер:
1.31 Кб
Скачать
#if !defined(AFX_KEYINPUTDIALOG_H__DD231CF5_0BC7_4283_ABDB_ABC05290F3F1__INCLUDED_)
#define AFX_KEYINPUTDIALOG_H__DD231CF5_0BC7_4283_ABDB_ABC05290F3F1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// KeyInputDialog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// KeyInputDialog dialog

class KeyInputDialog : public CDialog
{
// Construction
public:
	KeyInputDialog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(KeyInputDialog)
	enum { IDD = IDD_KEYINPUT_DLG };
	CEdit	m_EditControl;
	CString	m_textBox;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(KeyInputDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(KeyInputDialog)
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnChangeEdit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_KEYINPUTDIALOG_H__DD231CF5_0BC7_4283_ABDB_ABC05290F3F1__INCLUDED_)
Соседние файлы в папке OLEApp