📄 customerif_tjdlg.h
字号:
#if !defined(AFX_CUSTOMERIF_TJDLG_H__B60FC8E6_080A_47F8_A57A_59FB48BB7C0B__INCLUDED_)
#define AFX_CUSTOMERIF_TJDLG_H__B60FC8E6_080A_47F8_A57A_59FB48BB7C0B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Customerif_TJDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCustomerif_TJDlg dialog
class CCustomerifSet;
class CCustomerif_TJDlg : public CDialog
{
// Construction
public:
CCustomerif_TJDlg(CWnd* pParent = NULL); // standard constructor
CCustomerifSet *m_pSet;
// Dilog Data
//{{AFX_DATA(CCustomerif_TJDlg)
enum { IDD = IDD_CUSTOMERIF_TJ };
CString m_city;
CString m_conadr;
CString m_conn;
CString m_conPh;
CString m_cpnn;
CString m_ctmid;
CString m_fax;
CString m_home;
CString m_ybhm;
CString m_aires;
CString m_beizhu;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCustomerif_TJDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCustomerif_TJDlg)
afx_msg void OnAdd();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CUSTOMERIF_TJDLG_H__B60FC8E6_080A_47F8_A57A_59FB48BB7C0B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -