home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 165
- BorderStyle = bsNone
- Caption = 'Binary Clock'
- ClientHeight = 170
- ClientWidth = 275
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 17
- Width = 275
- Height = 153
- Align = alClient
- Picture.Data = {<image001.bmp>}
- OnMouseDown = Panel1MouseDown
- OnMouseMove = FMouseMove
- OnMouseUp = Panel1MouseUp
- end
- object Image2: TImage
- Left = 0
- Top = 17
- Width = 275
- Height = 153
- Align = alClient
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 275
- Height = 17
- Align = alTop
- BevelOuter = bvNone
- Caption = '88:88:88'
- Color = 4194368
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnMouseDown = Panel1MouseDown
- OnMouseMove = Panel1MouseMove
- OnMouseUp = Panel1MouseUp
- end
- object Timer1: TTimer
- Interval = 250
- OnTimer = Timer1Timer
- Left = 72
- Top = 56
- end
- object Timer2: TTimer
- OnTimer = Timer2Timer
- Left = 40
- Top = 56
- end
- end
-