mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 09:52:33 +02:00
37 lines
727 B
Plaintext
37 lines
727 B
Plaintext
object ShowHintFrm: TShowHintFrm
|
|
Left = 407
|
|
Height = 325
|
|
Top = 233
|
|
Width = 563
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'ShowHintFrm'
|
|
ClientHeight = 325
|
|
ClientWidth = 563
|
|
FormStyle = fsStayOnTop
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnDeactivate = FormDeactivate
|
|
OnDestroy = FormDestroy
|
|
OnKeyUp = FormKeyUp
|
|
PopupMode = pmExplicit
|
|
LCLVersion = '1.9.0.0'
|
|
object sbLazPackages: TScrollBox
|
|
Left = 0
|
|
Height = 325
|
|
Top = 0
|
|
Width = 563
|
|
HorzScrollBar.Page = 1
|
|
VertScrollBar.Page = 1
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderStyle = bsNone
|
|
TabOrder = 0
|
|
end
|
|
object tmWait: TTimer
|
|
Enabled = False
|
|
OnTimer = tmWaitTimer
|
|
left = 7
|
|
top = 12
|
|
end
|
|
end
|