📄 pcb3d.rcs
字号:
Menu PCB3DMenu
Begin
Popup '&File {F}'
Begin
MenuItem '&New...' 'Client:CreateNewDocument(SingleDocument=True)'
MenuItem 'New Desi&gn...' Client:CreateNewDocument
MenuItem '&Open...' Client:OpenDocument
MenuItem '&Close' Client:CloseDocument
MenuItem 'Close &Design' Client:CloseProject
MenuItem SEPARATOR
MenuItem 'Setup P&rinter...' PCB3D:SetupPrinter
MenuItem '&Print' PCB3D:PrintDocument
MenuItem SEPARATOR
MenuItem 'E&xit' Client:QuitFromEDAClient
End
Popup '&View {V}'
Begin
MenuItem '&Fit Board' 'PCB3D:Zoom(Action=All)'
MenuItem '&Area' 'PCB3D:Zoom(Action=Window)'
MenuItem SEPARATOR
MenuItem 'Zoom &In' 'PCB3D:Zoom(Action=In)'
MenuItem 'Zoom &Out' 'PCB3D:Zoom(Action=Out)'
MenuItem '&Refresh' 'PCB3D:Zoom(Action = Redraw)'
MenuItem SEPARATOR
MenuItem 'Design &Manager' Client:ToggleDocumentManager
MenuItem '&Status Bar' Client:ToggleClientStatusBar
MenuItem 'Comma&nd Status' Client:ToggleProcessStatusBar
MenuItem 'Main Tool&bar' 'Client:CustomizeResources(ToggleToolbar=TextTools)'
MenuItem SEPARATOR
MenuItem '&Preferences...' PCB3D:SetupPreferences
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)'
MenuItem SEPARATOR
Popup '&Popups'
Begin
Popup '&Zoom {Z}'
Begin
MenuItem '&Window' 'PCB3D:Zoom(Action=Window)'
MenuItem SEPARATOR
MenuItem '&In' 'PCB3D:Zoom(Action=In)'
MenuItem '&Out' 'PCB3D:Zoom(Action=Out)'
MenuItem '&Redraw' 'PCB3D:Zoom(Action = Redraw)'
MenuItem SEPARATOR
MenuItem '&All' 'PCB3D:Zoom(Action=All)'
End
Popup '&Pan {P}'
Begin
MenuItem '&Left' 'PCB3D:Pan(Action=Left)'
MenuItem '&Right' 'PCB3D:Pan(Action=Right)'
MenuItem '&Up' 'PCB3D:Pan(Action=Up)'
MenuItem '&Down' 'PCB3D:Pan(Action=Down)'
End
End
MenuItem SEPARATOR
MenuItem '&About...' Client:HelpAbout
End
End
HotKeyTable 'PCB3DHotKeyTable'
Begin
Key 'PCB3D:Zoom(Action=Redraw)' End EndKey
Key Client:RunHelpTopic F1 EndKey
Key Client:TileAllOpenDocuments F4 Shift EndKey
Key Client:CascadeAllOpenDocuments F5 Shift EndKey
Key 'PCB3D:Zoom(Action=In)' PgUp EndKey
Key 'PCB3D:Zoom(Action=Down)' PgDn EndKey
Key 'PCB3D:Pan(Action=Left)' Left EndKey
Key 'PCB3D:Pan(Action=Right)' Right EndKey
Key 'PCB3D:Pan(Action=Up)' Up EndKey
Key 'PCB3D:Pan(Action=Down)' Down EndKey
Key 'PCB3D:Pan(Action=Recentre)' Home EndKey
Key 'PCB3D:OrientView(Action=Left)' Left Ctrl EndKey
Key 'PCB3D:OrientView(Action=Right)'Right Ctrl EndKey
Key 'PCB3D:OrientView(Action=Up)' Up Ctrl EndKey
Key 'PCB3D:OrientView(Action=Down)' Down Ctrl EndKey
End
Toolbar PCB3DToolBar 'Fixed Top' 1 1 50 'True' 5000
Begin
Button 'PROJMAN.BMP' Client:ToggleDocumentManager
Separator
Button 'FILEOPEN.BMP' Client:OpenDocument
Button 'FILESAVE.BMP' Client:SaveDocument
Button 'PRINT.BMP' PCB3D:SetupPrinter
Separator
Button 'ZOOMIN.BMP' 'PCB3D:Zoom(Action=In)'
Button 'ZOOMOUT.BMP' 'PCB3D:Zoom(Action=Out)'
Button 'ZOOMDOC.BMP' 'PCB3D:Zoom(Action=All)'
Button 'ZOOMWIND.BMP' 'PCB3D:Zoom(Action=Window)'
Separator
Button 'HELP.BMP' Client:RunHelpTopic
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -