/********************************************************************/
/*         Datei / Version|.../tankdaten.h    / 1.0                    */
/*        Autor / Erstellt|Christian Hayer / 31.05.2003                                */
/*                        |Philipp Eder                                */
/*         Autor / Update|                                            */
/*----------------------|-------------------------------------------*/
/*             Copyright|FHTE - IT2a (Gruppe: PetrolSoft)            */
/*                Internet|http://it.chayer.de/petrolsoft                */
/*                 Email|petrolsoft@it.chayer.de                    */
/*----------------------|-------------------------------------------*/
/*                 Aufgabe|Verwaltung der Tankdaten                    */
/*----------------------|-------------------------------------------*/
/* Verwendete Funktionen|OnTankdatenCreate(); OnTankdatenDelete();    */
/*                        |OnTankdatenEdit(); OnTankdatenNext();        */
/*                        |OnTankdatenPrev(); OnCreate();                */
/*                        |OnKillFocus(); OnPaint();                    */
/********************************************************************/

/********************************************************************/
/*                                                                    */
/* This program is free software; you can redistribute it and/or    */
/* modify it under the terms of the GNU General Public License as */
/* published by the Free Software Foundation; either version 2    */
/* of the License, or (at your option) any later version.            */
/*                                                                    */
/********************************************************************/

#if !defined(AFX_TANKDATEN_H__74EF2261_7AB6_44C9_B421_234A59F45C1B__INCLUDED_)
#define AFX_TANKDATEN_H__74EF2261_7AB6_44C9_B421_234A59F45C1B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// tankdaten.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTankdatenView dialog

class CTankdatenView : public CDialog
{
// Construction
public:
    CTankdatenView(CWnd* pParent = NULL); // standard constructor

// Dialog Data
    //{{AFX_DATA(CTankdatenView)
    enum { IDD = IDD_Tankdaten };
    CButton    m_TdDelete;
    CEdit    m_TdStandC;
    CEdit    m_TdSpritmengeC;
    CEdit    m_TdKostenC;
    CEdit    m_TdDatumC;
    CEdit    m_TdAnmerkungC;
    CButton    m_TdCreate;
    CButton    m_TdPrev;
    CButton    m_TdNext;
    CButton    m_TdEdit;
    CString    m_TdAnmerkung;
    COleDateTime    m_TdDatum;
    long    m_TdStand;
    CString    m_TdStat_km;
    CString    m_TdStat_Kosten;
    CString    m_TdStat_Preis;
    CString    m_TdStat_Verbrauch;
    float    m_TdSpritmenge;
    long    m_TdID;
    float    m_TdKosten;
    long    searchID;
    //}}AFX_DATA


// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CTankdatenView)
    protected:
    virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
    //}}AFX_VIRTUAL

// Implementation
protected:

    // Generated message map functions
    //{{AFX_MSG(CTankdatenView)
    afx_msg void OnTankdatenCreate();
    afx_msg void OnTankdatenDelete();
    afx_msg void OnTankdatenEdit();
    afx_msg void OnTankdatenNext();
    afx_msg void OnTankdatenPrev();
    afx_msg int     OnCreate(LPCREATESTRUCT lpCreateStruct);
    afx_msg void OnKillFocus(CWnd* pNewWnd);
    afx_msg void OnPaint();
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TANKDATEN_H__74EF2261_7AB6_44C9_B421_234A59F45C1B__INCLUDED_)