home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / anipal.exe / PALS.DFM / PALS.txt
Text File  |  1995-09-05  |  874b  |  49 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 98
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form1'
  7.   ClientHeight = 275
  8.   ClientWidth = 429
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 429
  21.     Height = 234
  22.     Align = alClient
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 234
  27.     Width = 429
  28.     Height = 41
  29.     Align = alBottom
  30.     TabOrder = 0
  31.     object Button1: TButton
  32.       Left = 13
  33.       Top = 8
  34.       Width = 84
  35.       Height = 25
  36.       Caption = '&Animate'
  37.       TabOrder = 0
  38.       OnClick = Button1Click
  39.     end
  40.   end
  41.   object Timer1: TTimer
  42.     Enabled = False
  43.     Interval = 1
  44.     OnTimer = Timer1Timer
  45.     Left = 371
  46.     Top = 238
  47.   end
  48. end
  49.