home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95PIONEE / _SETUP.1 / Pioneer.exe / 0 / RCDATA / TFRM_ELAPSED / TFRM_ELAPSED.txt
Text File  |  1998-01-14  |  1KB  |  70 lines

  1. object frm_Elapsed: Tfrm_Elapsed
  2.   Left = 250
  3.   Top = 196
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Excuse me...'
  7.   ClientHeight = 167
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 145
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Color = clBlack
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 34
  27.       Top = 21
  28.       Width = 217
  29.       Height = 24
  30.       Caption = 'Your Evaluation Period'
  31.       Font.Color = clRed
  32.       Font.Height = -20
  33.       Font.Name = 'Arial'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 29
  39.       Top = 49
  40.       Width = 229
  41.       Height = 46
  42.       Alignment = taCenter
  43.       AutoSize = False
  44.       Caption = 'Has Expired!'
  45.       Color = clBlack
  46.       Font.Color = clYellow
  47.       Font.Height = -37
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold]
  50.       ParentColor = False
  51.       ParentFont = False
  52.     end
  53.     object Label3: TLabel
  54.       Left = 69
  55.       Top = 111
  56.       Width = 145
  57.       Height = 16
  58.       AutoSize = False
  59.       Caption = 'Don'#39't forget to register'
  60.       Color = clBlack
  61.       Font.Color = clAqua
  62.       Font.Height = -13
  63.       Font.Name = 'System'
  64.       Font.Style = []
  65.       ParentColor = False
  66.       ParentFont = False
  67.     end
  68.   end
  69. end
  70.