home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Systeme / FreeDisk / _SETUP.1 / FDS.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-12-15  |  3KB  |  125 lines

  1. object AboutBox: TAboutBox
  2.   Left = 191
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'About FDS'
  6.   ClientHeight = 238
  7.   ClientWidth = 296
  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 Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 185
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 32
  30.       Width = 49
  31.       Height = 41
  32.       Center = True
  33.       Picture.Data = {<image000.ico>}
  34.       Transparent = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 72
  39.       Top = 32
  40.       Width = 134
  41.       Height = 20
  42.       Caption = 'Free Disk Space'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -16
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold, fsUnderline]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 72
  53.       Top = 64
  54.       Width = 59
  55.       Height = 13
  56.       Caption = 'Version 1.07'
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 72
  61.       Top = 128
  62.       Width = 161
  63.       Height = 13
  64.       Caption = 'Copyright 1998 Fabrice De Weerd'
  65.       IsControl = True
  66.     end
  67.     object Comments: TLabel
  68.       Left = 104
  69.       Top = 152
  70.       Width = 74
  71.       Height = 13
  72.       Alignment = taCenter
  73.       Caption = 'FdW@Surf.BE'
  74.       Font.Charset = ANSI_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -11
  77.       Font.Name = 'Times New Roman'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.       WordWrap = True
  81.       IsControl = True
  82.     end
  83.     object Label1: TLabel
  84.       Left = 144
  85.       Top = 64
  86.       Width = 48
  87.       Height = 13
  88.       Caption = '(Mailware)'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object Image1: TImage
  97.       Left = 8
  98.       Top = 120
  99.       Width = 49
  100.       Height = 41
  101.       Center = True
  102.       Picture.Data = {<image001.ico>}
  103.       Transparent = True
  104.       IsControl = True
  105.     end
  106.     object Bevel1: TBevel
  107.       Left = 1
  108.       Top = 104
  109.       Width = 278
  110.       Height = 17
  111.       Shape = bsTopLine
  112.     end
  113.   end
  114.   object OKButton: TButton
  115.     Left = 111
  116.     Top = 204
  117.     Width = 75
  118.     Height = 25
  119.     Caption = 'OK'
  120.     Default = True
  121.     ModalResult = 1
  122.     TabOrder = 1
  123.   end
  124. end
  125.