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

📄 sbsms.h

📁 短信发送工具
💻 H
字号:
#if !defined(AFX_SBSMS_H__E327D751_7D06_4C91_BF42_C2D658DCDB1B__INCLUDED_)
#define AFX_SBSMS_H__E327D751_7D06_4C91_BF42_C2D658DCDB1B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// SBSMS dialog

class SBSMS : public CDialog
{
// Construction
public:
	BOOL OnInitDialog();
	bool m_bAppend;
	SBSMS(CWnd* pParent = NULL);   // standard constructor
    int sbcount;

    void CharASCII(CString m_input,CString * output,int & longth,int howlongth);
	void view(CString ViewGroup,int count);
// Dialog Data
	//{{AFX_DATA(SBSMS)
	enum { IDD = IDD_DIALOG_SBSMS };
	CString	m_gzrn;
	CString	m_group;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(SBSMS)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SBSMS_H__E327D751_7D06_4C91_BF42_C2D658DCDB1B__INCLUDED_)

⌨️ 快捷键说明

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