Better wording for transaction fee notification messages
[novacoin.git] / uibase.h
index faef982..c5da8f5 100644 (file)
--- a/uibase.h
+++ b/uibase.h
-// Copyright (c) 2009-2010 Satoshi Nakamoto\r
-// Distributed under the MIT/X11 software license, see the accompanying\r
-// file license.txt or http://www.opensource.org/licenses/mit-license.php.\r
-///////////////////////////////////////////////////////////////////////////\r
-// C++ code generated with wxFormBuilder (version Apr 16 2008)\r
-// http://www.wxformbuilder.org/\r
-//\r
-// PLEASE DO "NOT" EDIT THIS FILE!\r
-///////////////////////////////////////////////////////////////////////////\r
-\r
-#ifndef __uibase__\r
-#define __uibase__\r
-\r
-#include <wx/string.h>\r
-#include <wx/bitmap.h>\r
-#include <wx/image.h>\r
-#include <wx/icon.h>\r
-#include <wx/menu.h>\r
-#include <wx/gdicmn.h>\r
-#include <wx/font.h>\r
-#include <wx/colour.h>\r
-#include <wx/settings.h>\r
-#include <wx/toolbar.h>\r
-#include <wx/statusbr.h>\r
-#include <wx/stattext.h>\r
-#include <wx/textctrl.h>\r
-#include <wx/button.h>\r
-#include <wx/sizer.h>\r
-#include <wx/panel.h>\r
-#include <wx/choice.h>\r
-#include <wx/listctrl.h>\r
-#include <wx/frame.h>\r
-#include <wx/html/htmlwin.h>\r
-#include <wx/dialog.h>\r
-#include <wx/listbox.h>\r
-#include <wx/checkbox.h>\r
-#include <wx/spinctrl.h>\r
-#include <wx/scrolwin.h>\r
-#include <wx/statbmp.h>\r
-#include <wx/combobox.h>\r
-#include <wx/richtext/richtextctrl.h>\r
-\r
-///////////////////////////////////////////////////////////////////////////\r
-\r
-#define wxID_MAINFRAME 1000\r
-#define wxID_VIEWSHOWGENERATED 1001\r
-#define wxID_OPTIONSGENERATEBITCOINS 1002\r
-#define wxID_MENUOPTIONSOPTIONS 1003\r
-#define wxID_BUTTONSEND 1004\r
-#define wxID_BUTTONRECEIVE 1005\r
-#define wxID_TEXTCTRLADDRESS 1006\r
-#define wxID_BUTTONCOPY 1007\r
-#define wxID_BUTTONCHANGE 1008\r
-#define wxID_TRANSACTIONFEE 1009\r
-#define wxID_PROXYIP 1010\r
-#define wxID_PROXYPORT 1011\r
-#define wxID_TEXTCTRLPAYTO 1012\r
-#define wxID_BUTTONPASTE 1013\r
-#define wxID_BUTTONADDRESSBOOK 1014\r
-#define wxID_TEXTCTRLAMOUNT 1015\r
-#define wxID_CHOICETRANSFERTYPE 1016\r
-#define wxID_LISTCTRL 1017\r
-#define wxID_BUTTONRENAME 1018\r
-#define wxID_BUTTONNEW 1019\r
-#define wxID_BUTTONEDIT 1020\r
-#define wxID_BUTTONDELETE 1021\r
-#define wxID_DEL0 1022\r
-#define wxID_DEL1 1023\r
-#define wxID_DEL2 1024\r
-#define wxID_DEL3 1025\r
-#define wxID_DEL4 1026\r
-#define wxID_DEL5 1027\r
-#define wxID_DEL6 1028\r
-#define wxID_DEL7 1029\r
-#define wxID_DEL8 1030\r
-#define wxID_DEL9 1031\r
-#define wxID_DEL10 1032\r
-#define wxID_DEL11 1033\r
-#define wxID_DEL12 1034\r
-#define wxID_DEL13 1035\r
-#define wxID_DEL14 1036\r
-#define wxID_DEL15 1037\r
-#define wxID_DEL16 1038\r
-#define wxID_DEL17 1039\r
-#define wxID_DEL18 1040\r
-#define wxID_DEL19 1041\r
-#define wxID_BUTTONPREVIEW 1042\r
-#define wxID_BUTTONSAMPLE 1043\r
-#define wxID_CANCEL2 1044\r
-#define wxID_BUTTONBACK 1045\r
-#define wxID_BUTTONNEXT 1046\r
-#define wxID_SUBMIT 1047\r
-#define wxID_TEXTCTRL 1048\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CMainFrameBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CMainFrameBase : public wxFrame \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxMenuBar* m_menubar;\r
-               wxMenu* m_menuFile;\r
-               wxMenu* m_menuView;\r
-               wxMenu* m_menuHelp;\r
-               wxToolBar* m_toolBar;\r
-               wxStatusBar* m_statusBar;\r
-               \r
-               wxStaticText* m_staticText32;\r
-               wxTextCtrl* m_textCtrlAddress;\r
-               wxButton* m_buttonCopy;\r
-               wxButton* m_button91;\r
-               \r
-               wxPanel* m_panel14;\r
-               wxStaticText* m_staticText41;\r
-               wxStaticText* m_staticTextBalance;\r
-               \r
-               wxChoice* m_choiceFilter;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnClose( wxCloseEvent& event ){ event.Skip(); }\r
-               virtual void OnIconize( wxIconizeEvent& event ){ event.Skip(); }\r
-               virtual void OnIdle( wxIdleEvent& event ){ event.Skip(); }\r
-               virtual void OnMouseEvents( wxMouseEvent& event ){ event.Skip(); }\r
-               virtual void OnPaint( wxPaintEvent& event ){ event.Skip(); }\r
-               virtual void OnMenuFileExit( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnMenuViewShowGenerated( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnUpdateUIViewShowGenerated( wxUpdateUIEvent& event ){ event.Skip(); }\r
-               virtual void OnMenuOptionsGenerate( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnUpdateUIOptionsGenerate( wxUpdateUIEvent& event ){ event.Skip(); }\r
-               virtual void OnMenuOptionsChangeYourAddress( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnMenuOptionsOptions( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnMenuHelpAbout( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonSend( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonAddressBook( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnKeyDown( wxKeyEvent& event ){ event.Skip(); }\r
-               virtual void OnMouseEventsAddress( wxMouseEvent& event ){ event.Skip(); }\r
-               virtual void OnSetFocusAddress( wxFocusEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCopy( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonChange( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnListColBeginDrag( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnListItemActivated( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnPaintListCtrl( wxPaintEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               wxMenu* m_menuOptions;\r
-               wxListCtrl* m_listCtrl;\r
-               CMainFrameBase( wxWindow* parent, wxWindowID id = wxID_MAINFRAME, const wxString& title = wxT("Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 712,484 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );\r
-               ~CMainFrameBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CTxDetailsDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CTxDetailsDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxHtmlWindow* m_htmlWin;\r
-               wxButton* m_buttonOK;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CTxDetailsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Transaction Details"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 620,450 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );\r
-               ~CTxDetailsDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class COptionsDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class COptionsDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxListBox* m_listBox;\r
-               wxScrolledWindow* m_scrolledWindow;\r
-               wxPanel* m_panelMain;\r
-               \r
-               wxStaticText* m_staticText32;\r
-               wxStaticText* m_staticText31;\r
-               wxTextCtrl* m_textCtrlTransactionFee;\r
-               wxCheckBox* m_checkBoxLimitProcessors;\r
-               wxSpinCtrl* m_spinCtrlLimitProcessors;\r
-               wxStaticText* m_staticText35;\r
-               wxCheckBox* m_checkBoxStartOnSystemStartup;\r
-               wxCheckBox* m_checkBoxMinimizeToTray;\r
-               wxCheckBox* m_checkBoxMinimizeOnClose;\r
-               wxCheckBox* m_checkBoxUseProxy;\r
-               \r
-               wxStaticText* m_staticTextProxyIP;\r
-               wxTextCtrl* m_textCtrlProxyIP;\r
-               wxStaticText* m_staticTextProxyPort;\r
-               wxTextCtrl* m_textCtrlProxyPort;\r
-               wxPanel* m_panelTest2;\r
-               \r
-               wxStaticText* m_staticText321;\r
-               wxStaticText* m_staticText69;\r
-               wxStaticText* m_staticText70;\r
-               wxStaticText* m_staticText71;\r
-               wxButton* m_buttonOK;\r
-               wxButton* m_buttonCancel;\r
-               wxButton* m_buttonApply;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnListBox( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnKillFocusTransactionFee( wxFocusEvent& event ){ event.Skip(); }\r
-               virtual void OnCheckBoxLimitProcessors( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnCheckBoxMinimizeToTray( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnCheckBoxUseProxy( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnKillFocusProxy( wxFocusEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonApply( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               COptionsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 540,360 ), long style = wxDEFAULT_DIALOG_STYLE );\r
-               ~COptionsDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CAboutDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CAboutDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxStaticBitmap* m_bitmap;\r
-               \r
-               wxStaticText* m_staticText40;\r
-               \r
-               wxStaticText* m_staticTextMain;\r
-               \r
-               \r
-               wxButton* m_buttonOK;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               wxStaticText* m_staticTextVersion;\r
-               CAboutDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("About Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 532,329 ), long style = wxDEFAULT_DIALOG_STYLE );\r
-               ~CAboutDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CSendDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CSendDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               \r
-               \r
-               wxStaticText* m_staticTextInstructions;\r
-               \r
-               wxStaticBitmap* m_bitmapCheckMark;\r
-               wxStaticText* m_staticText36;\r
-               wxTextCtrl* m_textCtrlAddress;\r
-               wxButton* m_buttonPaste;\r
-               wxButton* m_buttonAddress;\r
-               wxStaticText* m_staticText19;\r
-               wxTextCtrl* m_textCtrlAmount;\r
-               wxStaticText* m_staticText20;\r
-               wxChoice* m_choiceTransferType;\r
-               \r
-               \r
-               wxStaticText* m_staticTextFrom;\r
-               wxTextCtrl* m_textCtrlFrom;\r
-               wxStaticText* m_staticTextMessage;\r
-               wxTextCtrl* m_textCtrlMessage;\r
-               \r
-               wxButton* m_buttonSend;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnKeyDown( wxKeyEvent& event ){ event.Skip(); }\r
-               virtual void OnTextAddress( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonPaste( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonAddressBook( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnKillFocusAmount( wxFocusEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonSend( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CSendDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Send Coins"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 675,312 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );\r
-               ~CSendDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CSendingDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CSendingDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxStaticText* m_staticTextSending;\r
-               wxTextCtrl* m_textCtrlStatus;\r
-               \r
-               wxButton* m_buttonOK;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnClose( wxCloseEvent& event ){ event.Skip(); }\r
-               virtual void OnPaint( wxPaintEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CSendingDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Sending..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 442,151 ), long style = wxDEFAULT_DIALOG_STYLE );\r
-               ~CSendingDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CYourAddressDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CYourAddressDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               \r
-               wxStaticText* m_staticText45;\r
-               wxListCtrl* m_listCtrl;\r
-               \r
-               wxButton* m_buttonRename;\r
-               wxButton* m_buttonNew;\r
-               wxButton* m_buttonCopy;\r
-               wxButton* m_buttonOK;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnClose( wxCloseEvent& event ){ event.Skip(); }\r
-               virtual void OnListEndLabelEdit( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnListItemActivated( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnListItemSelected( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonRename( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonNew( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCopy( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CYourAddressDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Your Bitcoin Addresses"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 610,390 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );\r
-               ~CYourAddressDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CAddressBookDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CAddressBookDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               \r
-               wxStaticText* m_staticText55;\r
-               wxListCtrl* m_listCtrl;\r
-               \r
-               wxButton* m_buttonEdit;\r
-               wxButton* m_buttonNew;\r
-               wxButton* m_buttonDelete;\r
-               wxButton* m_buttonOK;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnClose( wxCloseEvent& event ){ event.Skip(); }\r
-               virtual void OnListEndLabelEdit( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnListItemActivated( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnListItemSelected( wxListEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonEdit( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonNew( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDelete( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               wxButton* m_buttonCancel;\r
-               CAddressBookDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Address Book"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 610,390 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );\r
-               ~CAddressBookDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CProductsDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CProductsDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxComboBox* m_comboBoxCategory;\r
-               wxTextCtrl* m_textCtrlSearch;\r
-               wxButton* m_buttonSearch;\r
-               wxListCtrl* m_listCtrl;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnCombobox( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnKeyDown( wxKeyEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonSearch( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnListItemActivated( wxListEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CProductsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Marketplace"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 708,535 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );\r
-               ~CProductsDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CEditProductDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CEditProductDialogBase : public wxFrame \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxScrolledWindow* m_scrolledWindow;\r
-               wxStaticText* m_staticText106;\r
-               wxComboBox* m_comboBoxCategory;\r
-               wxStaticText* m_staticText108;\r
-               wxTextCtrl* m_textCtrlTitle;\r
-               wxStaticText* m_staticText107;\r
-               wxTextCtrl* m_textCtrlPrice;\r
-               wxStaticText* m_staticText22;\r
-               wxTextCtrl* m_textCtrlDescription;\r
-               wxStaticText* m_staticText23;\r
-               wxTextCtrl* m_textCtrlInstructions;\r
-               wxStaticText* m_staticText24;\r
-               wxStaticText* m_staticText25;\r
-               \r
-               wxTextCtrl* m_textCtrlLabel0;\r
-               wxTextCtrl* m_textCtrlField0;\r
-               wxButton* m_buttonDel0;\r
-               wxTextCtrl* m_textCtrlLabel1;\r
-               wxTextCtrl* m_textCtrlField1;\r
-               wxButton* m_buttonDel1;\r
-               wxTextCtrl* m_textCtrlLabel2;\r
-               wxTextCtrl* m_textCtrlField2;\r
-               wxButton* m_buttonDel2;\r
-               wxTextCtrl* m_textCtrlLabel3;\r
-               wxTextCtrl* m_textCtrlField3;\r
-               wxButton* m_buttonDel3;\r
-               wxTextCtrl* m_textCtrlLabel4;\r
-               wxTextCtrl* m_textCtrlField4;\r
-               wxButton* m_buttonDel4;\r
-               wxTextCtrl* m_textCtrlLabel5;\r
-               wxTextCtrl* m_textCtrlField5;\r
-               wxButton* m_buttonDel5;\r
-               wxTextCtrl* m_textCtrlLabel6;\r
-               wxTextCtrl* m_textCtrlField6;\r
-               wxButton* m_buttonDel6;\r
-               wxTextCtrl* m_textCtrlLabel7;\r
-               wxTextCtrl* m_textCtrlField7;\r
-               wxButton* m_buttonDel7;\r
-               wxTextCtrl* m_textCtrlLabel8;\r
-               wxTextCtrl* m_textCtrlField8;\r
-               wxButton* m_buttonDel8;\r
-               wxTextCtrl* m_textCtrlLabel9;\r
-               wxTextCtrl* m_textCtrlField9;\r
-               wxButton* m_buttonDel9;\r
-               wxTextCtrl* m_textCtrlLabel10;\r
-               wxTextCtrl* m_textCtrlField10;\r
-               wxButton* m_buttonDel10;\r
-               wxTextCtrl* m_textCtrlLabel11;\r
-               wxTextCtrl* m_textCtrlField11;\r
-               wxButton* m_buttonDel11;\r
-               wxTextCtrl* m_textCtrlLabel12;\r
-               wxTextCtrl* m_textCtrlField12;\r
-               wxButton* m_buttonDel12;\r
-               wxTextCtrl* m_textCtrlLabel13;\r
-               wxTextCtrl* m_textCtrlField13;\r
-               wxButton* m_buttonDel13;\r
-               wxTextCtrl* m_textCtrlLabel14;\r
-               wxTextCtrl* m_textCtrlField14;\r
-               wxButton* m_buttonDel14;\r
-               wxTextCtrl* m_textCtrlLabel15;\r
-               wxTextCtrl* m_textCtrlField15;\r
-               wxButton* m_buttonDel15;\r
-               wxTextCtrl* m_textCtrlLabel16;\r
-               wxTextCtrl* m_textCtrlField16;\r
-               wxButton* m_buttonDel16;\r
-               wxTextCtrl* m_textCtrlLabel17;\r
-               wxTextCtrl* m_textCtrlField17;\r
-               wxButton* m_buttonDel17;\r
-               wxTextCtrl* m_textCtrlLabel18;\r
-               wxTextCtrl* m_textCtrlField18;\r
-               wxButton* m_buttonDel18;\r
-               wxTextCtrl* m_textCtrlLabel19;\r
-               wxTextCtrl* m_textCtrlField19;\r
-               wxButton* m_buttonDel19;\r
-               wxButton* m_buttonAddField;\r
-               wxButton* m_buttonOK;\r
-               wxButton* m_buttonPreview;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnKeyDown( wxKeyEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel0( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel1( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel2( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel3( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel4( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel5( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel6( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel7( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel8( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel9( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel10( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel11( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel12( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel13( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel14( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel15( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel16( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel17( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel18( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonDel19( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonAddField( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonSend( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonPreview( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               wxFlexGridSizer* fgSizer5;\r
-               CEditProductDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Edit Product"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 660,640 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );\r
-               ~CEditProductDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CViewProductDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CViewProductDialogBase : public wxFrame \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxHtmlWindow* m_htmlWinReviews;\r
-               wxScrolledWindow* m_scrolledWindow;\r
-               wxRichTextCtrl* m_richTextHeading;\r
-               wxStaticText* m_staticTextInstructions;\r
-               wxButton* m_buttonSubmitForm;\r
-               wxButton* m_buttonCancelForm;\r
-               wxButton* m_buttonBack;\r
-               wxButton* m_buttonNext;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnButtonSubmitForm( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancelForm( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonBack( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonNext( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CViewProductDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Order Form"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 630,520 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );\r
-               ~CViewProductDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CViewOrderDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CViewOrderDialogBase : public wxFrame \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               wxHtmlWindow* m_htmlWin;\r
-               wxButton* m_buttonOK;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CViewOrderDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("View Order"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 630,520 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );\r
-               ~CViewOrderDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CEditReviewDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CEditReviewDialogBase : public wxFrame \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               \r
-               wxStaticText* m_staticTextSeller;\r
-               \r
-               wxStaticText* m_staticText110;\r
-               wxChoice* m_choiceStars;\r
-               wxStaticText* m_staticText43;\r
-               wxTextCtrl* m_textCtrlReview;\r
-               wxButton* m_buttonSubmit;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnKeyDown( wxKeyEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonSubmit( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CEditReviewDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Enter Review"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 630,440 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );\r
-               ~CEditReviewDialogBase();\r
-       \r
-};\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-/// Class CGetTextFromUserDialogBase\r
-///////////////////////////////////////////////////////////////////////////////\r
-class CGetTextFromUserDialogBase : public wxDialog \r
-{\r
-       private:\r
-       \r
-       protected:\r
-               \r
-               wxStaticText* m_staticTextMessage1;\r
-               wxTextCtrl* m_textCtrl1;\r
-               wxStaticText* m_staticTextMessage2;\r
-               wxTextCtrl* m_textCtrl2;\r
-               \r
-               \r
-               wxButton* m_buttonOK;\r
-               wxButton* m_buttonCancel;\r
-               \r
-               // Virtual event handlers, overide them in your derived class\r
-               virtual void OnClose( wxCloseEvent& event ){ event.Skip(); }\r
-               virtual void OnKeyDown( wxKeyEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }\r
-               virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }\r
-               \r
-       \r
-       public:\r
-               CGetTextFromUserDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 403,138 ), long style = wxDEFAULT_DIALOG_STYLE );\r
-               ~CGetTextFromUserDialogBase();\r
-       \r
-};\r
-\r
-#endif //__uibase__\r
+///////////////////////////////////////////////////////////////////////////
+// C++ code generated with wxFormBuilder (version Dec 21 2009)
+// http://www.wxformbuilder.org/
+//
+// PLEASE DO "NOT" EDIT THIS FILE!
+///////////////////////////////////////////////////////////////////////////
+
+#ifndef __uibase__
+#define __uibase__
+
+#include <wx/intl.h>
+
+#include <wx/string.h>
+#include <wx/bitmap.h>
+#include <wx/image.h>
+#include <wx/icon.h>
+#include <wx/menu.h>
+#include <wx/gdicmn.h>
+#include <wx/font.h>
+#include <wx/colour.h>
+#include <wx/settings.h>
+#include <wx/toolbar.h>
+#include <wx/statusbr.h>
+#include <wx/stattext.h>
+#include <wx/textctrl.h>
+#include <wx/button.h>
+#include <wx/sizer.h>
+#include <wx/choice.h>
+#include <wx/listctrl.h>
+#include <wx/panel.h>
+#include <wx/notebook.h>
+#include <wx/frame.h>
+#include <wx/html/htmlwin.h>
+#include <wx/dialog.h>
+#include <wx/listbox.h>
+#include <wx/checkbox.h>
+#include <wx/spinctrl.h>
+#include <wx/scrolwin.h>
+#include <wx/statbmp.h>
+
+///////////////////////////////////////////////////////////////////////////
+
+#define wxID_MAINFRAME 1000
+#define wxID_OPTIONSGENERATEBITCOINS 1001
+#define wxID_BUTTONSEND 1002
+#define wxID_BUTTONRECEIVE 1003
+#define wxID_TEXTCTRLADDRESS 1004
+#define wxID_BUTTONNEW 1005
+#define wxID_BUTTONCOPY 1006
+#define wxID_PROXYIP 1007
+#define wxID_PROXYPORT 1008
+#define wxID_TRANSACTIONFEE 1009
+#define wxID_TEXTCTRLPAYTO 1010
+#define wxID_BUTTONPASTE 1011
+#define wxID_BUTTONADDRESSBOOK 1012
+#define wxID_TEXTCTRLAMOUNT 1013
+#define wxID_CHOICETRANSFERTYPE 1014
+#define wxID_LISTCTRL 1015
+#define wxID_BUTTONRENAME 1016
+#define wxID_PANELSENDING 1017
+#define wxID_LISTCTRLSENDING 1018
+#define wxID_PANELRECEIVING 1019
+#define wxID_LISTCTRLRECEIVING 1020
+#define wxID_BUTTONDELETE 1021
+#define wxID_BUTTONEDIT 1022
+#define wxID_TEXTCTRL 1023
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CMainFrameBase
+///////////////////////////////////////////////////////////////////////////////
+class CMainFrameBase : public wxFrame 
+{
+       private:
+       
+       protected:
+               wxMenuBar* m_menubar;
+               wxMenu* m_menuFile;
+               wxMenu* m_menuHelp;
+               wxToolBar* m_toolBar;
+               
+               wxStaticText* m_staticText32;
+               wxButton* m_buttonNew;
+               wxButton* m_buttonCopy;
+               
+               wxStaticText* m_staticText41;
+               wxStaticText* m_staticTextBalance;
+               
+               wxChoice* m_choiceFilter;
+               wxNotebook* m_notebook;
+               wxPanel* m_panel9;
+               wxPanel* m_panel91;
+               wxPanel* m_panel92;
+               wxPanel* m_panel93;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
+               virtual void OnIconize( wxIconizeEvent& event ) { event.Skip(); }
+               virtual void OnIdle( wxIdleEvent& event ) { event.Skip(); }
+               virtual void OnMouseEvents( wxMouseEvent& event ) { event.Skip(); }
+               virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
+               virtual void OnMenuFileExit( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnMenuOptionsGenerate( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnUpdateUIOptionsGenerate( wxUpdateUIEvent& event ) { event.Skip(); }
+               virtual void OnMenuOptionsChangeYourAddress( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnMenuOptionsOptions( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnMenuHelpAbout( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonSend( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonAddressBook( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnKeyDown( wxKeyEvent& event ) { event.Skip(); }
+               virtual void OnMouseEventsAddress( wxMouseEvent& event ) { event.Skip(); }
+               virtual void OnSetFocusAddress( wxFocusEvent& event ) { event.Skip(); }
+               virtual void OnButtonNew( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCopy( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnNotebookPageChanged( wxNotebookEvent& event ) { event.Skip(); }
+               virtual void OnListColBeginDrag( wxListEvent& event ) { event.Skip(); }
+               virtual void OnListItemActivated( wxListEvent& event ) { event.Skip(); }
+               virtual void OnPaintListCtrl( wxPaintEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               wxMenu* m_menuOptions;
+               wxStatusBar* m_statusBar;
+               wxTextCtrl* m_textCtrlAddress;
+               wxListCtrl* m_listCtrlAll;
+               wxListCtrl* m_listCtrlSentReceived;
+               wxListCtrl* m_listCtrlSent;
+               wxListCtrl* m_listCtrlReceived;
+               
+               CMainFrameBase( wxWindow* parent, wxWindowID id = wxID_MAINFRAME, const wxString& title = _("Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 723,484 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
+               ~CMainFrameBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CTxDetailsDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CTxDetailsDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               wxHtmlWindow* m_htmlWin;
+               wxButton* m_buttonOK;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               
+               CTxDetailsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Transaction Details"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 620,450 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
+               ~CTxDetailsDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class COptionsDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class COptionsDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               wxListBox* m_listBox;
+               wxScrolledWindow* m_scrolledWindow;
+               wxPanel* m_panelMain;
+               
+               wxCheckBox* m_checkBoxLimitProcessors;
+               wxSpinCtrl* m_spinCtrlLimitProcessors;
+               wxStaticText* m_staticText35;
+               wxCheckBox* m_checkBoxStartOnSystemStartup;
+               wxCheckBox* m_checkBoxMinimizeToTray;
+               wxCheckBox* m_checkBoxUseUPnP;
+               wxCheckBox* m_checkBoxMinimizeOnClose;
+               wxCheckBox* m_checkBoxUseProxy;
+               
+               wxStaticText* m_staticTextProxyIP;
+               wxTextCtrl* m_textCtrlProxyIP;
+               wxStaticText* m_staticTextProxyPort;
+               wxTextCtrl* m_textCtrlProxyPort;
+               
+               wxStaticText* m_staticText32;
+               wxStaticText* m_staticText31;
+               wxTextCtrl* m_textCtrlTransactionFee;
+               wxPanel* m_panelTest2;
+               
+               wxStaticText* m_staticText321;
+               wxStaticText* m_staticText69;
+               wxButton* m_buttonOK;
+               wxButton* m_buttonCancel;
+               wxButton* m_buttonApply;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnListBox( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnCheckBoxLimitProcessors( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnCheckBoxMinimizeToTray( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnCheckBoxUseProxy( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnKillFocusProxy( wxFocusEvent& event ) { event.Skip(); }
+               virtual void OnKillFocusTransactionFee( wxFocusEvent& event ) { event.Skip(); }
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonApply( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               
+               COptionsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 540,360 ), long style = wxDEFAULT_DIALOG_STYLE );
+               ~COptionsDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CAboutDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CAboutDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               wxStaticBitmap* m_bitmap;
+               
+               wxStaticText* m_staticText40;
+               
+               wxStaticText* m_staticTextMain;
+               
+               
+               wxButton* m_buttonOK;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               wxStaticText* m_staticTextVersion;
+               
+               CAboutDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 532,333 ), long style = wxDEFAULT_DIALOG_STYLE );
+               ~CAboutDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CSendDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CSendDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               
+               
+               wxStaticText* m_staticTextInstructions;
+               
+               wxStaticBitmap* m_bitmapCheckMark;
+               wxStaticText* m_staticText36;
+               wxTextCtrl* m_textCtrlAddress;
+               wxButton* m_buttonPaste;
+               wxButton* m_buttonAddress;
+               wxStaticText* m_staticText19;
+               wxTextCtrl* m_textCtrlAmount;
+               wxStaticText* m_staticText20;
+               wxChoice* m_choiceTransferType;
+               
+               
+               
+               wxButton* m_buttonSend;
+               wxButton* m_buttonCancel;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnKeyDown( wxKeyEvent& event ) { event.Skip(); }
+               virtual void OnTextAddress( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonPaste( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonAddressBook( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnKillFocusAmount( wxFocusEvent& event ) { event.Skip(); }
+               virtual void OnButtonSend( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               
+               CSendDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Send Coins"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 498,157 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
+               ~CSendDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CSendingDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CSendingDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               wxStaticText* m_staticTextSending;
+               wxTextCtrl* m_textCtrlStatus;
+               
+               wxButton* m_buttonOK;
+               wxButton* m_buttonCancel;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
+               virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               
+               CSendingDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sending..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 442,151 ), long style = wxDEFAULT_DIALOG_STYLE );
+               ~CSendingDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CYourAddressDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CYourAddressDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               
+               wxStaticText* m_staticText45;
+               wxListCtrl* m_listCtrl;
+               
+               wxButton* m_buttonRename;
+               wxButton* m_buttonNew;
+               wxButton* m_buttonCopy;
+               wxButton* m_buttonOK;
+               wxButton* m_buttonCancel;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
+               virtual void OnListEndLabelEdit( wxListEvent& event ) { event.Skip(); }
+               virtual void OnListItemActivated( wxListEvent& event ) { event.Skip(); }
+               virtual void OnListItemSelected( wxListEvent& event ) { event.Skip(); }
+               virtual void OnButtonRename( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonNew( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCopy( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               
+               CYourAddressDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Your Bitcoin Addresses"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 610,390 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
+               ~CYourAddressDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CAddressBookDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CAddressBookDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               wxNotebook* m_notebook;
+               wxPanel* m_panelSending;
+               
+               wxStaticText* m_staticText55;
+               wxListCtrl* m_listCtrlSending;
+               wxPanel* m_panelReceiving;
+               
+               wxStaticText* m_staticText45;
+               
+               wxListCtrl* m_listCtrlReceiving;
+               
+               wxButton* m_buttonDelete;
+               wxButton* m_buttonCopy;
+               wxButton* m_buttonEdit;
+               wxButton* m_buttonNew;
+               wxButton* m_buttonOK;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
+               virtual void OnNotebookPageChanged( wxNotebookEvent& event ) { event.Skip(); }
+               virtual void OnListEndLabelEdit( wxListEvent& event ) { event.Skip(); }
+               virtual void OnListItemActivated( wxListEvent& event ) { event.Skip(); }
+               virtual void OnListItemSelected( wxListEvent& event ) { event.Skip(); }
+               virtual void OnButtonDelete( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCopy( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonEdit( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonNew( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               wxButton* m_buttonCancel;
+               
+               CAddressBookDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Address Book"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 610,390 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
+               ~CAddressBookDialogBase();
+       
+};
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class CGetTextFromUserDialogBase
+///////////////////////////////////////////////////////////////////////////////
+class CGetTextFromUserDialogBase : public wxDialog 
+{
+       private:
+       
+       protected:
+               
+               wxStaticText* m_staticTextMessage1;
+               wxTextCtrl* m_textCtrl1;
+               wxStaticText* m_staticTextMessage2;
+               wxTextCtrl* m_textCtrl2;
+               
+               
+               wxButton* m_buttonOK;
+               wxButton* m_buttonCancel;
+               
+               // Virtual event handlers, overide them in your derived class
+               virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
+               virtual void OnKeyDown( wxKeyEvent& event ) { event.Skip(); }
+               virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
+               virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
+               
+       
+       public:
+               
+               CGetTextFromUserDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 440,138 ), long style = wxDEFAULT_DIALOG_STYLE );
+               ~CGetTextFromUserDialogBase();
+       
+};
+
+#endif //__uibase__