lazarus/components/onlinepackagemanager/opkman_showhint.lfm
2017-12-21 12:47:02 +00:00

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