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

📄 teefuncedit.xfm

📁 TeeChart 7.0 With Source在Delphi 7.0中的安装
💻 XFM
字号:
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
  object Timer2: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer2Timer
    Left = 108
    Top = 144
  end
end

⌨️ 快捷键说明

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