📄 通信录dlg.h
字号:
// 通信录Dlg.h : header file
//
#if !defined(AFX_DLG_H__6F74AA1C_A4A5_4F32_B11B_AD305411AE35__INCLUDED_)
#define AFX_DLG_H__6F74AA1C_A4A5_4F32_B11B_AD305411AE35__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BtnST.h"
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
CMyDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
CButtonST m_Exit;
CButtonST m_Ok;
CButtonST m_ModifyUser;
CButtonST m_FindUser;
CButtonST m_Version;
CButtonST m_SaveButton;
CButtonST m_Look;
CButtonST m_DelUser;
CButtonST m_AddUser;
CButtonST m_OpenButton;
int m_FIND;
CString m_FINDCONTENT;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
CListCtrl *list;
BOOL step;
// Generated message map functions
//{{AFX_MSG(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAdduser();
afx_msg void OnDeluser();
afx_msg void OnModifyuser();
afx_msg void OnSavebutton();
afx_msg void OnOpen();
afx_msg void OnRadio1();
afx_msg void OnRadio3();
afx_msg void OnRadio2();
afx_msg void OnRadio4();
afx_msg void OnLook();
afx_msg void OnFinduser();
afx_msg void OnChangeEdit1();
afx_msg void OnVersion();
afx_msg void OnClose();
afx_msg void OnExit();
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void SaveModiFile();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__6F74AA1C_A4A5_4F32_B11B_AD305411AE35__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -