@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008 )
// C++ code generated with wxFormBuilder (version Dec 21 2009 )
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
@ -61,7 +61,6 @@ CMainFrameBase::CMainFrameBase( wxWindow* parent, wxWindowID id, const wxString&
m_toolBar - > Realize ( ) ;
m_toolBar - > Realize ( ) ;
m_statusBar = this - > CreateStatusBar ( 1 , wxST_SIZEGRIP , wxID_ANY ) ;
m_statusBar = this - > CreateStatusBar ( 1 , wxST_SIZEGRIP , wxID_ANY ) ;
wxBoxSizer * bSizer2 ;
wxBoxSizer * bSizer2 ;
bSizer2 = new wxBoxSizer ( wxVERTICAL ) ;
bSizer2 = new wxBoxSizer ( wxVERTICAL ) ;
@ -355,7 +354,6 @@ COptionsDialogBase::COptionsDialogBase( wxWindow* parent, wxWindowID id, const w
bSizer71 = new wxBoxSizer ( wxHORIZONTAL ) ;
bSizer71 = new wxBoxSizer ( wxHORIZONTAL ) ;
m_checkBoxLimitProcessors = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Limit coin generation to " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_checkBoxLimitProcessors = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Limit coin generation to " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer71 - > Add ( m_checkBoxLimitProcessors , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
bSizer71 - > Add ( m_checkBoxLimitProcessors , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
m_spinCtrlLimitProcessors = new wxSpinCtrl ( m_panelMain , wxID_ANY , wxEmptyString , wxDefaultPosition , wxSize ( 48 , - 1 ) , wxSP_ARROW_KEYS , 1 , 999 , 1 ) ;
m_spinCtrlLimitProcessors = new wxSpinCtrl ( m_panelMain , wxID_ANY , wxEmptyString , wxDefaultPosition , wxSize ( 48 , - 1 ) , wxSP_ARROW_KEYS , 1 , 999 , 1 ) ;
@ -368,22 +366,18 @@ COptionsDialogBase::COptionsDialogBase( wxWindow* parent, wxWindowID id, const w
bSizer69 - > Add ( bSizer71 , 0 , 0 , 5 ) ;
bSizer69 - > Add ( bSizer71 , 0 , 0 , 5 ) ;
m_checkBoxStartOnSystemStartup = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Start Bitcoin on system startup " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_checkBoxStartOnSystemStartup = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Start Bitcoin on system startup " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer69 - > Add ( m_checkBoxStartOnSystemStartup , 0 , wxALL , 5 ) ;
bSizer69 - > Add ( m_checkBoxStartOnSystemStartup , 0 , wxALL , 5 ) ;
m_checkBoxMinimizeToTray = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Minimize to the tray instead of the taskbar " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_checkBoxMinimizeToTray = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Minimize to the tray instead of the taskbar " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer69 - > Add ( m_checkBoxMinimizeToTray , 0 , wxALL , 5 ) ;
bSizer69 - > Add ( m_checkBoxMinimizeToTray , 0 , wxALL , 5 ) ;
m_checkBoxMinimizeOnClose = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " M&inimize to the tray on close " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_checkBoxMinimizeOnClose = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " M&inimize to the tray on close " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer69 - > Add ( m_checkBoxMinimizeOnClose , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
bSizer69 - > Add ( m_checkBoxMinimizeOnClose , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
wxBoxSizer * bSizer102 ;
wxBoxSizer * bSizer102 ;
bSizer102 = new wxBoxSizer ( wxHORIZONTAL ) ;
bSizer102 = new wxBoxSizer ( wxHORIZONTAL ) ;
m_checkBoxUseProxy = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Connect through socks4 proxy: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_checkBoxUseProxy = new wxCheckBox ( m_panelMain , wxID_ANY , _ ( " &Connect through socks4 proxy: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer102 - > Add ( m_checkBoxUseProxy , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
bSizer102 - > Add ( m_checkBoxUseProxy , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
bSizer69 - > Add ( bSizer102 , 1 , wxEXPAND , 5 ) ;
bSizer69 - > Add ( bSizer102 , 1 , wxEXPAND , 5 ) ;
@ -550,7 +544,7 @@ CAboutDialogBase::CAboutDialogBase( wxWindow* parent, wxWindowID id, const wxStr
bSizer631 - > Add ( 0 , 4 , 0 , wxEXPAND , 5 ) ;
bSizer631 - > Add ( 0 , 4 , 0 , wxEXPAND , 5 ) ;
m_staticTextMain = new wxStaticText ( this , wxID_ANY , _ ( " Copyright (c) 2009-2011 Bitcoin Developers \n \n This is experimental software. \n \n Distributed under the MIT/X11 software license, see the accompanying file \n license.txt or http://www.opensource.org/licenses/mit-license.php. \n \n This product includes software developed by the OpenSSL Project for use in the \n OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by \n Eric Young (eay@cryptsoft.com). " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextMain = new wxStaticText ( this , wxID_ANY , _ ( " Copyright (c) 2009-2010 Bitcoin Developers \n \n This is experimental software. \n \n Distributed under the MIT/X11 software license, see the accompanying file \n license.txt or http://www.opensource.org/licenses/mit-license.php. \n \n This product includes software developed by the OpenSSL Project for use in the \n OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by \n Eric Young (eay@cryptsoft.com). " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextMain - > Wrap ( - 1 ) ;
m_staticTextMain - > Wrap ( - 1 ) ;
bSizer631 - > Add ( m_staticTextMain , 0 , wxALL , 5 ) ;
bSizer631 - > Add ( m_staticTextMain , 0 , wxALL , 5 ) ;
@ -677,6 +671,11 @@ CSendDialogBase::CSendDialogBase( wxWindow* parent, wxWindowID id, const wxStrin
bSizer21 - > Add ( fgSizer1 , 0 , wxEXPAND | wxLEFT , 5 ) ;
bSizer21 - > Add ( fgSizer1 , 0 , wxEXPAND | wxLEFT , 5 ) ;
wxBoxSizer * bSizer672 ;
bSizer672 = new wxBoxSizer ( wxHORIZONTAL ) ;
bSizer21 - > Add ( bSizer672 , 0 , wxEXPAND , 5 ) ;
wxBoxSizer * bSizer23 ;
wxBoxSizer * bSizer23 ;
bSizer23 = new wxBoxSizer ( wxHORIZONTAL ) ;
bSizer23 = new wxBoxSizer ( wxHORIZONTAL ) ;
@ -698,6 +697,7 @@ CSendDialogBase::CSendDialogBase( wxWindow* parent, wxWindowID id, const wxStrin
// Connect Events
// Connect Events
m_textCtrlAddress - > Connect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
m_textCtrlAddress - > Connect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
m_textCtrlAddress - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( CSendDialogBase : : OnTextAddress ) , NULL , this ) ;
m_buttonPaste - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonPaste ) , NULL , this ) ;
m_buttonPaste - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonPaste ) , NULL , this ) ;
m_buttonAddress - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonAddressBook ) , NULL , this ) ;
m_buttonAddress - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonAddressBook ) , NULL , this ) ;
m_textCtrlAmount - > Connect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
m_textCtrlAmount - > Connect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
@ -710,6 +710,7 @@ CSendDialogBase::~CSendDialogBase()
{
{
// Disconnect Events
// Disconnect Events
m_textCtrlAddress - > Disconnect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
m_textCtrlAddress - > Disconnect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
m_textCtrlAddress - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( CSendDialogBase : : OnTextAddress ) , NULL , this ) ;
m_buttonPaste - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonPaste ) , NULL , this ) ;
m_buttonPaste - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonPaste ) , NULL , this ) ;
m_buttonAddress - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonAddressBook ) , NULL , this ) ;
m_buttonAddress - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( CSendDialogBase : : OnButtonAddressBook ) , NULL , this ) ;
m_textCtrlAmount - > Disconnect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;
m_textCtrlAmount - > Disconnect ( wxEVT_KEY_DOWN , wxKeyEventHandler ( CSendDialogBase : : OnKeyDown ) , NULL , this ) ;