teesourceedit.xfm

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

XFM
54
字号
object BaseSourceEditor: TBaseSourceEditor
  Left = 302
  Top = 316
  Width = 396
  Height = 224
  VertScrollBar.Range = 32
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Pan: TPanel
    Left = 0
    Top = 0
    Width = 388
    Height = 32
    Align = alTop
    TabOrder = 0
    object LLabel: TLabel
      Left = 8
      Top = 7
      Width = 79
      Height = 15
      Alignment = taRightJustify
      AutoSize = False
      Caption = '&Source:'
      FocusControl = CBSources
      Layout = tlCenter
    end
    object CBSources: TComboFlat
      Left = 93
      Top = 5
      Width = 177
      HelpContext = 178
      TabOrder = 0
      OnChange = CBSourcesChange
    end
    object BApply: TButton
      Left = 289
      Top = 3
      Width = 75
      Height = 25
      Caption = '&Apply'
      Enabled = False
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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