lotterydlg.h

来自「彩票抽奖机」· C头文件 代码 · 共 65 行

H
65
字号
// LotteryDlg.h : header file
//

#if !defined(AFX_LOTTERYDLG_H__C6867634_87FC_45E2_982C_07DA001F18F6__INCLUDED_)
#define AFX_LOTTERYDLG_H__C6867634_87FC_45E2_982C_07DA001F18F6__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CLotteryDlg dialog
#include "MyTabel.h"
class CLotteryDlg : public CDialog
{
// Construction
public:
	CLotteryDlg(CWnd* pParent = NULL);	// standard constructor
	CFont m_font;
	CStatic* m_Lists[7];
// Dialog Data
	//{{AFX_DATA(CLotteryDlg)
	enum { IDD = IDD_LOTTERY_DIALOG };
	CMyTabel	m_Hint;
	CMyTabel	m_num7;
	CMyTabel	m_num6;
	CMyTabel	m_num5;
	CMyTabel	m_num4;
	CMyTabel	m_num3;
	CMyTabel	m_num2;
	CMyTabel	m_num1;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CLotteryDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CLotteryDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnOK();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnEnd();
	afx_msg void OnBegin();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LOTTERYDLG_H__C6867634_87FC_45E2_982C_07DA001F18F6__INCLUDED_)

⌨️ 快捷键说明

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