| 123456789101112131415161718192021222324252627 |
- object frmAbout: TfrmAbout
- Left = 0
- Top = 0
- Caption = 'frmAbout'
- ClientHeight = 337
- ClientWidth = 530
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 530
- Height = 337
- Align = alClient
- Lines.Strings = (
- #26412#31383#20307#26377'plugin_form_demo.dll'#25552#20379#30340#25554#20214'(aboutForm)')
- TabOrder = 0
- end
- end
|