本光盘是《Delphi 7应用教程》一书的配套光盘
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 192
Top = 115
Width = 364
Height = 283
Caption = #25991#20214#30340#32534#36753#25805#20316
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 81
Height = 13
Caption = #36755#20837#25991#20214#21517#65306
end
object Memo1: TMemo
Left = 8
Top = 32
Width = 265
Height = 209
HideSelection = False
TabOrder = 0
OnChange = Memo1Change
OnMouseMove = Memo1MouseMove
end
object Edit1: TEdit
Left = 96
Top = 8
Width = 177
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 288
Top = 40
Width = 57
Height = 25
Caption = #25171#24320
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 80
Width = 57
Height = 25
Caption = #20445#23384
Enabled = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 288
Top = 112
Width = 57
Height = 25
Caption = #21098#20999
Enabled = False
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 288
Top = 144
Width = 57
Height = 25
Caption = #22797#21046
Enabled = False
TabOrder = 5
OnClick = Button4Click
end
object Button5: TButton
Left = 288
Top = 176
Width = 57
Height = 25
Caption = #31896#36148
Enabled = False
TabOrder = 6
OnClick = Button5Click
end
object Button6: TButton
Left = 288
Top = 208
Width = 57
Height = 25
Caption = #21024#38500
Enabled = False
TabOrder = 7
OnClick = Button6Click
end
end