/********************************************************************/
/* Datei / Version|.../auswertung.h / 1.0 */
/* Autor / Erstellt|Christian Hayer / 31.05.2003 */
/* |Michael Luik */
/* Autor / Update| */
/*----------------------|-------------------------------------------*/
/* Copyright|FHTE - IT2a (Gruppe: PetrolSoft) */
/* Internet|http://it.chayer.de/petrolsoft */
/* Email|petrolsoft@it.chayer.de */
/*----------------------|-------------------------------------------*/
/* Aufgabe|Berechnung und Ausgabe von Statistikwerten */
/*----------------------|-------------------------------------------*/
/* Verwendete Funktionen|OnKillFocus(); OnCreate(); OnInitDialog() */
/********************************************************************/
/********************************************************************/
/* */
/* 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_AUSWERTUNG_H__9FBAA19A_7897_4F2C_BAF0_FF9F4F092762__INCLUDED_)
#define AFX_AUSWERTUNG_H__9FBAA19A_7897_4F2C_BAF0_FF9F4F092762__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CAuswertung.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAuswertungView dialog
class CAuswertungView : public CDialog
{
// Construction
public:
CAuswertungView(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAuswertungView)
enum { IDD = IDD_Auswertung };
CListCtrl m_TankdatenC;
CString m_FrzBesitzer;
CString m_FrzBezeichnung;
CString m_FrzDaten;
CString m_km_ges;
CString m_kosten_ges;
CString m_kosten_schnitt;
CString m_preis_schnitt;
CString m_sprit_ges;
CString m_sprit_schnitt;
long searchID;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
void RefreshList();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAuswertungView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAuswertungView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnKillFocus(CWnd* pNewWnd);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_AUSWERTUNG_H__9FBAA19A_7897_4F2C_BAF0_FF9F4F092762__INCLUDED_)