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

📄 seatresdlg.h

📁 机票座位预定系统(练习用)
💻 H
字号:
// SeatResDlg.h : header file
//

#if !defined(AFX_SEATRESDLG_H__731F5A59_66F7_4030_9BEA_1684C8408997__INCLUDED_)
#define AFX_SEATRESDLG_H__731F5A59_66F7_4030_9BEA_1684C8408997__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSeatResDlg dialog

class CSeatResDlg : public CDialog
{
// Construction
public:
	void SetTime();
	void initBtn();
	CString m_Num;
	CSeatResDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CSeatResDlg)
	enum { IDD = IDD_SEATRES_DIALOG };
	CButton	m_f8;
	CButton	m_f7;
	CButton	m_f6;
	CButton	m_f5;
	CButton	m_f4;
	CButton	m_f3;
	CButton	m_f2;
	CButton	m_f1;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CSeatResDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBtnNext();
	afx_msg void OnFlight1();
	afx_msg void OnFlight2();
	afx_msg void OnFlight3();
	afx_msg void OnFlight4();
	afx_msg void OnFlight5();
	afx_msg void OnFlight6();
	afx_msg void OnFlight7();
	afx_msg void OnFlight8();
	afx_msg void OnBtnQuit();
	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_SEATRESDLG_H__731F5A59_66F7_4030_9BEA_1684C8408997__INCLUDED_)

⌨️ 快捷键说明

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