m_GridCtrl=newwxRadioBox(this,ID_RADIOBOX_GRID_SELECTION,_("Grid Size for Filling:"),wxDefaultPosition,wxDefaultSize,m_GridCtrlNChoices,m_GridCtrlChoices,1,wxRA_SPECIFY_COLS);
m_PadInZoneOpt=newwxRadioBox(this,wxID_PADS_IN_ZONE_OPTIONS,_("Pad in Zone:"),wxDefaultPosition,wxDefaultSize,m_PadInZoneOptNChoices,m_PadInZoneOptChoices,1,wxRA_SPECIFY_COLS);
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_ShowFilledAreasInSketchOpt=newwxCheckBox(this,wxID_ANY,_("Show filled areas in sketch mode"),wxDefaultPosition,wxDefaultSize,0);
m_ShowFilledAreasInSketchOpt->SetToolTip(_("If enabled, filled areas in is this zone will be displayed as non filled polygons.\nIf disabled, filled areas in is this zone will be displayed as \"solid\" areas (normal mode)."));
m_GridCtrl=newwxRadioBox(this,ID_RADIOBOX_GRID_SELECTION,_("Grid Size for Filling:"),wxDefaultPosition,wxDefaultSize,m_GridCtrlNChoices,m_GridCtrlChoices,1,wxRA_SPECIFY_COLS);
m_PadInZoneOpt=newwxRadioBox(this,wxID_PADS_IN_ZONE_OPTIONS,_("Pad in Zone:"),wxDefaultPosition,wxDefaultSize,m_PadInZoneOptNChoices,m_PadInZoneOptChoices,1,wxRA_SPECIFY_COLS);
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_ShowFilledAreasInSketchOpt=newwxCheckBox(this,wxID_ANY,_("Show filled areas in sketch mode"),wxDefaultPosition,wxDefaultSize,0);
m_ShowFilledAreasInSketchOpt->SetToolTip(_("If enabled, filled areas in is this zone will be displayed as non filled polygons.\nIf disabled, filled areas in is this zone will be displayed as \"solid\" areas (normal mode)."));
dialog_copper_zone_base(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(545,493),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(545,493),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
DialogNonCopperZonesPropertiesBase(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Non Copper Zones Properties"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(366,221),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxFULL_REPAINT_ON_RESIZE|wxSUNKEN_BORDER);
DialogNonCopperZonesPropertiesBase(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Non Copper Zones Properties"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(366,221),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxFULL_REPAINT_ON_RESIZE|wxSUNKEN_BORDER);