setselectedpadsastestpoints.rcs

来自「Protel99se增强软件:线路图中设置选中的焊盘和过孔的测试点属性-安装方法」· RCS 代码 · 共 20 行

RCS
20
字号
UpdateResource
Begin
     Kind                Menu
     Name                PCBMenu
     Action              Add
     ReferencePosition   After
     ReferenceItem       'C&hange'   *
     Description
     Begin
          Popup 'Set SelectedPadand&Via Testpoint'
          Begin
               MenuItem 'Set SelectedPadandVia Testpoint to &Top'  'SetSelectedPadsAsTestPoints:SetSelectedPadsAsTestpoints(TestpointAction = TopOnly|$Description = Set SelectedPadandVia Testpoint to Top)'
               MenuItem 'Set SelectedPadandVia Testpoint to &Bottom'  'SetSelectedPadsAsTestPoints:SetSelectedPadsAsTestpoints(TestpointAction = BottomOnly|$Description = Set SelectedPadandVia Testpoint to Bottom)'
               MenuItem 'Set SelectedPadandVia Testpoint to B&oth'  'SetSelectedPadsAsTestPoints:SetSelectedPadsAsTestpoints(TestpointAction = Both|$Description = Set SelectedPadandVia Testpoint to Bottom)'
               MenuItem '&Clear All SelectedPadandVia Testpoint'  'SetSelectedPadsAsTestPoints:SetSelectedPadsAsTestpoints(TestpointAction = ClearAll|$Description = Clear All SelectedPadandVia Testpoint)'
          End
     End
End

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?