operator.h

来自「wince 的PPC程序,关于银行方便的,但是是测试的程序,不是上线的,不过里面」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_OPERATOR_H__E713DCF5_0423_4F81_9F64_B84E590C11A6__INCLUDED_)
#define AFX_OPERATOR_H__E713DCF5_0423_4F81_9F64_B84E590C11A6__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Operator.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// COperator dialog

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

// Dialog Data
	//{{AFX_DATA(COperator)
	enum { IDD = IDD_OPERATOR };
	CTreeCtrl	m_Operator;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(COperator)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(COperator)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_OPERATOR_H__E713DCF5_0423_4F81_9F64_B84E590C11A6__INCLUDED_)

⌨️ 快捷键说明

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