84 m_sizer =
new wxBoxSizer( wxVERTICAL );
85 m_sizer->Add( 0, 1, 1, wxEXPAND, 5 );
87 m_textInfo =
new wxStaticText(
dynamic_cast<wxWindow*
>(
this ), wxID_ANY,
"", wxDefaultPosition,
88 wxDefaultSize, wxALL | wxEXPAND | wxALIGN_CENTER_HORIZONTAL );
90 m_textInfo->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_GRAYTEXT ) );
91 m_textInfo->SetLabel(
_(
"Simulation provided no plots. Please refer to console window "
95 m_sizer->Add( 0, 1, 1, wxEXPAND, 5 );
97 dynamic_cast<wxWindow*
>( this )->SetSizer(
m_sizer );