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

📄 dialog.h

📁 csta协议的开发
💻 H
📖 第 1 页 / 共 4 页
字号:
};
/////////////////////////////////////////////////////////////////////////////
// CEscHostIdentification dialog

class CEscHostIdentification : public CDialog
{
// Construction
public:
	CEscHostIdentification(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEscHostIdentification)
	enum { IDD = IDD_ESCAPE_HOST_IDENTIFICATION };
	int		m_iHostStatus;
	CString	m_cHostIdentification;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEscHostIdentification)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////
// CEscSuperAssistRequest dialog

class CEscSuperAssistRequest : public CDialog
{
// Construction
public:
	CEscSuperAssistRequest(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEscSuperAssistRequest)
	enum { IDD = IDD_SUPER_ASSIST_REQUEST };
	CString	m_sDeviceID;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEscSuperAssistRequest)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////
// CEcsSuperAssistCancel dialog

class CEcsSuperAssistCancel : public CDialog
{
// Construction
public:
	CEcsSuperAssistCancel(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEcsSuperAssistCancel)
	enum { IDD = IDD_SUPER_ASSIST_CANCEL };
	CString	m_sDeviceIDOther;
	CString	m_sDeviceIDRequesting;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEcsSuperAssistCancel)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CEcsOtherOperation dialog

class CEcsOtherOperation : public CDialog
{
// Construction
public:
	CEcsOtherOperation(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEcsOtherOperation)
	enum { IDD = IDD_DIALOG1 };
	CString	m_cPrivateData;
	CString	m_cPrivateIdentifier;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEcsOtherOperation)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CEscServiceRegisterRequest dialog

class CEscServiceRegisterRequest : public CDialog
{
// Construction
public:
	CEscServiceRegisterRequest(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEscServiceRegisterRequest)
	enum { IDD = IDD_ESCAPE_SERVICE_REGISTER_REQUEST };
	int		m_iServiceVersionID;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEscServiceRegisterRequest)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CEscServiceRegisterCancel dialog

class CEscServiceRegisterCancel : public CDialog
{
// Construction
public:
	CEscServiceRegisterCancel(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEscServiceRegisterCancel)
	enum { IDD = IDD_ESCAPE_SERVICE_REGISTER_CANCEL };
	CString	m_sServiceRegisterID;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEscServiceRegisterCancel)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// EscSetDateAndTime dialog

class EscSetDateAndTime : public CDialog
{
// Construction
public:
	EscSetDateAndTime(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(EscSetDateAndTime)
	enum { IDD = IDD_SET_DATE_AND_TIME };
	CString	m_cDay;
	CString	m_cHour;
	CString	m_cMinute;
	CString	m_cMonth;
	CString	m_cSecond;
	CString	m_cYear;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(EscSetDateAndTime)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// StartListeningDlg dialog

class StartListeningDlg : public CDialog
{
// Construction
public:
	StartListeningDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(StartListeningDlg)
	enum { IDD = IDD_START_LISTENING };
	CString	m_sDeviceID;
	UINT	m_iPcmCoupler;
	UINT	m_iPcmCristal;
	UINT	m_iPcmTimeSlot;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(StartListeningDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// StopListening dialog

class StopListening : public CDialog
{
// Construction
public:
	StopListening(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(StopListening)
	enum { IDD = IDD_STOP_LISTENING };
	CString	m_sDeviceId;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(StopListening)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CBipTone dialog

class CBipTone : public CDialog
{
// Construction
public:
	CBipTone(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CBipTone)
	enum { IDD = IDD_BIP_TONE };
	CString	m_sDeviceId;
	int		m_IPresenceTimer;
	int		m_ISilenceTimer;
	int		m_ITonality;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBipTone)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CQueryFeatureDeviceInfoDlg dialog

class CQueryFeatureDeviceInfoDlg : public CDialog
{
// Construction
public:
	CQueryFeatureDeviceInfoDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CQueryFeatureDeviceInfoDlg)
	enum { IDD = IDD_QUERYFEATURE_DEVICE_INFO };
	CString	m_acrDeviceID;
	int		m_iacrSkillNumber;
	BOOL	m_bacrStatus;
	CString	m_sDeviceID;
	int		m_iacrExpertEval;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CQueryFeatureDeviceInfoDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CCTrteatmentType dialog

class CCTrteatmentType : public CDialog
{
// Construction
public:
	CCTrteatmentType(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCTrteatmentType)
	enum { IDD = IDD_CC_TREATMENT_REQUEST };
	BOOL	m_bActionType;
	CString	m_sAgentNumber;
	int		m_iApplicationType;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCTrteatmentType)
	afx_msg void OnCctreatmentRequest();
	afx_msg void OnUpdateCctreatmentRequest(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPermanentListeningDevice dialog

class CPermanentListeningDevice : public CDialog
{
// Construction
public:
	CPermanentListeningDevice(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPermanentListeningDevice)
	enum { IDD = IDD_PERMANENT_LISTENING };
	CString	m_sRequestingDevice;
	CString	m_sListenAgentDevice;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPermanentListeningDevice)
	afx_msg void OnPermanentListening();
	afx_msg void OnUpdatePermanentListening(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CParkCallDlg dialog

class CParkCallDlg : public CDialog
{
// Construction
public:
	CParkCallDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CParkCallDlg)
	enum { IDD = IDD_PARK_CALL };
	CString	m_sCallToParkID;
	CString	m_sParkToDeviceID;
	CString	m_CorrelatorData;
	CString	m_deviceToParkId;
	int		m_deviceToPark_type;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CParkCallDlg)
	afx_msg void OnUpdateParkCall(CCmdUI* pCmdUI); 
	afx_msg void OnParkCall();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


⌨️ 快捷键说明

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