| 1234567891011121314151617181920212223242526272829303132333435 |
- object VersionForm: TVersionForm
- Left = 600
- Top = 394
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 120
- ClientWidth = 352
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 16
- object About: TLabel
- Left = 24
- Top = 8
- Width = 35
- Height = 16
- Caption = 'About'
- end
- object OKBtn: TButton
- Left = 144
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- end
|