#if !defined(AFX_DREQFUEL_H__A6315217_6826_11D5_8548_000000000000__INCLUDED_)
#define AFX_DREQFUEL_H__A6315217_6826_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 ****
//*****************************************

//------------------------------------------------------------------------------
// Dreqfuel dialog

class Dreqfuel:public CDialog 
{
// Construction
public:
   Dreqfuel(CWnd * pParent = NULL);                      // standard constructor

// Dialog Data
   //{{AFX_DATA(Dreqfuel)
      enum {IDD = IDD_REQFUEL};
      // NOTE: the ClassWizard will add data members here
   //}}AFX_DATA


// Overrides
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(Dreqfuel)
protected:
      virtual void   DoDataExchange(CDataExchange * pDX);  // DDX/DDV support
   //}}AFX_VIRTUAL

// Implementation
protected:
   // Generated message map functions
   //{{AFX_MSG(Dreqfuel)
      afx_msg void   OnDestroy();
      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_DREQFUEL_H__A6315217_6826_11D5_8548_000000000000__INCLUDED_)

