home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 1998 January / PFY0198.BIN / share / win95 / anwend / afspack / _setup.1 / AFSPacker.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-11-19  |  1KB  |  59 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Info'
  6.   ClientHeight = 453
  7.   ClientWidth = 364
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 361
  23.     Height = 321
  24.     Picture.Data = {<image000.TMetafile>}
  25.     Stretch = True
  26.   end
  27.   object Version: TLabel
  28.     Left = 129
  29.     Top = 62
  30.     Width = 59
  31.     Height = 18
  32.     Caption = 'Version'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -16
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold, fsItalic]
  38.     ParentFont = False
  39.   end
  40.   object Label1: TLabel
  41.     Left = 20
  42.     Top = 330
  43.     Width = 32
  44.     Height = 13
  45.     Alignment = taCenter
  46.     Caption = 'Label1'
  47.   end
  48.   object OKButton: TButton
  49.     Left = 12
  50.     Top = 424
  51.     Width = 337
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 0
  57.   end
  58. end
  59.