80 m_sizer =
new wxBoxSizer( wxVERTICAL );
81 m_sizer->Add( 0, 1, 1, wxEXPAND, 5 );
83 m_textInfo =
new wxStaticText(
this, wxID_ANY,
"", wxDefaultPosition, wxDefaultSize,
84 wxALL | wxEXPAND | wxALIGN_CENTER_HORIZONTAL );
86 m_textInfo->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_GRAYTEXT ) );
87 m_textInfo->SetLabel(
_(
"Simulation provided no plots. Please refer to console window for results." ) );
90 m_sizer->Add( 0, 1, 1, wxEXPAND, 5 );