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

📄 mypagerdlg.h

📁 一个VC编写的寻呼编码测试软件代码
💻 H
字号:
// myPagerDlg.h : header file
//
//{{AFX_INCLUDES()
#include "mscomm.h"
#include "mswinsockcontrol.h"
//}}AFX_INCLUDES

#if !defined(AFX_MYPAGERDLG_H__FAD329A6_103F_4BB1_ADD4_BBC00F904AFB__INCLUDED_)
#define AFX_MYPAGERDLG_H__FAD329A6_103F_4BB1_ADD4_BBC00F904AFB__INCLUDED_

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

//class CMSComm;

/////////////////////////////////////////////////////////////////////////////
// CMyPagerDlg dialog

class CMyPagerDlg : public CDialog
{
// Construction
public:
	CMyPagerDlg(CWnd* pParent = NULL);	// standard constructor
//	bool We_yhh();
	void We_Send();
	bool We_yhh();
	_RecordsetPtr	v_pRecordset;		// 记录集
	bool v_bSuccess;					// 标志
	CString v_sJz,v_sFsh;
	int v_iComm,v_iSpeed;
	CString v_sSpeed;

// Dialog Data
	//{{AFX_DATA(CMyPagerDlg)
	enum { IDD = IDD_MYPAGER_DIALOG };
	CButton	m_cComSet;
	CButton	m_cClear;
	CEdit	m_cText;
	CComboBox	m_cVoice;
	CComboBox	m_cCate;
	CButton	m_cSend;
	CButton	m_cIDOK;
	CListCtrl	m_cList;
	CEdit	m_cYhh;
	CString	m_sYhh;
	CString	m_sText;
	CMSComm	m_cComm;
	CMSWinsockControl	m_cWinsock;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyPagerDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMyPagerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnOnCommMscomm1();
	afx_msg void OnSend();
	afx_msg void OnClear();
	afx_msg void OnComset();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MYPAGERDLG_H__FAD329A6_103F_4BB1_ADD4_BBC00F904AFB__INCLUDED_)

⌨️ 快捷键说明

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