ufrmAbout.dfm 565 B

123456789101112131415161718192021222324252627
  1. object frmAbout: TfrmAbout
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmAbout'
  5. ClientHeight = 337
  6. ClientWidth = 530
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object Memo1: TMemo
  17. Left = 0
  18. Top = 0
  19. Width = 530
  20. Height = 337
  21. Align = alClient
  22. Lines.Strings = (
  23. #26412#31383#20307#26377'plugin_form_demo.dll'#25552#20379#30340#25554#20214'(aboutForm)')
  24. TabOrder = 0
  25. end
  26. end