You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/for.RnQ/tipDlg.dfm

30 lines
647 B
Plaintext

object tipFrm: TtipFrm
Left = 358
Top = 208
BorderStyle = bsNone
ClientHeight = 120
ClientWidth = 232
Color = clInfoBk
TransparentColorValue = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnMouseDown = FormMouseDown
OnMouseUp = FormMouseUp
PixelsPerInch = 96
TextHeight = 13
object animTimer: TTimer
Enabled = False
Interval = 10
OnTimer = animTimerTimer
Left = 192
Top = 8
end
end