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

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

#ifdef __GNUG__
    #pragma implementation ".cpp"
    #pragma interface ".h"
#endif

// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

#ifdef __BORLANDC__
    #pragma hdrstop
#endif

#ifndef WX_PRECOMP
    #include "wx/wx.h"
#endif

#include ".h"
#include "wx/xrc/xmlres.h"
#include "wx/wspp/init.h"



/***** Implementation for class  *****/

IMPLEMENT_DYNAMIC_CLASS( , wxDialog )

BEGIN_EVENT_TABLE( , wxDialog )

// %%EVT_TBL-{
	EVT_INIT_DIALOG( ::OnInitDialog )
// %%EVT_TBL-}

END_EVENT_TABLE()

::()

	: wxDialog()
{
}

::~()
{
}

// %%EVT_IMPS-{
void ::OnInitDialog( wxInitDialogEvent& event )
{
	DoInit();
}
// %%EVT_IMPS-}

// %%GETTER_IMPLS-{
// %%GETTER_IMPLS-}

// %%SETTER_IMPLS-{
// %%SETTER_IMPLS-}

void ::ExchangeValues( bool toControls )
{
	if ( toControls )
	{
	// %%MEMBER_VALUES_TO_CTL-{
	// %%MEMBER_VALUES_TO_CTL-}
	}
	else
	{
	// %%CTL_VALUES_TO_MEMBER-{
	// %%CTL_VALUES_TO_MEMBER-}
	}
}

/*** protected members ***/

void ::DoInit()
{
	// %%MEMBER_INITS-{
	// %%MEMBER_INITS-}

	// %%CTL_MEMBER_INITS-{
	// %%CTL_MEMBER_INITS-}
	
	ExchangeValues( TRUE );	
}

