home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / dir2html / D2html21.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-12-27  |  790b  |  42 lines

  1. object aboutbox: Taboutbox
  2.   Left = 305
  3.   Top = 139
  4.   BorderStyle = bsNone
  5.   Caption = 'aboutbox'
  6.   ClientHeight = 204
  7.   ClientWidth = 318
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object aboutpanel: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 318
  19.     Height = 204
  20.     Align = alClient
  21.     BevelInner = bvRaised
  22.     TabOrder = 0
  23.     object Image1: TImage
  24.       Left = 2
  25.       Top = 2
  26.       Width = 314
  27.       Height = 200
  28.       Align = alClient
  29.       Picture.Data = {<image000.bmp>}
  30.     end
  31.     object okbutton: TButton
  32.       Left = 120
  33.       Top = 168
  34.       Width = 81
  35.       Height = 25
  36.       Caption = 'OK'
  37.       ModalResult = 1
  38.       TabOrder = 0
  39.     end
  40.   end
  41. end
  42.