#if !defined(AFX_DSETCOMM_H__6F8A5D8F_68E4_11D5_8548_000000000000__INCLUDED_)
#define AFX_DSETCOMM_H__6F8A5D8F_68E4_11D5_8548_000000000000__INCLUDED_

#if _MSC_VER >= 1000
#  pragma once
#endif

// $Id$

//*****************************************
//******** PC Configurator V1.00 **********
//*** (C) - 2001 B.Bowling/A. Grippo ******
//** All derivatives from this software ***
//**  are required to keep this header ****
//** **************************************

//------------------------------------------------------------------------------
// Dsetcomm dialog

class Dsetcomm:public CDialog 
{
// Construction
public:
   Dsetcomm(CWnd * pParent = NULL);                      // standard constructor

// Dialog Data
   //{{AFX_DATA(Dsetcomm)
	enum { IDD = IDD_SETCOMM };
	CEdit	m_Status;
	CEdit	m_timerInterval;
      CComboBox      m_selserial;
	//}}AFX_DATA


// Overrides
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(Dsetcomm)
protected:
      virtual void   DoDataExchange(CDataExchange * pDX);  // DDX/DDV support
   //}}AFX_VIRTUAL

// Implementation
protected:

   // Generated message map functions
   //{{AFX_MSG(Dsetcomm)
      afx_msg void   OnTestcomm();
      afx_msg void   OnSelchangeSelectcomm();

      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_DSETCOMM_H__6F8A5D8F_68E4_11D5_8548_000000000000__INCLUDED_)

