📄 simview.rcs
字号:
Menu SimViewMenu
Begin
Popup '&File'
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 '&Save' Client:SaveDocument
MenuItem 'Save &As...' 'Client:SaveDocumentAs(Action=SaveAs)'
MenuItem 'Save Cop&y As...' Client:SaveDocumentAs
MenuItem 'Save A&ll' Client:SaveAllDocuments
MenuItem SEPARATOR
MenuItem 'Setup P&rinter...' SimView:SetupPrinter
MenuItem '&Print' SimView:PrintDocument
MenuItem SEPARATOR
MenuItem 'E&xit' Client:QuitFromEDAClient
End
Popup '&Edit'
Begin
MenuItem 'Cu&t\tShift+Del' SimView:Cut
MenuItem '&Paste\tShift+Ins' SimView:Paste
MenuItem 'C&lear\tCtrl+Del' SimView:Clear
MenuItem SEPARATOR
MenuItem '&Insert' SimView:InsertCell
MenuItem '&Delete' SimView:Delete
End
Popup '&View'
Begin
MenuItem '&Fit Waveforms' SimView:FitWaveforms
MenuItem SEPARATOR
MenuItem 'Design &Manager' Client:ToggleDocumentManager
MenuItem '&Status Bar' Client:ToggleClientStatusBar
MenuItem 'Command Status' Client:ToggleProcessStatusBar
MenuItem 'Tool&bar' 'Client:CustomizeResources(ToggleToolbar=TextTools)'
MenuItem SEPARATOR
MenuItem 'S&caling...' SimView:SetupScaling
MenuItem 'B&rightness...' SimView:ModifyWaveColors
MenuItem SEPARATOR
MenuItem '&Options...' SimView:SetupDocumentOptions
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'
Begin
MenuItem '&Contents' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)'
MenuItem 'S&imulation Topics' 'Client:RunHelpTopic(FileName=\help\simusr.hlp|Topic=Contents)'
MenuItem SEPARATOR
Popup 'Help &On'
Begin
MenuItem 'Setting &up for Simulation' 'Client:RunHelpTopic(FileName=\help\simusr.hlp|Topic=SettingUpForSimulation)'
MenuItem '&Working with Waveforms' 'Client:RunHelpTopic(FileName=\help\simusr.hlp|Topic=WorkingWithWaveforms)'
End
MenuItem SEPARATOR
MenuItem '&About...' Client:HelpAbout
End
End
HotKeyTable SimViewHotKeyTable
Begin
Key SimView:Paste Insert Shift EndKey
Key SimView:Cut Delete Shift EndKey
Key SimView:Clear Delete Ctrl EndKey
Key SimView:Paste V Ctrl EndKey
Key SimView:Cut X Ctrl EndKey
Key 'Client:RunHelpTopic(FileName=\help\Protel.hlp|Topic=contents)' F1 EndKey
Key Client:TileAllOpenDocuments F4 Shift EndKey
Key Client:CascadeAllOpenDocuments F5 Shift EndKey
Key 'SimView:Scroll(Direction = Vertical | StepType = LineUp)' Up EndKey
Key 'SimView:Scroll(Direction = Vertical | StepType = LineDown)' Down EndKey
Key 'SimView:Scroll(Direction = Horizontal | StepType = LineUp)' Left EndKey
Key 'SimView:Scroll(Direction = Horizontal | StepType = LineDown)' Right EndKey
Key 'SimView:Scroll(Direction = Vertical | StepType = PageUp)' Up Shift EndKey
Key 'SimView:Scroll(Direction = Vertical | StepType = PageDown)' Down Shift EndKey
Key 'SimView:Scroll(Direction = Horizontal | StepType = PageUp)' Left Shift EndKey
Key 'SimView:Scroll(Direction = Horizontal | StepType = PageDown)' Right Shift EndKey
Key 'SimView:Scroll(Direction = Vertical | StepType = Top)' Up Ctrl EndKey
Key 'SimView:Scroll(Direction = Vertical | StepType = Bottom)' Down Ctrl EndKey
Key 'SimView:Scroll(Direction = Horizontal | StepType = Top)' Left Ctrl EndKey
Key 'SimView:Scroll(Direction = Horizontal | StepType = Bottom)' Right Ctrl EndKey
Key 'SimView:SetCurrentAnalysis(Action = Next)' + EndKey
Key 'SimView:SetCurrentAnalysis(Action = Previous)' - EndKey
Key 'SimView:Zoom(Action = InAtCursor)' PgUp EndKey
Key 'SimView:Zoom(Action = OutAtCursor)' PgDn EndKey
Key 'SimView:FitWaveforms' PgDn Ctrl EndKey
Key 'SimView:Zoom(Action = Redraw)' End EndKey
End
Toolbar SimViewToolBar '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' SimView:PrintDocument
Separator
Button 'ZOOMIN.BMP' 'SimView:Zoom(Action=InAtCenter|$Description=Zoom in at center)'
Button 'ZOOMOUT.BMP' 'SimView:Zoom(Action=OutAtCenter|$Description=Zoom out at center)'
Button 'ZOOMDOC.BMP' SimView:FitWaveforms
Separator
Button 'CUT.BMP' SimView:Cut
Button 'PASTE.BMP' SimView:Paste
Separator
Button 'SIMSTOP.BMP' Sim:StopSimulator
Separator
Button HELP 'Client:RunHelpTopic(FileName=\help\Protel.hlp|Topic=contents|$Description=Help system topic index)'
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -