addoper.h

来自「主要功能 客户管理系统主要由基础信息维护、客户信息维护、客户服务、信息查询、系」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_ADDOPER_H__213CD2D3_538A_4D34_B1DE_D49E6F08AF2A__INCLUDED_)
#define AFX_ADDOPER_H__213CD2D3_538A_4D34_B1DE_D49E6F08AF2A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// addoper dialog

class addoper : public CDialog
{
// Construction
public:
	addoper(CWnd* pParent = NULL);   // standard constructor
public:
	void autonum();
// Dialog Data
	//{{AFX_DATA(addoper)
	enum { IDD = IDD_ADDOPER };
	CEdit	m_edit4;
	CEdit	m_edit3;
	CEdit	m_edit2;
	CEdit	m_edit1;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(addoper)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ADDOPER_H__213CD2D3_538A_4D34_B1DE_D49E6F08AF2A__INCLUDED_)

⌨️ 快捷键说明

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