teeclvfunction.xfm

来自「Delphi TeeChartPro.6.01的源代码」· XFM 代码 · 共 31 行

XFM
31
字号
inherited CLVFuncEditor: TCLVFuncEditor
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 68
    Height = 13
    Caption = '&Volume series:'
    FocusControl = CBVolume
  end
  object CBVolume: TComboFlat
    Left = 16
    Top = 34
    Width = 145
    HelpContext = 1811
    TabOrder = 0
    OnChange = CBAccumulateClick
  end
  object CBAccumulate: TCheckBox
    Left = 16
    Top = 72
    Width = 97
    Height = 17
    HelpContext = 1812
    Caption = '&Accumulate'
    TabOrder = 1
    OnClick = CBAccumulateClick
  end
end

⌨️ 快捷键说明

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