home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / programy / binclk / _setup.1 / BinaryClock.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-04-12  |  517 b   |  28 lines

  1. object Form2: TForm2
  2.   Left = 25
  3.   Top = 32
  4.   Width = 440
  5.   Height = 427
  6.   Caption = 'Binary Clock Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Memo1: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 432
  18.     Height = 400
  19.     Align = alClient
  20.     Lines.Strings = (
  21.       'Memo1')
  22.     ReadOnly = True
  23.     ScrollBars = ssVertical
  24.     TabOrder = 0
  25.     OnMouseDown = Memo1MouseDown
  26.   end
  27. end
  28.