📄 client99se.rcs
字号:
Menu 'ChartLongMenu'
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 '&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 'Setup P&rinter... 设置打印机(R)' Chart:SetupPrinter
MenuItem '&Print 打印(P)' Chart:PrintDocument
MenuItem SEPARATOR
MenuItem 'E&xit 退出(X)' Client:QuitFromEDAClient
End
Popup '&Edit(E){E}'
Begin
MenuItem '&Copy 复制(C)\tCtrl+Ins' Chart:Copy
MenuItem '&Paste 粘贴(P)\tShift+Ins' Chart:Paste
End
Popup '&View(V){V}'
Begin
MenuItem 'Design &Manager 设计管理器(M)' Client:ToggleDocumentManager
MenuItem SEPARATOR
MenuItem '&Status Bar 状态栏(S)' Client:ToggleClientStatusBar
MenuItem 'Command Status 命令状态栏' Client:ToggleProcessStatusBar
MenuItem SEPARATOR
MenuItem '&Main Toolbar 主工具条(M)' 'Client:CustomizeResources(ToggleToolbar=ChartTools|$Description=Toggle Main toolbar on or off)'
MenuItem '&Chart Type Toolbar 图表类型工具条(C)' 'Client:CustomizeResources(ToggleToolbar=ChartTypeTools|$Description=Toggle Chart Type toolbar on or off)'
End
Popup 'Fo&rmat (R){R}'
Begin
MenuItem '&Chart Area... 图表区域(C)' Chart:SetupChart
MenuItem '&Plot Area... 绘图区域(P)' Chart:SetupPlot
MenuItem SEPARATOR
Popup '&Axis... 中心线(A){A}'
Begin
MenuItem '&Axis... 中心线(A)' Chart:SetupAxis
MenuItem '&Labels... 标号(L)' Chart:SetupAxisLabel
MenuItem '&Title... 标题(T)' Chart:SetupAxisTitle
End
Popup 'Ser&ies... 系列(S){S}'
Begin
MenuItem '&Series... 系列(S)' Chart:SetupSeries
MenuItem '&Label... 标号(L)' Chart:SetupSeriesLabel
MenuItem 'Data &Point... 数据点(P)' Chart:SetupSeriesPoints
MenuItem '&Data Point Label... 数据点标号(D)' Chart:SetupSeriesPointsLabel
End
MenuItem SEPARATOR
MenuItem '&Title... 标题(T)' Chart:SetupTitle
MenuItem '&Legend... 符号(L)' Chart:SetupLegend
MenuItem '&Footnote... 下标(F)' Chart:SetupFootnote
MenuItem SEPARATOR
MenuItem 'Chart Wi&zard... 图表导向器(Z)' Chart:RunChartWizard
Popup '&2D Chart 二维图表(2){2}'
Begin
MenuItem '&Line 线(L)' 'Chart:SetupPlot(ChartType=2DLine|$Description=Set chart type to 2D Line)'
MenuItem '&Bar 条(B)' 'Chart:SetupPlot(ChartType=2DBar|$Description=Set chart type to 2D Bar)'
MenuItem '&Area 区域(A)' 'Chart:SetupPlot(ChartType=2DArea|$Description=Set chart type to 2D Area)'
MenuItem '&Pie 馅饼形状(P)' 'Chart:SetupPlot(ChartType=2DPie|$Description=Set chart type to 2D Pie)'
MenuItem '&Step 步长(S)' 'Chart:SetupPlot(ChartType=2DStep|$Description=Set chart type to 2D Step)'
MenuItem '&Gantt 进度(G)' 'Chart:SetupPlot(ChartType=2DGantt|$Description=Set chart type to 2D Gantt)'
MenuItem '&XY(X)' 'Chart:SetupPlot(ChartType=2DXY|$Description=Set chart type to 2D XY)'
MenuItem 'P&olar 极性(O)' 'Chart:SetupPlot(ChartType=2DPolar|$Description=Set chart type to 2D Polar)'
MenuItem '&Radar 雷达(R)' 'Chart:SetupPlot(ChartType=2DRadar|$Description=Set chart type to 2D Radar)'
MenuItem 'B&ubble 冒泡(U)' 'Chart:SetupPlot(ChartType=2DBubble|$Description=Set chart type to 2D Bubble)'
MenuItem 'H&iLo 高低(I)' 'Chart:SetupPlot(ChartType=2DHiLo|$Description=Set chart type to 2D HiLo)'
MenuItem '&Combination 结合(C)' 'Chart:SetupPlot(ChartType=2DCombination|$Description=Set chart type to 2D Combination)'
MenuItem '&Horizontal Bar 水平条(H)' 'Chart:SetupPlot(ChartType=2DHorizontalBar|$Description=Set chart type to 2D Horizontal Bar)'
MenuItem 'Co&ntour 计数器(N)' 'Chart:SetupPlot(ChartType=2DContour|$Description=Set chart type to 2D Contour)'
End
Popup '&3D Chart 三维图表(3){3}'
Begin
MenuItem '&Line 线(L)' 'Chart:SetupPlot(ChartType=3DLine|$Description=Set chart type to 3D Line)'
MenuItem '&Bar 条(B)' 'Chart:SetupPlot(ChartType=3DBar|$Description=Set chart type to 3D Bar)'
MenuItem '&Area 区域(A)' 'Chart:SetupPlot(ChartType=3DArea|$Description=Set chart type to 3D Area)'
MenuItem '&Pie 馅饼形状(P)' 'Chart:SetupPlot(ChartType=3DPie|$Description=Set chart type to 3D Pie)'
MenuItem '&Step 步长(S)' 'Chart:SetupPlot(ChartType=3DStep|$Description=Set chart type to 3D Step)'
MenuItem '&Gantt 进度(G)' 'Chart:SetupPlot(ChartType=3DGantt|$Description=Set chart type to 3D Gantt)'
MenuItem '&Doughnut 环形(D)' 'Chart:SetupPlot(ChartType=3DDoughnut|$Description=Set chart type to 3D Doughnut)'
MenuItem '&Combination 结合(C)' 'Chart:SetupPlot(ChartType=3DCombination|$Description=Set chart type to 3D Combination)'
MenuItem 'Cl&ustered Bar 一组条(U)' 'Chart:SetupPlot(ChartType=3DClusteredBar|$Description=Set chart type to 3D Clustered Bar)'
MenuItem '&Horizontal Bar 水平条(H)' 'Chart:SetupPlot(ChartType=3DHorizontalBar|$Description=Set chart type to 3D Horizontal Bar)'
MenuItem 'Su&rface 边界(R)' 'Chart:SetupPlot(ChartType=3DSurface|$Description=Set chart type to 3D Surface)'
End
End
Popup '&Window(W){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){H}'
Begin
MenuItem '&Contents 内容(C)' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)'
MenuItem SEPARATOR
MenuItem '&Working with charts 在图表中工作(W)' 'Client:RunHelpTopic(FileName=\help\vcfiu.hlp|Topic=chart_terminology)'
MenuItem '&Reference 参考(R)' 'Client:RunHelpTopic(FileName=\help\Chart.hlp|Topic=Contents)'
MenuItem SEPARATOR
Popup 'Right Click 鼠标右键{Right_Click}'
Begin
MenuItem '&Chart Area... 图表区域(C)' Chart:SetupChart
MenuItem '&Plot Area... 绘图区域(P)' Chart:SetupPlot
MenuItem SEPARATOR
Popup '&Axis... 中心线(A){A}'
Begin
MenuItem '&Axis... 中心线(A)' Chart:SetupAxis
MenuItem '&Labels... 标号(L)' Chart:SetupAxisLabel
MenuItem '&Title... 标题(T)' Chart:SetupAxisTitle
End
Popup 'Ser&ies... 系列(I){S}'
Begin
MenuItem '&Series... 系列(S)' Chart:SetupSeries
MenuItem '&Label... 标号(L)' Chart:SetupSeriesLabel
MenuItem 'Data &Point... 数据点(P)' Chart:SetupSeriesPoints
MenuItem '&Data Point Label... 数据点标号(D)' Chart:SetupSeriesPointsLabel
End
MenuItem SEPARATOR
MenuItem '&Title... 标题(T)' Chart:SetupTitle
MenuItem '&Legend... 符号(L)' Chart:SetupLegend
MenuItem '&Footnote... 脚注(F)' Chart:SetupFootnote
MenuItem SEPARATOR
MenuItem 'Chart Wi&zard... 图表导向器(Z)' Chart:RunChartWizard
Popup '&2D Chart 二维图表(2){2}'
Begin
MenuItem '&Line 线(L)' 'Chart:SetupPlot(ChartType=2DLine|$Description=Set chart type to 2D Line)'
MenuItem '&Bar 条(B)' 'Chart:SetupPlot(ChartType=2DBar|$Description=Set chart type to 2D Bar)'
MenuItem '&Area 区域(A)' 'Chart:SetupPlot(ChartType=2DArea|$Description=Set chart type to 2D Area)'
MenuItem '&Pie 馅饼形状(P)' 'Chart:SetupPlot(ChartType=2DPie|$Description=Set chart type to 2D Pie)'
MenuItem '&Step 步长(S)' 'Chart:SetupPlot(ChartType=2DStep|$Description=Set chart type to 2D Step)'
MenuItem '&Gantt 进度(G)' 'Chart:SetupPlot(ChartType=2DGantt|$Description=Set chart type to 2D Gantt)'
MenuItem '&XY (X)' 'Chart:SetupPlot(ChartType=2DXY|$Description=Set chart type to 2D XY)'
MenuItem 'P&olar 极性(P)' 'Chart:SetupPlot(ChartType=2DPolar|$Description=Set chart type to 2D Polar)'
MenuItem '&Radar 雷达(R)' 'Chart:SetupPlot(ChartType=2DRadar|$Description=Set chart type to 2D Radar)'
MenuItem 'B&ubble 冒泡(U)' 'Chart:SetupPlot(ChartType=2DBubble|$Description=Set chart type to 2D Bubble)'
MenuItem 'H&iLo 高低(I)' 'Chart:SetupPlot(ChartType=2DHiLo|$Description=Set chart type to 2D HiLo)'
MenuItem '&Combination 结合(C)' 'Chart:SetupPlot(ChartType=2DCombination|$Description=Set chart type to 2D Combination)'
MenuItem '&Horizontal Bar 垂直条(H)' 'Chart:SetupPlot(ChartType=2DHorizontalBar|$Description=Set chart type to 2D Horizontal Bar)'
MenuItem 'Co&ntour 计数器(N)' 'Chart:SetupPlot(ChartType=2DContour|$Description=Set chart type to 2D Contour)'
End
Popup '&3D Chart 三维图表(3){3}'
Begin
MenuItem '&Line 线(L)' 'Chart:SetupPlot(ChartType=3DLine|$Description=Set chart type to 3D Line)'
MenuItem '&Bar 条(B)' 'Chart:SetupPlot(ChartType=3DBar|$Description=Set chart type to 3D Bar)'
MenuItem '&Area 区域(A)' 'Chart:SetupPlot(ChartType=3DArea|$Description=Set chart type to 3D Area)'
MenuItem '&Pie 馅饼形状(P)' 'Chart:SetupPlot(ChartType=3DPie|$Description=Set chart type to 3D Pie)'
MenuItem '&Step 步长(S)' 'Chart:SetupPlot(ChartType=3DStep|$Description=Set chart type to 3D Step)'
MenuItem '&Gantt 进度(G)' '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 结合(C)' 'Chart:SetupPlot(ChartType=3DCombination|$Description=Set chart type to 3D Combination)'
MenuItem 'Cl&ustered Bar 一组条(U)' 'Chart:SetupPlot(ChartType=3DClusteredBar|$Description=Set chart type to 3D Clustered Bar)'
MenuItem '&Horizontal Bar 水平条(H)' 'Chart:SetupPlot(ChartType=3DHorizontalBar|$Description=Set chart type to 3D Horizontal Bar)'
MenuItem 'Su&rface 表面(R)' 'Chart:SetupPlot(ChartType=3DSurface|$Description=Set chart type to 3D Surface)'
End
End
MenuItem '&About... Protel 99 SE 标准汉化 V1.2(qzwfeng@hotmail.com)' Client:HelpAbout
End
End
Menu 'SpreadLongMenu'
Begin
Popup '&File(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 '&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:SaveDocumentAll
MenuItem SEPARATOR
MenuItem 'Pa&ge Setup... 页面设置(G)' Spread:DocumentPreferences
MenuItem '&Print... 打印(P)' 'Spread:PrintDocument(ShowPrintDlg=True)'
MenuItem SEPARATOR
MenuItem '&Update 更新(U)' Spread:Update
MenuItem SEPARATOR
MenuItem 'E&xit 退出(X)' Client:QuitFromEDAClient
MenuItem SEPARATOR
End
Popup '&Edit(E)'
Begin
MenuItem 'Cu&t 剪切(T)\tShift+Del' Spread:Cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -