📄 liinfodlg.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -