Multy10Dlg.h
资源名称:MFC_Multy.rar [点击查看]
上传用户:shenmao
上传日期:2014-12-06
资源大小:238k
文件大小:1k
源码类别:
进程与线程
开发平台:
Visual C++
- // Multy10Dlg.h : header file
- //
- #if !defined(AFX_MULTY10DLG_H__0F9D69E2_4EA8_4643_B3BC_A47B0719143F__INCLUDED_)
- #define AFX_MULTY10DLG_H__0F9D69E2_4EA8_4643_B3BC_A47B0719143F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMulty10Dlg dialog
- class CMulty10Dlg : public CDialog
- {
- // Construction
- public:
- CMulty10Dlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMulty10Dlg)
- enum { IDD = IDD_MULTY10_DIALOG };
- CEdit m_ctrlC;
- CEdit m_ctrlB;
- CEdit m_ctrlA;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMulty10Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMulty10Dlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnStart();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MULTY10DLG_H__0F9D69E2_4EA8_4643_B3BC_A47B0719143F__INCLUDED_)