liinfodlg.h

来自「订单管理系统」· C头文件 代码 · 共 75 行

H
75
字号
#if !defined(AFX_LIINFODLG_H__E07C0F57_C295_4C42_A246_31F5D6DD1E7F__INCLUDED_)
#define AFX_LIINFODLG_H__E07C0F57_C295_4C42_A246_31F5D6DD1E7F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CliInfoDlg dialog
#include "BaseButton.h"
class CliInfoDlg : public CDialog
{
// Construction
public:
		bool _ROW();
	CString cliID,cliBDate;
	bool ReMod();
	int modfy;
	void Rewrite();
	bool AddClient();
	bool CliTest();
	CliInfoDlg(CWnd* pParent = NULL);   // standard constructor

	HICON m_hIcon;
// Dialog Data
	//{{AFX_DATA(CliInfoDlg)
	enum { IDD = IDD_CLI_ADD };
	CEdit	m_sp;
	CEdit	m_EditStrPwd;
	CEdit	m_EditStrID;
	CString	m_strID;
	CString	m_strCom;
	CString	m_strRemark;
	CString	m_strPwd;
	CString	m_strPost;
	CString	m_currTime;
	CString	m_strMan;
	CString	m_strSite;
	CString	m_strEmail;
	CString	m_strTel;
	CString	m_strAddr;
	CString	m_baobao;
CBaseButton	m_ButLogin;
CBaseButton m_Butcancel;
	CString	m_shp;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CliInfoDlg)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LIINFODLG_H__E07C0F57_C295_4C42_A246_31F5D6DD1E7F__INCLUDED_)

⌨️ 快捷键说明

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