home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Help / Examples / Scrollba / ABOUT.DFM / ABOUT.txt
Text File  |  1999-08-11  |  972b  |  47 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About ScrollDemo'
  7.   ClientHeight = 135
  8.   ClientWidth = 239
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 24
  20.     Width = 191
  21.     Height = 20
  22.     Caption = 'ScrollBar Demonstation'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 32
  32.     Top = 56
  33.     Width = 174
  34.     Height = 13
  35.     Caption = 'Copyright 1997, Borland International'
  36.   end
  37.   object Button1: TButton
  38.     Left = 82
  39.     Top = 96
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46. end
  47.