home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95diskbo / diskbox.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-11-03  |  1KB  |  56 lines

  1. object AboutBox: TAboutBox
  2.   Left = 334
  3.   Top = 250
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About DiskBox'
  7.   ClientHeight = 96
  8.   ClientWidth = 228
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RotateLabel1: TRotateLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 209
  22.     Height = 36
  23.     Escapement = 0
  24.     TextStyle = tsRaised
  25.     Caption = 'DiskBox v1.0 '
  26.     Font.Color = clNavy
  27.     Font.Height = -32
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold, fsItalic]
  30.     ParentFont = False
  31.   end
  32.   object Label1: TLabel
  33.     Left = 8
  34.     Top = 52
  35.     Width = 106
  36.     Height = 13
  37.     Caption = '(C)1997 Ronny Oretap'
  38.   end
  39.   object Label2: TLabel
  40.     Left = 8
  41.     Top = 76
  42.     Width = 92
  43.     Height = 13
  44.     Caption = 'bravey@riksnett.no'
  45.   end
  46.   object BitBtn1: TBitBtn
  47.     Left = 144
  48.     Top = 64
  49.     Width = 75
  50.     Height = 25
  51.     TabOrder = 0
  52.     OnClick = BitBtn1Click
  53.     Kind = bkOK
  54.   end
  55. end
  56.