tuihuomingxi.h
来自「面向软件工程的Visual C++网络程序开发」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_TUIHUOMINGXI_H__343255BA_2A60_4654_BB3F_B55B79FC23CE__INCLUDED_)
#define AFX_TUIHUOMINGXI_H__343255BA_2A60_4654_BB3F_B55B79FC23CE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Tuihuomingxi.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTuihuomingxi dialog
class CTuihuomingxi : public CDialog
{
// Construction
public:
CTuihuomingxi(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTuihuomingxi)
enum { IDD = IDD_THMX_DLG };
CString m_strDanwei;
CString m_strGuige;
CString m_strMingcheng;
CString m_strBianma;
int m_iShuliang;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTuihuomingxi)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTuihuomingxi)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnTuichu();
afx_msg void OnKillfocusSpbm();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TUIHUOMINGXI_H__343255BA_2A60_4654_BB3F_B55B79FC23CE__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?