⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 teesourceedit.xfm

📁 Delphi的图表开发控件
💻 XFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -