語法:
object Form1: TForm1
Left = 195
Top = 107
BorderStyle = bsNone
Caption = 'TimeScr'
ClientHeight = 453
ClientWidth = 688
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 80
Top = 96
end
end