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

📄 teetoolsgallery.xfm

📁 Delphi的图表开发控件
💻 XFM
字号:
object TeeToolsGallery: TTeeToolsGallery
  Left = 307
  Top = 228
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  Caption = 'Chart Tools Gallery'
  ClientHeight = 328
  ClientWidth = 256
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object P1: TPanel
    Left = 0
    Top = 287
    Width = 256
    Height = 41
    Align = alBottom
    TabOrder = 0
    object Panel1: TPanel
      Left = 65
      Top = 1
      Width = 190
      Height = 39
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object BOk: TButton
        Left = 11
        Top = 6
        Width = 75
        Height = 25
        HelpContext = 1773
        Caption = '&Add'
        Default = True
        Enabled = False
        ModalResult = 1
        TabOrder = 0
      end
      object BCan: TButton
        Left = 99
        Top = 6
        Width = 75
        Height = 25
        Cancel = True
        Caption = 'Cancel'
        ModalResult = 2
        TabOrder = 1
      end
    end
  end
  object TabControl1: TTabControl
    Left = 0
    Top = 0
    Width = 256
    Height = 287
    HelpContext = 1474
    Align = alClient
    TabOrder = 1
    OnChange = TabControl1Change
    object LBTool: TListBox
      Left = 4
      Top = 6
      Width = 248
      Height = 277
      Style = lbOwnerDrawFixed
      Align = alClient
      ItemHeight = 18
      Sorted = True
      TabOrder = 0
      OnClick = LBToolClick
      OnDblClick = LBToolDblClick
      OnDrawItem = LBToolDrawItem
    end
  end
end

⌨️ 快捷键说明

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