📄 client99se.rcs
字号:
MenuItem '&1 (1)' 'PCB:Jump(Object = PlaceLocation1)'
MenuItem '&2 (2)' 'PCB:Jump(Object = PlaceLocation2)'
MenuItem '&3 (3)' 'PCB:Jump(Object = PlaceLocation3)'
MenuItem '&4 (4)' 'PCB:Jump(Object = PlaceLocation4)'
MenuItem '&5 (5)' 'PCB:Jump(Object = PlaceLocation5)'
MenuItem '&6 (6)' 'PCB:Jump(Object = PlaceLocation6)'
MenuItem '&7 (7)' 'PCB:Jump(Object = PlaceTLocation7)'
MenuItem '&8 (8)' 'PCB:Jump(Object = PlaceLocation8)'
MenuItem '&9 (9)' 'PCB:Jump(Object = PlaceLocation9)'
MenuItem '1&0 (0)' 'PCB:Jump(Object = PlaceLocation10)'
End
End
MenuItem SEPARATOR
MenuItem 'Hole S&ize Editor... 孔径编辑器(I)' HSEdit:Run
MenuItem 'E&xport to Spread 导出到电子表格(X)' PCB_SS:Export
End
Popup '&View(V){V}'
Begin
MenuItem 'Fit &Document 适合文档(D)' 'PCB:Zoom(Action = All)'
MenuItem '&Fit Board 适合整板(F)' 'PCB:Zoom(Action = Document)'
MenuItem '&Area 区域(A)' 'PCB:Zoom(Action = Area)'
MenuItem 'Around &Point 以点为中心(P)' 'PCB:Zoom(Action = Point)'
MenuItem 'S&elected Objects 选择目标(E)' 'PCB:Zoom(Action = Selected|$Description=Fit all selected objects in current view)'
MenuItem SEPARATOR
MenuItem 'Zoom &In 放大(I)' 'PCB:Zoom(Action = In)'
MenuItem 'Zoom &Out 缩小(O)' 'PCB:Zoom(Action = Out)'
MenuItem '&Zoom Last 恢复上一次(Z)' 'PCB:Zoom(Action = Last)'
MenuItem 'Pa&n 摇景(N)' 'PCB:Zoom(Action = Pan)'
MenuItem '&Refresh 刷新(R)' 'PCB:Zoom(Action = Redraw)'
MenuItem SEPARATOR
MenuItem 'Board in &3D 3D视图(3)' PCB3D:ViewPCB3D
MenuItem SEPARATOR
MenuItem 'Design &Manager 设计管理器(M)' Client:ToggleDocumentManager
MenuItem '&Status Bar 状态栏(S)' Client:ToggleClientStatusBar
MenuItem 'Command Status 命令工具栏' Client:ToggleProcessStatusBar
Popup 'Tool&bars 工具条(B){B}'
Begin
MenuItem '&Main Toolbar 主工具条(M)' 'Client:CustomizeResources(ToggleToolbar=PCBToolbar)'
MenuItem '&Placement Tools 放置工具(P)' 'Client:CustomizeResources(ToggleToolbar=PlacementTools)'
MenuItem 'Co&mponent Placement 元件放置(M)' 'Client:CustomizeResources(ToggleToolbar=ComponentPlacement)'
MenuItem '&Find Selections 查找选择(F)' 'Client:CustomizeResources(ToggleToolbar=FindSelections)'
MenuItem SEPARATOR
MenuItem '&Customize... 定制(C)' 'Client:CustomizeResources(Tab=Toolbars)'
End
MenuItem SEPARATOR
Popup '&Connections 连接(C)'
Begin
MenuItem 'Show &Net 显示网络(N)' 'PCB:ShowConnections(Show = Net)'
MenuItem 'Show &Component Nets 显示元件网络(C)' 'PCB:ShowConnections(Show = ComponentNets)'
MenuItem '&Show All 全部显示(S)' 'PCB:ShowConnections(Show = All)'
MenuItem SEPARATOR
MenuItem 'Hide Net 隐藏网络' 'PCB:HideConnections(Hide = Net)'
MenuItem 'Hide Component Nets 隐藏元件网络' 'PCB:HideConnections(Hide = ComponentNets)'
MenuItem '&Hide All 全部隐藏(H)' 'PCB:HideConnections(Hide = All)'
End
MenuItem 'Toggle &Units 单位切换(U)' 'PCB:DocumentPreferences(MeasurementUnit=Toggle)'
End
Popup '&Place(P){P}'
Begin
MenuItem '&Arc (Center) 圆心弧(A)' 'PCB:PlaceArc($Description=Place arcs by center on the current document)'
MenuItem 'Arc (Edg&e) 边沿弧(E)' 'PCB:PlaceArc(Method=Edge|$Description=Place arcs by edge on the current document)'
MenuItem 'Arc (A&ny Angle) 边沿圆(N)' 'PCB:PlaceArc(Method=EdgeAnyAngle|$Description=Place any angle arcs by edge on the current document)'
MenuItem 'F&ull Circle 圆心圆(U)' 'PCB:PlaceArc(Method=Circle|$Description=Place full circle arcs on the current document)'
MenuItem SEPARATOR
MenuItem '&Fill 填充(F)' PCB:PlaceFill
MenuItem '&Line 线(L)' 'ManRoute:RunExternalManualRouter(mode = line|$Description=Place lines on the current document)'
MenuItem '&String 字符串(S)' PCB:PlaceString
MenuItem '&Pad 焊盘(P)' PCB:PlacePad
MenuItem '&Via 过孔(V)' PCB:PlaceVia
MenuItem SEPARATOR
MenuItem 'Interactive Rou&ting 交互式板层走线(T)' 'ManRoute:RunExternalManualRouter($Description=Interactively route connections)'
MenuItem SEPARATOR
MenuItem '&Component... 元件(C)' PCB:PlaceComponent
MenuItem 'C&oordinate 坐标(O)' PCB:PlaceCoordinate
MenuItem '&Dimension 尺寸坐标(D)' PCB:PlaceDimension
MenuItem SEPARATOR
MenuItem 'Chinese 汉字' 'Macro:RunMacro(designname=\font.ddb|documentname=documents\font.bas|language=clientbasic)'
MenuItem SEPARATOR
MenuItem 'Poly&gon Plane... 多边形覆铜(G)' PCB:PlacePolygonPlane
MenuItem 'Spl&it Plane... 内电层分割(I)' PCB:PlaceSplitPlane
MenuItem SEPARATOR
Popup '&Keepout 禁止布线层{K}'
Begin
MenuItem '&Arc (Center) 圆心弧(A)' 'PCB:PlaceArc(Keepout=True|$Description=Place keepout arcs by center)'
MenuItem 'Arc (Edg&e) 边沿弧(E)' 'PCB:PlaceArc(Method=Edge|Keepout=True|$Description=Place keepout arcs by edge)'
MenuItem 'Arc (A&ny Angle) 边沿圆(N)' 'PCB:PlaceArc(Method=EdgeAnyAngle|Keepout=True|$Description=Place keepout arcs by edge, any angle)'
MenuItem 'F&ull Circle 圆心圆(U)' 'PCB:PlaceArc(Method=Circle|Keepout=True|$Description=Place keepout circles)'
MenuItem SEPARATOR
MenuItem '&Fill 填充(F)' 'PCB:PlaceFill(Keepout=True|$Description=Place keepout fills)'
MenuItem '&Track 板层走线(T)' 'ManRoute:RunExternalManualRouter(mode = line|Keepout=True|$Description=Place keepout tracks)'
End
MenuItem '&Room 空间(R)' PCB:PlaceRoom
End
Popup '&Design(D){D}'
Begin
MenuItem '&Rules... 规则(R)' PCB:EditRules
MenuItem SEPARATOR
MenuItem 'Load &Nets... 加载网络(N)' PCB:Netlist
MenuItem 'N&etlist Manager... 网络表管理器(E)' 'PCB:Netlist(NetlistManager=True)'
MenuItem 'Update &Schematic... 更新原理图(S)' 'EDS:SynchronizeDesign(Action = Backward)'
MenuItem SEPARATOR
MenuItem 'Layer Stac&k Manager... 层管理器(K)' 'PCB:EditInternalPlanes(LayerStack=True)'
MenuItem 'Spl&it Planes... 分割位面(I)' PCB:EditInternalPlanes
MenuItem '&Mechanical Layers... 机械层(M)' 'PCB:EditInternalPlanes(Mechanical=True)'
MenuItem '&Classes... 类(C)' PCB:EditClasses
MenuItem '&From-To Editor... From-To编辑器(F)' PCB:EditFromTo
MenuItem SEPARATOR
MenuItem '&Browse Components... 浏览元件(B)' PCB:LibraryBrowse
MenuItem 'Add/Remove &Library... 添加/删除元件库(L)' PCB:AddRemoveLibraryInPCBEditor
MenuItem 'Make Library 生成元件库' MakeLib:BuildPCBLibrary
MenuItem '&Aperture Library... 孔径库(A)' PCB:ApertureLibrary
MenuItem SEPARATOR
MenuItem '&Options... 选项(O)' PCB:DocumentPreferences
End
Popup '&Tools(T){T}'
Begin
MenuItem '&Design Rule Check... 设计规则检查(D)' PCB:DesignRuleCheck
MenuItem 'Reset Error &Markers 复位错误标记(M)' PCB:ResetAllErrorMarkers
MenuItem SEPARATOR
Popup 'Auto P&lacement 自动布局(L)'
Begin
MenuItem '&Auto Placer... 自动布局(A)' AutoPlacer:RunAutoPlacer
MenuItem '&Stop Auto Placer 停止自动布局(S)' AutoPlacer:StopAutoPlacer
MenuItem SEPARATOR
MenuItem '&Shove 推挤(S)' PCB:ShoveComponents
MenuItem 'Set Shove &Depth... 设置推挤深度(D)' 'PCB:ShoveComponents(Method = SetShoveDepth)'
MenuItem 'Place From &File... 从文件布局(F)' PCB:PlaceComponentsFromFile
End
Popup '&Interactive Placement 交互式布局(I){I}'
Begin
MenuItem '&Align... 排列(A)' 'PCB:AlignComponents($Description=Run align components dialog)'
MenuItem '&Position Component Text... 元件文本位置(P)' 'PCB:AutopositionComponentTexts($Description=Run position component text dialog)'
MenuItem SEPARATOR
MenuItem 'Align &Left 左对齐(L)' 'PCB:AlignComponents(Alignment=Left|$Description=Align left edges of selected components)'
MenuItem 'Align &Right 右对齐(R)' 'PCB:AlignComponents(Alignment=Right|$Description=Align right edges of selected components)'
MenuItem 'Align &Top 顶层对齐(T)' 'PCB:AlignComponents(Alignment=Top|$Description=Align tops of selected components)'
MenuItem 'Align &Bottom 底层对齐(B)' 'PCB:AlignComponents(Alignment=Bottom|$Description=Align bottoms of selected components)'
MenuItem '&Center Horizontal 水平中心(C)' 'PCB:AlignComponents(Alignment=CenterHorizontal|$Description=Align horizontal centers of selected components)'
MenuItem 'C&enter Vertical 垂直中心(E)' 'PCB:AlignComponents(Alignment=CenterVertical|$Description=Align vertical centers of selected components)'
MenuItem SEPARATOR
Popup '&Horizontal Spacing 水平间距(H)'
Begin
MenuItem 'Make &Equal 等值构造(E)' 'PCB:AlignComponents(Alignment=SpreadHorizontal|$Description=Make horizontal spacing of selected components equal)'
MenuItem '&Increase 添加(I)' 'PCB:AlignComponents(Alignment=ExpandHorizontal|$Description=Increase horizontal spacing of selected components)'
MenuItem '&Decrease 减少(D)' 'PCB:AlignComponents(Alignment=ContractHorizontal|$Description=Decrease horizontal spacing of selected components)'
End
Popup '&Vertical Spacing 垂直间距(V)'
Begin
MenuItem 'Make &Equal 等值构造(E)' 'PCB:AlignComponents(Alignment=SpreadVertical|$Description=Make vertical spacing of selected components equal)'
MenuItem '&Increase 添加(I)' 'PCB:AlignComponents(Alignment=ExpandVertical|$Description=Increase vertical spacing of selected components)'
MenuItem '&Decrease 减少(D)' 'PCB:AlignComponents(Alignment=ContractVertical|$Description=Decrease vertical spacing of selected components)'
End
MenuItem SEPARATOR
MenuItem 'Arrange Within &Room 空间内部排列(R)' 'PCB:ArrangeComponents(Action=ArrangeWithinRoom|$Description=Arrange components within room)'
MenuItem 'Arrange Within Rectang&le 矩形内部排列(L)' 'PCB:ArrangeComponents(Action=ArrangeWithinRectangle|$Description=Arrange selected components within defined area)'
MenuItem 'Arrange &Outside Board 板外部排列(O)' 'PCB:ArrangeComponents(Action=ArrangeOutsideBoard|$Description=Arrange selected components outside board)'
MenuItem SEPARATOR
MenuItem 'Move To &Grid 移到网格(G)' 'PCB:AlignComponents(Alignment=MoveToGrid|$Description=Move selected components to grid)'
End
MenuItem SEPARATOR
Popup '&Un-Route 撤销布线(U){U}'
Begin
MenuItem '&All 全部(A)' 'PCB:UnRoute(Object = All)'
MenuItem SEPARATOR
MenuItem '&Net 网络(N)' 'PCB:UnRoute(Object = Net)'
MenuItem '&Connection 连接(C)' 'PCB:UnRoute(Object = Connection)'
MenuItem 'C&omponent 元件(O)' 'PCB:UnRoute(Object = Component)'
End
MenuItem 'Densit&y Map 密度图(Y)' PCB:DensityMap
MenuItem 'Signal Int&egrity... 信号完整检查(E)' SignalIntegrity:LaunchSIExeFromCurrentBoard
MenuItem 'Re-A&nnotate... 反向注释(N)' PCB:ReAnnotate
MenuItem '&Cross Probe 交叉检索(C)' 'Client:CrossProbe(Repeat=False | FocusWindows=True)'
MenuItem 'L&ayer Stackup Legend 层叠图注(A)' LayerStackupAnalyzer:GenerateCrossSection
MenuItem SEPARATOR
Popup 'Con&vert 转换(V)'
Begin
MenuItem 'Explode &Component to Free Primitives 打散元件(C)' 'PCB:GroupPrimitives(Action=Explode | Object=Component)'
MenuItem 'Explode C&oordinate to Free Primitives 打散坐标(O)' 'PCB:GroupPrimitives(Action=Explode | Object=Coordinate)'
MenuItem 'Explode &Dimension to Free Primitives 打散尺寸(D)' 'PCB:GroupPrimitives(Action=Explode | Object=Dimension)'
MenuItem 'Explode Pol&ygon to Free Primitives 打散多边形(Y)' 'PCB:GroupPrimitives(Action=Explode | Object=Polygon)'
MenuItem SEPARATOR
MenuItem 'Convert Selected Free &Pads to Vias 转换选择的焊盘为过孔(P)' 'PCB:ConvertSelected(Action=PadsToVias)'
MenuItem 'Convert Selected &Vias to Free Pads 转换选择的过孔为焊盘(V)' 'PCB:ConvertSelected(Action=ViasToPads)'
MenuItem SEPARATOR
MenuItem 'Create &Union from Selected Components 组合选择的元件(U)' 'PCB:GroupPrimitives(Action=CreateComponentUnion)'
MenuItem '&Break Component from Union 拆开组合元件(B)' 'PCB:GroupPrimitives(Action=BreakComponentUnion)'
MenuItem 'Break A&ll Component Unions 拆开全部组合元件(L)' 'PCB:GroupPrimitives(Action=BreakAllComponentUnions)'
MenuItem SEPARATOR
MenuItem '&Add Selected Primitives to Component 添加选择的构造(A)' PCB:GroupPrimitives
End
MenuItem '&Teardrops... 泪滴焊盘(T)' PCB:TearDropSelectedPads
MenuItem 'Mite&r Corners 斜角相交(R)' PCBMiter:DoMiter
MenuItem 'Equali&ze Net Lengths 网络等长(Z)' PCB:EqualizeNetLengths
MenuItem 'Outline Selected Ob&jects 外形目标选择(J)' PCB:OutlineSelectedObjects
MenuItem SEPARATOR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -