home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / HovText / HovText.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2005-03-12  |  2KB  |  107 lines

  1. object AboutBox: TAboutBox
  2.   Left = 289
  3.   Top = 84
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 462
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 289
  23.     Height = 409
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProductName: TLabel
  29.       Left = 8
  30.       Top = 8
  31.       Width = 41
  32.       Height = 13
  33.       Caption = 'HovText'
  34.       IsControl = True
  35.     end
  36.     object Version: TLabel
  37.       Left = 222
  38.       Top = 8
  39.       Width = 53
  40.       Height = 13
  41.       Caption = 'Version 0.2'
  42.       IsControl = True
  43.     end
  44.     object Copyright: TLabel
  45.       Left = 64
  46.       Top = 368
  47.       Width = 170
  48.       Height = 13
  49.       Caption = 'Copyright 2004, The Hovgaard Klan'
  50.       IsControl = True
  51.     end
  52.     object ImageHK1: TImage
  53.       Left = 8
  54.       Top = 80
  55.       Width = 270
  56.       Height = 202
  57.       Picture.Data = {<image000.jpg>}
  58.       Visible = False
  59.       OnClick = ImageHK1Click
  60.     end
  61.     object ImageHK2: TImage
  62.       Left = 8
  63.       Top = 80
  64.       Width = 270
  65.       Height = 202
  66.       Picture.Data = {<image001.jpg>}
  67.       Visible = False
  68.     end
  69.     object ImageHovgaard: TImage
  70.       Left = 8
  71.       Top = 32
  72.       Width = 271
  73.       Height = 325
  74.       Picture.Data = {<image002.jpg>}
  75.       Stretch = True
  76.       OnClick = ImageHovgaardClick
  77.       IsControl = True
  78.     end
  79.     object URLLabel: TLabel
  80.       Left = 88
  81.       Top = 384
  82.       Width = 97
  83.       Height = 13
  84.       Caption = 'http://hovklan.com/'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlue
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsUnderline]
  90.       ParentFont = False
  91.       ParentShowHint = False
  92.       ShowHint = True
  93.       OnClick = URLLabelClick
  94.     end
  95.   end
  96.   object OKButton: TButton
  97.     Left = 119
  98.     Top = 428
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 1
  105.   end
  106. end
  107.