97 wxStaticBoxSizer* m_SessionSizerCtrl;
98 wxStaticText* m_SessionClickCtrl;
99 wxStaticText* m_SessionAttribCtrl;
100 wxStaticText* m_SessionIntersectCtrl;
101 wxStaticText* m_SessionElapsedTimeCtrl;
102 wxStaticBoxSizer* m_TotalSizerCtrl;
103 wxStaticText* m_TotalClickCtrl;
104 wxStaticText* m_TotalAttribCtrl;
105 wxStaticText* m_TotalIntersectCtrl;
106 wxStaticText* m_TotalElapsedTimeCtrl;
107 wxButton* m_BtnStartCtrl;
108 wxButton* m_BtnStopCtrl;
109 wxButton* m_BtnExportCtrl;
110 wxButton* m_BtnCloseCtrl;
114 long m_DataTotalRecord;
117 void OnRecordStart(wxCommandEvent& event);
119 void OnRecordStop(wxCommandEvent& event);
121 void OnExport(wxCommandEvent& event);
123 void _CreateControls();
125 void _UpdateControls();
127 DECLARE_EVENT_TABLE();
131 DataBaseTM* database, wxWindowID
id = wxID_ANY,
const wxString& title = _(
"Statistics"),
132 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
133 long style = wxDEFAULT_DIALOG_STYLE);
137 void SetStarted(
bool recordstarted);