MainPartner.lfm 786 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. object Form1: TForm1
  2. Left = 0
  3. Height = 103
  4. Top = 112
  5. Width = 177
  6. Caption = 'Partners Demo'
  7. ClientHeight = 103
  8. ClientWidth = 177
  9. Color = clBtnFace
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. OnCreate = FormCreate
  14. LCLVersion = '1.0.8.0'
  15. object NewActiveBtn: TButton
  16. Left = 8
  17. Height = 25
  18. Top = 16
  19. Width = 155
  20. Caption = 'New Active Partner'
  21. OnClick = NewActiveBtnClick
  22. TabOrder = 0
  23. end
  24. object NewPassiveBtn: TButton
  25. Left = 8
  26. Height = 25
  27. Top = 59
  28. Width = 155
  29. Caption = 'New Passive Partner'
  30. OnClick = NewPassiveBtnClick
  31. TabOrder = 1
  32. end
  33. object Timer1: TTimer
  34. Interval = 100
  35. OnTimer = Timer1Timer
  36. left = 16
  37. top = 8
  38. end
  39. end