home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-11-23  |  3KB  |  134 lines

  1. object AboutBox: TAboutBox
  2.   Left = 298
  3.   Top = 132
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Web-It!'
  7.   ClientHeight = 241
  8.   ClientWidth = 293
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Panel1: TPanel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 281
  23.     Height = 188
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 125
  31.       Height = 73
  32.       Picture.Data = {<image000.bmp>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 139
  38.       Top = 24
  39.       Width = 130
  40.       Height = 14
  41.       Caption = 'Web-It! Standard Edition'
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Version: TLabel
  50.       Left = 139
  51.       Top = 51
  52.       Width = 99
  53.       Height = 14
  54.       Caption = 'Version 1.7(32 Bit)'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'Arial'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 25
  64.       Top = 112
  65.       Width = 231
  66.       Height = 14
  67.       Caption = 'Copyright ∩┐╜ 1996 - Lincoln Beach Software'
  68.       Font.Color = clBlack
  69.       Font.Height = -11
  70.       Font.Name = 'Arial'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       IsControl = True
  74.     end
  75.     object Comments: TLabel
  76.       Left = 10
  77.       Top = 133
  78.       Width = 250
  79.       Height = 42
  80.       Alignment = taCenter
  81.       Caption = 
  82.         'Comments: This is an Unregistered Version! Please send any comme' +
  83.         'nts to lnclnbch@lincolnbeach.com'
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'Arial'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       WordWrap = True
  90.       IsControl = True
  91.     end
  92.     object AboutWho: TLabel
  93.       Left = 9
  94.       Top = 87
  95.       Width = 102
  96.       Height = 14
  97.       Caption = 'Evaluation Version'
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'Arial'
  101.       Font.Style = [fsBold]
  102.       ParentFont = False
  103.     end
  104.   end
  105.   object OKButton: TBitBtn
  106.     Left = 111
  107.     Top = 202
  108.     Width = 77
  109.     Height = 27
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = [fsBold]
  114.     ParentFont = False
  115.     TabOrder = 1
  116.     OnClick = OKButtonClick
  117.     Kind = bkOK
  118.     Margin = 2
  119.     Spacing = -1
  120.     IsControl = True
  121.   end
  122.   object Scaler1: TScaler
  123.     Xdevelop = 800
  124.     Ydevelop = 600
  125.     LimitScale = No
  126.     ScaleRuntime = False
  127.     Left = 6
  128.     Top = 201
  129.     PixelsPerInch = 96
  130.     ClientHeight = 241
  131.     ClientWidth = 293
  132.   end
  133. end
  134.