home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / SHAREWAR / hd / TreeSize / Treesize.exe / 0 / RCDATA / TTSPDIALOG / TTSPDIALOG.txt
Text File  |  1998-02-01  |  2KB  |  72 lines

  1. object TSPDialog: TTSPDialog
  2.   Left = 223
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'TreeSize Professional'
  6.   ClientHeight = 179
  7.   ClientWidth = 330
  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 Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 313
  20.     Height = 121
  21.     Shape = bsFrame
  22.   end
  23.   object UrlLabel1: TUrlLabel
  24.     Left = 55
  25.     Top = 104
  26.     Width = 231
  27.     Height = 15
  28.     Cursor = 5
  29.     Caption = 'http://www.jam-software.com/treesize.html'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlue
  32.     Font.Height = -12
  33.     Font.Name = 'Arial'
  34.     Font.Style = [fsUnderline]
  35.     ParentFont = False
  36.     PopupMenu = UrlLabel1.
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 103
  40.     Top = 140
  41.     Width = 106
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object Memo1: TMemo
  49.     Left = 16
  50.     Top = 24
  51.     Width = 297
  52.     Height = 78
  53.     Alignment = taCenter
  54.     BorderStyle = bsNone
  55.     Color = clBtnFace
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -12
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     Lines.Strings = (
  62.       'You are scanning really large drives and seem to '
  63.       'be a professional user of TreeSize. Then you '
  64.       'should have a look at TreeSize Professional. It '
  65.       'offers you a lot of new features. More infos and '
  66.       'an evaluation copy is available at:')
  67.     ParentFont = False
  68.     ReadOnly = True
  69.     TabOrder = 1
  70.   end
  71. end
  72.