client99se.rcs
来自「Protel99-SE-软件.zip」· RCS 代码 · 共 55 行
RCS
55 行
Menu 'NoDocument'
Begin
Popup '&File {F}'
Begin
MenuItem '&New' CreateNewDocument
MenuItem '&Open...' OpenDocument
MenuItem SEPARATOR
MenuItem 'E&xit' QuitFromEDAClient
End
Popup '&View {V}'
Begin
MenuItem 'Design &Manager' ToggleDocumentManager
MenuItem '&Status Bar' ToggleClientStatusBar
MenuItem 'Command Status' ToggleProcessStatusBar
End
Popup '&Help {H}'
Begin
MenuItem '&Contents' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)'
MenuItem SEPARATOR
Popup 'Help &On'
Begin
MenuItem '&Using the Design Explorer' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=UsingTheDesignExplorer)'
MenuItem '&Creating a New Design' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=CreatingANewDesign)'
MenuItem 'Creating a New &Document or Folder' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=NewDocumentDocuments)'
MenuItem '&Working in a Design Window' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=WorkingWithTheDesignWindow)'
MenuItem SEPARATOR
MenuItem '&Managing Design Teams' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=ManagingDesignTeams)'
End
MenuItem '&Shortcut Keys' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=ShortcutKeys)'
MenuItem 'Process &Reference' 'Client:RunHelpTopic(FileName=\Help\Client.hlp|Topic=contents)'
MenuItem SEPARATOR
MenuItem '&About...' HelpAbout
End
End
HotKeyTable 'NoDocument'
Begin
Key 'Client:RunDesignExplorerSysCommand(Command=NextTab)' TAB Ctrl EndKey
Key 'Client:RunDesignExplorerSysCommand(Command=PrevTab)' TAB Shift Ctrl EndKey
Key 'Client:RunDesignExplorerSysCommand(Command=NextView)' F6 Ctrl EndKey
Key 'Client:RunDesignExplorerSysCommand(Command=PrevView)' F6 Shift Ctrl EndKey
Key 'Client:RunDesignExplorerSysCommand(Command=ToggleFocus)' TAB EndKey
Key 'Client:RunDesignExplorerSysCommand(Command=ToggleFocus)' TAB Shift EndKey
Key Client:CloseDocument F4 Ctrl EndKey
Key 'Client:RunDesignExplorerSysCommand(Command=Refresh)' F5 EndKey
End
ToolBar 'NoDocument' 'Fixed Top' 13 1 50 'True' 5000
Begin
Button 'PROJMAN.BMP' Client:ToggleDocumentManager
Button 'FILEOPEN.BMP' Client:OpenDocument
Button 'HELP.BMP' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=Contents)'
End
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?