home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95framit / frameit.exe / 0 / RCDATA / TSPLASHFRM / TSPLASHFRM.txt < prev   
Text File  |  1996-11-19  |  3KB  |  130 lines

  1. object SplashFrm: TSplashFrm
  2.   Left = 45
  3.   Top = 169
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 208
  7.   ClientWidth = 462
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 462
  20.     Height = 208
  21.     Align = alClient
  22.     BevelWidth = 5
  23.     BorderStyle = bsSingle
  24.     Color = clSilver
  25.     TabOrder = 0
  26.     object Bevel2: TBevel
  27.       Left = 10
  28.       Top = 144
  29.       Width = 438
  30.       Height = 51
  31.       Shape = bsFrame
  32.     end
  33.     object Timeleft: TLabel
  34.       Left = 14
  35.       Top = 172
  36.       Width = 430
  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 = 13
  49.       Top = 149
  50.       Width = 431
  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 Shape1: TShape
  62.       Left = 9
  63.       Top = 8
  64.       Width = 65
  65.       Height = 65
  66.     end
  67.     object Shape2: TShape
  68.       Left = 75
  69.       Top = 8
  70.       Width = 65
  71.       Height = 65
  72.     end
  73.     object Shape3: TShape
  74.       Left = 9
  75.       Top = 75
  76.       Width = 65
  77.       Height = 65
  78.     end
  79.     object Shape4: TShape
  80.       Left = 75
  81.       Top = 75
  82.       Width = 31
  83.       Height = 31
  84.       Brush.Color = clRed
  85.     end
  86.     object Shape5: TShape
  87.       Left = 109
  88.       Top = 75
  89.       Width = 31
  90.       Height = 31
  91.       Brush.Color = clBlue
  92.     end
  93.     object Shape6: TShape
  94.       Left = 109
  95.       Top = 109
  96.       Width = 31
  97.       Height = 31
  98.       Brush.Color = clYellow
  99.     end
  100.     object Shape7: TShape
  101.       Left = 75
  102.       Top = 109
  103.       Width = 31
  104.       Height = 31
  105.       Brush.Color = clLime
  106.     end
  107.     object VersionLabel: TLabel
  108.       Left = 315
  109.       Top = 95
  110.       Width = 127
  111.       Height = 29
  112.       Alignment = taCenter
  113.       AutoSize = False
  114.       Caption = 'v1.15'
  115.       Font.Color = clBlue
  116.       Font.Height = -24
  117.       Font.Name = 'Arial'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.     end
  121.     object Image1: TImage
  122.       Left = 141
  123.       Top = 9
  124.       Width = 311
  125.       Height = 89
  126.       Picture.Data = {<image000.bmp>}
  127.     end
  128.   end
  129. end
  130.