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

📄 060341223dlg.h

📁 操作系统课程设计:死锁问题。 哲学家进餐问题的解决!!!很好的操作系统大作业!
💻 H
字号:
// 060341223Dlg.h : header file
//

#if !defined(AFX_060341223DLG_H__954EDAB8_59DA_41B2_BFA5_B776BAD906DD__INCLUDED_)
#define AFX_060341223DLG_H__954EDAB8_59DA_41B2_BFA5_B776BAD906DD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// C060341223Dlg dialog
#include "MyStatic.h"
#include "MyEdit.h"
class C060341223Dlg : public CDialog
{
// Construction
public:
	C060341223Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(C060341223Dlg)
	enum { IDD = IDD_060341223_DIALOG };
	CMyEdit	m_wenben;
	CMyStatic	m_Static9;
	CMyStatic	m_Static8;
	CMyStatic	m_Static7;
	CMyStatic	m_Static6;
	CMyStatic	m_Static10;
	CMyStatic	m_Static2;
	CMyStatic	m_Static5;
	CMyStatic	m_Static4;
	CMyStatic	m_Static3;
	CMyStatic	m_Static1;
	CString	m_Edit1;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

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

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

#endif // !defined(AFX_060341223DLG_H__954EDAB8_59DA_41B2_BFA5_B776BAD906DD__INCLUDED_)

⌨️ 快捷键说明

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