home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 445
- Top = 127
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 218
- ClientWidth = 298
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- BevelOuter = bvLowered
- Color = clWhite
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 57
- Picture.Data = {<image000.bmp>}
- IsControl = True
- end
- object ProductName: TLabel
- Left = 88
- Top = 16
- Width = 64
- Height = 13
- Caption = 'Image Viewer'
- IsControl = True
- end
- object Version: TLabel
- Left = 88
- Top = 40
- Width = 22
- Height = 13
- Caption = 'V1.0'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 80
- Width = 192
- Height = 13
- Caption = 'Copyright 1998, Colosseum Builders, Inc.'
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 104
- Width = 3
- Height = 13
- WordWrap = True
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 120
- Top = 178
- Width = 65
- Height = 33
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- IsControl = True
- end
- end
-