m_PinsNameInsideButt=newwxCheckBox(m_PanelBasic,wxID_ANY,_("Pin Name Inside"),wxDefaultPosition,wxDefaultSize,0);
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_staticTextskew->SetToolTip(_("Margin (in 0.001 inches) between a pin name position and the component body.\nA value from 10 to 40 is usually good."));
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_staticTextDescription->SetToolTip(_("A short description that is displayed in Eeschema.\nCan be a very good help when selecting components in libraries components lists."));
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."));
m_staticTextAlias->SetToolTip(_("An alias is a component that uses the body of its root component.\nIt has its own documentation and keywords.\nA fast way to extend a library with similar components"));
m_staticTextFootprints->SetToolTip(_("A list of footprints names that can be used for this component.\nFootprints names can used jockers.\n(like sm* to allow all footprints names starting by sm)."));
m_PinsNameInsideButt=newwxCheckBox(m_PanelBasic,wxID_ANY,_("Pin Name Inside"),wxDefaultPosition,wxDefaultSize,0);
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_staticTextskew->SetToolTip(_("Margin (in 0.001 inches) between a pin name position and the component body.\nA value from 10 to 40 is usually good."));
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_staticTextDescription->SetToolTip(_("A short description that is displayed in Eeschema.\nCan be a very good help when selecting components in libraries components lists."));
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."));
m_staticTextAlias->SetToolTip(_("An alias is a component that uses the body of its root component.\nIt has its own documentation and keywords.\nA fast way to extend a library with similar components"));
m_staticTextFootprints->SetToolTip(_("A list of footprints names that can be used for this component.\nFootprints names can used jockers.\n(like sm* to allow all footprints names starting by sm)."));