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

  1. object AboutBox: TAboutBox
  2.   Left = 276
  3.   Top = 151
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 209
  8.   ClientWidth = 318
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 6
  21.     Top = 7
  22.     Width = 305
  23.     Height = 166
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 16
  28.       Top = 16
  29.       Width = 41
  30.       Height = 41
  31.       IsControl = True
  32.     end
  33.     object Version: TLabel
  34.       Left = 92
  35.       Top = 40
  36.       Width = 35
  37.       Height = 13
  38.       Caption = 'Version'
  39.       IsControl = True
  40.     end
  41.     object Copyright: TLabel
  42.       Left = 8
  43.       Top = 72
  44.       Width = 199
  45.       Height = 13
  46.       Caption = 'Copyright ∩┐╜1996-1998 by Joachim Marder'
  47.       IsControl = True
  48.     end
  49.     object Comments: TLabel
  50.       Left = 48
  51.       Top = 96
  52.       Width = 3
  53.       Height = 13
  54.       Cursor = crDrag
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clBlue
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsUnderline]
  60.       ParentFont = False
  61.       WordWrap = True
  62.       IsControl = True
  63.     end
  64.     object Label2: TLabel
  65.       Left = 8
  66.       Top = 115
  67.       Width = 36
  68.       Height = 13
  69.       Caption = 'WWW:'
  70.     end
  71.     object Label3: TLabel
  72.       Left = 8
  73.       Top = 98
  74.       Width = 32
  75.       Height = 13
  76.       Caption = 'E-Mail:'
  77.       WordWrap = True
  78.       IsControl = True
  79.     end
  80.     object UrlLabel1: TUrlLabel
  81.       Left = 50
  82.       Top = 115
  83.       Width = 140
  84.       Height = 13
  85.       Cursor = 5
  86.       Caption = 'http://www.jam-software.com'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlue
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsUnderline]
  92.       ParentFont = False
  93.       PopupMenu = UrlLabel1.
  94.       ActiveColor = clRed
  95.     end
  96.     object UrlLabel2: TUrlLabel
  97.       Left = 50
  98.       Top = 98
  99.       Width = 95
  100.       Height = 13
  101.       Cursor = 5
  102.       Caption = 'marder@pobox.com'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlue
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = [fsUnderline]
  108.       ParentFont = False
  109.       PopupMenu = UrlLabel2.
  110.       URL = 'mailto:marder@explorer.uni-trier.de'
  111.     end
  112.     object Label1: TLabel
  113.       Left = 8
  114.       Top = 144
  115.       Width = 260
  116.       Height = 13
  117.       Caption = 'Try the powerful new features of TreeSize Professional!'
  118.     end
  119.     object ProductName: TLabel
  120.       Left = 89
  121.       Top = 13
  122.       Width = 126
  123.       Height = 23
  124.       Alignment = taCenter
  125.       Caption = 'Produktname'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clBlack
  128.       Font.Height = -19
  129.       Font.Name = 'Arial'
  130.       Font.Style = [fsBold, fsItalic]
  131.       ParentFont = False
  132.       IsControl = True
  133.     end
  134.     object UrlLabel3: TUrlLabel
  135.       Left = 163
  136.       Top = 144
  137.       Width = 102
  138.       Height = 13
  139.       Cursor = 5
  140.       Caption = 'TreeSize Professional'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clBlue
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = [fsUnderline]
  146.       ParentFont = False
  147.       PopupMenu = UrlLabel3.
  148.       URL = 'http://www.jam-software.com/treesize.html'
  149.     end
  150.   end
  151.   object OKButton: TButton
  152.     Left = 114
  153.     Top = 178
  154.     Width = 89
  155.     Height = 26
  156.     Caption = 'OK'
  157.     Default = True
  158.     ModalResult = 1
  159.     TabOrder = 1
  160.     IsControl = True
  161.   end
  162. end
  163.