home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / zcd30120.exe / Demo / V11_3.DFM / V11_3.txt
Text File  |  1997-05-04  |  615b  |  35 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Test of TzDesktop component'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   TextHeight = 13
  14.   object ScrollBox1: TScrollBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 409
  18.     Height = 209
  19.     TabOrder = 0
  20.     object Image1: TImage
  21.       Left = 0
  22.       Top = 0
  23.       Width = 105
  24.       Height = 105
  25.     end
  26.   end
  27.   object zColorBtn1: TzColorBtn
  28.     Left = 176
  29.     Top = 232
  30.     Caption = 'Copy'
  31.     TabOrder = 1
  32.     OnClick = zColorBtn1Click
  33.   end
  34. end
  35.