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

📄 mima.h

📁 主要功能 客户管理系统主要由基础信息维护、客户信息维护、客户服务、信息查询、系统管理和帮助信息等几个功能模块组成
💻 H
字号:
#if !defined(AFX_MIMA_H__D199DF75_4AB4_4CA6_95BE_4086B9E6CEEF__INCLUDED_)
#define AFX_MIMA_H__D199DF75_4AB4_4CA6_95BE_4086B9E6CEEF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// mima dialog

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

// Dialog Data
	//{{AFX_DATA(mima)
	enum { IDD = IDD_MIMA };
	CComboBox	m_com1;
	CEdit	m_edit3;
	CEdit	m_edit2;
	CEdit	m_edit1;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

#endif // !defined(AFX_MIMA_H__D199DF75_4AB4_4CA6_95BE_4086B9E6CEEF__INCLUDED_)

⌨️ 快捷键说明

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