teeaxistooledit.xfm

来自「Delphi的图表开发控件」· XFM 代码 · 共 48 行

XFM
48
字号
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 PanelTop: TPanel
    Left = 0
    Top = 0
    Width = 232
    Height = 73
    Align = alTop
    TabOrder = 0
    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
end

⌨️ 快捷键说明

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