regedlg.h
来自「商品进存销管理系统 包含发票」· C头文件 代码 · 共 63 行
H
63 行
#if !defined(AFX_REGEDLG_H__02F7CE08_F193_4E86_A1B1_78B0673E5806__INCLUDED_)
#define AFX_REGEDLG_H__02F7CE08_F193_4E86_A1B1_78B0673E5806__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// regeDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CregeDlg dialog
#include "menSet.h"
class CregeDlg : public CDialog
{
// Construction
public:
CregeDlg(CWnd* pParent = NULL); // standard constructor
CDatabase m_db;
CmenSet m_ruser;
HBRUSH m_brush;
// Dialog Data
//{{AFX_DATA(CregeDlg)
enum { IDD = IDD_DIALOG12 };
CEdit m_ctrno;
CEdit m_ctrword;
CComboBox m_sex;
CEdit m_ctrpword;
CString m_no;
CString m_name;
CString m_pword;
CString m_repword;
CString m_email;
CString m_tel;
CString m_addr;
CTime m_rq;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CregeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CregeDlg)
virtual BOOL OnInitDialog();
afx_msg void Onzhuce();
afx_msg void Onreturn();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_REGEDLG_H__02F7CE08_F193_4E86_A1B1_78B0673E5806__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?