home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 November / PCDIREKT_1198.bin / data / system / quickfile / _SETUP.1 / QuickFile.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-08-25  |  1.8 KB  |  88 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Qsoft QuickFile'
  6.   ClientHeight = 187
  7.   ClientWidth = 298
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 137
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 16
  30.       Width = 32
  31.       Height = 32
  32.       AutoSize = True
  33.       Picture.Data = {<image000.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 56
  39.       Top = 16
  40.       Width = 83
  41.       Height = 13
  42.       Caption = 'Qsoft QuickFile'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'Tahoma'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object LabelVersion: TLabel
  52.       Left = 56
  53.       Top = 32
  54.       Width = 60
  55.       Height = 13
  56.       Caption = 'Version 1.01'
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 8
  61.       Top = 80
  62.       Width = 187
  63.       Height = 13
  64.       Caption = 'Created by Qsoft, Mattias Schevenels.'
  65.       IsControl = True
  66.     end
  67.     object Comments: TLabel
  68.       Left = 8
  69.       Top = 104
  70.       Width = 50
  71.       Height = 13
  72.       Caption = 'Comments'
  73.       IsControl = True
  74.     end
  75.   end
  76.   object OKButton: TButton
  77.     Left = 215
  78.     Top = 156
  79.     Width = 75
  80.     Height = 23
  81.     Caption = 'OK'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 1
  85.     OnClick = OKButtonClick
  86.   end
  87. end
  88.