home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 160
- Top = 67
- BorderStyle = bsToolWindow
- Caption = 'Alarm Clock'
- ClientHeight = 235
- ClientWidth = 358
- Color = clWhite
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 16
- Width = 233
- Height = 201
- Picture.Data = {<image000.bmp>}
- OnMouseDown = Image1MouseDown
- end
- object ampmimage: TImage
- Left = 240
- Top = 88
- Width = 73
- Height = 27
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object Shape1: TShape
- Left = 105
- Top = 109
- Width = 9
- Height = 17
- Brush.Color = clBlack
- Shape = stCircle
- end
- object ampm: TLabel
- Left = 262
- Top = 91
- Width = 26
- Height = 18
- Caption = 'pm'
- Color = clGray
- Font.Color = clGray
- Font.Height = -15
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = ampmClick
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 343
- Height = 14
- Caption = 'Place the hand at the hour desired for connection'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 48
- Top = 216
- Width = 3
- Height = 13
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 248
- Top = 32
- end
- end
-