placer.rcs
来自「Protel99-SE-软件.zip」· RCS 代码 · 共 55 行
RCS
55 行
Menu 'PlacerMenu'
Begin
Popup '&File {F}'
Begin
MenuItem '&New' Client:CreateNewDocument
MenuItem '&Open...' Client:OpenDocument
MenuItem '&Close/Stop' Placer:StopAutoPlacer
MenuItem SEPARATOR
MenuItem '&Update PCB' Placer:UpdateClientPCBDocument
MenuItem SEPARATOR
MenuItem 'E&xit' Client:QuitFromEDAClient
End
Popup '&View {V}'
Begin
MenuItem 'Progress Chart' Placer:ViewProgressChart
MenuItem SEPARATOR
MenuItem 'Design &Manager' Client:ToggleDocumentManager
MenuItem '&Status Bar' Client:ToggleClientStatusBar
MenuItem 'Command Status' Client:ToggleProcessStatusBar
End
Popup '&Window {W}'
Begin
MenuItem '&Tile\tShift+F4' Client:TileAllOpenDocuments
MenuItem '&Cascade\tShift+F5' Client:CascadeAllOpenDocuments
MenuItem SEPARATOR
MenuItem 'Tile &Horizontally' 'Client:TileAllOpenDocuments(Mode=Horizontal)'
MenuItem 'Tile &Vertically' 'Client:TileAllOpenDocuments(Mode=Vertical)'
MenuItem SEPARATOR
MenuItem 'Arrange &Icons' Client:WindowArrangeIcons
MenuItem 'Close &All' Client:CloseAllOpenDocuments
End
Popup '&Help {H}'
Begin
MenuItem '&Contents' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents|$Description=Help system topic index)'
MenuItem SEPARATOR
MenuItem '&Global Autoplacer' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=RunningTheGlobalAutoplacer)'
MenuItem SEPARATOR
MenuItem '&About...' Client:HelpAbout
End
End
Toolbar 'Placer' 'Fixed Top' 13 1
Begin
Button PROJMAN Client:ToggleDocumentManager
Button FILEOPEN Client:OpenDocument
Button HELP 'Client:RunHelpTopic(FileName=\help\Protel.hlp|Topic=contents|$Description=Help system topic index)'
End
HotKeyTable 'PlacerHotKeyTable'
Begin
Key 'Client:RunHelpTopic(FileName=\help\Protel.hlp|Topic=contents)' F1 EndKey
Key 'Macro :RunMacro(FileName=RunProc.trp|Language=ClientPascal)' P Ctrl EndKey
Key Client:ToggleMaxmizeRestoreWindow F5 EndKey
End
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?