Files
lazarus-ccr/applications/lazstats/source_orig/contexthelpunit.lfm
wp_xxyyzz 0875c16886 LazStats: Adding original source, part 2.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7881 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:04:25 +00:00

44 lines
781 B
Plaintext

object ContextHelpForm: TContextHelpForm
Left = 240
Height = 438
Top = 134
Width = 578
Caption = 'Contextual Help'
ClientHeight = 438
ClientWidth = 578
Position = poScreenCenter
LCLVersion = '0.9.30'
object Panel1: TPanel
Left = 0
Height = 50
Top = 388
Width = 578
Align = alBottom
ClientHeight = 50
ClientWidth = 578
TabOrder = 0
object Button1: TButton
Left = 248
Height = 25
Top = 12
Width = 75
Caption = 'OK'
ModalResult = 1
OnClick = Button1Click
TabOrder = 0
end
end
object Memo1: TMemo
Left = 0
Height = 388
Top = 0
Width = 578
Align = alClient
Lines.Strings = (
'Memo1'
)
ScrollBars = ssVertical
TabOrder = 1
end
end