⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 client99se.rcs

📁 设计软件包,方便初学者,简单方便而且实用.
💻 RCS
📖 第 1 页 / 共 5 页
字号:
               MenuItem 'Word To Lo&werCase 转换成小写字母(W)'  TextEdit:SetWordToLowerCase
          End
          MenuItem MARKEDSEPARATOR TextEdit2
          Popup '&Word Wrap 工作范围(W)'
          Begin
               MenuItem '&None 正常(N)'  'TextEdit:WordWrap(Limit=None)'
               MenuItem 'At &Margin 空白(M)'  'TextEdit:WordWrap(Limit=Margin)'
               MenuItem 'At &Window 窗口(W)'  'TextEdit:WordWrap(Limit=Window)'
          End
          MenuItem SEPARATOR
          MenuItem '&Options... 选项(O)'  TextEdit:SetupPreferences
     End
     Popup 'PL&D(D)'
     Begin
          MenuItem '&Compile 编译(C)'  PLD:Compile
          MenuItem '&Simulate 仿真(S)'  PLD:Simulate
          MenuItem SEPARATOR
          MenuItem 'Conf&igure... 配置(I)'  PLD:Configure
     End
     Popup '&Simulate(S)'
     Begin
          MenuItem '&Run 运行(R)'  Sim:RunSimulator
          MenuItem '&Setup... 启动(S)'  SIM:RunDialog_AnalysesSetup
     End
     Popup '&Macro(M)'
     Begin
          MenuItem 'View Breakpoint Window 断点窗口\tF12'  'Macro:ViewWindow(WindowToView=Breakpoint)'
          MenuItem 'View Watch Window 监视窗口\tShift+F12'  'Macro:ViewWindow(WindowToView=Watch)'
          MenuItem 'Run ClientBasic &Dialog Editor 运行程序对话编辑器(D)\tShift+F12'  Macro:RunDialogEditor
          MenuItem MARKEDSEPARATOR Macro1
          MenuItem '&Reset 复位(R)\tF11'  Macro:Reset
          MenuItem '&Go 运行(G)\tF9'  Macro:Go
          MenuItem '&Pause 暂停(P)\tF10'  Macro:Pause
          MenuItem 'Step &Into 进入(I)\tF8'  Macro:StepInto
          MenuItem 'Step &Over 退出(O)\tF7'  Macro:StepOver
          MenuItem MARKEDSEPARATOR Macro2
          MenuItem 'Add &Watch 添加监视项(W)\tShift+F5'  Macro:AddWatch
          MenuItem 'Remove W&atch 删除监视项(A)\tShift+F6'  Macro:RemoveWatch
          MenuItem 'Remove All Wa&tch 删除全部监视项(T)\tShift+F7'  Macro:RemoveAllWatches
          MenuItem MARKEDSEPARATOR Macro3
          MenuItem 'Add &Breakpoint 添加断点(B)\tF5'  'TextEdit:ExecuteSystemCommand(Command=BreakPoint | Action=Add)'
          MenuItem 'Remove B&reakpoint 删除断点(R)\tF6'  'TextEdit:ExecuteSystemCommand(Command=BreakPoint | Action=Remove)'
          MenuItem 'Remove All Br&eakpoint 删除全部断点(E)\tCtrl+F7'  'TextEdit:ExecuteSystemCommand(Command=BreakPoint | Action=RemoveAll)'
          MenuItem MARKEDSEPARATOR Macro4
          MenuItem 'Toggle &Animate Mode 模式切换(A)\tCtrl+F12'  Macro:Animate
     End
     Popup '&Window(W)'
     Begin
          MenuItem '&Tile 平铺(T)\tShift+F4'  Client:TileAllOpenDocuments
          MenuItem '&Cascade 层叠(C)\tShift+F5'  Client:CascadeAllOpenDocuments
          MenuItem SEPARATOR
          MenuItem 'Tile &Horizontally 横向平铺(H)'  'Client:TileAllOpenDocuments(Mode=Horizontal)'
          MenuItem 'Tile &Vertically 纵向平铺(V)'  'Client:TileAllOpenDocuments(Mode=Vertical)'
          MenuItem SEPARATOR
          MenuItem 'Arrange &Icons 排列图标(I)'  Client:WindowArrangeIcons
          MenuItem 'Close &All 全部关闭(A)'  Client:CloseAllOpenDocuments
     End
     Popup '&Help(H)'
     Begin
          MenuItem '&Contents 内容(C)\tF1'  'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)'
          Popup 'Help &On 帮助(O)'
          Begin
               MenuItem '&Writing a Macro 加载宏(W)'  'Client:RunHelpTopic(FileName=\help\macusr.hlp|Topic=WritingAMacro)'
               MenuItem '&Debugging a Macro 调试宏(D)'  'Client:RunHelpTopic(FileName=\help\macusr.hlp|Topic=DebugginAMacro)'
               MenuItem 'Macro Language &Guide 宏语言向导(G)'  'Client:RunHelpTopic(FileName=\help\macusr.hlp|Topic=MacroLanguageGuide)'
               MenuItem MARKEDSEPARATOR PLD
               MenuItem '&PLD Design Topics PLD设计主题(P)'  'Client:RunHelpTopic(FileName=\help\pldusr.hlp|Topic=Contents)'
               MenuItem '&CUPL-HDL PLD Design CUPL-HDL PLD设计(C)'  'Client:RunHelpTopic(FileName=\help\pldusr.hlp|Topic=CreatingYourCompilerSourceFile)'
               MenuItem 'Configuring the Co&mpiler 配置编译器(M)'  'Client:RunHelpTopic(FileName=\help\pldusr.hlp|Topic=CompilerOptions)'
               MenuItem 'PLD Design &Tutorial PLD设计指南(T)'  'Client:RunHelpTopic(FileName=\help\pldusr.hlp|Topic=SampleDesignSession)'
               MenuItem 'PLD &Reference PLD参考(R)'  'Client:RunHelpTopic(FileName=\help\pldusr.hlp|Topic=PldReference)'
          End
          MenuItem SEPARATOR
          MenuItem '&About... Protel 99 SE 标准汉化 V1.2(qzwfeng@hotmail.com)'  Client:HelpAbout
     End
End

Menu 'PCBMenu'
Begin
     Popup '&File(F){F}'
     Begin
          MenuItem '&New... 新建文件(N)'  'Client:CreateNewDocument(SingleDocument=True)'
          MenuItem 'New Desi&gn... 新建设计(G)'  Client:CreateNewDocument
          MenuItem '&Open... 打开(O)'  Client:OpenDocument
          MenuItem '&Close 关闭(C)'  Client:CloseDocument
          MenuItem 'Close &Design 关闭设计(D)'  Client:CloseProject
          MenuItem SEPARATOR
          MenuItem '&Import... 导入(I)'  PCB:Import
          MenuItem '&Export... 导出(E)'  PCB:Export
          MenuItem SEPARATOR
          MenuItem '&Save 保存(S)'  Client:SaveDocument
          MenuItem 'Save &As... 保存为(A)'  'Client:SaveDocumentAs(Action=SaveAs)'
          MenuItem 'Save Cop&y As... 另存为(Y)'  Client:SaveDocumentAs
          MenuItem 'Save A&ll 全部保存(L)'  Client:SaveAllDocuments
          MenuItem SEPARATOR
          MenuItem 'CA&M Manager... CAM管理器(M)'  CAMManager:DisplayCAMOutputs
          MenuItem '&Print/Preview... 打印/预览(P)'  PCBPrint:PrintPreview
          MenuItem SEPARATOR
          MenuItem 'E&xit 退出(X)'  Client:QuitFromEDAClient
     End
     Popup '&Edit(E){E}'
     Begin
          MenuItem '&Undo  PlacePad  \tAlt+BkSp'  PCB:Undo
          MenuItem 'Nothing to Redo   \tCtrl+BkSp'  PCB:Redo
          MenuItem SEPARATOR
          MenuItem 'Cu&t 剪切(T)\tCtrl+X'  PCB:Cut
          MenuItem '&Copy 复制(C)\tCtrl+C'  PCB:Copy
          MenuItem '&Paste 粘贴(P)\tCtrl+V'  PCB:Paste
          MenuItem 'P&aste Special... 特殊粘贴(A)'  'PCB:Paste(Mode=Special)'
          MenuItem 'C&lear 清除(L)\tCtrl+Del'  PCB:Clear
          MenuItem SEPARATOR
          Popup '&Select 选择(S){S}'
          Begin
               MenuItem '&Inside Area 区域内(I)'  'PCB:Select(Scope = InsideArea)'
               MenuItem '&Outside Area 区域外(O)'  'PCB:Select(Scope = OutsideArea)'
               MenuItem '&All 全部(A)'  'PCB:Select(Scope = All)'
               MenuItem SEPARATOR
               MenuItem '&Net 网络(N)'  'PCB:Select(Scope = Net)'
               MenuItem 'Connected Co&pper 连接的铜层(P)'  'PCB:Select(Scope = ConnectedCopper)'
               MenuItem 'Physical &Connection 物理连接(C)'  'PCB:Select(Scope = PhysicalConnection)'
               MenuItem SEPARATOR
               MenuItem 'All on La&yer 层上全部(Y)'  'PCB:Select(Scope = Layer)'
               MenuItem '&Free Objects 可活动的实体(F)'  'PCB:Select(Scope = Free)'
               MenuItem 'All Loc&ked 所有锁定的(K)'  'PCB:Select(Scope = Locked)'
               MenuItem 'Off &Grid Pads 不在网格的焊盘(G)'  'PCB:Select(Scope = OffGridPads)'
               MenuItem '&Hole Size... 孔径(H)'  'Macro:RunMacro(DesignName=\system\templates.ddb | DocumentName=macros\HoleSize.bas | Language=ClientBasic)'
               MenuItem SEPARATOR
               MenuItem '&Toggle Selection 切换选择(T)'  PCB:ToggleSelection
          End
          Popup 'D&eSelect 撤销选择(E){X}'
          Begin
               MenuItem '&Inside Area 区域内(I)'  'PCB:DeSelect(Scope = InsideArea)'
               MenuItem '&Outside Area 区域外(O)'  'PCB:DeSelect(Scope = OutsideArea)'
               MenuItem '&All 全部(A)'  'PCB:DeSelect(Scope = All)'
               MenuItem SEPARATOR
               MenuItem 'All on La&yer 层上全部(Y)'  'PCB:DeSelect(Scope = Layer)'
               MenuItem '&Free Objects 可活动的实体(F)'  'PCB:DeSelect(Scope = Free)'
               MenuItem SEPARATOR
               MenuItem '&Toggle Selection 切换选择(T)'  PCB:ToggleSelection
          End
          MenuItem '&Query Manager... 查询管理器(Q)'  Query:RunWizard
          MenuItem SEPARATOR
          MenuItem '&Delete 删除(D)'  'PCB:DeleteObjects(Object = Prompt)'
          MenuItem 'C&hange 修改(H)'  PCB:ChangeObject
          Popup '&Move 移动(M){M}'
          Begin
               MenuItem '&Move 移动(M)'  PCB:MoveObject
               MenuItem '&Drag 拖拉(D)'  'PCB:MoveObject(Drag = True|$Description=Drag any object on the current document)'
               MenuItem '&Component 元件(C)'  'PCB:MoveObject(Object = Component|Drag=True|$Description=Move or Drag components)'
               MenuItem SEPARATOR
               MenuItem '&Re-Route 重布(R)'  'PCB:MoveObject(Object=ReRoute|$Description=Re-Route track segments on the current document)'
               MenuItem '&Break Track 折断连线(B)'  PCB:BreakTrack
               MenuItem 'Drag Track &End 拖拉端点(E)'  'PCB:MoveObject(Object=TrackEnd|$Description=Drag connected track vertices on the current document)'
               MenuItem SEPARATOR
               MenuItem 'Move &Selection 移动选择(S)'  'PCB:MoveObject(Object = Selection|$Description=Move selected objects)'
               MenuItem 'R&otate Selection... 旋转选择(O)'  PCB:RotateSelectedObjects
               MenuItem 'Fl&ip Selection 翻转选择(I)'  'PCB:FlipSelectedObjects(Axis=Horizontal)'
               MenuItem SEPARATOR
               MenuItem 'Poly&gon Vertices 多边形顶点(G)'  'PCB:MoveObject(Object = PolygonVertices|$Description=Move polygon vertices)'
               MenuItem 'Split Plane &Vertices 分割的内电层顶点(V)'  'PCB:MoveObject(Object = PolygonVertices|$Description=Move split plane vertices)'
          End
          MenuItem SEPARATOR
          Popup '&Origin 原点(O)'
          Begin
               MenuItem '&Set 设置(S)'  PCB:SetOrigin
               MenuItem '&Reset 复位(R)'  PCB:ResetOrigin
          End
          Popup '&Jump 跳转(J){J}'
          Begin
               MenuItem '&Absolute Origin 绝对原点(A)'  'PCB:Jump(Object = Absolute)'
               MenuItem 'Current &Origin 当前原点(O)'  'PCB:Jump(Object = Relative)'
               MenuItem 'New &Location... 新位置(L)'  'PCB:Jump(Object = Location)'
               MenuItem SEPARATOR
               MenuItem '&Component... 元件(C)'  'PCB:Jump(Object = Component)'
               MenuItem '&Net... 网络(N)'  'PCB:Jump(Object = Net)'
               MenuItem '&Pad... 焊盘(P)'  'PCB:Jump(Object = Pad)'
               MenuItem '&String... 字符串(S)'  'PCB:Jump(Object = String)'
               MenuItem '&Error Marker 错误标志(E)'  'PCB:Jump(Object = DRCError)'
               MenuItem 'Selec&tion 选择(T)'  'PCB:Jump(Object = Selected)'
               MenuItem SEPARATOR
               Popup 'Location &Marks 位置标记(M)'
               Begin
                    MenuItem '&1 (1)'  'PCB:Jump(Object = JumpToLocation1)'
                    MenuItem '&2 (2)'  'PCB:Jump(Object = JumpToLocation2)'
                    MenuItem '&3 (3)'  'PCB:Jump(Object = JumpToLocation3)'
                    MenuItem '&4 (4)'  'PCB:Jump(Object = JumpToLocation4)'
                    MenuItem '&5 (5)'  'PCB:Jump(Object = JumpToLocation5)'
                    MenuItem '&6 (6)'  'PCB:Jump(Object = JumpToLocation6)'
                    MenuItem '&7 (7)'  'PCB:Jump(Object = JumpToLocation7)'
                    MenuItem '&8 (8)'  'PCB:Jump(Object = JumpToLocation8)'
                    MenuItem '&9 (9)'  'PCB:Jump(Object = JumpToLocation9)'
                    MenuItem '1&0 (0)'  'PCB:Jump(Object = JumpToLocation10)'
               End
               Popup 'Set Location Marks 设置位置标志'
               Begin

⌨️ 快捷键说明

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