home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 362
- Top = 226
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 299
- ClientWidth = 448
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgAbout: TImage
- Left = 6
- Top = 8
- Width = 128
- Height = 256
- Picture.Data = {<image000.bmp>}
- IsControl = True
- end
- object btnOk: TButton
- Left = 366
- Top = 270
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnKeyDown = btnOkKeyDown
- end
- object mmoText: TMemo
- Left = 144
- Top = 8
- Width = 300
- Height = 256
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- end
-