?? client99se.rcs
字號:
Menu 'ChartLongMenu'
Begin
Popup '文件(&F) {F}'
Begin
MenuItem '新建(&N)...' 'Client:CreateNewDocument(SingleDocument=True)'
MenuItem '新建設(shè)計(&G)...' Client:CreateNewDocument
MenuItem '打開(&O)...' Client:OpenDocument
MenuItem '關(guān)閉(&C)' Client:CloseDocument
MenuItem '關(guān)閉設(shè)計(&D)' Client:CloseProject
MenuItem SEPARATOR
MenuItem '保存(&S)' Client:SaveDocument
MenuItem '另存為(&A)...' 'Client:SaveDocumentAs(Action=SaveAs)'
MenuItem '復(fù)本另存為(&Y)...' Client:SaveDocumentAs
MenuItem '全部保存(&L)' Client:SaveAllDocuments
MenuItem SEPARATOR
MenuItem '設(shè)置打印機(&R)...' Chart:SetupPrinter
MenuItem '打印(&P)' Chart:PrintDocument
MenuItem SEPARATOR
MenuItem '退出(&X)' Client:QuitFromEDAClient
End
Popup '退出(&E) {E}'
Begin
MenuItem '復(fù)制(&C)\tCtrl+Ins' Chart:Copy
MenuItem '粘貼(&P)\tShift+Ins' Chart:Paste
End
Popup '查看(&V) {V}'
Begin
MenuItem '設(shè)計管理(&M)' Client:ToggleDocumentManager
MenuItem SEPARATOR
MenuItem '狀態(tài)欄(&S)' Client:ToggleClientStatusBar
MenuItem 'Command Status' Client:ToggleProcessStatusBar
MenuItem SEPARATOR
MenuItem '主工具欄(&M)' 'Client:CustomizeResources(ToggleToolbar=ChartTools|$Description=Toggle Main toolbar on or off)'
MenuItem '制圖類型工具欄(&C)' 'Client:CustomizeResources(ToggleToolbar=ChartTypeTools|$Description=Toggle Chart Type toolbar on or off)'
End
Popup '格式(&R) {R}'
Begin
MenuItem '制圖區(qū)域(&C)...' Chart:SetupChart
MenuItem '繪圖區(qū)域(&P)...' Chart:SetupPlot
MenuItem SEPARATOR
Popup '坐標(&A)... {A}'
Begin
MenuItem '坐標(&A)...' Chart:SetupAxis
MenuItem '標號(&L)...' Chart:SetupAxisLabel
MenuItem '標題(&T)...' Chart:SetupAxisTitle
End
Popup '系列(&I)...{S}'
Begin
MenuItem '系列(&S)...' Chart:SetupSeries
MenuItem '標號(&L)...' Chart:SetupSeriesLabel
MenuItem '數(shù)據(jù)點(&P)...' Chart:SetupSeriesPoints
MenuItem '數(shù)據(jù)點標號(&D)... ' Chart:SetupSeriesPointsLabel
End
MenuItem SEPARATOR
MenuItem '標題(&T)...' Chart:SetupTitle
MenuItem '圖例(&L)...' Chart:SetupLegend
MenuItem '封裝(&F)...' Chart:SetupFootnote
MenuItem SEPARATOR
MenuItem '制圖向?qū)?&Z)...' Chart:RunChartWizard
Popup '&2D 圖 {2}'
Begin
MenuItem '導(dǎo)線(&L)' 'Chart:SetupPlot(ChartType=2DLine|$Description=Set chart type to 2D Line)'
MenuItem '條形圖(&B)' 'Chart:SetupPlot(ChartType=2DBar|$Description=Set chart type to 2D Bar)'
MenuItem '區(qū)域(&A)' 'Chart:SetupPlot(ChartType=2DArea|$Description=Set chart type to 2D Area)'
MenuItem '餅圖(&P)' 'Chart:SetupPlot(ChartType=2DPie|$Description=Set chart type to 2D Pie)'
MenuItem '步幅(&S)' 'Chart:SetupPlot(ChartType=2DStep|$Description=Set chart type to 2D Step)'
MenuItem '甘特圖(&G)' '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 '極性(&O)' '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 '聯(lián)合(&C)' 'Chart:SetupPlot(ChartType=2DCombination|$Description=Set chart type to 2D Combination)'
MenuItem '橫向條(&H)' 'Chart:SetupPlot(ChartType=2DHorizontalBar|$Description=Set chart type to 2D Horizontal Bar)'
MenuItem '輪廓(&N)' 'Chart:SetupPlot(ChartType=2DContour|$Description=Set chart type to 2D Contour)'
End
Popup '&3D 制圖 {3}'
Begin
MenuItem '導(dǎo)線(&L)' 'Chart:SetupPlot(ChartType=3DLine|$Description=Set chart type to 3D Line)'
MenuItem '條形圖(&B)' 'Chart:SetupPlot(ChartType=3DBar|$Description=Set chart type to 3D Bar)'
MenuItem '區(qū)域(&A)' 'Chart:SetupPlot(ChartType=3DArea|$Description=Set chart type to 3D Area)'
MenuItem '餅圖(&P)' 'Chart:SetupPlot(ChartType=3DPie|$Description=Set chart type to 3D Pie)'
MenuItem '步幅(&S)' 'Chart:SetupPlot(ChartType=3DStep|$Description=Set chart type to 3D Step)'
MenuItem '甘特圖(&G)' 'Chart:SetupPlot(ChartType=3DGantt|$Description=Set chart type to 3D Gantt)'
MenuItem '圓環(huán)圖(&D)' 'Chart:SetupPlot(ChartType=3DDoughnut|$Description=Set chart type to 3D Doughnut)'
MenuItem '聯(lián)合(&C)' 'Chart:SetupPlot(ChartType=3DCombination|$Description=Set chart type to 3D Combination)'
MenuItem '聚合條' 'Chart:SetupPlot(ChartType=3DClusteredBar|$Description=Set chart type to 3D Clustered Bar)'
MenuItem '橫向條(&H)' 'Chart:SetupPlot(ChartType=3DHorizontalBar|$Description=Set chart type to 3D Horizontal Bar)'
MenuItem '表面(&R)' 'Chart:SetupPlot(ChartType=3DSurface|$Description=Set chart type to 3D Surface)'
End
End
Popup '窗口(&W) {W}'
Begin
MenuItem '平鋪(&T)\tShift+F4' Client:TileAllOpenDocuments
MenuItem '層疊(&C)\tShift+F5' Client:CascadeAllOpenDocuments
MenuItem SEPARATOR
MenuItem '橫向平鋪(&H)' 'Client:TileAllOpenDocuments(Mode=Horizontal)'
MenuItem '縱向平鋪(&V)' 'Client:TileAllOpenDocuments(Mode=Vertical)'
MenuItem SEPARATOR
MenuItem '重排圖標(&I)' Client:WindowArrangeIcons
MenuItem '關(guān)閉所有文件(&A)' Client:CloseAllOpenDocuments
End
Popup '幫助(&H) {H}'
Begin
MenuItem '內(nèi)容(&C)' 'Client:RunHelpTopic(FileName=\Help\Protel.hlp|Topic=contents)'
MenuItem SEPARATOR
MenuItem '&Working with charts' 'Client:RunHelpTopic(FileName=\help\vcfiu.hlp|Topic=chart_terminology)'
MenuItem '參考(&R)' 'Client:RunHelpTopic(FileName=\help\Chart.hlp|Topic=Contents)'
MenuItem SEPARATOR
Popup 'Right Click {Right_Click}'
Begin
MenuItem '制圖區(qū)域(&C)...' Chart:SetupChart
MenuItem '繪圖區(qū)域(&P)...' Chart:SetupPlot
MenuItem SEPARATOR
Popup '坐標(&A)... {A}'
Begin
MenuItem '坐標(&A)...' Chart:SetupAxis
MenuItem '標號(&L)...' Chart:SetupAxisLabel
MenuItem '標題(&T)...' Chart:SetupAxisTitle
End
Popup '系列(&I)...{S}'
Begin
MenuItem '系列(&S)...' Chart:SetupSeries
MenuItem '標號(&L)...' Chart:SetupSeriesLabel
MenuItem '數(shù)據(jù)點(&P)...' Chart:SetupSeriesPoints
MenuItem '數(shù)據(jù)點標號(&D)... ' Chart:SetupSeriesPointsLabel
End
MenuItem SEPARATOR
MenuItem '標題(&T)...' Chart:SetupTitle
MenuItem '圖例(&L)...' Chart:SetupLegend
MenuItem '封裝(&F)...' Chart:SetupFootnote
MenuItem SEPARATOR
MenuItem '制圖向?qū)?&Z)...' Chart:RunChartWizard
Popup '&2D 圖 {2}'
Begin
MenuItem '導(dǎo)線(&L)' 'Chart:SetupPlot(ChartType=2DLine|$Description=Set chart type to 2D Line)'
MenuItem '條形圖(&B)' 'Chart:SetupPlot(ChartType=2DBar|$Description=Set chart type to 2D Bar)'
MenuItem '區(qū)域(&A)' 'Chart:SetupPlot(ChartType=2DArea|$Description=Set chart type to 2D Area)'
MenuItem '餅圖(&P)' 'Chart:SetupPlot(ChartType=2DPie|$Description=Set chart type to 2D Pie)'
MenuItem '步幅(&S)' 'Chart:SetupPlot(ChartType=2DStep|$Description=Set chart type to 2D Step)'
MenuItem '甘特圖(&G)' '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 '極性(&O)' '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 '聯(lián)合(&C)' 'Chart:SetupPlot(ChartType=2DCombination|$Description=Set chart type to 2D Combination)'
MenuItem '橫向條(&H)' 'Chart:SetupPlot(ChartType=2DHorizontalBar|$Description=Set chart type to 2D Horizontal Bar)'
MenuItem '輪廓(&N)' 'Chart:SetupPlot(ChartType=2DContour|$Description=Set chart type to 2D Contour)'
End
Popup '&3D 制圖 {3}'
Begin
MenuItem '導(dǎo)線(&L)' 'Chart:SetupPlot(ChartType=3DLine|$Description=Set chart type to 3D Line)'
MenuItem '條形圖(&B)' 'Chart:SetupPlot(ChartType=3DBar|$Description=Set chart type to 3D Bar)'
MenuItem '區(qū)域(&A)' 'Chart:SetupPlot(ChartType=3DArea|$Description=Set chart type to 3D Area)'
MenuItem '餅圖(&P)' 'Chart:SetupPlot(ChartType=3DPie|$Description=Set chart type to 3D Pie)'
MenuItem '步幅(&S)' 'Chart:SetupPlot(ChartType=3DStep|$Description=Set chart type to 3D Step)'
MenuItem '甘特圖(&G)' 'Chart:SetupPlot(ChartType=3DGantt|$Description=Set chart type to 3D Gantt)'
MenuItem '圓環(huán)圖(&D)' 'Chart:SetupPlot(ChartType=3DDoughnut|$Description=Set chart type to 3D Doughnut)'
MenuItem '聯(lián)合(&C)' 'Chart:SetupPlot(ChartType=3DCombination|$Description=Set chart type to 3D Combination)'
MenuItem '&聚合條' 'Chart:SetupPlot(ChartType=3DClusteredBar|$Description=Set chart type to 3D Clustered Bar)'
MenuItem '橫向條(&H)' 'Chart:SetupPlot(ChartType=3DHorizontalBar|$Description=Set chart type to 3D Horizontal Bar)'
MenuItem '表面(&R)' 'Chart:SetupPlot(ChartType=3DSurface|$Description=Set chart type to 3D Surface)'
End
End
MenuItem '關(guān)于(&A)...' Client:HelpAbout
End
End
Menu 'SpreadLongMenu'
Begin
Popup '文件(&F)'
Begin
MenuItem '新建文檔(&N)...' 'Client:CreateNewDocument(SingleDocument=True)'
MenuItem '新建設(shè)計(&G)...' Client:CreateNewDocument
MenuItem '打開(&O)...' Client:OpenDocument
MenuItem '關(guān)閉(&C)' Client:CloseDocument
MenuItem '關(guān)閉設(shè)計(&D)' Client:CloseProject
MenuItem SEPARATOR
MenuItem '保存(&S)' Client:SaveDocument
MenuItem '另存為(&A)' 'Client:SaveDocumentAs(Action=SaveAs)'
MenuItem '保存復(fù)制件(&Y)' Client:SaveDocumentAs
MenuItem '全部保存(&L)' Client:SaveDocumentAll
MenuItem SEPARATOR
MenuItem '頁面設(shè)置(&G)' Spread:DocumentPreferences
MenuItem '打印(&P)' 'Spread:PrintDocument(ShowPrintDlg=True)'
MenuItem SEPARATOR
MenuItem '更新(&U)' Spread:Update
MenuItem SEPARATOR
MenuItem '退出(&X)' Client:QuitFromEDAClient
MenuItem SEPARATOR
End
Popup '編輯(&E)'
Begin
MenuItem '剪切(&T)\tShift+Del' Spread:Cut
MenuItem '復(fù)制(&C)\tCtrl+Ins' Spread:Copy
MenuItem '粘貼(&P)\tShift+Ins' Spread:Paste
MenuItem '清除(&L)...\tCtrl+Del' Spread:Clear
MenuItem SEPARATOR
Popup '事務(wù)處理(&T)'
Begin
MenuItem '開始(&S)' Spread:StartTransaction
MenuItem '保存(&A)' Spread:SaveTransaction
MenuItem SEPARATOR
MenuItem '撤消(&U)' Spread:UndoTransaction
End
MenuItem SEPARATOR
MenuItem '插入(&I)' Spread:Insert
MenuItem '刪除(&D' Spread:Delete
MenuItem SEPARATOR
MenuItem '向右填充(&H)\tCtrl+R' Spread:CopyRight
MenuItem '向下填充(&W)\tCtrl+D' Spread:CopyDown
MenuItem SEPARATOR
MenuItem '全部選擇(&S)' 'Spread:SetSelection(R1=-1|C1=-1|R2=0|C2=0|$Description=Select all cells)'
MenuItem '轉(zhuǎn)到單元格(&G)...\tCtrl+G' Spread:JumpTo
MenuItem SEPARATOR
MenuItem 'Create Chart' 'Spread:CreateChart(Link=Auto)'
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -