📄 clientregedit.h
字号:
#if !defined(AFX_CLIENTREGEDIT_H__04AC7400_026D_463C_A761_305B5A431C16__INCLUDED_)
#define AFX_CLIENTREGEDIT_H__04AC7400_026D_463C_A761_305B5A431C16__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClientRegedit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CClientRegedit dialog
class CClientRegedit : public CDialog
{
// Construction
public:
BOOL boolModify;
void OpenClient();
void ClientModify();
void ClientRegedit();
_RecordsetPtr m_pRecordset;
_RecordsetPtr m_pRecordset1;
CClientRegedit(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CClientRegedit)
enum { IDD = IDD_CREGEDIT };
CString m_strFax;
CString m_strDes;
CString m_strAddr;
CString m_strName;
CString m_strPhone;
CString m_strPost;
int m_intID;
CString m_strPwd1;
CString m_strPwd2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CClientRegedit)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CClientRegedit)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern CSuperMarketApp theApp;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CLIENTREGEDIT_H__04AC7400_026D_463C_A761_305B5A431C16__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -