home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / BCBViewer / ImageViewer.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-04-07  |  1.5 KB  |  79 lines

  1. object AboutBox: TAboutBox
  2.   Left = 445
  3.   Top = 127
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 218
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     BevelOuter = bvLowered
  24.     Color = clWhite
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 65
  30.       Height = 57
  31.       Picture.Data = {<image000.bmp>}
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 64
  38.       Height = 13
  39.       Caption = 'Image Viewer'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 88
  44.       Top = 40
  45.       Width = 22
  46.       Height = 13
  47.       Caption = 'V1.0'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 8
  52.       Top = 80
  53.       Width = 192
  54.       Height = 13
  55.       Caption = 'Copyright 1998, Colosseum Builders, Inc.'
  56.       IsControl = True
  57.     end
  58.     object Comments: TLabel
  59.       Left = 8
  60.       Top = 104
  61.       Width = 3
  62.       Height = 13
  63.       WordWrap = True
  64.       IsControl = True
  65.     end
  66.   end
  67.   object OKButton: TButton
  68.     Left = 120
  69.     Top = 178
  70.     Width = 65
  71.     Height = 33
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.     IsControl = True
  77.   end
  78. end
  79.