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

📄 teemovavefuncedit.xfm

📁 Delphi TeeChartPro.6.01的源代码
💻 XFM
字号:
object MovAveFuncEditor: TMovAveFuncEditor
  Left = 294
  Top = 240
  Width = 273
  Height = 118

  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 55
    Top = 17
    Width = 33
    Height = 13
    Alignment = taRightJustify
    Caption = '&Period:'
    FocusControl = Edit1
  end
  object Label2: TLabel
    Left = 45
    Top = 52
    Width = 43
    Height = 13
    Alignment = taRightJustify
    Caption = '&Average:'
    FocusControl = CBStyle
  end
  object Edit1: TEdit
    Left = 94
    Top = 14
    Width = 51
    Height = 21
    HelpContext = 382
    TabOrder = 0
    Text = '1'
    OnChange = Edit1Change
  end
  object UpDown1: TUpDown
    Left = 145
    Top = 14
    Width = 15
    Height = 21
    HelpContext = 382
    Associate = Edit1
    Min = 1
    Max = 32767
    Position = 1
    TabOrder = 1
  end
  object CBStyle: TComboFlat
    Left = 94
    Top = 49
    Width = 147
    HelpContext = 1852
    TabOrder = 2
    OnChange = Edit1Change
    Items.Strings = (
      'Normal'
      'Weighted'
      'Weighted by Index')
  end
end

⌨️ 快捷键说明

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