#ifndef __frmAbout__ #define __frmAbout__ /** @file Subclass of frmAboutADT, which is generated by wxFormBuilder. */ #include "AppXestiaAddrBk.h" //// end generated include /** Implementing frmAboutADT */ class frmAbout : public frmAboutADT { protected: // Handlers for frmAboutADT events. void CloseAboutWindow( wxCommandEvent& event ); public: /** Constructor */ frmAbout( wxWindow* parent ); void SetupAboutWindow(); //// end generated class members }; #endif // __frmAbout__