?? regularmoduledialog.h
字號(hào):
#if !defined(AFX_REGULARMODULEDIALOG_H__5A72E082_69CA_460E_B644_8B9FFB38E089__INCLUDED_)
#define AFX_REGULARMODULEDIALOG_H__5A72E082_69CA_460E_B644_8B9FFB38E089__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "resource.h"
#include "AdvancePropertySheet_regular.h"
#include "SysDataStruct.h"
class CReturnDiskDialog;
class CBookDialog;
class CLeaseDiskDialog;
class CLoginDialog;
class CBuyPointsDialog;
class CChangeInformation;
class CStoreDiskDialog;
class CStoreOutDialog;
class CEmployeeDialog;
class CFinanceDialog;
class CMakeSureSalary;
class AFX_EXT_CLASS CRegularModuleDialog : public CDialog
{
public:
CRegularModuleDialog(CWnd* pParent = NULL);
void Create(CWnd *parentWnd,SysDataStruct p);
CString m_nCurrentStaffNumber;
int m_grade;
CString m_iniFilePath;
protected:
CWnd *m_hParentWnd;
CAdvancePropertySheet_Regular m_mainSheet;
CLeaseDiskDialog *m_nLeaseDiskModule;
CReturnDiskDialog *m_nReturnDiskModule;
CBookDialog *m_nBookDiskModule;
CLoginDialog *m_nLoginModule;
CBuyPointsDialog *m_nBuyPointsModule;
CChangeInformation *m_nChanceInformation;
CStoreDiskDialog *m_nStoreDiskModule;
CStoreOutDialog *m_nStoreOutModule;
CEmployeeDialog *m_nEmployeeModule;
CFinanceDialog *m_nFinanceModule;
CMakeSureSalary *m_nMakesureSalary;
public:
//{{AFX_DATA(CRegularModuleDialog)
//}}AFX_DATA
//{{AFX_VIRTUAL(CRegularModuleDialog)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CRegularModuleDialog)
afx_msg void OnPaint();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_REGULARMODULEDIALOG_H__5A72E082_69CA_460E_B644_8B9FFB38E089__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -