client99se.ndr

来自「protel99se汉化菜单带英文完整版」· NDR 代码 · 共 57 行

NDR
57
字号

Menu 'NoDocument'
Begin
     Popup '文件&File{F}'
     Begin
          MenuItem '新建&New'  CreateNewDocument
          MenuItem '打开&Open...'  OpenDocument
          MenuItem SEPARATOR
          MenuItem '退出E&xit'  QuitFromEDAClient
     End
     Popup '视图(&V){V}'
     Begin
          MenuItem '设计管理器Design &Manager'  ToggleDocumentManager
          MenuItem '状态栏&Status Bar'  ToggleClientStatusBar
          MenuItem '命令状态栏Command Status'  ToggleProcessStatusBar
     End
     Popup '帮助(&H){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 0 'True' 1020
Begin
     Button 'D:\PROGRAM FILES\DESIGN EXPLORER 99 SE\SYSTEM\BUTTONS\PROJMAN.BMP' Client:ToggleDocumentManager
     Button 'D:\PROGRAM FILES\DESIGN EXPLORER 99 SE\SYSTEM\BUTTONS\FILEOPEN.BMP' Client:OpenDocument
     Button 'D:\PROGRAM FILES\DESIGN EXPLORER 99 SE\SYSTEM\BUTTONS\HELP.BMP' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=Contents)'
End


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?