home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / logos / logos_d.exe / 0 / RCDATA / TFDEMO / TFDEMO.txt < prev   
Text File  |  1998-01-18  |  684b  |  36 lines

  1. object fDemo: TfDemo
  2.   Left = 226
  3.   Top = 148
  4.   BorderStyle = bsNone
  5.   Caption = 'Demo'
  6.   ClientHeight = 366
  7.   ClientWidth = 582
  8.   Color = clYellow
  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 Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 583
  21.     Height = 367
  22.     AutoSize = True
  23.     Picture.Data = {<image000.TMetafile>}
  24.   end
  25.   object Button1: TButton
  26.     Left = 496
  27.     Top = 324
  28.     Width = 75
  29.     Height = 25
  30.     Cursor = crHandPoint
  31.     Caption = '&Zamknij'
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35. end
  36.