📄 msagentdlg.h
字号:
// MSAgentDlg.h : header file
//
#if !defined(AFX_MSAGENTDLG_H__AB2A452A_91A1_4037_890C_9EFA2F8F7859__INCLUDED_)
#define AFX_MSAGENTDLG_H__AB2A452A_91A1_4037_890C_9EFA2F8F7859__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMSAgentDlg dialog
#include "Sink.h"
class CMSAgentDlg : public CDialog
{
// Construction
public:
void UpdateInfo();
CMSAgentDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMSAgentDlg)
enum { IDD = IDD_MSAGENT_DIALOG };
CListBox m_ctrlAnimations;
CString m_strSpeak;
CString m_strInfo;
int m_nX;
int m_nY;
int m_nAutoHide;
int m_nButtons;
CString m_strTitle;
CString m_strText;
BOOL m_bCheckBox;
BOOL m_bTextBox;
int m_nRadios;
BOOL m_bIcon;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMSAgentDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMSAgentDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSpeak();
afx_msg void OnPlay();
afx_msg void OnStop();
afx_msg void OnDblclkAnimations();
afx_msg void OnShowHide();
afx_msg void OnMoveTo();
afx_msg void OnGestureAt();
afx_msg void OnTip();
afx_msg void OnShowInput();
afx_msg void OnAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
long m_lChar;
/*CAgent*/CAgent m_cAgent;
CSink* m_pSink;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MSAGENTDLG_H__AB2A452A_91A1_4037_890C_9EFA2F8F7859__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -