📄 customerif_xgdlg.h
字号:
#if !defined(AFX_CUSTOMERIF_XGDLG_H__BEBC990F_E800_4468_B0CB_06B40BD377C6__INCLUDED_)
#define AFX_CUSTOMERIF_XGDLG_H__BEBC990F_E800_4468_B0CB_06B40BD377C6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Customerif_XGDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCustomerif_XGDlg dialog
class CCustomerifSet;
class CCustomerif_XGDlg : public CDialog
{
// Construction
public:
CCustomerif_XGDlg(CWnd* pParent = NULL); // standard constructor
CCustomerifSet *m_pSet;
CString edit;
// Dialog Data
//{{AFX_DATA(CCustomerif_XGDlg)
enum { IDD = IDD_CUSTOMERIF_XG };
CString m_aires;
CString m_beizhu;
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;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCustomerif_XGDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCustomerif_XGDlg)
virtual BOOL OnInitDialog();
afx_msg void OnEdit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CUSTOMERIF_XGDLG_H__BEBC990F_E800_4468_B0CB_06B40BD377C6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -