home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TEXPIRENOTE / TEXPIRENOTE.txt
Encoding:
Text File  |  1999-02-07  |  1.6 KB  |  74 lines

  1. object ExpireNote: TExpireNote
  2.   Left = 189
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Expiration warning...'
  6.   ClientHeight = 129
  7.   ClientWidth = 350
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LMDLabelFill1: TLMDLabelFill
  17.     Left = 34
  18.     Top = 8
  19.     Width = 279
  20.     Height = 28
  21.     FillObject.Style = sfGradient
  22.     Caption = 'Your evaluation time expires in'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -21
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = [fsBold]
  28.     FontFx.Style = tdRaisedShadow
  29.     ParentFont = False
  30.   end
  31.   object LMDLabelFill2: TLMDLabelFill
  32.     Left = 130
  33.     Top = 38
  34.     Width = 71
  35.     Height = 28
  36.     FillObject.Style = sfGradient
  37.     Caption = '10 days'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -21
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = [fsBold]
  43.     FontFx.Style = tdRaisedShadow
  44.     ParentFont = False
  45.   end
  46.   object Button1: TButton
  47.     Left = 263
  48.     Top = 99
  49.     Width = 78
  50.     Height = 25
  51.     Caption = 'Close'
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 172
  57.     Top = 99
  58.     Width = 78
  59.     Height = 25
  60.     Caption = 'Register Now!'
  61.     Default = True
  62.     TabOrder = 1
  63.     OnClick = Button2Click
  64.   end
  65.   object CheckBox1: TCheckBox
  66.     Left = 5
  67.     Top = 75
  68.     Width = 197
  69.     Height = 17
  70.     Caption = 'Don'#39't remind me again!'
  71.     TabOrder = 2
  72.   end
  73. end
  74.