⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 regularmoduledialog.h

📁 小型影碟出租企业管理系统
💻 H
字号:
#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_)

⌨️ 快捷键说明

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