home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / d3456 / KBMWABD.ZIP / WABD_About.dfm / WABD_About.txt
Text File  |  2001-07-06  |  801b  |  43 lines

  1. object WABDAboutForm: TWABDAboutForm
  2.   Left = 332
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 179
  7.   ClientWidth = 349
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 349
  23.     Height = 179
  24.     Align = alClient
  25.   end
  26.   object Button1: TButton
  27.     Left = 139
  28.     Top = 126
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Timer1: TTimer
  37.     Interval = 30
  38.     OnTimer = Timer1Timer
  39.     Left = 16
  40.     Top = 128
  41.   end
  42. end
  43.