14PANEL_SETUP_ZONE_HATCH_OFFSETS_BASE::PANEL_SETUP_ZONE_HATCH_OFFSETS_BASE( wxWindow* parent, wxWindowID
id,
const wxPoint& pos,
const wxSize& size,
long style,
const wxString&
name ) : wxPanel( parent, id, pos, size, style,
name )
16 wxBoxSizer* mainSizer;
17 mainSizer =
new wxBoxSizer( wxVERTICAL );
19 m_staticTextLabel =
new wxStaticText(
this, wxID_ANY,
_(
"Zone Hatched Fill Offsets"), wxDefaultPosition, wxDefaultSize, 0 );
24 mainSizer->Add( 0, 2, 0, 0, 5 );
26 m_staticline1 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
61 m_prototypeZoneFills =
new wxCheckBox(
this, wxID_ANY,
_(
"Use solid fills for hatched zones"), wxDefaultPosition, wxDefaultSize, 0 );
62 m_prototypeZoneFills->SetToolTip(
_(
"Prototype zone fill mode fills hatched zones as solid to improve performance on large boards. This local setting takes effect the next time zones are filled.") );
67 this->SetSizer( mainSizer );
69 mainSizer->Fit(
this );
PANEL_SETUP_ZONE_HATCH_OFFSETS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)