?? client99se.ndr
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -