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

📄 client99se.rcs

📁 Protel电子电路.rar
💻 RCS
📖 第 1 页 / 共 5 页
字号:

Menu 'NoDocument'
Begin
     Popup '&File文件 {F}'
     Begin
          MenuItem '&New 新建'  CreateNewDocument
          MenuItem '&Open... 打开'  OpenDocument
          MenuItem SEPARATOR
          MenuItem 'E&xit 退出'  QuitFromEDAClient
     End
     Popup '&View视图 {V}'
     Begin
          MenuItem 'Design &Manager 设计管理器'  ToggleDocumentManager
          MenuItem '&Status Bar 状态栏'  ToggleClientStatusBar
          MenuItem 'Command Status 命令状态栏'  ToggleProcessStatusBar
     End
     Popup '&Help帮助 {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

Menu 'ChartLongMenu'
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 '&Save 保存'  Client:SaveDocument
          MenuItem 'Save Copy &As... 文件另存为'  Client:SaveDocumentAs
          MenuItem 'Save A&ll 全部保存'  Client:SaveAllDocuments
          MenuItem SEPARATOR
          MenuItem 'Setup P&rinter... 设置打印机'  Chart:SetupPrinter
          MenuItem '&Print 打印'  Chart:PrintDocument
          MenuItem SEPARATOR
          MenuItem 'E&xit 退出'  Client:QuitFromEDAClient
     End
     Popup '&Edit编辑 {E}'
     Begin
          MenuItem '&Copy 复制\tCtrl+Ins'  Chart:Copy
          MenuItem '&Paste 粘贴\tShift+Ins'  Chart:Paste
     End
     Popup '&View视图 {V}'
     Begin
          MenuItem 'Design &Manager 设计管理器'  Client:ToggleDocumentManager
          MenuItem SEPARATOR
          MenuItem '&Status Bar 状态栏'  Client:ToggleClientStatusBar
          MenuItem 'Command Status 命令状态栏'  Client:ToggleProcessStatusBar
          MenuItem SEPARATOR
          MenuItem '&Main Toolbar 主工具条'  'Client:CustomizeResources(ToggleToolbar=ChartTools|$Description=Toggle Main toolbar on or off)'
          MenuItem '&Chart Type Toolbar 图表类型工具条'  'Client:CustomizeResources(ToggleToolbar=ChartTypeTools|$Description=Toggle Chart Type toolbar on or off)'
     End
     Popup 'Fo&rmat格式 {R}'
     Begin
          MenuItem '&Chart Area... 图表区域'  Chart:SetupChart
          MenuItem '&Plot Area... 绘图区域'  Chart:SetupPlot
          MenuItem SEPARATOR
          Popup '&Axis... 中心线 {A}'
          Begin
               MenuItem '&Axis... 中心线'  Chart:SetupAxis
               MenuItem '&Labels... 标号'  Chart:SetupAxisLabel
               MenuItem '&Title... 标题'  Chart:SetupAxisTitle
          End
          Popup 'Ser&ies... 系列{S}'
          Begin
               MenuItem '&Series... 系列'  Chart:SetupSeries
               MenuItem '&Label... 标号'  Chart:SetupSeriesLabel
               MenuItem 'Data &Point... 数据点'  Chart:SetupSeriesPoints
               MenuItem '&Data Point Label... 数据点标号'  Chart:SetupSeriesPointsLabel
          End
          MenuItem SEPARATOR
          MenuItem '&Title... 标题'  Chart:SetupTitle
          MenuItem '&Legend... 符号'  Chart:SetupLegend
          MenuItem '&Footnote... 下标'  Chart:SetupFootnote
          MenuItem SEPARATOR
          MenuItem 'Chart Wi&zard... 图表导向器'  Chart:RunChartWizard
          Popup '&2D Chart 二维图表{2}'
          Begin
               MenuItem '&Line 线'  'Chart:SetupPlot(ChartType=2DLine|$Description=Set chart type to 2D Line)'
               MenuItem '&Bar 条'  'Chart:SetupPlot(ChartType=2DBar|$Description=Set chart type to 2D Bar)'
               MenuItem '&Area 区域'  'Chart:SetupPlot(ChartType=2DArea|$Description=Set chart type to 2D Area)'
               MenuItem '&Pie 馅饼形状'  'Chart:SetupPlot(ChartType=2DPie|$Description=Set chart type to 2D Pie)'
               MenuItem '&Step 步长'  'Chart:SetupPlot(ChartType=2DStep|$Description=Set chart type to 2D Step)'
               MenuItem '&Gantt 进度'  'Chart:SetupPlot(ChartType=2DGantt|$Description=Set chart type to 2D Gantt)'
               MenuItem '&XY'  'Chart:SetupPlot(ChartType=2DXY|$Description=Set chart type to 2D XY)'
               MenuItem 'P&olar 极性'  'Chart:SetupPlot(ChartType=2DPolar|$Description=Set chart type to 2D Polar)'
               MenuItem '&Radar 雷达'  'Chart:SetupPlot(ChartType=2DRadar|$Description=Set chart type to 2D Radar)'
               MenuItem 'B&ubble 冒泡'  'Chart:SetupPlot(ChartType=2DBubble|$Description=Set chart type to 2D Bubble)'
               MenuItem 'H&iLo 高低'  'Chart:SetupPlot(ChartType=2DHiLo|$Description=Set chart type to 2D HiLo)'
               MenuItem '&Combination 结合'  'Chart:SetupPlot(ChartType=2DCombination|$Description=Set chart type to 2D Combination)'
               MenuItem '&Horizontal Bar 水平条'  'Chart:SetupPlot(ChartType=2DHorizontalBar|$Description=Set chart type to 2D Horizontal Bar)'
               MenuItem 'Co&ntour 计数器'  'Chart:SetupPlot(ChartType=2DContour|$Description=Set chart type to 2D Contour)'
          End
          Popup '&3D Chart {3}'
          Begin
               MenuItem '&Line 线'  'Chart:SetupPlot(ChartType=3DLine|$Description=Set chart type to 3D Line)'
               MenuItem '&Bar 条'  'Chart:SetupPlot(ChartType=3DBar|$Description=Set chart type to 3D Bar)'
               MenuItem '&Area 区域'  'Chart:SetupPlot(ChartType=3DArea|$Description=Set chart type to 3D Area)'
               MenuItem '&Pie 馅饼形状'  'Chart:SetupPlot(ChartType=3DPie|$Description=Set chart type to 3D Pie)'
               MenuItem '&Step 步长'  'Chart:SetupPlot(ChartType=3DStep|$Description=Set chart type to 3D Step)'
               MenuItem '&Gantt 进度'  'Chart:SetupPlot(ChartType=3DGantt|$Description=Set chart type to 3D Gantt)'
               MenuItem '&Doughnut 环型'  'Chart:SetupPlot(ChartType=3DDoughnut|$Description=Set chart type to 3D Doughnut)'
               MenuItem '&Combination 结合'  'Chart:SetupPlot(ChartType=3DCombination|$Description=Set chart type to 3D Combination)'
               MenuItem 'Cl&ustered Bar 一组条'  'Chart:SetupPlot(ChartType=3DClusteredBar|$Description=Set chart type to 3D Clustered Bar)'
               MenuItem '&Horizontal Bar 水平条'  'Chart:SetupPlot(ChartType=3DHorizontalBar|$Description=Set chart type to 3D Horizontal Bar)'
               MenuItem 'Su&rface'  'Chart:SetupPlot(ChartType=3DSurface|$Description=Set chart type to 3D Surface)'
          End
     End
     Popup '&Window窗口 {W}'
     Begin
          MenuItem '&Tile 平铺\tShift+F5'  Client:TileAllOpenDocuments
          MenuItem '&Cascade 级联\tShift+F4'  Client:CascadeAllOpenDocuments
          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 '&Working with charts 在图表中工作'  'Client:RunHelpTopic(FileName=\help\vcfiu.hlp|Topic=chart_terminology)'
          MenuItem '&Reference 参考'  'Client:RunHelpTopic(FileName=\help\Chart.hlp|Topic=Contents)'
          MenuItem SEPARATOR
          Popup 'Right Click 鼠标右键 {Right_Click}'
          Begin
               MenuItem '&Chart Area... 图表区域'  Chart:SetupChart
               MenuItem '&Plot Area... 绘图区域'  Chart:SetupPlot
               MenuItem SEPARATOR
               Popup '&Axis... 中心线 {A}'
               Begin
                    MenuItem '&Axis... 中心线'  Chart:SetupAxis
                    MenuItem '&Labels... 标号'  Chart:SetupAxisLabel
                    MenuItem '&Title... 标题'  Chart:SetupAxisTitle
               End
               Popup 'Ser&ies... 系列{S}'
               Begin
                    MenuItem '&Series... 系列'  Chart:SetupSeries
                    MenuItem '&Label... 标号'  Chart:SetupSeriesLabel
                    MenuItem 'Data &Point... 数据点'  Chart:SetupSeriesPoints
                    MenuItem '&Data Point Label... 数据点标号'  Chart:SetupSeriesPointsLabel
               End
               MenuItem SEPARATOR
               MenuItem '&Title... 标题'  Chart:SetupTitle
               MenuItem '&Legend... 符号'  Chart:SetupLegend
               MenuItem '&Footnote... 下标'  Chart:SetupFootnote
               MenuItem SEPARATOR
               MenuItem 'Chart Wi&zard... 图表导向器'  Chart:RunChartWizard
               Popup '&2D Chart  二维图表{2}'
               Begin
                    MenuItem '&Line 线'  'Chart:SetupPlot(ChartType=2DLine|$Description=Set chart type to 2D Line)'
                    MenuItem '&Bar 条'  'Chart:SetupPlot(ChartType=2DBar|$Description=Set chart type to 2D Bar)'
                    MenuItem '&Area 区域'  'Chart:SetupPlot(ChartType=2DArea|$Description=Set chart type to 2D Area)'
                    MenuItem '&Pie 馅饼型状 '  'Chart:SetupPlot(ChartType=2DPie|$Description=Set chart type to 2D Pie)'
                    MenuItem '&Step 步长'  'Chart:SetupPlot(ChartType=2DStep|$Description=Set chart type to 2D Step)'
                    MenuItem '&Gantt 进度'  'Chart:SetupPlot(ChartType=2DGantt|$Description=Set chart type to 2D Gantt)'
                    MenuItem '&XY'  'Chart:SetupPlot(ChartType=2DXY|$Description=Set chart type to 2D XY)'
                    MenuItem 'P&olar 极性'  'Chart:SetupPlot(ChartType=2DPolar|$Description=Set chart type to 2D Polar)'
                    MenuItem '&Radar 雷达'  'Chart:SetupPlot(ChartType=2DRadar|$Description=Set chart type to 2D Radar)'
                    MenuItem 'B&ubble 冒泡'  'Chart:SetupPlot(ChartType=2DBubble|$Description=Set chart type to 2D Bubble)'
                    MenuItem 'H&iLo 高低'  'Chart:SetupPlot(ChartType=2DHiLo|$Description=Set chart type to 2D HiLo)'
                    MenuItem '&Combination 结合'  'Chart:SetupPlot(ChartType=2DCombination|$Description=Set chart type to 2D Combination)'
                    MenuItem '&Horizontal Bar 垂直条'  'Chart:SetupPlot(ChartType=2DHorizontalBar|$Description=Set chart type to 2D Horizontal Bar)'
                    MenuItem 'Co&ntour 计数器'  'Chart:SetupPlot(ChartType=2DContour|$Description=Set chart type to 2D Contour)'
               End
               Popup '&3D Chart {3} 三维图表'
               Begin
                    MenuItem '&Line 线'  'Chart:SetupPlot(ChartType=3DLine|$Description=Set chart type to 3D Line)'
                    MenuItem '&Bar 条'  'Chart:SetupPlot(ChartType=3DBar|$Description=Set chart type to 3D Bar)'
                    MenuItem '&Area 区域'  'Chart:SetupPlot(ChartType=3DArea|$Description=Set chart type to 3D Area)'
                    MenuItem '&Pie 馅饼形状'  'Chart:SetupPlot(ChartType=3DPie|$Description=Set chart type to 3D Pie)'
                    MenuItem '&Step 步长'  'Chart:SetupPlot(ChartType=3DStep|$Description=Set chart type to 3D Step)'
                    MenuItem 'Gantt 进度'  'Chart:SetupPlot(ChartType=3DGantt|$Description=Set chart type to 3D Gantt)'
                    MenuItem '&Doughnut 环型'  'Chart:SetupPlot(ChartType=3DDoughnut|$Description=Set chart type to 3D Doughnut)'
                    MenuItem '&Combination 结合'  'Chart:SetupPlot(ChartType=3DCombination|$Description=Set chart type to 3D Combination)'
                    MenuItem 'Cl&ustered Bar 一组条'  'Chart:SetupPlot(ChartType=3DClusteredBar|$Description=Set chart type to 3D Clustered Bar)'
                    MenuItem '&Horizontal Bar 水平条'  'Chart:SetupPlot(ChartType=3DHorizontalBar|$Description=Set chart type to 3D Horizontal Bar)'
                    MenuItem 'Su&rface 表面'  'Chart:SetupPlot(ChartType=3DSurface|$Description=Set chart type to 3D Surface)'
               End
          End
          MenuItem '&About... 关于'  Client:HelpAbout
     End
End

Menu 'SpreadLongMenu'
Begin
     Popup '&File文件'
     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 '&Save 保存'  Client:SaveDocument
          MenuItem 'Save Copy &As... 文件另存为'  Client:SaveDocumentAs
          MenuItem 'Save A&ll 全部保存'  Client:SaveDocumentAll
          MenuItem SEPARATOR
          MenuItem 'Pa&ge Setup... 打印机设置'  Spread:DocumentPreferences
          MenuItem '&Print... 打印'  'Spread:PrintDocument(ShowPrintDlg=True)'

⌨️ 快捷键说明

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