#if !defined(AFX_TTYSETTINGSDLG_H__DD8D21D2_4B79_11D3_94C2_0060976EBE6B__INCLUDED_)
#define AFX_TTYSETTINGSDLG_H__DD8D21D2_4B79_11D3_94C2_0060976EBE6B__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// TTYSettingsDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTTYSettingsDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CTTYSettingsDlg)
	enum { IDD = IDD_TTYSETTINGS };
	CString	m_sBaud;
	CString	m_sDataBits;
	BOOL	m_bDTRDSR;
	int		m_nParity;
	CString	m_sPort;
	BOOL	m_bRTSCTS;
	int		m_nStopBits;
	BOOL	m_bXONXOFF;
	//}}AFX_DATA

    BOOL m_bConnected;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTTYSettingsDlg)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TTYSETTINGSDLG_H__DD8D21D2_4B79_11D3_94C2_0060976EBE6B__INCLUDED_)
