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

📄 teegally.xfm

📁 第三方控件:PaintGrid.pas 网格型仪表控件源文件 Mymeter.pas 圆型仪表控件源文件 Project1是这两个控件的使用范例。 该
💻 XFM
字号:
object TeeGallery: TTeeGallery
  Left = 339
  Top = 289
  ActiveControl = BOk
  AutoScroll = False
  Caption = 'TeeChart Gallery'
  ClientHeight = 355
  ClientWidth = 417
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object P1: TPanel
    Left = 0
    Top = 309
    Width = 417
    Height = 46
    Align = alBottom
    TabOrder = 0
    object BOk: TButton
      Left = 15
      Top = 11
      Width = 75
      Height = 25
      Caption = 'OK'
      ModalResult = 1
      TabOrder = 0
    end
    object BCancel: TButton
      Left = 105
      Top = 11
      Width = 75
      Height = 25
      Cancel = True
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 1
    end
    object CB3D: TCheckBox
      Left = 194
      Top = 12
      Width = 79
      Height = 21
      Caption = '&3D'
      Checked = True
      State = cbChecked
      TabOrder = 2
      OnClick = CB3DClick
    end
    object CBSmooth: TCheckBox
      Left = 298
      Top = 12
      Width = 88
      Height = 21
      Caption = '&Smooth'
      TabOrder = 3
      OnClick = CBSmoothClick
    end
  end
  object TabTypes: TTabControl
    Left = 0
    Top = 0
    Width = 417
    Height = 309
    HelpContext = 1850
    Align = alClient
    HotTrack = True
    TabOrder = 1
    OnChange = TabTypesChange
    object TabPages: TTabControl
      Left = 4
      Top = 6
      Width = 409
      Height = 299
      Align = alClient
      HotTrack = True
      TabOrder = 0
      OnChange = TabPagesChange
      object ChartGalleryPanel1: TChartGalleryPanel
        Left = 4
        Top = 6
        Width = 401
        Height = 289
        Smooth = True
        OnSelectedChart = ChartGalleryPanel1SelectedChart
        Align = alClient
        BevelOuter = bvNone
        ParentColor = True
        TabOrder = 0
        TabStop = True
      end
    end
  end
end

⌨️ 快捷键说明

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