teefuncedit.xfm

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

XFM
94
字号
inherited TeeFuncEditor: TTeeFuncEditor
  Left = 388
  Top = 346
  Width = 388
  Height = 246
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  inherited Pan: TPanel
    Width = 380
    inherited LLabel: TLabel
      Caption = '&Functions:'
    end
    inherited BApply: TButton
      OnClick = BApplyClick
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 32
    Width = 380
    Height = 187
    ActivePage = TabSource
    Align = alClient
    HotTrack = True
    TabOrder = 1
    object TabSource: TTabSheet
      Caption = 'Source Series'
      object PanSingle: TPanel
        Left = 0
        Top = 0
        Width = 372
        Height = 159
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 0
        object Label1: TLabel
          Left = 56
          Top = 26
          Width = 32
          Height = 13
          Alignment = taRightJustify
          Caption = '&Series:'
          FocusControl = CBSingle
        end
        object LValues: TLabel
          Left = 53
          Top = 57
          Width = 35
          Height = 13
          Alignment = taRightJustify
          Caption = '&Values:'
          FocusControl = CBValues
        end
        object CBSingle: TComboFlat
          Left = 92
          Top = 22
          Width = 145
          TabOrder = 0
          OnChange = CBSingleChange
        end
        object CBValues: TComboFlat
          Left = 92
          Top = 54
          Width = 145
          Enabled = False
          TabOrder = 1
          OnChange = CBValuesChange
        end
        object BNone: TButton
          Left = 248
          Top = 20
          Width = 75
          Height = 25
          Caption = '&None'
          Enabled = False
          TabOrder = 2
          OnClick = BNoneClick
        end
      end
    end
    object TabOptions: TTabSheet
      Caption = 'Options'
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer1Timer
    Left = 52
    Top = 144
  end
end

⌨️ 快捷键说明

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