home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / siteh / _setup.1 / SiteHog.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-01-03  |  3.6 KB  |  169 lines

  1. object AboutBox: TAboutBox
  2.   Left = 358
  3.   Top = 196
  4.   BorderStyle = bsDialog
  5.   Caption = 'SiteHog - Web Site Validation Tool'
  6.   ClientHeight = 304
  7.   ClientWidth = 340
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 319
  24.     Height = 255
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object VersionLabel: TLabel
  30.       Left = 8
  31.       Top = 89
  32.       Width = 305
  33.       Height = 24
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 'Version: '
  37.       Font.Color = clBlack
  38.       Font.Height = -13
  39.       Font.Name = 'Arial'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       WordWrap = True
  43.       IsControl = True
  44.     end
  45.     object Copyright: TLabel
  46.       Left = 10
  47.       Top = 122
  48.       Width = 79
  49.       Height = 23
  50.       Caption = 'Copyright:'
  51.       Font.Color = clBlack
  52.       Font.Height = -13
  53.       Font.Name = 'Arial'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       IsControl = True
  57.     end
  58.     object Email: TLabel
  59.       Left = 114
  60.       Top = 144
  61.       Width = 199
  62.       Height = 25
  63.       Caption = 'skyrider@cix.compulink.co.uk'
  64.       Font.Color = clBlack
  65.       Font.Height = -13
  66.       Font.Name = 'Arial'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       WordWrap = True
  70.       IsControl = True
  71.     end
  72.     object Label1: TLabel
  73.       Left = 112
  74.       Top = 120
  75.       Width = 105
  76.       Height = 16
  77.       Caption = 'Dave Pellatt, 1997'
  78.       Font.Color = clBlack
  79.       Font.Height = -13
  80.       Font.Name = 'Arial'
  81.       Font.Style = []
  82.       ParentFont = False
  83.     end
  84.     object Label3: TLabel
  85.       Left = 104
  86.       Top = 128
  87.       Width = 3
  88.       Height = 16
  89.     end
  90.     object Support: TLabel
  91.       Left = 8
  92.       Top = 144
  93.       Width = 105
  94.       Height = 25
  95.       Caption = 'Support E-mail:'
  96.       Font.Color = clBlack
  97.       Font.Height = -13
  98.       Font.Name = 'Arial'
  99.       Font.Style = []
  100.       ParentFont = False
  101.     end
  102.     object ProgramIcon: TImage
  103.       Left = 7
  104.       Top = 8
  105.       Width = 304
  106.       Height = 72
  107.       AutoSize = True
  108.       Picture.Data = {<image001.bmp>}
  109.       IsControl = True
  110.     end
  111.     object Label2: TLabel
  112.       Left = 112
  113.       Top = 168
  114.       Width = 185
  115.       Height = 16
  116.       Caption = '106462,1124@compuserve.com'
  117.       Font.Color = clBlack
  118.       Font.Height = -13
  119.       Font.Name = 'Arial'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       WordWrap = True
  123.       IsControl = True
  124.     end
  125.     object Label4: TLabel
  126.       Left = 4
  127.       Top = 192
  128.       Width = 309
  129.       Height = 16
  130.       Alignment = taCenter
  131.       AutoSize = False
  132.       Caption = 'http://www.compulink.co.uk/~allied-display/redhog/'
  133.       Font.Color = clBlack
  134.       Font.Height = -13
  135.       Font.Name = 'Arial'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       WordWrap = True
  139.       IsControl = True
  140.     end
  141.     object Registered: TLabel
  142.       Left = 2
  143.       Top = 228
  144.       Width = 315
  145.       Height = 25
  146.       Align = alBottom
  147.       Alignment = taCenter
  148.       AutoSize = False
  149.       Caption = 'Unregistered'
  150.       Font.Color = clBlack
  151.       Font.Height = -13
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = [fsBold]
  154.       ParentFont = False
  155.       Transparent = True
  156.       WordWrap = True
  157.     end
  158.   end
  159.   object OK: TBitBtn
  160.     Left = 120
  161.     Top = 272
  162.     Width = 105
  163.     Height = 25
  164.     TabOrder = 1
  165.     OnClick = OKButtonClick
  166.     Kind = bkOK
  167.   end
  168. end
  169.