////////////////////////////////////////////////////////////////////////////////
// Name:        .h (generated and maintained by wxWorkshop's RAD)
// Purpose:     
// Author:      
// Modified by:
// Created:     04/24/01 07:19:41
// RCS-ID:      $ Id$
// Copyright:   (c) 
// Licence:   	
//////////////////////////////////////////////////////////////////////////////////

#ifndef ___G__
#define ___G__

#include "wx/wx.h"
#include "wx/wspp/all.h"

// %%INFO-{
// { TEMPL = "wxDialog for C++" WND_RES = "" MENU_RES = "" IMP_FILE = ".cpp" CLASS = "" RES_FILE = "" }
// %%INFO-}

class  : public wxDialog
{
public:
	();
	~();

	// %%EVT_DECLS-{
	void OnInitDialog( wxInitDialogEvent& event );
	// %%EVT_DECLS-}	

	// %%GETTER_DECLS-{
	// %%GETTER_DECLS-}

	// %%SETTER_DECLS-{
	// %%SETTER_DECLS-}
	
	DECLARE_EVENT_TABLE()
	DECLARE_DYNAMIC_CLASS(  )	

protected:
	void ExchangeValues( bool toControls );
	void DoInit();	

protected:
	// %%MEMBER_DECLS-{
	// %%MEMBER_DECLS-}

	// %%CTL_MEMBER_DECLS-{
	// %%CTL_MEMBER_DECLS-}
};

#endif // ___G__
