home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #11 / K-CD-2000-11.iso / K.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1999-06-16  |  1KB  |  76 lines

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