m_FillModeCtrl->SetToolTip(_("Filled areas can use solid polygons or segments.\nDepending on the complexity and the size of the zone,\nsometimes polygons are better and sometimes segments are better."));
m_ArcApproximationOpt->SetToolTip(_("Number of segments to approximate a circle in filling calculations.\n16 segment is faster to calculate and when redraw screen.\n32 segment give a better quality"));
m_PadInZoneOpt=newwxRadioBox(this,wxID_PADS_IN_ZONE_OPTIONS,_("Pad in Zone:"),wxDefaultPosition,wxDefaultSize,m_PadInZoneOptNChoices,m_PadInZoneOptChoices,1,wxRA_SPECIFY_COLS);
m_FillModeCtrl->SetToolTip(_("Filled areas can use solid polygons or segments.\nDepending on the complexity and the size of the zone,\nsometimes polygons are better and sometimes segments are better."));
m_ArcApproximationOpt->SetToolTip(_("Number of segments to approximate a circle in filling calculations.\n16 segment is faster to calculate and when redraw screen.\n32 segment give a better quality"));
m_PadInZoneOpt=newwxRadioBox(this,wxID_PADS_IN_ZONE_OPTIONS,_("Pad in Zone:"),wxDefaultPosition,wxDefaultSize,m_PadInZoneOptNChoices,m_PadInZoneOptChoices,1,wxRA_SPECIFY_COLS);
m_NetDisplayOption=newwxRadioBox(this,ID_NET_SORTING_OPTION,_("Net list options:"),wxDefaultPosition,wxDefaultSize,m_NetDisplayOptionNChoices,m_NetDisplayOptionChoices,1,wxRA_SPECIFY_COLS);
m_NetDisplayOption->SetSelection(2);
m_NetDisplayOption->SetToolTip(_("Nets can be sorted:\nBy alphabetic order\nBy number of pads in the net (advanced)"));
dialog_copper_zone_base(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(566,582),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
dialog_copper_zone_base(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(566,582),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);