sendinfodlg.h
来自「mobitex 网络的终端采用的串口通信程序。目前正在使用」· C头文件 代码 · 共 62 行
H
62 行
#if !defined(AFX_SENDINFODLG_H__FB34F98D_D9CE_42EE_896C_B6FDA3A4CE54__INCLUDED_)
#define AFX_SENDINFODLG_H__FB34F98D_D9CE_42EE_896C_B6FDA3A4CE54__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SendInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSendInfoDlg dialog
class CSendInfoDlg : public CDialog
{
// Construction
public:
CSendInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSendInfoDlg)
enum { IDD = IDD_SEND_INFO_DLG };
BOOL m_bMailBox;
BOOL m_bPosAck;
UINT m_iPktType;
UINT m_edtAddressess;
CString m_strEditData;
CString m_logFileName;
UINT m_iOneTime;
UINT m_iMaxTime;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSendInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSendInfoDlg)
afx_msg void OnRadio128();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnBtnSend();
afx_msg void OnBtnContinueSend();
afx_msg void OnKillfocusEditLogFile();
afx_msg void OnBtnStopSend();
afx_msg void OnKillfocusEditOneTime();
afx_msg void OnKillfocusEditMaxTime();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SENDINFODLG_H__FB34F98D_D9CE_42EE_896C_B6FDA3A4CE54__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?