📄 netctlelsedlg.h
字号:
#if !defined(AFX_NETCTLELSEDLG_H__AA6BBFA3_AEDA_11D6_8188_5254AB3DAE06__INCLUDED_)
#define AFX_NETCTLELSEDLG_H__AA6BBFA3_AEDA_11D6_8188_5254AB3DAE06__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NetCtlElseDlg.h : header file
//
class CNetRemoteCtrlDlg ;
/////////////////////////////////////////////////////////////////////////////
// CNetCtlElseDlg dialog
class CNetCtlElseDlg : public CDialog
{
// Construction
public:
void Refresh();
CNetCtlElseDlg(CWnd* pParent = NULL); // standard constructor
void FreshData(BOOL fresh);
void PortNumChangePro(BYTE portno);
// Dialog Data
//{{AFX_DATA(CNetCtlElseDlg)
enum { IDD = IDD_NETCTL_ELSE_DLG };
CEdit m_cEditPortName;
CComboBox m_PortCombo;
CString m_EditPortName;
BYTE m_SysYear;
BYTE m_SysMonth;
BYTE m_SysDay;
BYTE m_SysHour;
BYTE m_SysMinute;
BYTE m_SysSecond;
BYTE m_SysWeek;
//}}AFX_DATA
CNetRemoteCtrlDlg *pParent ;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNetCtlElseDlg)
public:
virtual BOOL Create(CWnd* pParentWnd);
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNetCtlElseDlg)
afx_msg void OnSetButton();
afx_msg void OnDefaultsetButton();
afx_msg void OnSaveflashButton();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangePortCombo();
afx_msg void OnButtonsetsystime();
afx_msg void OnButtongetsystime();
afx_msg void OnButtonSetosd();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NETCTLELSEDLG_H__AA6BBFA3_AEDA_11D6_8188_5254AB3DAE06__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -