//{{AFX_INCLUDES()
//}}AFX_INCLUDES
#if !defined(AFX_DENRICHMENTS_H__EEA60A79_4090_11D5_8540_000000000000__INCLUDED_)
#define AFX_DENRICHMENTS_H__EEA60A79_4090_11D5_8540_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 ****
//*****************************************

//------------------------------------------------------------------------------
// Denrichments dialog

class Denrichments:public CDialog
{
private:
   void fieldsFromDb();
   void dbFromFields();
   int getFld(CEdit *fld, double lo, double hi, char *label, double scale=1.0, int trans=0);

// Construction
 public:
   Denrichments(CWnd * pParent = NULL);                  // standard constructor

// Dialog Data
   //{{AFX_DATA(Denrichments)
	enum { IDD = IDD_ENRICHMENTS };
	CStatic	m_wwu9L;
	CStatic	m_wwu8L;
	CStatic	m_wwu7L;
	CStatic	m_wwu6L;
	CStatic	m_wwu5L;
	CStatic	m_wwu4L;
	CStatic	m_wwu3L;
	CStatic	m_wwu2L;
	CStatic	m_wwu1L;
	CStatic	m_wwu0L;
	CStatic	m_coolantLabel;
	CStatic	m_pw2Label;
	CStatic	m_pw1Label;
	CComboBox	m_egoType;
	//}}AFX_DATA


// Overrides
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(Denrichments)
protected:
      virtual void   DoDataExchange(CDataExchange * pDX);  // DDX/DDV support
   //}}AFX_VIRTUAL

// Implementation
 protected:
   CEdit   *boxen[30];

   // Generated message map functions
   //{{AFX_MSG(Denrichments)
      afx_msg void   OnUpe();
      afx_msg void   OnDowne();
      virtual BOOL   OnInitDialog();
      DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
   DECLARE_MESSAGE_MAP()
};


//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DENRICHMENTS_H__EEA60A79_4090_11D5_8540_000000000000__INCLUDED_)

