m_Net2CurrValueButton=newwxRadioButton(this,ID_CURRENT_VALUES_TO_CURRENT_NET,_("Set tracks and vias of the current Net to the current value"),wxDefaultPosition,wxDefaultSize,0);
m_NetUseNetclassValueButton=newwxRadioButton(this,ID_NETCLASS_VALUES_TO_CURRENT_NET,_("Set tracks and vias of the current Net to the Netclass value"),wxDefaultPosition,wxDefaultSize,0);
DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Global Edition of Tracks and Vias"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(711,376),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);