/********************************************************************/
/*         Datei / Version|.../Spritkostenverwaltung.h    / 1.0        */
/*        Autor / Erstellt|Christian Hayer / 31.05.2003                */
/*         Autor / Update|                                            */
/*----------------------|-------------------------------------------*/
/*             Copyright|FHTE - IT2a (Gruppe: PetrolSoft)            */
/*                Internet|http://it.chayer.de/petrolsoft                */
/*                 Email|petrolsoft@it.chayer.de                    */
/*----------------------|-------------------------------------------*/
/*                 Aufgabe|Liefert die Grundlagen für das ganze Prog    */
/*----------------------|-------------------------------------------*/
/*                 Eingang|keine                                        */
/*----------------------|-------------------------------------------*/
/*                 Ausgang|keine                                        */
/*----------------------|-------------------------------------------*/
/* Verwendete Funktionen|OnAppAbout()                                */
/*----------------------|-------------------------------------------*/
/*     Globale Variablen|keine                                        */
/*----------------------|-------------------------------------------*/
/*        Fehlerbehandlung|keine                                        */
/********************************************************************/

/********************************************************************/
/*                                                                    */
/* 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.            */
/*                                                                    */
/********************************************************************/

/////////////////////////////////////////////////////////////////////////////
// Spritkostenverwaltung.h : main header file for the SPRITKOSTENVERWALTUNG application
//

#if !defined(AFX_SPRITKOSTENVERWALTUNG_H__4FBD6A7F_2D6B_4502_8757_854F224D72ED__INCLUDED_)
#define AFX_SPRITKOSTENVERWALTUNG_H__4FBD6A7F_2D6B_4502_8757_854F224D72ED__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
    #error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h" // main symbols
#include "Spritkostenverwaltung_i.h"

/////////////////////////////////////////////////////////////////////////////
// CSpritkostenverwaltungApp:
// See Spritkostenverwaltung.cpp for the implementation of this class
//

class CSpritkostenverwaltungApp : public CWinApp
{
public:
    CSpritkostenverwaltungApp();

// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CSpritkostenverwaltungApp)
    public:
    virtual BOOL InitInstance();
    virtual int ExitInstance();
    //}}AFX_VIRTUAL


// Implementation
    //{{AFX_MSG(CSpritkostenverwaltungApp)
    afx_msg void OnAppAbout();
        // NOTE - the ClassWizard will add and remove member functions here.
        // DO NOT EDIT what you see in these blocks of generated code !
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
private:
    BOOL m_bATLInited;
private:
    BOOL InitATL();
};


/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SPRITKOSTENVERWALTUNG_H__4FBD6A7F_2D6B_4502_8757_854F224D72ED__INCLUDED_)