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

📄 randomdailogdlg.h

📁 随机点名器,按开始进行点名(随机产生学号或者身份证号)
💻 H
字号:
// randomdailogDlg.h : header file
//

#if !defined(AFX_RANDOMDAILOGDLG_H__E26724C7_0D4A_43D8_B994_DB242D12E168__INCLUDED_)
#define AFX_RANDOMDAILOGDLG_H__E26724C7_0D4A_43D8_B994_DB242D12E168__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CRandomdailogDlg dialog

class CRandomdailogDlg : public CDialog
{
// Construction
public:
	CRandomdailogDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CRandomdailogDlg)
	enum { IDD = IDD_RANDOMDAILOG_DIALOG };
	CButton	m_stop;
	CButton	m_start;
	long	m_edit1;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	bool killtimer;

	// Generated message map functions
	//{{AFX_MSG(CRandomdailogDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnChangeEdit1();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_RANDOMDAILOGDLG_H__E26724C7_0D4A_43D8_B994_DB242D12E168__INCLUDED_)

⌨️ 快捷键说明

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