m_AutoPlaceCtrl=newwxRadioBox(m_PanelProperties,wxID_ANY,_("Move and Auto Place"),wxDefaultPosition,wxDefaultSize,m_AutoPlaceCtrlNChoices,m_AutoPlaceCtrlChoices,1,wxRA_SPECIFY_COLS);
m_AutoPlaceCtrl=newwxRadioBox(m_PanelProperties,wxID_ANY,_("Move and Auto Place"),wxDefaultPosition,wxDefaultSize,m_AutoPlaceCtrlNChoices,m_AutoPlaceCtrlChoices,1,wxRA_SPECIFY_COLS);
m_MaskClearanceTitle->SetToolTip(_("This is the local clearance between pads and the solder mask\nfor this footprint\nThis value can be superseded by a pad local value.\nIf 0, the global value is used"));
m_staticTextSolderPaste->SetToolTip(_("This is the local clearance between pads and the solder paste\nfor this footprint.\nThis value can be superseded by a pad local values.\nThe final clearance value is the sum of this value and the clearance value ratio\nA negative value means a smaller mask size than pad size"));
m_MaskClearanceTitle->Wrap(-1);
m_MaskClearanceTitle->SetToolTip(_("This is the local clearance between pads and the solder mask\nfor this footprint\nThis value can be superseded by a pad local value.\nIf 0, the global value is used"));
m_staticTextRatio->SetToolTip(_("This is the local clearance ratio in per cent between pads and the solder paste\nfor this footprint.\nA value of 10 means the clearance value is 10 per cent of the pad size\nThis value can be superseded by a pad local value.\nThe final clearance value is the sum of this value and the clearance value\nA negative value means a smaller mask size than pad size."));
m_staticTextSolderPaste->Wrap(-1);
m_staticTextSolderPaste->SetToolTip(_("This is the local clearance between pads and the solder paste\nfor this footprint.\nThis value can be superseded by a pad local values.\nThe final clearance value is the sum of this value and the clearance value ratio\nA negative value means a smaller mask size than pad size"));
m_staticTextRatio->SetToolTip(_("This is the local clearance ratio in per cent between pads and the solder paste\nfor this footprint.\nA value of 10 means the clearance value is 10 per cent of the pad size\nThis value can be superseded by a pad local value.\nThe final clearance value is the sum of this value and the clearance value\nA negative value means a smaller mask size than pad size."));