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

📄 softdocsystemdlg.h

📁 偶作的毕业设计程序
💻 H
字号:
// SoftDocSystemDlg.h : header file
//

#if !defined(AFX_SOFTDOCSYSTEMDLG_H__2FA651F3_0670_466C_A8D3_1D2FE86E22D6__INCLUDED_)
#define AFX_SOFTDOCSYSTEMDLG_H__2FA651F3_0670_466C_A8D3_1D2FE86E22D6__INCLUDED_

#include "resource.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CSoftDocSystemDlgAutoProxy;

/////////////////////////////////////////////////////////////////////////////
// CSoftDocSystemDlg dialog

class CSoftDocSystemDlg : public CDialog
{
	DECLARE_DYNAMIC(CSoftDocSystemDlg);
	friend class CSoftDocSystemDlgAutoProxy;

// Construction
public:
	CSoftDocSystemDlg(CWnd* pParent = NULL);	// standard constructor
	virtual ~CSoftDocSystemDlg();

// Dialog Data
	//{{AFX_DATA(CSoftDocSystemDlg)
	enum { IDD = IDD_SOFTDOCSYSTEM_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSoftDocSystemDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	_ConnectionPtr m_DBCnt;
	void InitButton();
	CSoftDocSystemDlgAutoProxy* m_pAutoProxy;
	HICON m_hIcon;

	BOOL CanExit();

	// Generated message map functions
	//{{AFX_MSG(CSoftDocSystemDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnManager();
	afx_msg void OnSoftInWare();
	afx_msg void OnSoftDocCh();
	afx_msg void OnBorrowReturn();
	afx_msg void OnCustom();
	afx_msg void OnHelp();
	afx_msg void OnNewId();
	afx_msg void OnStateReport();
	afx_msg void OnPublicQuery();
	afx_msg void OnChat();
	afx_msg void OnNewUser();
	afx_msg void OnPrivate();
	afx_msg void OnDateLog();
	afx_msg void OnOperationRecord();
	afx_msg void OnChageKey();
	afx_msg void OnAbandonDoc();
	afx_msg void OnSetDataSource();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SOFTDOCSYSTEMDLG_H__2FA651F3_0670_466C_A8D3_1D2FE86E22D6__INCLUDED_)

⌨️ 快捷键说明

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