yuangongfamilyeditdlg.h
来自「该系统要求建立某小区物业管理系统」· C头文件 代码 · 共 55 行
H
55 行
#if !defined(AFX_YUANGONGFAMILYEDITDLG_H__7FD93417_1B5F_4919_A754_F31E391C4B15__INCLUDED_)
#define AFX_YUANGONGFAMILYEDITDLG_H__7FD93417_1B5F_4919_A754_F31E391C4B15__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// YuangongFamilyEditDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CYuangongFamilyEditDlg dialog
class CYuangongFamilyEditDlg : public CDialog
{
// Construction
public:
CYuangongFamilyEditDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CYuangongFamilyEditDlg)
enum { IDD = IDD_YUANGONG_FAMILY_EDIT };
CComboBox m_Sex;
int m_Age;
CString m_Name;
CString m_Relation;
CString m_Org;
//}}AFX_DATA
int iYgID; //用于保存当前编辑的记录所属员工的编号
CString cID; //用于保存当前记录的编号,如果为"",则表示插入记录
CString cSex; //用于保存当前记录的性别信息
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CYuangongFamilyEditDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CYuangongFamilyEditDlg)
virtual void OnOK();
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_YUANGONGFAMILYEDITDLG_H__7FD93417_1B5F_4919_A754_F31E391C4B15__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?