talkdlg.h

来自「类似QQ的聊天软件源程序」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_TALKDLG_H__D46F77C5_FADD_4584_8EBC_87771A51147C__INCLUDED_)
#define AFX_TALKDLG_H__D46F77C5_FADD_4584_8EBC_87771A51147C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TalkDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTalkDlg dialog

class CTalkDlg : public CDialog
{
// Construction
public:
	CTalkDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CTalkDlg)
	enum { IDD = IDD_DIALOG_TALK };
	CButton	m_btSend;
	CEdit	m_edit1;
	CEdit	m_edit2;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTalkDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CFont   m_tFont;                       //font style of the ctrls

	// Generated message map functions
	//{{AFX_MSG(CTalkDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonSend();
	afx_msg void OnButtonTalkSm1();
	afx_msg void OnButtonTalkSm2();
	afx_msg void OnButtonTalkSerach();
	afx_msg void OnButtonTalkFont();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TALKDLG_H__D46F77C5_FADD_4584_8EBC_87771A51147C__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?