Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。
源代码在线查看: rahthintsmainformu.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 Bold Hint 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 Bold Hint not bold'
'Color 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