本光盘是《Delphi 7应用教程》一书的配套光盘
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 263
Height = 163
Caption = #21028#26029#21333#35789#20013#26159#21542#26377#20803#38899#23383#27597
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 10
Top = 14
Width = 80
Height = 20
AutoSize = False
Caption = #36755#20837#21333#35789
end
object Label2: TLabel
Left = 10
Top = 63
Width = 80
Height = 20
AutoSize = False
Caption = #32467#26524
end
object Edit1: TEdit
Left = 100
Top = 10
Width = 141
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object Edit2: TEdit
Left = 99
Top = 59
Width = 142
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ReadOnly = True
TabOrder = 1
end
object Button1: TButton
Left = 88
Top = 96
Width = 105
Height = 25
Caption = #21028#26029
TabOrder = 2
OnClick = Button1Click
end
end