m_PinsNameInsideButt=newwxCheckBox(m_PanelBasic,wxID_ANY,_("Pin Name Inside"),wxDefaultPosition,wxDefaultSize,0);
m_PinsNameInsideButt->SetValue(true);
m_PinsNameInsideButt->SetValue(true);
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 for Eeschema:\n- Value cannot be edited (to avoid mistakes) because this is the pin name that is important for a power symbol\n- Reference is updated automatically when a netlist is created (no need to run Annotate)"));
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 different in this package.\nWhen this option is not checked, Eeschema automatically choose the parts in packages to minimize packages count"));
m_staticTextKeywords->SetToolTip(_("Enter key words that can be used to select this composant.\nKey words cannot have spaces and are separated by a space."));
m_staticTextKeywords->SetToolTip(_("Enter key words that can be used to select this component.\nKey words cannot have spaces and are separated by a space."));