//{{AFX_INCLUDES()
//}}AFX_INCLUDES
#if !defined(AFX_DCONSTANTS_H__EEA60A77_4090_11D5_8540_000000000000__INCLUDED_)
#define AFX_DCONSTANTS_H__EEA60A77_4090_11D5_8540_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 ****
//*****************************************

//------------------------------------------------------------------------------
// Dconstants dialog

class Dconstants:public CDialog
{
// Construction
public:
   Dconstants(CWnd * pParent = NULL);                // standard constructor

   // Dialog Data
   //{{AFX_DATA(Dconstants)
	enum { IDD = IDD_CONSTANTS };
	CButton	m_tableUse;
	CStatic	m_fidleLabel;
	//}}AFX_DATA
      
      
// Overrides
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(Dconstants)
   protected:
      virtual void   DoDataExchange(CDataExchange * pDX);  // DDX/DDV support

   //}}AFX_VIRTUAL
    
// Implementation
private:
   void       dbFromFields();
   void       fieldsFromDb();
   CEdit     *boxes [10];
   CComboBox *cboxes[10];
      
protected:
   // Generated message map functions
   //{{AFX_MSG(Dconstants)
      virtual BOOL   OnInitDialog(); 
      afx_msg void   OnDreqfuel(); 
      afx_msg void   OnUp(); 
      afx_msg void   OnDown(); 
	afx_msg void OnTableUse();
      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_DCONSTANTS_H__EEA60A77_4090_11D5_8540_000000000000__INCLUDED_)

