teebubbleedit.xfm

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

XFM
41
字号
inherited BubbleSeriesEditor: TBubbleSeriesEditor
  ClientHeight = 192
  PixelsPerInch = 96
  TextHeight = 13
  inherited GPPoint: TGroupBox
    Height = 187
    object Label4: TLabel [3]
      Left = 21
      Top = 164
      Width = 68
      Height = 13
      Alignment = taRightJustify
      Caption = '&Transparency:'
      FocusControl = Edit1
    end
    object Edit1: TEdit
      Left = 96
      Top = 160
      Width = 33
      Height = 21
      HelpContext = 1753
      TabOrder = 11
      Text = '0'
      OnChange = Edit1Change
    end
    object UDTransp: TUpDown
      Left = 129
      Top = 160
      Width = 15
      Height = 21
      HelpContext = 1753
      Associate = Edit1
      Min = 0
      Increment = 5
      Position = 0
      TabOrder = 10
      Wrap = False
    end
  end
end

⌨️ 快捷键说明

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