home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / nastroje / DISKFREE.ZIP / DiskFree.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2001-07-29  |  1.9 KB  |  93 lines

  1. object AboutBox: TAboutBox
  2.   Left = 376
  3.   Top = 347
  4.   BorderStyle = bsDialog
  5.   Caption = 'About...'
  6.   ClientHeight = 147
  7.   ClientWidth = 278
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Version: TLabel
  19.     Left = 56
  20.     Top = 28
  21.     Width = 92
  22.     Height = 13
  23.     Caption = 'Version 1.0.5, 2001'
  24.   end
  25.   object Image1: TImage
  26.     Left = 12
  27.     Top = 24
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Picture.Data = {<image000.ico>}
  32.   end
  33.   object Author: TLabel
  34.     Left = 56
  35.     Top = 44
  36.     Width = 137
  37.     Height = 13
  38.     Caption = 'Copyright ∩┐╜ Troels Jakobsen'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Freeware: TLabel
  47.     Left = 56
  48.     Top = 76
  49.     Width = 118
  50.     Height = 13
  51.     Caption = 'This program is freeware.'
  52.   end
  53.   object Product: TLabel
  54.     Left = 56
  55.     Top = 8
  56.     Width = 134
  57.     Height = 19
  58.     Caption = 'Disk Free Monitor'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -16
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     IsControl = True
  66.   end
  67.   object HtmlLink: TLabel
  68.     Left = 56
  69.     Top = 60
  70.     Width = 164
  71.     Height = 13
  72.     Cursor = crHandPoint
  73.     Caption = 'http://www3.ewebcity.com/troels/'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlue
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsUnderline]
  79.     ParentFont = False
  80.     OnClick = HtmlLinkClick
  81.   end
  82.   object Button1: TButton
  83.     Left = 102
  84.     Top = 108
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 0
  91.   end
  92. end
  93.