sms_duanxin.h

来自「串口短信收发」· C头文件 代码 · 共 62 行

H
62
字号
// SMS_duanxin.h : main header file for the SMS_DUANXIN application
//

#if !defined(AFX_SMS_DUANXIN_H__D205547A_6E1F_4A58_891D_2DC744C94DC6__INCLUDED_)
#define AFX_SMS_DUANXIN_H__D205547A_6E1F_4A58_891D_2DC744C94DC6__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

#include "message.h"

/////////////////////////////////////////////////////////////////////////////
// CSMS_duanxinApp:
// See SMS_duanxin.cpp for the implementation of this class
//

class CSMS_duanxinApp : public CWinApp
{
public:
	CSMS_duanxinApp();

	CString m_strPort;
	CString m_strRate;
	CString m_strSmsc;

	CMessage* m_pmessage;

	BOOL CheckSettings();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSMS_duanxinApp)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CSMS_duanxinApp)
	afx_msg void OnAppAbout();
	afx_msg void OnSettings();
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SMS_DUANXIN_H__D205547A_6E1F_4A58_891D_2DC744C94DC6__INCLUDED_)

⌨️ 快捷键说明

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