customerif_xgdlg.h

来自「本程序是居于对话框用access数据库开发的一个简单的销售管理系统」· C头文件 代码 · 共 59 行

H
59
字号
#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 + =
减小字号Ctrl + -
显示快捷键?