propertydlg.h
来自「是一个很好的c++家族管理系统」· C头文件 代码 · 共 55 行
H
55 行
#if !defined(AFX_PROPERTYDLG_H__904ACA96_4462_426C_958F_6CDB8EEA22EC__INCLUDED_)
#define AFX_PROPERTYDLG_H__904ACA96_4462_426C_958F_6CDB8EEA22EC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropertyDlg.h : header file
//
#include "BtnST.h"
/////////////////////////////////////////////////////////////////////////////
// CPropertyDlg dialog
class CPropertyDlg : public CDialog
{
// Construction
public:
CPropertyDlg(CWnd* pParent = NULL); // standard constructor
CButtonST m_btnOk;
CButtonST m_btnCancle;
// Dialog Data
//{{AFX_DATA(CPropertyDlg)
enum { IDD = IDD_DIALOG_PROPERTY };
// NOTE: the ClassWizard will add data members here
CString m_birthday;
CString m_demo;
CString m_email;
CString m_homepage;
CString m_mobile;
CString m_name;
CString m_oicq;
CString m_phone;
CString m_unit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPropertyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual void OnOK();
// Generated message map functions
//{{AFX_MSG(CPropertyDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPERTYDLG_H__904ACA96_4462_426C_958F_6CDB8EEA22EC__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?