FlatVersion.dfm 640 B

1234567891011121314151617181920212223242526272829303132333435
  1. object VersionForm: TVersionForm
  2. Left = 600
  3. Top = 394
  4. BorderStyle = bsDialog
  5. Caption = 'About'
  6. ClientHeight = 120
  7. ClientWidth = 352
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -13
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poDesktopCenter
  16. PixelsPerInch = 96
  17. TextHeight = 16
  18. object About: TLabel
  19. Left = 24
  20. Top = 8
  21. Width = 35
  22. Height = 16
  23. Caption = 'About'
  24. end
  25. object OKBtn: TButton
  26. Left = 144
  27. Top = 88
  28. Width = 75
  29. Height = 25
  30. Caption = 'OK'
  31. ModalResult = 1
  32. TabOrder = 0
  33. end
  34. end