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

📄 rahthintsmainformu.dfm

📁 Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。
💻 DFM
字号:
object RaHtHintsMainForm: TRaHtHintsMainForm
  Left = 380
  Top = 135
  Width = 360
  Height = 226
  Caption = 'HtHints test'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 71
    Height = 13
    Caption = 'Hint for Button:'
  end
  object Button1: TButton
    Left = 8
    Top = 160
    Width = 169
    Height = 25
    Hint = 'Button1 <b>Bold Hint</b> not bold'
    Caption = 'Set colored hint for this button'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 40
    Width = 329
    Height = 105
    Lines.Strings = (
      'Button1 <b>Bold Hint</b> not bold'
      'Color red = <b><c:Red>Red')
    TabOrder = 1
  end
  object RegAuto1: TJvRegAuto
    RegPath = 'Software\JVCL\ColorHintsTest'
    IniFile = '$HOME/.ColorHintsTest'
    Props.Strings = (
      'Button1.Hint')
    Left = 248
    Top = 96
  end
end

⌨️ 快捷键说明

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