home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 604
- Top = 54
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'frmAbout'
- ClientHeight = 440
- ClientWidth = 360
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ImgAbout: TImage
- Left = 0
- Top = 0
- Width = 360
- Height = 440
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnMouseDown = ImgAboutMouseDown
- OnMouseMove = ImgAboutMouseMove
- OnMouseUp = ImgAboutMouseUp
- end
- object ImgExit: TImage
- Left = 312
- Top = 407
- Width = 40
- Height = 26
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Visible = False
- OnClick = ImgExitClick
- end
- end
-