m_PinsNameInsideButt=newwxCheckBox(m_PanelBasic,wxID_ANY,_("Pin Name Inside"),wxDefaultPosition,wxDefaultSize,0);
m_PinsNameInsideButt->SetToolTip(_("Check this option to have pin names inside the body and pin number outside.\nIf not checked pins names and pins numbers are outside."));
m_OptionPower->SetToolTip(_("Check this option for power symbols.\nPower symbols have specific properties"));
bSizerBasicPanel->Add(m_OptionPower,0,wxALL,5);
m_OptionPartsLocked=newwxCheckBox(m_PanelBasic,wxID_ANY,_("Parts are locked"),wxDefaultPosition,wxDefaultSize,0);
m_OptionPartsLocked->SetToolTip(_("Check this option if Eeschema cannot change parts selections inside a given package\nThis happens when parts are differents in this package."));
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);