smsdialog.h

来自「agsm a gsm sim manager for browsing, man」· C头文件 代码 · 共 62 行

H
62
字号
#if !defined(AFX_SMSDIALOG_H__25DCE5F5_B93D_40F9_8D96_05F9D98A6006__INCLUDED_)
#define AFX_SMSDIALOG_H__25DCE5F5_B93D_40F9_8D96_05F9D98A6006__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSMSDialog dialog

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

// Dialog Data
	//{{AFX_DATA(CSMSDialog)
	enum { IDD = IDD_SMS_ADD };
	CRichEditCtrl	m_smsRichEdit;
	CComboBox	m_smsStatus;
	CString	m_smsOwner;
	CString	m_smsRichEditContent;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSMSDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSMSDialog)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnRclickEditSms(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnChangeEditSms();
	afx_msg void OnMenuitemReCopy();
	afx_msg void OnMenuitemReCut();
	afx_msg void OnMenuitemRePaste();
	afx_msg void OnRadio1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int m_max_len;
};

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

#endif // !defined(AFX_SMSDIALOG_H__25DCE5F5_B93D_40F9_8D96_05F9D98A6006__INCLUDED_)

⌨️ 快捷键说明

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