home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / fileutil / afloppy / _setup.1 / autofloppy.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-03-31  |  2KB  |  95 lines

  1. object AboutBox: TAboutBox
  2.   Left = 442
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 16
  26.       Top = 16
  27.       Width = 32
  28.       Height = 32
  29.       AutoSize = True
  30.       Center = True
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 53
  39.       Height = 13
  40.       Caption = 'AutoFloppy'
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 88
  45.       Top = 40
  46.       Width = 53
  47.       Height = 13
  48.       Caption = 'Version 1.0'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 8
  53.       Top = 80
  54.       Width = 142
  55.       Height = 13
  56.       Caption = 'Copyright 1997 Nick Behnken'
  57.       Font.Color = clNavy
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Comments: TLabel
  65.       Left = 8
  66.       Top = 104
  67.       Width = 151
  68.       Height = 52
  69.       Caption = 
  70.         'Visit our web site at http://www.htc.net/~nbehnken or drop us an' +
  71.         ' E-MAIL at nbehnken@htc.net'
  72.       Color = clScrollBar
  73.       Font.Color = clNavy
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentColor = False
  78.       ParentFont = False
  79.       WordWrap = True
  80.       IsControl = True
  81.     end
  82.   end
  83.   object OKButton: TButton
  84.     Left = 111
  85.     Top = 180
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 1
  92.     OnClick = OKButtonClick
  93.   end
  94. end
  95.