passworddialog.h
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C头文件 代码 · 共 50 行
H
50 行
#if !defined(AFX_PASSWORDDIALOG_H__59B32EE8_A450_4B68_B941_AD9BD009CDA2__INCLUDED_)#define AFX_PASSWORDDIALOG_H__59B32EE8_A450_4B68_B941_AD9BD009CDA2__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// PasswordDialog.h : header file///////////////////////////////////////////////////////////////////////////////// CPasswordDialog dialogclass CPasswordDialog : public CDialog{// Constructionpublic: CPasswordDialog(CWnd* pParent = NULL); // standard constructor bool m_bUseDefault;// Dialog Data //{{AFX_DATA(CPasswordDialog) enum { IDD = IDD_PASSWORD_DLG }; CEdit m_phrase_edit; CString m_phrase; //}}AFX_DATA// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPasswordDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: // Generated message map functions //{{AFX_MSG(CPasswordDialog) afx_msg void OnDefaultRadio(); afx_msg void OnPwdRadio(); //}}AFX_MSG DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_PASSWORDDIALOG_H__59B32EE8_A450_4B68_B941_AD9BD009CDA2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?