secdialog.h

来自「操作系统上的动态连接」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_SECDIALOG_H__DAC197DC_7A7A_43A6_A4DF_EBB66F107818__INCLUDED_)
#define AFX_SECDIALOG_H__DAC197DC_7A7A_43A6_A4DF_EBB66F107818__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SecDialog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// SecDialog dialog

class SecDialog : public CDialog
{
// Construction
public:
	SecDialog(CWnd* pParent = NULL);   // standard constructor
	int i;
	int *pr;//指向密码
	char str[50];
	char mystr[5];
	int LeftTime;//剩余时间
// Dialog Data
	//{{AFX_DATA(SecDialog)
	enum { IDD = IDD_DIALOG1 };
	CEdit	m_key;
	CEdit	m_time;
	CString	m_check;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(SecDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(SecDialog)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	virtual void OnOK();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SECDIALOG_H__DAC197DC_7A7A_43A6_A4DF_EBB66F107818__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?