?? client99se.rcs
字號(hào):
Popup '&Connections 連接'
Begin
MenuItem 'Show &Net 顯示網(wǎng)絡(luò)' 'PCB:ShowConnections(Show = Net)'
MenuItem 'Show &Component Nets 顯示元件網(wǎng)絡(luò)' 'PCB:ShowConnections(Show = ComponentNets)'
MenuItem '&Show All 全部顯示' 'PCB:ShowConnections(Show = All)'
MenuItem SEPARATOR
MenuItem 'Hide Net 隱藏網(wǎng)絡(luò)' 'PCB:HideConnections(Hide = Net)'
MenuItem 'Hide Component Nets 隱藏元件網(wǎng)絡(luò)' 'PCB:HideConnections(Hide = ComponentNets)'
MenuItem '&Hide All 隱藏全部' 'PCB:HideConnections(Hide = All)'
End
MenuItem 'Toggle &Units 公/英制轉(zhuǎn)換' 'PCB:DocumentPreferences(MeasurementUnit=Toggle)'
End
Popup '&Place放置 {P}'
Begin
MenuItem '&Arc 圓心弧(Center)' 'PCB:PlaceArc($Description=Place arcs by center on the current document)'
MenuItem 'Arc 邊沿弧(Edg&e)' 'PCB:PlaceArc(Method=Edge|$Description=Place arcs by edge on the current document)'
MenuItem 'Arc 任意角度弧(A&ny Angle)' 'PCB:PlaceArc(Method=EdgeAnyAngle|$Description=Place any angle arcs by edge on the current document)'
MenuItem 'F&ull Circle 整圓' 'PCB:PlaceArc(Method=Circle|$Description=Place full circle arcs on the current document)'
MenuItem SEPARATOR
MenuItem '&Fill 填充' PCB:PlaceFill
MenuItem '&Line 線' 'ManRoute:RunExternalManualRouter(mode = line|$Description=Place lines on the current document)'
MenuItem '&String 字符串' PCB:PlaceString
MenuItem '&Pad 焊盤' PCB:PlacePad
MenuItem '&Via 過孔' PCB:PlaceVia
MenuItem 'Chinese 漢字' 'Macro:RunMacro(designname=\font.ddb|documentname=documents\font.bas|language=clientbasic)'
MenuItem SEPARATOR
MenuItem 'Interactive Rou&ting 交互方式布線' 'ManRoute:RunExternalManualRouter($Description=Interactively route connections)'
MenuItem SEPARATOR
MenuItem '&Component... 元件' PCB:PlaceComponent
MenuItem 'C&oordinate 坐標(biāo)' PCB:PlaceCoordinate
MenuItem '&Dimension 尺寸' PCB:PlaceDimension
MenuItem SEPARATOR
MenuItem 'Poly&gon Plane... 多邊形覆銅' PCB:PlacePolygonPlane
MenuItem 'Spl&it Plane... 內(nèi)電層分割' PCB:PlaceSplitPlane
MenuItem SEPARATOR
Popup '&Keepout 保持層{K}'
Begin
MenuItem '&Arc 圓心弧(Center)' 'PCB:PlaceArc(Keepout=True|$Description=Place keepout arcs by center)'
MenuItem 'Arc 邊沿弧(Edg&e)' 'PCB:PlaceArc(Method=Edge|Keepout=True|$Description=Place keepout arcs by edge)'
MenuItem 'Arc 任意角度弧(A&ny Angle)' 'PCB:PlaceArc(Method=EdgeAnyAngle|Keepout=True|$Description=Place keepout arcs by edge, any angle)'
MenuItem 'F&ull Circle 整圓' 'PCB:PlaceArc(Method=Circle|Keepout=True|$Description=Place keepout circles)'
MenuItem SEPARATOR
MenuItem '&Fill 填充' 'PCB:PlaceFill(Keepout=True|$Description=Place keepout fills)'
MenuItem '&Track 線' 'ManRoute:RunExternalManualRouter(mode = line|Keepout=True|$Description=Place keepout tracks)'
End
MenuItem '&Room' PCB:PlaceRoom
End
Popup '&Design設(shè)計(jì) {D}'
Begin
MenuItem '&Rules... 規(guī)則' PCB:EditRules
MenuItem SEPARATOR
MenuItem 'Load &Nets... 加載網(wǎng)絡(luò)表' PCB:Netlist
MenuItem 'N&etlist Manager... 網(wǎng)絡(luò)表管理器' 'PCB:Netlist(NetlistManager=True)'
MenuItem 'Update &Schematic... 更新原理圖' 'EDS:SynchronizeDesign(Action = Backward)'
MenuItem SEPARATOR
MenuItem 'Layer Stac&k Manager... 層堆棧管理器' 'PCB:EditInternalPlanes(LayerStack=True)'
MenuItem 'Spl&it Planes... 內(nèi)電層分割' PCB:EditInternalPlanes
MenuItem '&Mechanical Layers... 機(jī)械層' 'PCB:EditInternalPlanes(Mechanical=True)'
MenuItem '&Classes... 類' PCB:EditClasses
MenuItem '&From-To Editor... From-To 編輯器' PCB:EditFromTo
MenuItem SEPARATOR
MenuItem '&Browse Components... 瀏覽元件' PCB:LibraryBrowse
MenuItem 'Add/Remove &Library... 添加/移去元件庫' PCB:AddRemoveLibraryInPCBEditor
MenuItem 'Make Library 建庫' MakeLib:BuildPCBLibrary
MenuItem '&Aperture Library... 光圈庫' PCB:ApertureLibrary
MenuItem SEPARATOR
MenuItem '&Options... 選項(xiàng)' PCB:DocumentPreferences
End
Popup '&Tools工具 {T}'
Begin
MenuItem '&Design Rule Check... 設(shè)計(jì)規(guī)則檢查' PCB:DesignRuleCheck
MenuItem 'Reset Error &Markers 清除錯(cuò)誤標(biāo)記' PCB:ResetAllErrorMarkers
MenuItem SEPARATOR
Popup 'Auto P&lacement 自動(dòng)布局'
Begin
MenuItem '&Auto Placer... 自動(dòng)布局器' AutoPlacer:RunAutoPlacer
MenuItem '&Stop Auto Placer 停止自動(dòng)布局' AutoPlacer:StopAutoPlacer
MenuItem SEPARATOR
MenuItem '&Shove 推擠' PCB:ShoveComponents
MenuItem 'Set Shove &Depth... 設(shè)置推擠深度' 'PCB:ShoveComponents(Method = SetShoveDepth)'
MenuItem 'Place From &File... 從文件布局' PCB:PlaceComponentsFromFile
End
Popup '&Interactive Placement 交互布局{I}'
Begin
MenuItem '&Align... 排齊' 'PCB:AlignComponents($Descir)'
MenuItem 'Position Component Text...元件文本位置' 'PCB:AutopositionComponentTexts($)'
MenuItem SEPARATOR
MenuItem 'Align &Left 左排齊' 'PCB:AlignComponents(Alignment=Left|$Description=Align left edges of selected components)'
MenuItem 'Align &Right 右排齊' 'PCB:AlignComponents(Alignment=Right|$Description=Align right edges of selected components)'
MenuItem 'Align &Top 頂部排齊' 'PCB:AlignComponents(Alignment=Top|$Description=Align tops of selected components)'
MenuItem 'Align &Bottom 底部排齊' 'PCB:AlignComponents(Alignment=Bottom|$Description=Align bottoms of selected components)'
MenuItem '&Center Horizontal 水平中心' 'PCB:AlignComponents(Alignment=CenterHorizontal|$Description=Align horizontal centers of selected components)'
MenuItem 'C&enter Vertical 垂直中心' 'PCB:AlignComponents(Alignment=CenterVertical|$Description=Align vertical centers of selected components)'
MenuItem SEPARATOR
Popup '&Horizontal Spacing 水平間距'
Begin
MenuItem 'Make &Equal 等間距' 'PCB:AlignComponents(Alignment=SpreadHorizontal|$Description=Make horizontal spacing of selected components equal)'
MenuItem '&Increase 增大' 'PCB:AlignComponents(Alignment=ExpandHorizontal|$Description=Increase horizontal spacing of selected components)'
MenuItem '&Decrease 減小' 'PCB:AlignComponents(Alignment=ContractHorizontal|$Description=Decrease horizontal spacing of selected components)'
End
Popup '&Vertical Spacing 垂直間距'
Begin
MenuItem 'Make &Equal 等間距' 'PCB:AlignComponents(Alignment=SpreadVertical|$Description=Make vertical spacing of selected components equal)'
MenuItem '&Increase 增大' 'PCB:AlignComponents(Alignment=ExpandVertical|$Description=Increase vertical spacing of selected components)'
MenuItem '&Decrease 減小' 'PCB:AlignComponents(Alignment=ContractVertical|$Description=Decrease vertical spacing of selected components)'
End
MenuItem SEPARATOR
MenuItem 'Arrange Within &Room Room內(nèi)部排列' 'PCB:ArrangeComponents(Action=ArrangeWithinRoom|$Description=Arrange components within room)'
MenuItem 'Arrange Within Rectang&le 矩形內(nèi)部排列' 'PCB:ArrangeComponents(Action=ArrangeWithinRectangle|$Description=Arrange selected components within defined area)'
MenuItem 'Arrange &Outside Board 板外部排列' 'PCB:ArrangeComponents(Action=ArrangeOutsideBoard|$Description=Arrange selected components outside board)'
MenuItem SEPARATOR
MenuItem 'Move To &Grid 移到網(wǎng)格' 'PCB:AlignComponents(Alignment=MoveToGrid|$Description=Move selected components to grid)'
End
MenuItem SEPARATOR
Popup '&Un-Route 撤消布線{U}'
Begin
MenuItem '&All 全部' 'PCB:UnRoute($Description=Run position component text dialog)'
MenuItem SEPARATOR
MenuItem '&Net 網(wǎng)絡(luò)' 'PCB:UnRoute(Object = Net)'
MenuItem '&Connection 連接' 'PCB:UnRoute(Object = Connection)'
MenuItem 'C&omponent 元件' 'PCB:UnRoute(Object = Component)'
End
MenuItem 'Densit&y Map 密度圖' PCB:DensityMap
MenuItem 'Signal Int&egrity... 信號(hào)完整性分析' SignalIntegrity:LaunchSIExeFromCurrentBoard
MenuItem 'Re-A&nnotate... 反向注釋' PCB:ReAnnotate
MenuItem '&Cross Probe 交叉檢索' 'Client:CrossProbe(Repeat=False | FocusWindows=True)'
MenuItem SEPARATOR
Popup 'Con&vert 轉(zhuǎn)換'
Begin
MenuItem 'Explode &Component to Free Primitives 解散元件到自由圖素' 'PCB:GroupPrimitives(Action=Explode | Object=Component)'
MenuItem 'Explode C&oordinate to Free Primitives 解散坐標(biāo)到自由圖素' 'PCB:GroupPrimitives(Action=Explode | Object=Coordinate)'
MenuItem 'Explode &Dimension to Free Primitives 解散尺寸到自由圖素' 'PCB:GroupPrimitives(Action=Explode | Object=Dimension)'
MenuItem 'Explode Pol&ygon to Free Primitives 解散多邊形到自由圖素' 'PCB:GroupPrimitives(Action=Explode | Object=Polygon)'
MenuItem SEPARATOR
MenuItem 'Convert Selected Free &Pads to Vias 轉(zhuǎn)換選中自由焊盤到過孔' 'PCB:ConvertSelected(Action=PadsToVias)'
MenuItem 'Convert Selected &Vias to Free Pads 轉(zhuǎn)換選中過孔到自由焊盤' 'PCB:ConvertSelected(Action=ViasToPads)'
MenuItem SEPARATOR
MenuItem 'Create &Union from Selected Components 從選中元件建立聯(lián)合' 'PCB:GroupPrimitives(Action=CreateComponentUnion)'
MenuItem '&Break Component from Union 從聯(lián)合打散元件' 'PCB:GroupPrimitives(Action=BreakComponentUnion)'
MenuItem 'Break A&ll Component Unions 打散所有聯(lián)合中元件' 'PCB:GroupPrimitives(Action=BreakAllComponentUnions)'
MenuItem SEPARATOR
MenuItem '&Add Selected Primitives to Component 增加選中圖素到元件' PCB:GroupPrimitives
End
MenuItem '&Teardrops... 淚滴焊盤' PCB:TearDropSelectedPads
MenuItem 'Mite&r Corners' PCBMiter:DoMiter
MenuItem 'Equali&ze Net Lengths 網(wǎng)絡(luò)等長(zhǎng)' PCB:EqualizeNetLengths
MenuItem 'Outline Selected Ob&jects 做選中實(shí)體輪廓線' PCB:OutlineSelectedObjects
MenuItem SEPARATOR
MenuItem '&Find and Set Testpoints 查找放置測(cè)試點(diǎn)' PCB:FindTestPoints
MenuItem 'Clear All Te&stpoints 清除所有測(cè)試點(diǎn)' 'PCB:FindTestPoints(Action=ClearAllTestPoints)'
MenuItem SEPARATOR
MenuItem '&Preferences... 優(yōu)選項(xiàng)' PCB:SetupPreferences
End
Popup '&Auto Route自動(dòng)布線 {A}'
Begin
MenuItem '&All... 全部' 'PCB:Autoroute(Action=Start)'
MenuItem SEPARATOR
MenuItem '&Net 網(wǎng)絡(luò)' 'PCB:Autoroute(Action=Net)'
MenuItem '&Connection 連接' 'PCB:Autoroute(Action=Connection)'
MenuItem 'C&omponent 元件' 'PCB:Autoroute(Action=Component)'
MenuItem 'A&rea 區(qū)域' 'PCB:Autoroute(Action=Area)'
MenuItem SEPARATOR
MenuItem '&Setup... 設(shè)置' 'PCB:Autoroute(Action=Start)'
MenuItem 'S&top 停止' 'PCB:Autoroute(Action=Stop)'
MenuItem 'Reset 復(fù)位' 'PCB:Autoroute(Action=Reset)'
MenuItem '&Pause 暫停' 'PCB:Autoroute(Action=Pause)'
MenuItem 'R&estart 重開始' 'PCB:Autoroute(Action=Restart)'
MenuItem SEPARATOR
Popup 'Specctra &Interface Specctra 接口'
Begin
MenuItem '&Wizard... 導(dǎo)向器' RouteCCT:RunWizard
MenuItem '&Setup Export Options... 設(shè)置輸出選項(xiàng)' RouteCCT:Setup
MenuItem '&Export Design File... 輸出設(shè)計(jì)文件' RouteCCT:ExportDesignFile
MenuItem SEPARATOR
MenuItem '&Import Route File... 輸入布線文件' RouteCCT:ImportRouteFile
End
End
Popup '&Reports報(bào)告 {R}'
Begin
MenuItem 'S&elected Pins... 選中的管腳' PCB:ListAllSelectedPins
MenuItem '&Board Information... 板信息' PCB:BoardInformation
MenuItem SEPARATOR
MenuItem '&Bill of Material材料清單' PCBBOM:RunWizard
MenuItem 'Design &Hierarchy 設(shè)計(jì)層次' Client:ReportProjectHierarchy
MenuItem 'Net&list Status 網(wǎng)絡(luò)狀態(tài)' PCB:ReportNetlistStatus
MenuItem 'Si&gnal Integrity 信號(hào)完整性' SignalIntegrity:GenerateReport
MenuItem '&Netlist Compare網(wǎng)絡(luò)表比較...' Sch:NetlistCompare
MenuItem SEPARATOR
MenuItem '數(shù)控鉆孔文件(&N)' PCB:GenerateNCDrill
MenuItem '插置文件(&K)' PCB:ReportPickPlace
MenuItem SEPARATOR
MenuItem '&Measure Distance 測(cè)量距離' PCB:MeasureDistance
MenuItem 'Measure &Primitives 測(cè)量圖素間距' 'PCB:MeasureDistance(Primitives=True)'
End
Popup '&Window窗口 {W}'
Begin
MenuItem '&Tile 平鋪\tShift+F4' Client:TileAllOpenDocuments
MenuItem '&Cascade 級(jí)聯(lián)\tShift+F5' Client:CascadeAllOpenDocuments
MenuItem SEPARATOR
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -