a
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
#if !defined(AFX_INPUTELECTRODENUMDLG_H__05AFEA3A_4A74_47F5_BB49_A4B453F04B00__INCLUDED_)
|
||||
#define AFX_INPUTELECTRODENUMDLG_H__05AFEA3A_4A74_47F5_BB49_A4B453F04B00__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// InputElectrodeNumDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CInputElectrodeNumDlg dialog
|
||||
|
||||
class CInputElectrodeNumDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CInputElectrodeNumDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CInputElectrodeNumDlg)
|
||||
enum { IDD = IDD_INPUT_ELECTRODE };
|
||||
int m_x;
|
||||
int m_y;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CInputElectrodeNumDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CInputElectrodeNumDlg)
|
||||
virtual void OnOK();
|
||||
virtual BOOL OnInitDialog();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_INPUTELECTRODENUMDLG_H__05AFEA3A_4A74_47F5_BB49_A4B453F04B00__INCLUDED_)
|
||||
Reference in New Issue
Block a user