home *** CD-ROM | disk | FTP | other *** search
/ HTML - Publishing on the Internet / html_cdrom.iso / tools / html / windows / 95frame / frameit.exe / 0 / RCDATA / TSPLASHFRM / TSPLASHFRM.txt < prev   
Encoding:
Text File  |  1996-08-09  |  2.9 KB  |  146 lines

  1. object SplashFrm: TSplashFrm
  2.   Left = 61
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 266
  7.   ClientWidth = 462
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 462
  20.     Height = 266
  21.     Align = alClient
  22.     BevelWidth = 5
  23.     BorderStyle = bsSingle
  24.     Color = clSilver
  25.     TabOrder = 0
  26.     object Bevel2: TBevel
  27.       Left = 17
  28.       Top = 141
  29.       Width = 425
  30.       Height = 51
  31.       Shape = bsFrame
  32.     end
  33.     object Timeleft: TLabel
  34.       Left = 26
  35.       Top = 169
  36.       Width = 411
  37.       Height = 18
  38.       Alignment = taCenter
  39.       AutoSize = False
  40.       Caption = 'You have 99 days left for evaluation.'
  41.       Font.Color = clBlue
  42.       Font.Height = -15
  43.       Font.Name = 'Arial'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.     end
  47.     object Status: TLabel
  48.       Left = 24
  49.       Top = 152
  50.       Width = 415
  51.       Height = 18
  52.       Alignment = taCenter
  53.       AutoSize = False
  54.       Caption = 'Evaluation period has expired'
  55.       Font.Color = clRed
  56.       Font.Height = -16
  57.       Font.Name = 'Arial'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.     end
  61.     object Image1: TImage
  62.       Left = 143
  63.       Top = 12
  64.       Width = 298
  65.       Height = 85
  66.       Picture.Data = {<image000.bmp>}
  67.     end
  68.     object Shape1: TShape
  69.       Left = 9
  70.       Top = 8
  71.       Width = 65
  72.       Height = 65
  73.     end
  74.     object Shape2: TShape
  75.       Left = 75
  76.       Top = 8
  77.       Width = 65
  78.       Height = 65
  79.     end
  80.     object Shape3: TShape
  81.       Left = 9
  82.       Top = 75
  83.       Width = 65
  84.       Height = 65
  85.     end
  86.     object Shape4: TShape
  87.       Left = 75
  88.       Top = 75
  89.       Width = 31
  90.       Height = 31
  91.       Brush.Color = clRed
  92.     end
  93.     object Shape5: TShape
  94.       Left = 109
  95.       Top = 75
  96.       Width = 31
  97.       Height = 31
  98.       Brush.Color = clBlue
  99.     end
  100.     object Shape6: TShape
  101.       Left = 109
  102.       Top = 109
  103.       Width = 31
  104.       Height = 31
  105.       Brush.Color = clYellow
  106.     end
  107.     object Shape7: TShape
  108.       Left = 75
  109.       Top = 109
  110.       Width = 31
  111.       Height = 31
  112.       Brush.Color = clLime
  113.     end
  114.     object Label1: TLabel
  115.       Left = 37
  116.       Top = 192
  117.       Width = 374
  118.       Height = 64
  119.       Alignment = taCenter
  120.       Caption = 
  121.         'Visit http://www.iinet.net.au/~bwh/frame-it.html for information' +
  122.         ' regarding prices, registering and the latest upgrades'
  123.       Font.Color = clBlack
  124.       Font.Height = -16
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.       WordWrap = True
  129.     end
  130.     object VersionLabel: TLabel
  131.       Left = 152
  132.       Top = 96
  133.       Width = 281
  134.       Height = 33
  135.       Alignment = taCenter
  136.       AutoSize = False
  137.       Caption = 'v1.15'
  138.       Font.Color = clBlue
  139.       Font.Height = -32
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.     end
  144.   end
  145. end
  146.