dlgsendmes.h
来自「Send SMS useing Com,it is simple」· C头文件 代码 · 共 69 行
H
69 行
#if !defined(AFX_DLGSENDMES_H__DE49FCBB_236E_428A_9D5A_F4EAD2666049__INCLUDED_)
#define AFX_DLGSENDMES_H__DE49FCBB_236E_428A_9D5A_F4EAD2666049__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSendMes.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgSendMes dialog
class CDlgSendMes : public CDialog
{
// Construction
public:
char s_ListContext[500];
CStdioFile f_MesFile;
CDlgSendMes(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgSendMes)
enum { IDD = IDD_DIALOG_SEND_MES };
CEdit m_portctr;
CButton m_Cancel;
CButton m_BDelete;
CButton m_BOut;
CButton m_BIn;
CEdit m_EditContrl;
CListBox m_Choose;
CString m_EditMes;
CString m_ports;
CString m_ip;
CString m_name;
CString m_password;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgSendMes)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgSendMes)
afx_msg void OnSelchangeChoose();
afx_msg void OnDblclkChoose();
afx_msg void OnChangeEditMes();
afx_msg void OnButtonOut();
afx_msg void OnButtonIn();
afx_msg void OnDelete();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString pFileName;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSENDMES_H__DE49FCBB_236E_428A_9D5A_F4EAD2666049__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?