teeaxisarrowedit.xfm

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

XFM
118
字号
inherited AxisArrowToolEditor: TAxisArrowToolEditor
  Left = 344
  Top = 427
  ClientHeight = 211
  ClientWidth = 222
  PixelsPerInch = 96
  TextHeight = 13
  object LL: TLabel [1]
    Left = 32
    Top = 84
    Width = 36
    Height = 13
    Alignment = taRightJustify
    Caption = '&Length:'
    FocusControl = ELength
  end
  object Label2: TLabel [2]
    Left = 29
    Top = 112
    Width = 40
    Height = 13
    Alignment = taRightJustify
    Caption = 'P&osition:'
    FocusControl = CBPos
  end
  object Label3: TLabel [3]
    Left = 54
    Top = 144
    Width = 29
    Height = 13
    Alignment = taRightJustify
    Caption = '&Scroll:'
    FocusControl = Edit1
  end
  object Label4: TLabel [4]
    Left = 147
    Top = 144
    Width = 8
    Height = 13
    Caption = '%'
  end
  inherited BPen: TButtonPen
    Left = 48
  end
  object Button1: TButton
    Left = 141
    Top = 40
    Width = 75
    Height = 25
    HelpContext = 1516
    Caption = '&Pattern...'
    TabOrder = 2
    OnClick = Button1Click
  end
  object UDLength: TUpDown
    Left = 113
    Top = 81
    Width = 15
    Height = 21
    HelpContext = 1517
    Associate = ELength
    TabOrder = 3
  end
  object ELength: TEdit
    Left = 72
    Top = 81
    Width = 41
    Height = 21
    HelpContext = 1517
    TabOrder = 4
    Text = '0'
    OnChange = ELC
  end
  object CBPos: TComboFlat
    Left = 72
    Top = 109
    Width = 123
    HelpContext = 1515
    TabOrder = 5
    OnChange = CBPosChange
    Items.Strings = (
      'Start'
      'End'
      'Both')
  end
  object Edit1: TEdit
    Left = 91
    Top = 140
    Width = 33
    Height = 21
    HelpContext = 1519
    TabOrder = 6
    Text = '10'
    OnChange = Edit1Change
  end
  object UDScroll: TUpDown
    Left = 124
    Top = 140
    Width = 15
    Height = 21
    HelpContext = 1519
    Associate = Edit1
    Min = 1
    Position = 10
    TabOrder = 7
  end
  object CBInv: TCheckBox
    Left = 72
    Top = 168
    Width = 137
    Height = 17
    HelpContext = 1762
    Caption = '&Inverted Scroll'
    TabOrder = 8
    OnClick = CBInvClick
  end
end

⌨️ 快捷键说明

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