📄 dlgedisplay.h
字号:
#if !defined(AFX_DLGEDISPLAY_H__BFDDFC1B_A508_4107_A84C_155277AADA8B__INCLUDED_)
#define AFX_DLGEDISPLAY_H__BFDDFC1B_A508_4107_A84C_155277AADA8B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgEDisplay.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgEDisplay dialog
#include"forlogin.h"
#define userMAX 20//用户最大数
class CDlgEDisplay : public CDialog
{
// Construction
public:
int m_ChooseDialog;
int m_userN;
// CString m_user;
INF user[userMAX];
CDlgEDisplay(int flag); // standard constructor
// int comp(const void *a,const void *b);
// Dialog Data
//{{AFX_DATA(CDlgEDisplay)
enum { IDD = IDD_DIALOG7 };
CString m_username;
CString m_UserList;
CString m_team;
char *wenjian1;
char *wenjian2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgEDisplay)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgEDisplay)
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDisplayList();
afx_msg void OnDeleteuser();
afx_msg void OnAdduser();
afx_msg void OnChangeEchoosename();
afx_msg void OnChangeEdisplay();
afx_msg void OnChangeinf();
afx_msg void OnRefresh();
afx_msg void OnErrspaceEdisplay();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGEDISPLAY_H__BFDDFC1B_A508_4107_A84C_155277AADA8B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -