?? placer.rcs
字號(hào):
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -