usereg.h

来自「各个银行」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_USEREG_H__34ED09C1_0EE4_4A27_B798_79FF5DB4957F__INCLUDED_)
#define AFX_USEREG_H__34ED09C1_0EE4_4A27_B798_79FF5DB4957F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CUSEREG dialog

class CUSEREG : public CDialog
{
// Construction
public:
	CUSEREG(CWnd* pParent = NULL);   // standard constructor
CString sName,sCode,sCardCode,sInfo,userID,bID;//银行名字,4位,后几位,所有信息,	用户ID,银行ID
CString Money,Year,Cur;
CString sCun,sBank,sType;//3个组合框选择
double curr;
 int IsReg;
 int haveCard(CString sCode);
 int haveUser(CString UserID);
// Dialog Data
	//{{AFX_DATA(CUSEREG)
	enum { IDD = IDD_USEREG };
	CComboBox	m_bankselect;
	CComboBox	m_type;
	CStatic	m_messageshow;
	CComboBox	m_cuntype;
	int		m_year;
	CString	m_tel;
	CString	m_pwd;
	CString	m_name;
	float	m_money;
	CString	m_id;
	CString	m_addr;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CUSEREG)
	afx_msg void OnSure();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnPrint();
	afx_msg void OnSelchangeCuntype();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_USEREG_H__34ED09C1_0EE4_4A27_B798_79FF5DB4957F__INCLUDED_)

⌨️ 快捷键说明

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