本光盘是《Delphi 7应用教程》一书的配套光盘
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 258
Height = 177
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
PopupMenu = PopupMenu1
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 88
Top = 80
Width = 48
Height = 20
Caption = 'Label1'
end
object MainMenu1: TMainMenu
Left = 112
Top = 32
object File1: TMenuItem
Caption = 'File'
object Time1: TMenuItem
Caption = 'Time'
OnClick = Time1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object About1: TMenuItem
Caption = 'About'
end
end
object Timer1: TTimer
Left = 48
Top = 32
end
object PopupMenu1: TPopupMenu
Left = 176
Top = 32
object Save1: TMenuItem
Caption = 'Save'
end
object Exit2: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
end