///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Aug 22 2007)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#ifndef __gui__
#define __gui__

#include <wx/wx.h>

#include <wx/filepicker.h>
#include <wx/statline.h>
#include <wx/button.h>
#include <wx/panel.h>

///////////////////////////////////////////////////////////////////////////


///////////////////////////////////////////////////////////////////////////////
/// Class GUI_MainFrame
///////////////////////////////////////////////////////////////////////////////
class GUI_MainFrame : public wxFrame 
{
	private:
	
	protected:
		wxPanel* m_pnBack;
		wxStaticText* m_stFile;
		wxFilePickerCtrl* m_fpFile;
		wxStaticText* m_stMD5;
		wxTextCtrl* m_tcMD5;
		wxStaticLine* m_stLine;
		wxButton* m_btCalculate;
		wxButton* m_btCancel;
		
		// Virtual event handlers, overide them in your derived class
		virtual void OnCalculateClick( wxCommandEvent& event ){ event.Skip(); }
		virtual void OnExitClick( wxCommandEvent& event ){ event.Skip(); }
		
	
	public:
		GUI_MainFrame( wxWindow* parent, int id = wxID_ANY, wxString title = wxT("MD5 Calculator"), wxPoint pos = wxDefaultPosition, wxSize size = wxSize( 394,181 ), int style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
	
};

#endif //__gui__

