zhuce.h
来自「物业管理系统 Delphi开发」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_ZHUCE_H__CFE4479B_16FC_45E2_B4D4_60485FF98314__INCLUDED_)
#define AFX_ZHUCE_H__CFE4479B_16FC_45E2_B4D4_60485FF98314__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Zhuce.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CZhuce dialog
class CZhuce : public CDialog
{
// Construction
public:
CZhuce(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CZhuce)
enum { IDD = IDD_yonghu };
CEdit m_pass1;
CEdit m_pass;
CEdit m_name;
CString m_nname;
CString m_npass;
CString m_npass1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZhuce)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CZhuce)
afx_msg void OnButton1();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZHUCE_H__CFE4479B_16FC_45E2_B4D4_60485FF98314__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?