?? pcbprint.rcs
字號:
Menu PCBPrintMenu
Begin
Popup '&File {F}'
Begin
MenuItem '&New...' 'Client:CreateNewDocument(SingleDocument=True)'
MenuItem 'New Desi&gn...' Client:CreateNewDocument
MenuItem '&Open...' Client:OpenDocument
MenuItem '&Close' Client:CloseDocument
MenuItem 'Close &Design' Client:CloseProject
MenuItem SEPARATOR
MenuItem '&Export...' 'PCBPrint:PrintDocument(Action=Save|$Description=Export Metafiles)'
MenuItem SEPARATOR
MenuItem '&Save' Client:SaveDocument
MenuItem 'Save &As...' 'Client:SaveDocumentAs(Action=SaveAs)'
MenuItem 'Save Cop&y As...' Client:SaveDocumentAs
MenuItem 'Save A&ll' Client:SaveAllDocuments
MenuItem SEPARATOR
MenuItem 'Setup P&rinter...' 'PCBPrint:SetupPrinter'
MenuItem SEPARATOR
MenuItem '&Print All' 'PCBPrint:PrintDocument(Action=PrintAll|$Description=Print All)'
MenuItem 'Print &Job' 'PCBPrint:PrintDocument(Action=PrintAsSingleJob|$Description=Print all as single print job)'
MenuItem 'Pr&int Page' 'PCBPrint:PrintDocument(Action=PrintCurrentPage|$Description=Print Current Page)'
MenuItem 'Print C&urrent' 'PCBPrint:PrintDocument(Action=PrintCurrentPreview|$Description=Print Current Preview)'
MenuItem SEPARATOR
MenuItem 'E&xit' Client:QuitFromEDAClient
End
Popup '&Edit {E}'
Begin
MenuItem '&Copy' 'PCBPrint:PrintDocument(Action=Copy|$Description=Copy current preview to clipboard)'
MenuItem SEPARATOR
MenuItem '&Insert Printout' 'PCBPrint:InsertObject(Object=PrintOut)'
MenuItem 'Insert &Layer' 'PCBPrint:InsertObject(Object=Layer)'
MenuItem SEPARATOR
MenuItem '&Delete' PCBPrint:DeleteObject
MenuItem 'C&hange...' PCBPrint:ChangeObject
End
Popup '&View {V}'
Begin
MenuItem '&Fit Pages' 'PCBPrint:Zoom(Action=All|$Description=Show all of the current preview)'
MenuItem '&Page Width' 'PCBPrint:Zoom(Action=PageWidth|$Description=Show page width)'
MenuItem '&Whole Page' 'PCBPrint:Zoom(Action=WholePage|$Description=Show whole page)'
MenuItem SEPARATOR
MenuItem 'Zoom &In' 'PCBPrint:Zoom(Action=In|$Description=Show more of the current preview - lower magnification)'
MenuItem 'Zoom &Out' 'PCBPrint:Zoom(Action=Out|$Description=Show less of the current preview - higher magnification)'
MenuItem '&Refresh' 'PCBPrint:Zoom(Action=Redraw)'
MenuItem SEPARATOR
MenuItem '&500%' 'PCBPrint:Zoom(Action=500|$Description=Zoom to 500%)'
MenuItem '&200%' 'PCBPrint:Zoom(Action=200|$Description=Zoom to 200%)'
MenuItem '150%' 'PCBPrint:Zoom(Action=150|$Description=Zoom to 150%)'
MenuItem '&100%' 'PCBPrint:Zoom(Action=100|$Description=Zoom to 100%)'
MenuItem '&75%' 'PCBPrint:Zoom(Action=75|$Description=Zoom to 75%)'
MenuItem '50%' 'PCBPrint:Zoom(Action=50|$Description=Zoom to 50%)'
MenuItem '25%' 'PCBPrint:Zoom(Action=25|$Description=Zoom to 25%)'
MenuItem '1&0%' 'PCBPrint:Zoom(Action=10|$Description=Zoom to 10%)'
MenuItem SEPARATOR
MenuItem 'Design &Manager' Client:ToggleDocumentManager
MenuItem '&Status Bar' Client:ToggleClientStatusBar
MenuItem 'Comma&nd Status' Client:ToggleProcessStatusBar
MenuItem 'Main Tool&bar' 'Client:CustomizeResources(ToggleToolbar=PCBPrintToolBar)'
End
Popup '&Tools {T}'
Begin
MenuItem 'Create &Final' 'PCBPrint:CreatePrintSet(Kind=Final|$Description=Create final artwork set)'
MenuItem 'Create &Composite' 'PCBPrint:CreatePrintSet(Kind=Composite|$Description=Create multilayer composite drawing)'
MenuItem 'Create Power-Plane &Set' 'PCBPrint:CreatePrintSet(Kind=Plane|$Description=Create power plane set)'
MenuItem 'Create &Mask Set' 'PCBPrint:CreatePrintSet(Kind=Mask|$Description=Create solder/paste mask set)'
MenuItem 'Create &Drill Drawings' 'PCBPrint:CreatePrintSet(Kind=Drill|$Description=Create drill drawing/guide set)'
MenuItem 'Create &Assembly Drawings' 'PCBPrint:CreatePrintSet(Kind=Assembly|$Description=Create assembly drawing set)'
MenuItem 'Create Composite Drill &Guide' 'PCBPrint:CreatePrintSet(Kind=CompositeDrill|$Description=Create composite drill drawing/guide set)'
MenuItem SEPARATOR
MenuItem '&Rebuild Preview' 'PCBPrint:Rebuild(ProcessPCB=False|$Description=Rebuild current print set)'
MenuItem 'Pr&ocess PCB' 'PCBPrint:Rebuild(ProcessPCB=True|$Description=Process PCB and rebuild current print set)'
MenuItem SEPARATOR
MenuItem '&Preferences...' 'PCBPrint:SetupPreferences'
MenuItem 'Set Target &Board...' 'PCBPrint:DocumentOptions'
End
Popup '&Window {W}'
Begin
MenuItem '&Tile\tShift+F4' Client:TileAllOpenDocuments
MenuItem '&Cascade\tShift+F5' Client:CascadeAllOpenDocuments
MenuItem SEPARATOR
MenuItem 'Tile &Horizontally' 'Client:TileAllOpenDocuments(Mode=Horizontal)'
MenuItem 'Tile &Vertically' 'Client:TileAllOpenDocuments(Mode=Vertical)'
MenuItem SEPARATOR
MenuItem 'Arrange &Icons' Client:WindowArrangeIcons
MenuItem 'Close &All' Client:CloseAllOpenDocuments
End
Popup '&Help {H}'
Begin
MenuItem '&Contents' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)'
MenuItem SEPARATOR
MenuItem '&Using Print/Preview' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=PCBPrint)'
MenuItem '&Setting Up a Printout' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=SettingUpaPrintout)'
MenuItem 'Printing &Options' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=Printing)'
MenuItem '&Layer Properties' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=ConfiguringTheLayerProperties)'
MenuItem '&Exporting as WMF' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=ExportingAsWmf)'
MenuItem '&Transferring the PPC' 'Client:RunHelpTopic(FileName=\Help\PcbUsr.hlp|Topic=TransferringThePpc)'
MenuItem SEPARATOR
Popup '&Popups'
Begin
Popup '&Zoom {Z}'
Begin
MenuItem '&Fit Pages' 'PCBPrint:Zoom(Action=All|$Description=Show all of the current preview)'
MenuItem '&Page Width' 'PCBPrint:Zoom(Action=PageWidth|$Description=Show page width)'
MenuItem '&Whole Page' 'PCBPrint:Zoom(Action=WholePage|$Description=Show whole page)'
MenuItem SEPARATOR
MenuItem '&In' 'PCBPrint:Zoom(Action=In|$Description=Show more of the current preview - lower magnification)'
MenuItem '&Out' 'PCBPrint:Zoom(Action=Out|$Description=Show less of the current preview - higher magnification)'
MenuItem '&Redraw' 'PCBPrint:Zoom(Action=Redraw)'
MenuItem SEPARATOR
MenuItem '&500%' 'PCBPrint:Zoom(Action=500|$Description=Zoom to 500%)'
MenuItem '&200%' 'PCBPrint:Zoom(Action=200|$Description=Zoom to 200%)'
MenuItem '150%' 'PCBPrint:Zoom(Action=150|$Description=Zoom to 150%)'
MenuItem '&100%' 'PCBPrint:Zoom(Action=100|$Description=Zoom to 100%)'
MenuItem '&75%' 'PCBPrint:Zoom(Action=75|$Description=Zoom to 75%)'
MenuItem '50%' 'PCBPrint:Zoom(Action=50|$Description=Zoom to 50%)'
MenuItem '25%' 'PCBPrint:Zoom(Action=25|$Description=Zoom to 25%)'
MenuItem '1&0%' 'PCBPrint:Zoom(Action=10|$Description=Zoom to 10%)'
MenuItem SEPARATOR
MenuItem '&All' 'PCBPrint:Zoom(Action=All|$Description=Show all of the current preview)'
End
End
MenuItem SEPARATOR
MenuItem '&About...' Client:HelpAbout
End
End
HotKeyTable 'PCBPrintHotKeyTable'
Begin
Key 'PCBPrint:Zoom(Action=Redraw)' End EndKey
Key PCBPrint:Copy Insert Ctrl EndKey
Key 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)' F1 EndKey
Key Client:TileAllOpenDocuments F4 Shift EndKey
Key Client:CascadeAllOpenDocuments F5 Shift EndKey
Key 'PCBPrint:Zoom(Action=In)' PgUp EndKey
Key 'PCBPrint:Zoom(Action=Out)' PgDn EndKey
End
Toolbar PCBPrintToolBar 'Fixed Top' 1 1 50 'True' 5000
Begin
Button 'PROJMAN.BMP' Client:ToggleDocumentManager
Separator
Button 'FILEOPEN.BMP' Client:OpenDocument
Button 'FILESAVE.BMP' Client:SaveDocument
Button 'PRINT.BMP' 'PCBPrint:PrintDocument(Action=PrintAll|$Description=Print all)'
Separator
Button 'Zoomin.bmp' 'PCBPrint:Zoom(Action=In|$Description=Show less of the current preview - higher magnification)'
Button 'Zoomout.bmp' 'PCBPrint:Zoom(Action=Out|$Description=Show more of the current preview - higher magnification)'
Button 'Zoomdoc.bmp' 'PCBPrint:Zoom(Action=All|$Description=Show all of the current preview)'
Separator
Button 'COPY.BMP' 'PCBPrint:PrintDocument(Action=Copy|$Description=Copy current preview to clipboard)'
Separator
Button 'HELP.BMP' 'Client:RunHelpTopic(FileName=\help\Protel.hlp|Topic=Contents)'
End
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -