LicenseUnit.dfm 888 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. object LicenseForm: TLicenseForm
  2. Left = 0
  3. Top = 0
  4. BorderIcons = []
  5. BorderStyle = bsDialog
  6. Caption = 'License Agreement'
  7. ClientHeight = 344
  8. ClientWidth = 386
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poOwnerFormCenter
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object mText: TMemo
  20. Left = 8
  21. Top = 8
  22. Width = 370
  23. Height = 297
  24. ReadOnly = True
  25. ScrollBars = ssBoth
  26. TabOrder = 0
  27. WordWrap = False
  28. end
  29. object bAccept: TButton
  30. Left = 115
  31. Top = 311
  32. Width = 75
  33. Height = 25
  34. Caption = '&Accept'
  35. ModalResult = 1
  36. TabOrder = 1
  37. end
  38. object bDecline: TButton
  39. Left = 196
  40. Top = 311
  41. Width = 75
  42. Height = 25
  43. Caption = '&Decline'
  44. ModalResult = 2
  45. TabOrder = 2
  46. end
  47. end