vcdemo3_1_5dlg.h

来自「这个是vc方式下开发的短信发送例子,根据这个例子可以开发出自己要求的短信程序」· C头文件 代码 · 共 81 行

H
81
字号
// VCDEMO3_1_5Dlg.h : header file
//

#if !defined(AFX_VCDEMO3_1_5DLG_H__FDE916CE_30B6_48CF_9A73_44AF552A54F4__INCLUDED_)
#define AFX_VCDEMO3_1_5DLG_H__FDE916CE_30B6_48CF_9A73_44AF552A54F4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CVCDEMO3_1_5Dlg dialog

#include "./VCcomheader/postmsg30.h"

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

// Dialog Data
	//{{AFX_DATA(CVCDEMO3_1_5Dlg)
	enum { IDD = IDD_VCDEMO3_1_5_DIALOG };
	CString	m_strAccount;
	CString	m_strContent;
	CString	m_strGatewayIP;
	CString	m_strMobile;
	CString	m_strNewPass;
	CString	m_strOutMsg;
	CString	m_strPassword;
	CString	m_strProxyIP;
	CString	m_strProxyPass;
	CString	m_strProxyUser;
	CString	m_strRmFee;
	CString	m_strScript;
	CString	m_strWsIP;
	long	m_nGatewayPort;
	long	m_nProxyPort;
	long	m_nWsPort;
	int		m_nProxyType;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

private:
	IUnknown * m_pUnk;
	Imsg * m_pIMsg;

	// Generated message map functions
	//{{AFX_MSG(CVCDEMO3_1_5Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnCancel();
	afx_msg void OnGetsvrinfo();
	afx_msg void OnSetsvrinfo();
	afx_msg void OnGetproxy();
	afx_msg void OnSetproxy();
	afx_msg void OnMdfpassword();
	afx_msg void OnGetrmfee();
	afx_msg void OnGetconfig();
	afx_msg void OnGetmomsg();
	afx_msg void OnPost();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_VCDEMO3_1_5DLG_H__FDE916CE_30B6_48CF_9A73_44AF552A54F4__INCLUDED_)

⌨️ 快捷键说明

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