⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 secdialog.h

📁 操作系统上的动态连接
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -