12DIALOG_COPPER_ZONE_BASE::DIALOG_COPPER_ZONE_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( wxDefaultSize, wxDefaultSize );
18 wxBoxSizer* bMainSizer;
19 bMainSizer =
new wxBoxSizer( wxHORIZONTAL );
21 wxBoxSizer* bSizerLeft;
22 bSizerLeft =
new wxBoxSizer( wxVERTICAL );
29 bSizerLeft->Add( 0, 2, 0, wxEXPAND, 5 );
31 m_layers =
new wxDataViewListCtrl(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxDV_NO_HEADER|wxBORDER_SIMPLE );
32 m_layers->SetMinSize( wxSize( 180,-1 ) );
34 bSizerLeft->Add(
m_layers, 1, wxEXPAND|wxRIGHT|wxLEFT, 5 );
37 bMainSizer->Add( bSizerLeft, 0, wxEXPAND, 5 );
40 bMainSizer->Add( 5, 0, 0, wxEXPAND, 5 );
50 wxBoxSizer* bSizerbottom;
51 bSizerbottom =
new wxBoxSizer( wxHORIZONTAL );
60 bSizerbottom->Add(
m_sdbSizer, 1, wxALL|wxEXPAND, 5 );
DIALOG_COPPER_ZONE_BASE(wxWindow *parent, wxWindowID id=ID_DIALOG_COPPER_ZONE_BASE, const wxString &title=_("Copper Zone Properties"), 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)