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

📄 bankdlg.h

📁 实现一个银行营业厅排队程序
💻 H
字号:
// BankDlg.h : header file
//
#include"CButton.h"
#if !defined(AFX_BANKDLG_H__B409025B_400C_4FD2_9677_91518B8D5AA7__INCLUDED_)
#define AFX_BANKDLG_H__B409025B_400C_4FD2_9677_91518B8D5AA7__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CBankDlg dialog
//typedef bankq queue<int>;
#define	WM_DATA		WM_USER+1
struct RECVPARAM
{

	HWND hwnd;
};
class CBankDlg : public CDialog
{
// Construction
public:
   static DWORD WINAPI WinProc1( LPVOID lpParameter) ; 
   static DWORD WINAPI WinProc2( LPVOID lpParameter) ;
   static DWORD WINAPI WinProc3( LPVOID lpParameter) ;
   static DWORD WINAPI WinProc4( LPVOID lpParameter) ;
   static DWORD WINAPI QUHAO1( LPVOID lpParameter) ;
   static DWORD WINAPI QUHAO2( LPVOID lpParameter) ;
   static DWORD WINAPI QUHAO3( LPVOID lpParameter) ;
   CFont  my_CFont;
   CFont  my_CFont1;
   CBankDlg(CWnd* pParent = NULL);	// standard constructor
    
// Dialog Data
	//{{AFX_DATA(CBankDlg)
	enum { IDD = IDD_BANK_DIALOG };
	CCButton	m_b2;
	CCButton	m_b1;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CBankDlg)
	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 OnButton2();
	afx_msg void OnStatic1();
	afx_msg void OnStatic2();
	afx_msg void OnStatic3();
	afx_msg void OnStatic4();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnStatictime();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnText();
	afx_msg void OnButton7();
	afx_msg void OnChangeEdit3();
	//}}AFX_MSG
    afx_msg void OnData(WPARAM wParam,LPARAM lParam);
	afx_msg void OnData2(WPARAM wParam,LPARAM lParam);
	DECLARE_MESSAGE_MAP()
public:
	CBrush m_brush;
//	COLOREF m_c;
	static BOOL m_window4;
    static BOOL m_window3;
	static BOOL m_window2;
	static BOOL m_window1;
	
//	bankq customer;
	//Vector bank;
	static BOOL m_btn2;
	static BOOL m_btn1;
	static BOOL m_btn6;

};

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

#endif // !defined(AFX_BANKDLG_H__B409025B_400C_4FD2_9677_91518B8D5AA7__INCLUDED_)

⌨️ 快捷键说明

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