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

📄 custom.h

📁 偶作的毕业设计程序
💻 H
字号:
#if !defined(AFX_CUSTOM_H__B12E257E_CB46_40B6_AEAD_850E59BB48EB__INCLUDED_)
#define AFX_CUSTOM_H__B12E257E_CB46_40B6_AEAD_850E59BB48EB__INCLUDED_

#include "LogMngr.h"
#include "resource.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Custom.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCustom dialog

class CCustom : public CDialog
{
// Construction
public:
	void PopupMenu(POINT pt);
	CCustom(CWnd* pParent = NULL);   // standard constructor
	CString mSoftName;
	CString mSoftType;
	CString mSoftNumber;
	CString mSoftGeshi;
// Dialog Data
	//{{AFX_DATA(CCustom)
	enum { IDD = IDD_DIALOG4 };
	CListCtrl	m_List;
	int		m_treatType;
	CString	m_Content;
	CString	m_ReplyStr;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCustom)
	public:
	virtual int DoModal();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCustom)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	afx_msg void OnReply();
	afx_msg void OnReport();
	afx_msg void OnChangeInfo();
	afx_msg void OnKeyCh();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnRclickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnUsercopy();
	afx_msg void OnUserdelete();
	//afx_msg void OnUsermodify();
	afx_msg void OnUserundo();
	afx_msg void OnStateReport();
	afx_msg void OnApplyRecord();
	afx_msg void OnHaveSeenDoc();
	afx_msg void OnNotReturn();
	afx_msg void OnChatRecord();
	afx_msg void OnPrivateInfo();
	afx_msg void OnPrint();
	afx_msg void OnViewNotify();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
protected:
	int m_ReplyType;

	void DeleteFirst();
	CString a[31];
	int b[8];
	int m_PreType;
	void DeleteRemain();
	int m_DelSum;
	CLogMngr m_Log;
	CPoint m_ptMsg;
	int m_IndexFrom;
	int m_ListNumber;
	int m_IndexTo;
	int m_Indexpoint;
	void InitList();
	COleDateTime m_RentDate;
	CString m_RentSymbol;
	//void Initiate();
	_ConnectionPtr m_DBCnt;
	_RecordsetPtr m_Record;
	CString m_strSource;
	bool m_fConnected;
private:
	CFont m_font;
};

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

#endif // !defined(AFX_CUSTOM_H__B12E257E_CB46_40B6_AEAD_850E59BB48EB__INCLUDED_)

⌨️ 快捷键说明

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