setdlg.h
来自「定时提醒(可设:提醒;提醒并关机;直接关机;定时执行一程序等。是家长们控制孩子玩」· C头文件 代码 · 共 77 行
H
77 行
#if !defined(AFX_SETDLG_H__BDFE8B41_C136_11D8_8B0A_000AEB127BF2__INCLUDED_)
#define AFX_SETDLG_H__BDFE8B41_C136_11D8_8B0A_000AEB127BF2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetDlg dialog
class CSetDlg : public CDialog
{
// Construction
public:
CSetDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetDlg)
enum { IDD = IDD_SET_DIALOG };
CString m_Later;
CString m_Few;
int m_AlertMode;
CString m_ExePath;
CString m_MusicPath;
CString m_NewPassWord1;
CString m_NewPassWord2;
CString m_OldPassWord;
BOOL m_bAutoRun;
BOOL m_bPlayMusic;
BOOL m_bOwnMusic;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void Show();
// Generated message map functions
//{{AFX_MSG(CSetDlg)
virtual BOOL OnInitDialog();
afx_msg void OnAlelrclose();
afx_msg void OnAlert();
afx_msg void OnAutorun();
afx_msg void OnDefault();
afx_msg void OnExe();
afx_msg void OnExelook();
afx_msg void OnChangeExepath();
afx_msg void OnChangeFew();
afx_msg void OnChangeLater();
afx_msg void OnMusiclook();
afx_msg void OnChangeMusicpath();
afx_msg void OnShut();
afx_msg void OnFixpassword();
afx_msg void OnChangeOldpassword();
afx_msg void OnChangeNewpassword1();
afx_msg void OnChangeNewpassword2();
virtual void OnOK();
afx_msg void OnPlaymusic();
afx_msg void OnOwnmusic();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETDLG_H__BDFE8B41_C136_11D8_8B0A_000AEB127BF2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?