#if !defined(AFX_DCONPLOT_H__24DD933B_845C_11D5_854C_000000000000__INCLUDED_)
#define AFX_DCONPLOT_H__24DD933B_845C_11D5_854C_000000000000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

// $Id$

//*****************************************
//******** PC Configurator V1.00 **********
//*** (C) - 2001 B.Bowling/A. Grippo ******
//** All derivatives from this software ***
//**  are required to keep this header ****
//** **************************************

//------------------------------------------------------------------------------
// Dconplot dialog

class Dconplot:public CDialog
{
// Construction
public:
   Dconplot(CWnd * pParent = NULL);                      // standard constructor

   // Dialog Data
   //{{AFX_DATA(Dconplot)
      enum { IDD = IDD_CONPLOT };
      // NOTE: the ClassWizard will add data members here
   //}}AFX_DATA


   // Overrides
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(Dconplot)
protected:
      virtual void   DoDataExchange(CDataExchange * pDX);  // DDX/DDV support
   //}}AFX_VIRTUAL

// Implementation
protected:

   // Generated message map functions
   //{{AFX_MSG(Dconplot)
      virtual BOOL OnInitDialog();
      afx_msg void   OnPaint();
   //}}AFX_MSG

   DECLARE_MESSAGE_MAP()
};


//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DCONPLOT_H__24DD933B_845C_11D5_854C_000000000000__INCLUDED_)

