📄 dlgsms.h
字号:
#if !defined(AFX_DLGSMS_H__C8ED99C2_DB56_47C6_B5CD_DA8AED939F13__INCLUDED_)
#define AFX_DLGSMS_H__C8ED99C2_DB56_47C6_B5CD_DA8AED939F13__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSms.h : header file
//
#include "public.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgSms dialog
class CDlgSms : public CDialog
{
private:
void DrawBitmap(HDC hDC, int nX, int nY, UINT nID);
CRect rcLabel,rcInfo;//编辑框的标题位置和底端信息显示位置
BYTE byCurOperate;
CString m_ReturnInfo;
CFont m_font;
void CreateFont();
void SwitchDlgItem(int n);
CBrush m_brush;
bool bReceiveSmsInfo;
bool bExpand;
bool bSetUpRtn;//设置后有返回
// Construction
public:
CDlgSms(CWnd* pParent = NULL); // standard constructor
void InitSmsInfo(SMS_SETUP p);
void SetupSmsReturn(int);
// Dialog Data
//{{AFX_DATA(CDlgSms)
enum { IDD = IDD_DLG_SMS };
CString m_Sms_StationName;
CString m_Sms_CenterNo;
CString m_Sms_Psw;
CString m_Sms_Psw2;
CString m_Sms_TelNo1;
CString m_Sms_TelNo2;
CString m_Sms_TelNo3;
CString m_Sms_TelNo4;
CString m_Sms_TelNo5;
CString m_Sms_TelNo6;
BOOL m_Sms_TelNoValid1;
BOOL m_Sms_TelNoValid2;
BOOL m_Sms_TelNoValid3;
BOOL m_Sms_TelNoValid4;
BOOL m_Sms_TelNoValid5;
BOOL m_Sms_TelNoValid6;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgSms)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgSms)
afx_msg void OnBtnSmssetup();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
virtual BOOL OnInitDialog();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnDestroy();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnPaint();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnBtnSmsupload();
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_DLGSMS_H__C8ED99C2_DB56_47C6_B5CD_DA8AED939F13__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -