12DIALOG_GENERATORS_BASE::DIALOG_GENERATORS_BASE( wxWindow* parent, wxWindowID 
id, 
const wxString& title, 
const wxPoint& pos, 
const wxSize& size, 
long style ) : 
DIALOG_SHIM( parent, id, title, pos, size, style )
 
   14    this->SetSizeHints( wxSize( -1,-1 ), wxDefaultSize );
 
   16    wxBoxSizer* m_MainSizer;
 
   17    m_MainSizer = 
new wxBoxSizer( wxVERTICAL );
 
   20    bSizer13 = 
new wxBoxSizer( wxVERTICAL );
 
   22    m_Notebook = 
new wxNotebook( 
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
 
   26    wxBoxSizer* bSizerPage1;
 
   27    bSizerPage1 = 
new wxBoxSizer( wxVERTICAL );
 
   29    bSizerPage1->SetMinSize( wxSize( -1,320 ) );
 
   31    m_dataview1->SetToolTip( 
_(
"Click on items to highlight them on the board.") );
 
   33    bSizerPage1->Add( 
m_dataview1, 1, wxEXPAND|wxALL, 5 );
 
   36    bSizerPage1->Add( 0, 8, 0, wxEXPAND, 5 );
 
   47    m_MainSizer->Add( bSizer13, 1, wxEXPAND, 5 );
 
   51    m_rebuildSelected = 
new wxButton( 
this, wxID_ANY, 
_(
"Rebuild Selected"), wxDefaultPosition, wxDefaultSize, 0 );
 
   54    m_rebuildThisType = 
new wxButton( 
this, wxID_ANY, 
_(
"Rebuild this type"), wxDefaultPosition, wxDefaultSize, 0 );
 
   62    m_rebuildAll = 
new wxButton( 
this, wxID_ANY, 
_(
"Rebuild All"), wxDefaultPosition, wxDefaultSize, 0 );
 
   76    this->SetSizer( m_MainSizer );
 
   78    m_MainSizer->Fit( 
this );
 
 
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)