#if !defined(AFX_TTSLEXICONDLG_H__8C9A106D_7BD3_4A33_90C0_283807B8C1DF__INCLUDED_)
#define AFX_TTSLEXICONDLG_H__8C9A106D_7BD3_4A33_90C0_283807B8C1DF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TTSLexiconDlg.h : 
//

class 	CVAIBOTTS;

/////////////////////////////////////////////////////////////////////////////
// CTTSLexiconDlg dialog
class CTTSLexiconDlg : public CDialog
{
// construction
public:
	CTTSLexiconDlg(CVAIBOTTS* pTTS);   // standard constructor

//  Dialog Data
	//{{AFX_DATA(CTTSLexiconDlg)
	enum { IDD = IDD_DIALOG_LEXICON };
	CListCtrl	m_listViewWord;
	CEdit		m_editWord;
	CEdit		m_editPhone;
	CComboBox	m_comboPart;
	//}}AFX_DATA


	//{{AFX_VIRTUAL(CTTSLexiconDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

//  Implementation
protected:

	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTTSLexiconDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

private:

	CVAIBOTTS*	m_pTTS;			// TTS Engine 

	int			m_eLexicon;		// Dictionary classification

public:

	void	SetLexicon( int eLexicon );

};

//{{AFX_INSERT_LOCATION}}

#endif // !defined(AFX_TTSLEXICONDLG_H__8C9A106D_7BD3_4A33_90C0_283807B8C1DF__INCLUDED_)
