teeaxistooledit.xfm

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

XFM
40
字号
object AxisToolEditor: TAxisToolEditor
  Left = 337
  Top = 307
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  ClientHeight = 143
  ClientWidth = 232
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 41
    Top = 11
    Width = 22
    Height = 13
    Alignment = taRightJustify
    Caption = '&Axis:'
    FocusControl = CBAxis
  end
  object CBAxis: TComboFlat
    Left = 71
    Top = 8
    Width = 145
    HelpContext = 1130
    TabOrder = 0
    OnChange = CBAxisChange
  end
  object BPen: TButtonPen
    Left = 72
    Top = 40
    HelpContext = 514
    Caption = '&Border...'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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