📄 cnewcontactdlg.h
字号:
// CNewContactDlg.h: interface for the CNewContactDlg class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CNEWCONTACTDLG_H__B2D3257B_5BAA_483A_B2AD_816FA9F8B24F__INCLUDED_)
#define AFX_CNEWCONTACTDLG_H__B2D3257B_5BAA_483A_B2AD_816FA9F8B24F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
BOOL CALLBACK NewContactsDialogProc(const HWND hDlg, const UINT uiMessage, const WPARAM wParam, const LPARAM lParam);
#include "CContacts.h"
class CNewContactDlg
{
public:
BOOL AddContact(HWND hDlg);
BOOL InitialDlg(HWND hdlg);
CNewContactDlg();
virtual ~CNewContactDlg();
BOOL CreateDlg(HWND parent, HINSTANCE hInstance);
BOOL DestroyDlg(const HWND hDlg);
int m_result;
BOOL m_addcontact;
CContacts m_contacts;
HWND m_focus;
TCHAR m_address[ADDRESS_LENTH];
};
#endif // !defined(AFX_CNEWCONTACTDLG_H__B2D3257B_5BAA_483A_B2AD_816FA9F8B24F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -