m_GridCtrl=newwxRadioBox(this,ID_RADIOBOX_GRID_SELECTION,_("Grid Size for Filling:"),wxDefaultPosition,wxDefaultSize,m_GridCtrlNChoices,m_GridCtrlChoices,1,wxRA_SPECIFY_COLS);
m_GridCtrl=newwxRadioBox(this,ID_RADIOBOX_GRID_SELECTION,_("Grid Size for Filling:"),wxDefaultPosition,wxDefaultSize,m_GridCtrlNChoices,m_GridCtrlChoices,1,wxRA_SPECIFY_COLS);
m_GridCtrl->SetSelection(4);
m_GridCtrl->SetSelection(1);
m_FillOptionsBox->Add(m_GridCtrl,0,wxALL,5);
m_FillOptionsBox->Add(m_GridCtrl,0,wxALL,5);
m_ClearanceValueTitle=newwxStaticText(this,wxID_ANY,_("Zone clearance value (mm):"),wxDefaultPosition,wxDefaultSize,0);
m_ClearanceValueTitle=newwxStaticText(this,wxID_ANY,_("Zone clearance value (mm):"),wxDefaultPosition,wxDefaultSize,0);
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"));
wxStringm_OrientEdgesOptChoices[]={_("Any"),_("H , V and 45 deg")};
<propertyname="tooltip">Number of segments to approximate a circle in filling calculations.
16 segment is faster to calculate and when redraw screen.
32 segment give a better quality</property>
dialog_copper_zone_frame(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(452,493),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSUNKEN_BORDER);
dialog_copper_zone_frame(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(452,493),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);