License.dfm 965 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object LicenseDialog: TLicenseDialog
  2. Left = 413
  3. Top = 230
  4. ActiveControl = CloseButton
  5. BorderIcons = [biSystemMenu]
  6. BorderStyle = bsDialog
  7. Caption = 'License'
  8. ClientHeight = 355
  9. ClientWidth = 559
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -12
  14. Font.Name = 'Segoe UI'
  15. Font.Style = []
  16. Position = poOwnerFormCenter
  17. DesignSize = (
  18. 559
  19. 355)
  20. TextHeight = 15
  21. object CloseButton: TButton
  22. Left = 471
  23. Top = 322
  24. Width = 80
  25. Height = 25
  26. Anchors = [akRight, akBottom]
  27. Cancel = True
  28. Caption = 'Close'
  29. Default = True
  30. ModalResult = 1
  31. TabOrder = 0
  32. end
  33. object LicenseMemo: TMemo
  34. Left = 8
  35. Top = 8
  36. Width = 543
  37. Height = 308
  38. Anchors = [akLeft, akTop, akRight, akBottom]
  39. Color = clBtnFace
  40. ReadOnly = True
  41. ScrollBars = ssVertical
  42. TabOrder = 1
  43. WantReturns = False
  44. end
  45. end