cmhelperdlg.h

来自「windows mobile手机通过CMNET、CMWAP两种方式联网。」· C头文件 代码 · 共 66 行

H
66
字号
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed this sample source code. If
// you did not accept the terms of the license agreement, you are not
// authorized to use this sample source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the LICENSE.RTF on your install media or the root of your tools installation.
// THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
//
// CMHELPERDlg.h : header file
//

#if !defined(AFX_CMHELPERDLG_H__ED1E753E_F339_4C09_8134_CA0F083BCA71__INCLUDED_)
#define AFX_CMHELPERDLG_H__ED1E753E_F339_4C09_8134_CA0F083BCA71__INCLUDED_

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

#include "ConnectionState.h"

/////////////////////////////////////////////////////////////////////////////
// CCMHELPERDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CCMHELPERDlg)
	enum { IDD = IDD_CMHELPER_DIALOG };
	CString	m_Path;
	BOOL	m_bProxy;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
    CConnectionState m_Connection;

	// Generated message map functions
	//{{AFX_MSG(CCMHELPERDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnCheckConnection();
	afx_msg void OnConnect();
	afx_msg void OnDisconnect();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CMHELPERDLG_H__ED1E753E_F339_4C09_8134_CA0F083BCA71__INCLUDED_)

⌨️ 快捷键说明

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