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

📄 teeedifont.xfm

📁 第三方控件:PaintGrid.pas 网格型仪表控件源文件 Mymeter.pas 圆型仪表控件源文件 Project1是这两个控件的使用范例。 该
💻 XFM
字号:
object TeeFontEditor: TTeeFontEditor
  Left = 211
  Top = 233
  AutoScroll = False
  Caption = 'TeeFont Editor'
  ClientHeight = 136
  ClientWidth = 258
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object SHText: TShape
    Left = 113
    Top = 9
    Width = 23
    Height = 23
    Cursor = crHandPoint
    OnMouseUp = SHTextMouseUp
  end
  object Label2: TLabel
    Left = 57
    Top = 44
    Width = 88
    Height = 13
    Alignment = taRightJustify
    Caption = '&Inter-char spacing:'
    FocusControl = Edit2
  end
  object Button3: TButton
    Left = 8
    Top = 8
    Width = 94
    Height = 25
    HelpContext = 213
    Caption = '&Font...'
    TabOrder = 0
    OnClick = BFontClick
  end
  object Edit2: TEdit
    Left = 151
    Top = 40
    Width = 34
    Height = 21
    HelpContext = 1458
    TabOrder = 1
    Text = '0'
    OnChange = Edit2Change
  end
  object UDInter: TUpDown
    Left = 185
    Top = 40
    Width = 15
    Height = 21
    HelpContext = 1458
    Associate = Edit2
    Min = -100
    TabOrder = 2
  end
  object BOutline: TButtonPen
    Left = 157
    Top = 8
    Width = 94
    HelpContext = 1457
    Caption = '&Outline...'
    TabOrder = 3
  end
  object BShadow: TButton
    Left = 157
    Top = 72
    Width = 94
    Height = 25
    HelpContext = 1834
    Caption = '&Shadow...'
    TabOrder = 4
    OnClick = BShadowClick
  end
  object CBOutGrad: TCheckBox
    Left = 11
    Top = 107
    Width = 185
    Height = 17
    HelpContext = 1833
    Caption = 'O&utline gradient'
    TabOrder = 5
    OnClick = CBOutGradClick
  end
  object BGradient: TButtonGradient
    Left = 8
    Top = 72
    Width = 94
    Caption = '&Gradient...'
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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