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

📄 sourcecreatordlg.h

📁 基于dialogic语音卡的IVR系统源代码
💻 H
字号:
#if !defined(AFX_SOURCECREATORDLG_H__B84F7423_4975_11D3_92C8_0080C8E20453__INCLUDED_)
#define AFX_SOURCECREATORDLG_H__B84F7423_4975_11D3_92C8_0080C8E20453__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SourceCreatorDlg.h : header file
//
#include "resource.h"

/////////////////////////////////////////////////////////////////////////////
// CSourceCreatorDlg dialog

class CSourceCreatorDlg : public CDialog
{
// Construction
public:
	void OnOK();
	CString m_strTotalNext1;
	CString m_strTotalNext2;
	CString m_strTotalNext3;
	CString m_strTotalDo1;
	CString m_strTotalDo2;
	CString m_strTotalDo3;

	CSourceCreatorDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSourceCreatorDlg)
	enum { IDD = IDD_DIALOG_SOURCECREATOR };
	CString	m_strLogical1;
	CString	m_strLogical2;
	CString	m_strCommonUseIF;
	CString	m_strConditions;
	CString	m_strOutParam;
	int		m_iAction;
	CString	m_strIID;
	CString	m_strInParam;
	CString	m_strOnError;
	CString	m_strDO;
	CString	m_strCommonUseDO;
	CString	m_strNextIID;
	int		m_iWhichNext;
	CString	m_strSourceWindow;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSourceCreatorDlg)
	afx_msg void OnSelchangeComboComparetype();
	afx_msg void OnRadioIf1();
	afx_msg void OnRadioIf2();
	afx_msg void OnRadioIf3();
	afx_msg void OnSelchangeComboCommonuseIf();
	afx_msg void OnRadioNext1();
	afx_msg void OnRadioNext2();
	afx_msg void OnRadioNext3();
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonCreatesource();
	afx_msg void OnKillFocus(UINT uiControlID);
	afx_msg void OnEditChange(UINT uiControlID);
	afx_msg void OnSelchangeComboCommonuseDo();
	afx_msg void OnChangeEditNextiid();
	afx_msg void OnChangeEditDo();
	afx_msg void OnEditchangeComboGlobal(UINT uiControlID);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SOURCECREATORDLG_H__B84F7423_4975_11D3_92C8_0080C8E20453__INCLUDED_)

⌨️ 快捷键说明

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