sendmsgdlg.h

来自「网吧管理系统VC源码」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_SENDMSGDLG_H__DFABE009_248D_4070_ADBC_560AAEFD871F__INCLUDED_)
#define AFX_SENDMSGDLG_H__DFABE009_248D_4070_ADBC_560AAEFD871F__INCLUDED_

#include "DaoMessage.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SendMsgDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSendMsgDlg dialog

class CSendMsgDlg : public CDialog
{
// Construction
public:
	CDaoMessage DaoRecord;
	CSendMsgDlg(CWnd* pParent = NULL);   // standard constructor
	bool bSelected;
	CRect WindowRect;
	CRect BorderRect;
	bool bCheckEnable;
// Dialog Data
	//{{AFX_DATA(CSendMsgDlg)
	enum { IDD = IDD_SENDMESSAGE_DIALOG };
	CButton	m_CtrlCheck;
	CButton	m_EditButton;
	CEdit	m_ControlMessage;
	CButton	m_SaveButton;
	CComboBox	m_CtrlSendMsg;
	CStatic	m_ControlName;
	CButton	m_ControlStatic;
	CString	m_strName;
	CString	m_strSendMsg;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSendMsgDlg)
	afx_msg void OnEditButton();
	afx_msg void OnAllCheck();
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnDestroy();
	afx_msg void OnSavemessageButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SENDMSGDLG_H__DFABE009_248D_4070_ADBC_560AAEFD871F__INCLUDED_)

⌨️ 快捷键说明

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