teeadxfunceditor.xfm

来自「BCB第三方组件」· XFM 代码 · 共 54 行

XFM
54
字号
inherited ADXFuncEditor: TADXFuncEditor
  Left = 192
  Top = 107
  ClientHeight = 120
  ClientWidth = 173
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 33
    Height = 13
    Alignment = taRightJustify
    Caption = '&Period:'
    FocusControl = EPeriod
  end
  object EPeriod: TEdit
    Left = 74
    Top = 13
    Width = 49
    Height = 21
    HelpContext = 382
    TabOrder = 0
    Text = '2'
    OnChange = EPeriodChange
  end
  object UDPeriod: TUpDown
    Left = 123
    Top = 13
    Width = 15
    Height = 21
    HelpContext = 382
    Associate = EPeriod
    Min = 2
    Max = 32767
    Position = 2
    TabOrder = 1
  end
  object BUp: TButtonPen
    Left = 72
    Top = 48
    HelpContext = 1800
    Caption = '&Up...'
    TabOrder = 2
  end
  object BDown: TButtonPen
    Left = 72
    Top = 80
    HelpContext = 1801
    Caption = '&Down...'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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