mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-12-16 01:10:30 +01:00
29 lines
660 B
Plaintext
29 lines
660 B
Plaintext
object TestModule: TTestModule
|
|
OldCreateOrder = True
|
|
Height = 152
|
|
HorizontalOffset = 465
|
|
VerticalOffset = 225
|
|
Width = 277
|
|
object alHTML: THTMLElementActionList
|
|
Left = 104
|
|
Top = 33
|
|
object actTitle: THTMLElementAction
|
|
Events = []
|
|
ElementID = 'hdrTitle'
|
|
end
|
|
object actSetTitle: THTMLElementAction
|
|
Events = [heClick]
|
|
ElementID = 'btnSetTitle'
|
|
OnExecute = actSetTitleExecute
|
|
end
|
|
object acthdrTitle_2: THTMLElementAction
|
|
Events = []
|
|
ElementID = 'hdrTitle-2'
|
|
end
|
|
object actbtnSetTitle_2: THTMLElementAction
|
|
Events = []
|
|
ElementID = 'btnSetTitle-2'
|
|
end
|
|
end
|
|
end
|