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

📄 khlogin.h

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

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

/////////////////////////////////////////////////////////////////////////////
// khlogin dialog

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

// Dialog Data
	//{{AFX_DATA(khlogin)
	enum { IDD = IDD_LOGIN };
	CButton	m_button2;
	CButton	m_button1;
	CEdit	m_mima;
	CEdit	m_name;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(khlogin)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnButton1();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	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_KHLOGIN_H__80CF8EDC_F7CF_4F48_B315_97E09139C51B__INCLUDED_)

⌨️ 快捷键说明

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