⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cnewcontactdlg.h

📁 这个基于嵌入式平台SMART PHONE电子邮件收发管理系统(MAIL MAN是一个电子邮件客户端软件。它以很小的体积
💻 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 + -