home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 213
- ClientWidth = 298
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 16
- Width = 268
- Height = 137
- end
- object ProgramIcon: TImage
- Left = 49
- Top = 54
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- Enabled = False
- Picture.Data = {<image001.ico>}
- Stretch = True
- Transparent = True
- IsControl = True
- end
- object LblProductName: TLabel
- Left = 112
- Top = 57
- Width = 66
- Height = 13
- Caption = 'Browser Utility'
- IsControl = True
- end
- object LblVersion: TLabel
- Left = 112
- Top = 70
- Width = 53
- Height = 13
- Caption = 'Version 3.0'
- IsControl = True
- end
- object OKButton: TButton
- Left = 105
- Top = 172
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
-