📄 dialogsetup.h
字号:
#if !defined(AFX_DIALOGSETUP_H__8E77E57E_E850_4866_92B9_9B6BA93D77C4__INCLUDED_)
#define AFX_DIALOGSETUP_H__8E77E57E_E850_4866_92B9_9B6BA93D77C4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogSetup.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialogSetup dialog
#include "filerecordset.h"
class CDialogSetup : public CDialog
{
// Construction
public:
CDialogSetup(CWnd* pParent = NULL); // standard constructor
int nFlagLevel;//用户权限级别,1为营业员,2为系统管理员
CString strLevel;//保存从文件中读出的用户类型,用来比较,以确认当前用户的权限级别
CFileSet set;//类变量
BOOL m_modifypassword;
// Dialog Data
//{{AFX_DATA(CDialogSetup)
enum { IDD = IDD_DIALOG1 };
CString m_user;
CString m_password;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogSetup)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialogSetup)
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGSETUP_H__8E77E57E_E850_4866_92B9_9B6BA93D77C4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -