///////////////////////////////////////////////////////////////////////////
-// C++ code generated with wxFormBuilder (version Feb 24 2016)
+// C++ code generated with wxFormBuilder (version Nov 13 2016)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
#include <wx/html/htmlwin.h>
#include <wx/splitter.h>
#include <wx/statusbr.h>
+#include <wx/toolbar.h>
#include <wx/frame.h>
#include <wx/stattext.h>
#include <wx/statline.h>
#define ID_MANAGE_NEWAB 1000
#define ID_IMPORT 1001
#define ID_EXPORT 1002
-#define ID_CONTACT_EDIT 1003
-#define ID_CONTACT_DELETE 1004
-#define ID_VIEW_FNLN 1005
-#define ID_VIEW_LNFN 1006
-#define ID_VIEW_NICK 1007
-#define ID_VIEW_ASC 1008
-#define ID_VIEW_DESC 1009
-#define ID_VIEW_STATUSBAR 1010
-#define ID_MANAGE_CUT 1011
-#define ID_MANAGE_COPY 1012
-#define ID_MANAGE_PASTE 1013
-#define ID_HELP_SHOW 1014
-#define ID_MANAGE_UPDATE 1015
-#define ID_CONTACT_CLOSE 1016
-#define CONTACT_SAVE 1017
-#define CONTACT_SAVECLOSE 1018
-#define CONTACT_CLOSE 1019
+#define ID_CONTACT_ADD 1003
+#define ID_CONTACT_EDIT 1004
+#define ID_CONTACT_DELETE 1005
+#define ID_CONTACT_FIND 1006
+#define ID_VIEW_FNLN 1007
+#define ID_VIEW_LNFN 1008
+#define ID_VIEW_NICK 1009
+#define ID_VIEW_ASC 1010
+#define ID_VIEW_DESC 1011
+#define ID_VIEW_STATUSBAR 1012
+#define ID_MANAGE_CUT 1013
+#define ID_MANAGE_COPY 1014
+#define ID_MANAGE_PASTE 1015
+#define ID_HELP_SHOW 1016
+#define ID_MANAGE_UPDATE 1017
+#define ID_CONTACT_CLOSE 1018
+#define CONTACT_SAVE 1019
+#define CONTACT_SAVECLOSE 1020
+#define CONTACT_CLOSE 1021
///////////////////////////////////////////////////////////////////////////////
/// Class frmMainADT
wxPanel* m_panel20;
wxHtmlWindow* htmContactData;
wxStatusBar* stbBottom;
+ wxToolBar* tblMain;
+ wxToolBarToolBase* tbtNewAccount;
+ wxToolBarToolBase* tbtPreferences;
+ wxToolBarToolBase* tbtSearch;
+ wxToolBarToolBase* tbtAddContact;
+ wxToolBarToolBase* tbtEditContact;
+ wxToolBarToolBase* tbtDeleteContact;
// Virtual event handlers, overide them in your derived class
virtual void QuitApp( wxCloseEvent& event ) { event.Skip(); }
public:
- frmActivityMgrADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activity Manager"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 400,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
+ frmActivityMgrADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activity Manager"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 400,425 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
~frmActivityMgrADT();