home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 25
- Top = 32
- Width = 440
- Height = 427
- Caption = 'Binary Clock Information'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 432
- Height = 400
- Align = alClient
- Lines.Strings = (
- 'Memo1')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnMouseDown = Memo1MouseDown
- end
- end
-