📄 ascend_smsdlg.h
字号:
// Ascend_SMSDlg.h : header file
//
#if !defined(AFX_ASCEND_SMSDLG_H__D446D926_8DA9_11D5_9FEC_0050BAF0374B__INCLUDED_)
#define AFX_ASCEND_SMSDLG_H__D446D926_8DA9_11D5_9FEC_0050BAF0374B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CAscend_SMSDlg dialog
class CAscend_SMSDlg : public CDialog
{
// Construction
public:
CAscend_SMSDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAscend_SMSDlg)
enum { IDD = IDD_ASCEND_SMS_DIALOG };
CListCtrl m_ReceiveList;
CListCtrl m_list;
CComboBox m_CodeMode;
CStatic m_Status;
CEdit m_NextMsg;
CEdit m_CenterNum;
CEdit m_Num;
CComboBox m_PortNum;
CEdit m_Msg;
CEdit m_Phone;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAscend_SMSDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CAscend_SMSDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnOpen();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnBtnClose();
afx_msg void OnEditchangeCmbSerial();
afx_msg void OnSelchangeCmbSerial();
afx_msg void OnBtnTest();
afx_msg void OnBtnSet();
afx_msg void OnButton1();
afx_msg void OnSelchangeCmbCodeMode();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
void Display();
void AddtoReceiveList(char*);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ASCEND_SMSDLG_H__D446D926_8DA9_11D5_9FEC_0050BAF0374B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -