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

📄 dialog.h

📁 csta协议的开发
💻 H
📖 第 1 页 / 共 4 页
字号:
  BOOL  m_bLoggedOff;
  BOOL  m_bLoggedOn;
  BOOL  m_bMessageWaiting;
  BOOL  m_bNetworkReached;
  BOOL  m_bNotReady;
  BOOL  m_bOriginated;
  BOOL  m_bOutOfService;
  long  m_nPrivateFilter;
  BOOL  m_bQueued;
  BOOL  m_bReady;
  BOOL  m_bRetrieved;
  BOOL  m_bServiceInitiated;
  BOOL  m_bTransferred;
  BOOL  m_bWorkNotReady;
  BOOL  m_bWorkReady;
  CString m_sDeviceID;
  //}}AFX_DATA

// Implementation
protected:
  virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support

  // Generated message map functions
  //{{AFX_MSG(CMonitorStartDlg)
  virtual BOOL OnInitDialog();
  //}}AFX_MSG
  DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CMonitorCallDlg dialog

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

// Dialog Data
  //{{AFX_DATA(CMonitorCallDlg)
  enum { IDD = IDD_MONITOR_CALL };
  BOOL  m_bBackInService;
  BOOL  m_bCallCleared;
  BOOL  m_bCallInformation;
  BOOL  m_bConferenced;
  BOOL  m_bConnectionCleared;
  BOOL  m_bDelivered;
  CString m_sCallID;
  CString m_sDeviceID;
  int   m_nDeviceType;
  BOOL  m_bDiverted;
  BOOL  m_bDoNotDisturb;
  BOOL  m_bEstablished;
  BOOL  m_bFailed;
  BOOL  m_bForwarding;
  BOOL  m_bHeld;
  BOOL  m_bLoggedOff;
  BOOL  m_bLoggedOn;
  BOOL  m_bMessageWaiting;
  BOOL  m_bNetworkReached;
  BOOL  m_bNotReady;
  BOOL  m_bOriginated;
  BOOL  m_bOutOfService;
  CString m_bPrivateFilter;
  BOOL  m_bQueued;
  BOOL  m_bReady;
  BOOL  m_bRetrieved;
  BOOL  m_bServiceInitiated;
  BOOL  m_bTransferred;
  BOOL  m_bWorkNotReady;
  BOOL  m_bWorkReady;
  //}}AFX_DATA

// Implementation
protected:
  virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support

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

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

// Dialog Data
  //{{AFX_DATA(CEscSrvDlg)
  enum { IDD = IDD_ESCAPE_SERVICE };
  long  m_edCallID;
  CString m_edCorrelator;
  CString m_edDeviceID;
  CString m_edVendor;
  //}}AFX_DATA
  ConnectionID_Device_t m_deviceID;
// Implementation
protected:
  virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support

  // Generated message map functions
  //{{AFX_MSG(CEscSrvDlg)
  afx_msg void OnOptDynamic();
  afx_msg void OnOptStatic();
  //}}AFX_MSG
  DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CRouteRegister dialog

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

// Dialog Data
	//{{AFX_DATA(CRouteRegister)
	enum { IDD = IDD_ROUTE_REGISTER };
	BOOL  m_bBackUp;
	CString	m_sRoutingDevice;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support

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

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

// Dialog Data
	//{{AFX_DATA(CRouteRegisterCancelDlg)
	enum { IDD = IDD_ROUTE_REGISTER_CANCEL };
	long	m_nRouteRegID;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support

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

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

// Dialog Data
	//{{AFX_DATA(CRouteSelectDlg)
	enum { IDD = IDD_ROUTE_SELECT_DLG };
	long	m_nRouteRegID;
	long	m_nRoutingCRID;
	CString	m_sRouteSelected;
	int		m_nRemainRetry;
	CString	m_sSetupInfo;
	BOOL	m_bRouteUsed;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support

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

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

// Dialog Data
	//{{AFX_DATA(CRouteEndDlg)
	enum { IDD = IDD_ROUTE_END_DLG };
	long	m_nRouteRegID;
	long	m_nRoutingCRID;
	int		m_nErrorValue;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support

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

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

// Dialog Data
	//{{AFX_DATA(CSendDTMFTonesDlg)
	enum { IDD = IDD_SEND_DTMF_TONES };
	CString	m_ConnectionToSendTones;
	CString	m_DeviceToSendTones;
	CString	m_CharactersToSendTones;
	int	m_ToneDuration;
	int	m_PauseDuration;
	int   m_nDeviceType;

	//}}AFX_DATA


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

// Implementation
protected:

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

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

// Dialog Data
	//{{AFX_DATA(CSingleStepConfDlg)
	enum { IDD = IDD_SINGLE_STEP_CONF };
	CString	m_AccountInfo;
	CString	m_AuthCode;
	CString	m_CallId;
	CString	m_CorrelatorData;
	CString	m_DeviceId;
	CString	m_DeviceProfile;
	CString	m_DeviceToJoin;
	int	m_ParticipationType;
	int   m_nDeviceType;
	BOOL	m_bsupervisorStepIn;
	//}}AFX_DATA


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

// Implementation
protected:

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

/////////////////////////////////////////////////////////////////////////////
// CRecordMessageDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CRecordMessageDlg)
	enum { IDD = IDD_RECORD_MESSAGE };
	CString	m_CallID;
	CString	m_DeviceID;
	int		m_EncodingAlg;
	int		m_MaxDuration;
	double	m_SamplingRate;
	int		m_TerminatingConditions;
	int		m_nDeviceType;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

// Dialog Data
	//{{AFX_DATA(CStopDlg)
	enum { IDD = IDD_STOP };
	CString	m_CallID;
	CString	m_DeviceID;
	CString	m_MessageID;
	int		m_nDeviceType;
	//}}AFX_DATA


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

// Implementation
protected:

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

/////////////////////////////////////////////////////////////////////////////
// CEscServInt dialog

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

// Dialog Data
	//{{AFX_DATA(CEscServInt)
	enum { IDD = IDD_ESCAPE_SERVICE_INTERUP };
	CString	m_edDeviceID;
	int		m_iEscapeDeviceType;
	BOOL	m_bInterruptible;
	CString	m_edCallID;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

// Dialog Data
	//{{AFX_DATA(CEscSetDeviceInservice)
	enum { IDD = IDD_ESCAPE_SET_DEVICE_IN_SERVICE };
	CString	m_edDeviceID;
	BOOL	m_bSetInService;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

// Dialog Data
	//{{AFX_DATA(CAssociateData)
	enum { IDD = IDD_ASSOCIATE_DATA };
	CString		m_iAccountCode;
	CString		m_iAuthCode;
	CString	m_edCorrelator;
	CString	m_edDeviceID;
	CString	m_edCallID;
	int		m_iEscapeDeviceType;
	CString	m_sVrid;
	CString	m_acrDeviceID;
	int		m_iacrExpertEval;
	int		m_iacrSkillNumber;
	BOOL	m_bacrStatus;
	//}}AFX_DATA


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

// Implementation
protected:

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

⌨️ 快捷键说明

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