home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / DCLOCK / MAIN.dfm / MAIN.txt
Text File  |  1998-02-09  |  702b  |  35 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Digital Clock'
  7.   ClientHeight = 98
  8.   ClientWidth = 282
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object TimeLabel: TLabel
  17.     Left = 40
  18.     Top = 32
  19.     Width = 209
  20.     Height = 36
  21.     Caption = '00:00:00 AM'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clBlack
  24.     Font.Height = -32
  25.     Font.Name = 'Courier New'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Timer1: TTimer
  30.     OnTimer = Timer1Timer
  31.     Left = 8
  32.     Top = 8
  33.   end
  34. end
  35.