dmtest.lfm 660 B

12345678910111213141516171819202122232425262728
  1. object TestModule: TTestModule
  2. OldCreateOrder = True
  3. Height = 152
  4. HorizontalOffset = 465
  5. VerticalOffset = 225
  6. Width = 277
  7. object alHTML: THTMLElementActionList
  8. Left = 104
  9. Top = 33
  10. object actTitle: THTMLElementAction
  11. Events = []
  12. ElementID = 'hdrTitle'
  13. end
  14. object actSetTitle: THTMLElementAction
  15. Events = [heClick]
  16. ElementID = 'btnSetTitle'
  17. OnExecute = actSetTitleExecute
  18. end
  19. object acthdrTitle_2: THTMLElementAction
  20. Events = []
  21. ElementID = 'hdrTitle-2'
  22. end
  23. object actbtnSetTitle_2: THTMLElementAction
  24. Events = []
  25. ElementID = 'btnSetTitle-2'
  26. end
  27. end
  28. end