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

📄 teeediperi.xfm

📁 Delphi TeeChartPro.6.01的源代码
💻 XFM
字号:
inherited TeeFunctionEditor: TTeeFunctionEditor
  Left = 318
  Top = 224
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 42
    Top = 65
    Width = 49
    Height = 13
    Alignment = taRightJustify
    Caption = '&Alignment:'
    FocusControl = CBAlign
  end
  object Label2: TLabel
    Left = 16
    Top = 8
    Width = 75
    Height = 13
    Alignment = taRightJustify
    Caption = '&Calculate using:'
    FocusControl = CBStyle
  end
  object Label3: TLabel
    Left = 8
    Top = 38
    Width = 83
    Height = 13
    Alignment = taRightJustify
    Caption = '&Number of points:'
    FocusControl = ENum
  end
  object ENum: TEdit
    Left = 96
    Top = 34
    Width = 65
    Height = 21
    HelpContext = 382
    Enabled = False
    TabOrder = 0
    Text = '0'
    OnChange = ENumChange
  end
  object BChange: TButton
    Left = 170
    Top = 32
    Width = 75
    Height = 25
    HelpContext = 382
    Caption = '&Change...'
    Enabled = False
    TabOrder = 1
    OnClick = BChangeClick
  end
  object CBAlign: TComboFlat
    Left = 96
    Top = 61
    Width = 107
    HelpContext = 872
    Items.Strings = (
      'First'
      'Center'
      'Last')
    TabOrder = 2
    OnChange = CBAlignChange
  end
  object CBStyle: TComboFlat
    Left = 96
    Top = 5
    Width = 150
    HelpContext = 873
    Items.Strings = (
      'All points'
      'Every number of points'
      'Every range')
    TabOrder = 3
    OnChange = CBStyleChange
  end
end

⌨️ 快捷键说明

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