/********************************************************************/
/*         Datei / Version|.../fahrzeuge.h    / 1.0                    */
/*        Autor / Erstellt|Christian Hayer / 31.05.2003                */
/*                        |Markus Strobel                                */
/*         Autor / Update|                                            */
/*----------------------|-------------------------------------------*/
/*             Copyright|FHTE - IT2a (Gruppe: PetrolSoft)            */
/*                Internet|http://it.chayer.de/petrolsoft                */
/*                 Email|petrolsoft@it.chayer.de                    */
/*----------------------|-------------------------------------------*/
/*                 Aufgabe|Verwaltung der Fahrzeuge                    */
/*----------------------|-------------------------------------------*/
/* Verwendete Funktionen|OnFahrzeugCreate(); OnFahrzeugDelete();    */
/*                        |OnFahrzeugEdit(); OnFahrzeugNext();        */
/*                        |OnFahrzeugPrev(); 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_CFAHRZEUGE_H__43055BFE_7FDF_4903_BEAB_65C5C7FAA1B5__INCLUDED_)
#define AFX_CFAHRZEUGE_H__43055BFE_7FDF_4903_BEAB_65C5C7FAA1B5__INCLUDED_

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

// CFahrzeuge.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFahrzeuge form view

#ifndef __AFXEXT_H__
#include
#endif

/////////////////////////////////////////////////////////////////////////////
// CFahrzeugeView dialog

class CFahrzeugeView : public CDialog
{
protected:
// protected constructor used by dynamic creation
     DECLARE_DYNCREATE(CFahrzeugeView)
public:
//    CFahrzeugeView();
    CFahrzeugeView(CWnd* pParent = NULL); // standard constructor

// Dialog Data
    //{{AFX_DATA(CFahrzeugeView)
    enum { IDD = IDD_Fahrzeuge };
    CButton    m_FrzDelete;
    CButton    m_FrzEdit;
    CEdit    m_FrzStandC;
    CEdit    m_FrzDatenC;
    CEdit    m_FrzBezeichnungC;
    CEdit    m_FrzBesitzerC;
    CEdit    m_FrzAnmerkungC;
    CEdit    m_FrzIDC;
    CButton    m_FrzPrev;
    CButton    m_FrzNext;
    CString    m_FrzBesitzer;
    CString    m_FrzBezeichnung;
    CString    m_FrzDaten;
    UINT    m_FrzID;
    UINT    m_FrzStand;
    CString    m_FrzAnmerkung;
    long    searchID;
    //}}AFX_DATA


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

// Implementation
protected:
    // Generated message map functions
    //{{AFX_MSG(CFahrzeugeView)
    afx_msg void OnFahrzeugCreate();
    afx_msg void OnFahrzeugDelete();
    afx_msg void OnFahrzeugEdit();
    afx_msg void OnFahrzeugNext();
    afx_msg void OnFahrzeugPrev();
    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_FAHRZEUGE_H__43055BFE_7FDF_4903_BEAB_65C5C7FAA1B5__INCLUDED_)