home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / koniec.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-06-07  |  800b  |  43 lines

  1. object Form1: TForm1
  2.   Left = 294
  3.   Top = 259
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Informacja'
  7.   ClientHeight = 96
  8.   ClientWidth = 448
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Visible = True
  17.   OnActivate = form_create
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 32
  23.     Width = 114
  24.     Height = 13
  25.     Caption = '(c) 2001 Studio Be. Net.'
  26.   end
  27.   object Button1: TButton
  28.     Left = 376
  29.     Top = 16
  30.     Width = 65
  31.     Height = 25
  32.     Caption = 'OK'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Timer1: TTimer
  37.     Enabled = False
  38.     Interval = 100
  39.     OnTimer = tt
  40.     Left = 248
  41.   end
  42. end
  43.