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,
_(
"Default Zone Hatching Offsets"), wxDefaultPosition, wxDefaultSize, 0 );
24 mainSizer->Add( 0, 2, 0, 0, 5 );
26 m_staticline1 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
62 this->SetSizer( mainSizer );
64 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)