12DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS_BASE::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS_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 ), wxSize( -1,-1 ) );
 
   16    wxFlexGridSizer* fgSizer3;
 
   17    fgSizer3 = 
new wxFlexGridSizer( 0, 1, 0, 0 );
 
   18    fgSizer3->AddGrowableCol( 0 );
 
   19    fgSizer3->AddGrowableRow( 0 );
 
   20    fgSizer3->SetFlexibleDirection( wxBOTH );
 
   21    fgSizer3->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
 
   23    m_sourceNotebook = 
new wxNotebook( 
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
 
   34    bSizer4 = 
new wxBoxSizer( wxVERTICAL );
 
   37    fgSizer3->Add( bSizer4, 1, wxEXPAND, 5 );
 
   40    bSizer13 = 
new wxBoxSizer( wxVERTICAL );
 
   42    m_cbReplaceExisting = 
new wxCheckBox( 
this, wxID_ANY, 
_(
"Replace existing placement rule areas"), wxDefaultPosition, wxDefaultSize, 0 );
 
   45    m_cbGroupItems = 
new wxCheckBox( 
this, wxID_ANY, 
_(
"Group footprints with their placement rule areas"), wxDefaultPosition, wxDefaultSize, 0 );
 
   49    fgSizer3->Add( bSizer13, 1, wxEXPAND, 5 );
 
   51    wxBoxSizer* bottomButtonsSizer;
 
   52    bottomButtonsSizer = 
new wxBoxSizer( wxHORIZONTAL );
 
   55    bottomButtonsSizer->Add( 10, 0, 1, 0, 5 );
 
   67    fgSizer3->Add( bottomButtonsSizer, 0, wxEXPAND|wxLEFT, 5 );
 
   70    this->SetSizer( fgSizer3 );
 
   72    fgSizer3->Fit( 
this );
 
 
DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Generate Multichannel Rule Areas"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
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)