KICKDLG.H

//**************************************************************************** 
// Module: Chappy.EXE
// File: KickDlg.H : Header file
//
//
// Copyright (c) Microsoft Corporation 1996-1997
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//****************************************************************************

#if !defined(AFX_KICKDLG_H__8EC66C4D_D94B_11D0_AD4F_00C04FC29DE5__INCLUDED_)
#define AFX_KICKDLG_H__8EC66C4D_D94B_11D0_AD4F_00C04FC29DE5__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CKickDlg dialog

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

// Dialog Data
//{{AFX_DATA(CKickDlg)
enum { IDD = IDD_KICK };
CStringm_szReason;
//}}AFX_DATA


// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKickDlg)
public:
virtual int DoModal();
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:

// Generated message map functions
//{{AFX_MSG(CKickDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_KICKDLG_H__8EC66C4D_D94B_11D0_AD4F_00C04FC29DE5__INCLUDED_)