📄 adlg.h
字号:
// aDlg.h : header file
//
#if !defined(AFX_ADLG_H__0DB3D847_2C72_4AD4_8728_1F527B749FBB__INCLUDED_)
#define AFX_ADLG_H__0DB3D847_2C72_4AD4_8728_1F527B749FBB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"home.h"
home Jia;
CImageList m_ImageList;
CString m_info_edit;
CString m_edit;
CString m_info_modify;
int m_info;
int m_search;
CString m_edit_serach;
CString m_rename1;
CString m_rename2;
CString m_newbymd;
CString m_newmother;
CString m_newname;
CString m_newsex;
CString m_marrybymd;
CString m_marryhusband;
CString m_marryname;
/////////////////////////////////////////////////////////////////////////////
// CADlg dialog
class CADlg : public CDialog
{
// Construction
public:
void Init_edit(char welcome[]);
bool findnmates(int x);
bool findson(int x,homeperson *q);
void Initredtree();
CADlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CADlg)
enum { IDD = IDD_A_DIALOG };
CTreeCtrl m_redtree;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CADlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CADlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnEndlabeleditTreeRedream(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonInfoModify();
afx_msg void OnButtonInfoFind();
afx_msg void OnButtonAbout();
afx_msg void OnButtonUser();
afx_msg void OnButtonSearchClear();
afx_msg void OnSave();
afx_msg void OnButtonSearchGo1();
afx_msg void OnButtonSearchClear2();
afx_msg void OnButtonSearchRelation();
afx_msg void OnButtonAddNewGo();
afx_msg void OnButtonAddNewClear();
afx_msg void OnButtonAddMarryClear();
afx_msg void OnButtonAddMarryGo();
afx_msg void OnButtonNing();
afx_msg void OnButtonMost();
afx_msg void OnButtonNumber();
afx_msg void OnButtonOther();
afx_msg void OnButtonRong();
afx_msg void OnButtonShi();
afx_msg void OnButtonWang();
afx_msg void OnButtonXue();
afx_msg void OnDoubleclickedSave();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADLG_H__0DB3D847_2C72_4AD4_8728_1F527B749FBB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -